Changes between Initial Version and Version 1 of atom_links


Ignore:
Timestamp:
Feb 27, 2008, 2:05:09 PM (16 years ago)
Author:
ticheler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • atom_links

    v1 v1  
     1
     2== Links in RSS / Atom feeds ==
     3
     4There has been a lot of discussion how to encode links to OGC W*S services in an easy way that does not require specifications to be extended.
     5
     6=== Some links: ===
     7
     8[]
     9
     10=== Possible ways are ===
     11
     12Embed a minimum Web Map Context ([http://www.ogcnetwork.net/schemas/owc/0.2.1/ OGC WMC])
     13
     14Encode the link using a strategy also used in !OpenSearch for instance, using so-called [http://bitworking.org/projects/URI-Templates/draft-gregorio-uritemplate-02.html#variables URI Templates]
     15
     16This would result in a link that would look like:
     17
     18{{{<link xmlns:xlink=”http://www.w3.org/1999/xlink" type="simple" role="application/vnd.ogc.wms" }}}
     19{{{href="http://geonetwork3.fao.org/ows/1?service=wms&query=GetMap&Layers={ogc:layer=admin1,admin2}" }}}
     20{{{title="Admin boundaries of Africa"  />}}}
     21
     22