Tagged Questions
0
votes
0answers
37 views
How to obtain the center of Vector layer created using WFS query?
I created a vector GML layer using a WFS query with a filter. The layer renders fine . However, the layer does not appear to have any features associated with it (layer.features.length is 0 )
I need ...
1
vote
1answer
440 views
How to update GML layer without reloading local file?
I set up a GML layer with local GeoJSON file as data source:
veclayer = new OpenLayers.Layer.GML("vector", "localfile.json",
{
format: OpenLayers.Format.GeoJSON,
strategies: [new ...
