This object is in archive! 
KML import doesn't use ExtendedData
Not a Problem
for Germany, there is a list of rescue points in forests available. it comes as a kml-file.
It uses ExtendedData-Tags to describe every rescue point. A RP is just a waypoint.
I'd like to use it as mapitems in locus pro, but during import, all data between ExtendedData-Tags ist ignored.
Here is a snippet of the original file:
- <?xml version="1.0" encoding="utf-8" ?>
- <kml >
- <Document id="root_doc">
- <Schema name="V1_7_final" id="V1_7_final">
- <SimpleField name="RP_Nr" type="string"></SimpleField>
- <SimpleField name="WGS_Laenge" type="float"></SimpleField>
- <SimpleField name="WGS_Breite" type="float"></SimpleField>
- <SimpleField name="Urheber" type="string"></SimpleField>
- <SimpleField name="Bemerkung" type="string"></SimpleField>
- </Schema>
- <Folder><name>V1_7_final</name>
- <Placemark>
- <ExtendedData><SchemaData schemaUrl="#V1_7_final">
- <SimpleData name="RP_Nr">CO-L-1040</SimpleData>
- <SimpleData name="WGS_Laenge">11.174695</SimpleData>
- <SimpleData name="WGS_Breite">50.219638</SimpleData>
- <SimpleData name="Urheber">Bayerische Staatsforsten</SimpleData>
- <SimpleData name="Bemerkung">Waldzufahrt in Ortsmitte Neuses a. Brand</SimpleData>
- </SchemaData></ExtendedData>
- <Point><coordinates>11.173332329000061,50.218479605000027</coordinates></Point>
- </Placemark>
- <Placemark>
- <ExtendedData><SchemaData schemaUrl="#V1_7_final">
- <SimpleData name="RP_Nr">CO-L-1032</SimpleData>
- <SimpleData name="WGS_Laenge">11.050347</SimpleData>
- <SimpleData name="WGS_Breite">50.275033</SimpleData>
- <SimpleData name="Urheber">Bayerische Staatsforsten</SimpleData>
- <SimpleData name="Bemerkung">Einfahrt zur ehemaligen Muelldeponie der Stadt Coburg an der CO 7</SimpleData>
- </SchemaData></ExtendedData>
- <Point><coordinates>11.049001340000075,50.273866817000055</coordinates></Point>
- </Placemark>
At least, "RP_Nr" and "Bemerkung" should be displayed when tapping a waypoint.
Is there a way to do so?
Hi Micha,
within you find modified .kml.
Headline is modified and 3 endtags added
Wolfgang
Hi Micha,
within you find modified .kml.
Headline is modified and 3 endtags added
Wolfgang
please unzip attachement
please unzip attachement
Hi Wolfgang, my intention was, that I'd like to see the waypoint name in the map view. For this the <name>-tag should be added to a placemark. I think I will suggest this to the creator of the rescue points kml.
Hi Wolfgang, my intention was, that I'd like to see the waypoint name in the map view. For this the <name>-tag should be added to a placemark. I think I will suggest this to the creator of the rescue points kml.
Hello Webmicha,
I'm now not sure, if there is any problem or not.
If Locus do something unexpected, please share any KML file so I may test it. If anyway you want's to see something special on a map as a name of points (something other then name), you'll have to modify content of file itself.
Hello Webmicha,
I'm now not sure, if there is any problem or not.
If Locus do something unexpected, please share any KML file so I may test it. If anyway you want's to see something special on a map as a name of points (something other then name), you'll have to modify content of file itself.
Replies have been locked on this page!