request: show KMZ attribute labels
I imported a bunch of labelled KMZ points, but all the points all show up as "unnamed" when you click on them. It would be super helpful if you added support for KMZ feature labels (say, the first attribute). I tested this on Android and gaiagps.com, but assume it applies to iOS also. Tested both KMZ and KML, and double checked that the attribute labels are present in the original file.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Placemark>
<ExtendedData>
<Data name='id'>
<value>predSA_0</value>
</Data>
<Data name='system:index'>
<value>0</value>
</Data>
</ExtendedData>
<Point>
<coordinates>-116.78231213744652,50.74186573600971 </coordinates>
</Point>
</Placemark><Placemark>
<ExtendedData>
<Data name='id'>
<value>predSA_1</value>
</Data>
<Data name='system:index'>
<value>1</value>
</Data>
</ExtendedData>
<Point>
<coordinates>-116.77363277816552,50.74565630499748 </coordinates>
</Point>
</Placemark>
</Document>
</kml>
-
Hi Casey,
The file import process searches your kml file for an attribute label "title" or "name" and maps that to the Title of your imported waypoints.
For help with your particular file, please contact support here: https://help.gaiagps.com/hc/en-us/requests/new
Post is closed for comments.
Comments
1 comment