| bio | website | going-round.nl |
|---|---|---|
| location | United Kingdom | |
| age | 31 | |
| visits | member for | 6 months |
| seen | 22 hours ago | |
| stats | profile views | 3 |
Web-developer (in the broadest sense) for a financial institution, with a love for GIS applications.
|
22h |
revised |
Onclick event with polygons code block not right |
|
22h |
suggested | suggested edit on Onclick event with polygons |
|
2d |
comment |
onSelect event on dynamically created layers Where/how are you adding the SelectFeature control to the map? If you're overwriting the control and then only adding the last one you created to the map, only that one will work. You will have to add all the controls to the map. |
|
May 9 |
revised |
Openlayers: Bind Text with feature (Outside Map in a Div) added 6 characters in body |
|
May 9 |
answered | Openlayers: Bind Text with feature (Outside Map in a Div) |
|
May 8 |
answered | Is is possible to import PostGIS functions from another database? |
|
May 1 |
comment |
Select features of layer which is not on top in OpenLayers I'm confused. You want to select something on the WMS layer (which is just an image), but you don't want to do a round-trip to the server to get a new image with the item selected when you select something? |
|
Apr 30 |
comment |
Running OpenLayers in .NET 4.5 breaks JavaScript fails? What is failing? Are you seeing nothing, are you seeing errors? Your question doesn't tell us what the actual problem is. Also, I know that OpenLayers definitely does work in IE9. What version of OpenLayers are you using? Please also give us some more details and show us how you are currently setting up the map. |
|
Apr 25 |
comment |
Reverse Vector Layer Feature order Updated my answer to include a javascript-only solution. |
|
Apr 25 |
revised |
Reverse Vector Layer Feature order added 239 characters in body |
|
Apr 25 |
answered | Reverse Vector Layer Feature order |
|
Apr 25 |
comment |
Reverse Vector Layer Feature order How are you currently getting your data/what have you got at the moment? What is the problem preventing you from reversing the data you are stuffing into the layer? |
|
Apr 25 |
comment |
Lambert projection with one or two standard parallels and proj4 Don't just post a link as links may break. Please include at least the core of the solution in the answer and the link can point people onward for further reading, extra's, etc. That way future visitors can always see the actual answer even if the target site is down. |
|
Apr 23 |
awarded | Constituent |
|
Apr 22 |
revised |
OpenLayers: make polygons not zoom added 76 characters in body |
|
Apr 22 |
comment |
OpenLayers: make polygons not zoom Well found, I'll update my answer for when other people look for the same solution. I usually fill my data with GeoJSON, so I never create my own features. |
|
Apr 22 |
awarded | Citizen Patrol |
|
Apr 22 |
comment |
OpenLayers/proj4js and the EPSG:27700 (UK) Projection transform So, uhm... is there a question? |
|
Apr 22 |
awarded | Commentator |
|
Apr 22 |
comment |
OpenLayers: make polygons not zoom I've had a quick look. It doesn't make sense. Your coordinates get transformed properly and the features get added to the layer. However, I'm not seeing them either. Even with fiddling around with parameters, I don't see why. The getDataExtent always returns null, even when I add more points. |