diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-03-22 18:31:52 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-03-22 19:58:50 +0100 |
| commit | 74b34676468f2cbf0e5e996cca6f83fabe7a3f6d (patch) | |
| tree | b7cff1f9b02e242b20c611b09e814f58859489b8 /docs | |
| parent | 491419b5ffac3752a1c1804a763c017a2ed82e16 (diff) | |
Removed GeoRSSSitemap
Refs #18531.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/sitemaps.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/ref/contrib/gis/sitemaps.txt b/docs/ref/contrib/gis/sitemaps.txt index 60df2b87b2..8aebbebce8 100644 --- a/docs/ref/contrib/gis/sitemaps.txt +++ b/docs/ref/contrib/gis/sitemaps.txt @@ -2,10 +2,9 @@ Geographic Sitemaps =================== -Google's sitemap protocol used to include geospatial content support. [#]_ -This included the addition of the ``<url>`` child element -``<geo:geo>``, which tells Google that the content located at the URL is -geographic in nature. This is now obsolete. +KML is an XML language focused on geographic visualization [#]_.``KMLSitemap`` +and its compressed counterpart ``KMZSitemap`` allow you to present geolocated +data in a machine-readable format. Example ======= @@ -19,8 +18,5 @@ Reference ``KMZSitemap`` -------------- -``GeoRSSSitemap`` ------------------ - .. rubric:: Footnotes -.. [#] Google, Inc., `What is a Geo Sitemap? <https://support.google.com/webmasters/answer/94555>`_. +.. [#] http://www.opengeospatial.org/standards/kml |
