Use of KML <address> tag

177
1
3 weeks ago
Status: Open
GeoffroyRicher-Lalonde
Occasional Contributor II

Hi,

We have a script that generates a KML file with a placemark that only have an <address></address> tag (no coordinates). When added in Google Earth EC :

  1. The address is geolocated and a pin is added on the globe
  2. The user can zoom to it with a double-click

Here is a sample code :

----------------------------

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
<Placemark>
<name>Esri Headquarters</name>
<description>No coordinates are used. Only an address tag.</description>
<address>380 New York Street, Redlands, California, 92373, USA</address>
</Placemark>
</kml>

----------------------------

And the result in Google Earth EC :

GeoffroyRicherLalonde_0-1712781269850.png

 

The OGC KML 2.3 standard states this about the <address> tag :

GeoffroyRicherLalonde_0-1712780507487.png

It would be great if ArcGIS Earth could also make use of the KML <address> tag.

Thank you !

Tags (4)
1 Comment
YujingChang

Thank you for your feedback regarding the <address> tag in KML files. Currently, our Earth app does not support this feature without coordinates. We appreciate your suggestion and will consider adding this functionality in future updates.

Thank you for helping us improve our service.


Best,
Yujing