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>
...
4
votes
2answers
731 views
How to collect data via WFS and Popup
I have a map with a WFS-Layer and I am able to add Polygons to my data stored in a PostGIS-database, served with Geoserver (Openlayers, Geoserver 2.1.4, PostGIS 2.0 for PostgreSQL 9.1).)
How can I ...
0
votes
1answer
264 views
How to Obtain the feature attributes from feature collection
I am able to obtain the features of the layer which is selected by the user in the Layers table and then intersected by a user defined polygon, using e.features. I was able to obtain the attribute ...
7
votes
2answers
245 views
OpenLayers how to maintain layer ordering while using SelectFeature control
I'd like my map to display a few layers in a particular order. Some of these layers are Vectors, others are XYZs, and some of my Vector layers display attribution.
Initial layer ordering works fine ...
2
votes
0answers
747 views
How to edit Attributes on WFS Layer through Popup?
I am working on a project for university. So far I have displayed WfsLayers which can be select from a panel, also I can click on my points whereupon a Popup will show up with some information which ...
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 ...
1
vote
1answer
717 views
To get FeatureInfo in OpenLayers
I am new to OpenLayers and I want to add OpenLayers.Control.WMSGetFeatureInfo to get feature
info to website.But i can't figure out right method.
I also see the source code of GeoServer OpenLayers ...

