wiki:atom_links

Version 2 (modified by ticheler, 16 years ago) ( diff )

--

Links in RSS / Atom feeds

There 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.

Some links:

[]

Possible ways are

Embed a minimum Web Map Context (OGC WMC)

Encode the link using a strategy also used in OpenSearch for instance, using so-called URI Templates

This would result in a link that would look like:

<link xmlns:xlink=”http://www.w3.org/1999/xlink" type="simple" role="application/vnd.ogc.wms" href="http://geonetwork3.fao.org/ows/1?service=wms&query=GetMap&Layers={ogc:layer=admin1,admin2}" title="Admin boundaries of Africa"/>

Note: See TracWiki for help on using the wiki.