mirror of
https://ghproxy.net/https://github.com/fairpm/planet.git
synced 2026-07-22 12:17:20 +08:00
13 lines
330 B
XML
13 lines
330 B
XML
<!--
|
|
Description: geo latitude and longitude inside an entry
|
|
Expect: geo_lat == '40.711735' and geo_long == '-74.012421'
|
|
-->
|
|
|
|
<feed xmlns="http://www.w3.org/2005/Atom"
|
|
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
|
|
<entry>
|
|
<geo:lat>40.711735</geo:lat>
|
|
<geo:long>-74.012421</geo:long>
|
|
</entry>
|
|
</feed>
|
|
|