Prefer the W3C-recommended GeoRSS namespace

This commit is contained in:
~lucidiot 2023-10-08 21:16:32 +02:00
parent 49e592d3b9
commit ec93f99cb5
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:georss="http://www.georss.org/georss/11"
xmlns:georss="http://www.georss.org/georss"
xmlns:icbm="http://postneo.com/icbm"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
@ -19,7 +19,7 @@
xsi:noNamespaceSchemaLocation="xsd/rss.xsd"
xsi:schemaLocation="
http://postneo.com/icbm xsd/icbm.xsd
http://www.georss.org/georss/11 https://schemas.opengis.net/georss/1.0/schema-1.1/georss.xsd
http://www.georss.org/georss https://schemas.opengis.net/georss/1.0/schema-1.1/georss.xsd
"
>
<channel>
@ -1415,7 +1415,7 @@
<p>GeoRSS defines two so-called "serializations", called <em>Simple</em> and <em>GML</em>. In this post, we will only consider GeoRSS Simple; GML requires us to delve deeper into the mess that is geospatial information, so we'll see that at some other point in time. The goal is to have most feed producers, those that are not geospatial experts, use GeoRSS Simple, which is simple enough to be understandable by them, and have geospatial experts use GML, which they probably prefer. You can convert from GeoRSS Simple to GeoRSS GML, but not necessarily the other way around.</p>
<p>Here's an example of yet another way to represent a point in an RSS feed, but using GeoRSS Simple this time:</p>
<pre>
&lt;rss version="2.0" xmlns:georss="http://www.georss.org/georss/11"&gt;
&lt;rss version="2.0" xmlns:georss="http://www.georss.org/georss"&gt;
&lt;channel&gt;
&lt;!-- ... --&gt;
&lt;georss:point&gt;18.5166670 33.6666670&lt;/georss:point&gt;