Tagged Questions
1
vote
2answers
113 views
Select KML feature with specific attribute
Im using Openlayers, and importing polygon data to the map with KML files.
How could i select the feature which has the attribute name="TEST" ?
KML def:
<Placemark>
...
2
votes
3answers
651 views
openlayers attribute substitution failing on kml file
I'm trying to read in mile markers for a marathon from a .kml file and use the MILE attribute to set the label. My layer code looks like this:
// add layer
mile_markers_layer = new ...