text from markers in kml
-
Hi, i have a kml that i load from an url:
The contents is (xml is stripped) :The markers show, but how do i get the text in it?
<?xml version="1.0" encoding="UTF-8"?><kml xmlns="https://www.opengis.net/kml/2.2"><Document><Placemark><name>Vertrekpunt</name><description>IJmeer, Waterland, Noord-Holland</description><Point><coordinates>5.100669,52.415713</coordinates></Point></Placemark><Placemark><name>Eindpunt</name><description>IJmeer, Amsterdam, Noord-Holland</description><Point><coordinates>5.058854,52.383934</coordinates></Point></Placemark><Placemark><name>MarinePlan Boat Route</name><Style><Style id="route"><LineStyle><color>ff0000ff</color><width>4</width></LineStyle></Style></Style><description>Route van IJmeer naar IJmeer op 03-10-2024, 15:41</description><styleUrl>#route</styleUrl><LineString><coordinates>5.100669,52.415713 5.108301,52.405237 5.105556,52.401736 5.103522,52.400169 5.092803,52.396345 5.082075,52.39252 5.071346,52.388695 5.060664,52.384662 5.058854,52.383934</coordinates></LineString></Placemark></Document></kml>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.