Tagged Questions
2
votes
1answer
57 views
How to stop features to redraw unwillingly in OpenLayers
I have a problem where when editing features from a wfs vector layer. After some changes are made to the geometry, the feature redraws itself and the changes are lost.
Usually the problem occurs more ...
0
votes
0answers
84 views
OpenLayers set feature style
I have a standard OpenLayers features with geometry and containing some additional data. Like this:
...
data: [3 ,8]
id: 5
isCluster: true
lat: -14.018995915348285
lon: -113.59550725071185
...
0
votes
2answers
829 views
OpenLayers vector layer remove all features
I have a map (using OpenLayers) and a vector layer containing features(points). Sometimes I need to remove all features from the vector layer. When I use
vectorLayer.removeAllFeatures()
then it ...
3
votes
1answer
529 views
How do I fire a function after all features have been selected by a box in OpenLayers?
I have a map rendering with Polygons on a Vector layer set up as features. I set up the features so they fire off a function when the feature is selected and this works fine. The issue I'm having is ...
3
votes
1answer
1k views
slow to draw mapservices after access featureLayers within an ESRI Mapservice using Javaascript API
I am working on creating an online map using ESRI mapservices as a basemap and existing mapservices on our arcserver.. The problem I am running into is that the mapservices we have here are really ...
2
votes
1answer
357 views
Has anyone successfully made a FeatureLayer from a view in DB2 and ArcSDE 10?
Lately it seems like every new ESRI feature fails for me - I must be cursed. I'm testing the use of a FeatureLayer to see if helps display and query features using the JavaScript API 2.0.
This layer ...