Fix point+radius examples of circles in GeoRSS

This commit is contained in:
~lucidiot 2024-03-10 14:20:02 +01:00
parent dff26c4992
commit 3807f3137f
1 changed files with 3 additions and 3 deletions

View File

@ -1711,7 +1711,7 @@ because astronomers need coffee to go through the night -->
<figure>
<pre>
&lt;!-- GeoRSS Simple --&gt;
&lt;gml:point&gt;-24.62759969859908 -70.40503541618583&lt;/gml:point&gt;
&lt;georss:point&gt;-24.62759969859908 -70.40503541618583&lt;/georss:point&gt;
&lt;georss:radius&gt;14.74038882&lt;/gml:radius&gt;
&lt;georss:featureName&gt;Antu, VLT-UT1&lt;/georss:featureName&gt;
&lt;georss:featureTypeTag&gt;telescope&lt;/georss:featureTypeTag&gt;
@ -1720,9 +1720,9 @@ because astronomers need coffee to go through the night --&gt;
&lt;!-- GeoRSS GML --&gt;
&lt;georss:where&gt;
&lt;gml:CircleByCenterPoint&gt;
&lt;gml:Point&gt;
&lt;gml:pos&gt;-24.62759969859908 -70.40503541618583&lt;/gml:pos&gt;
&lt;/gml:CircleByCenterPoint&gt;
&lt;/gml:Point&gt;
&lt;/georss:where&gt;
&lt;georss:radius&gt;14.74038882&lt;/gml:radius&gt;
&lt;georss:featureName&gt;Antu, VLT-UT1&lt;/georss:featureName&gt;