Tagged Questions
3
votes
0answers
55 views
Interactive maps for a survey - Are there any tools yet?
i am working on a draft for an online-based survey. I would like to enable the participants of the survey to draw polygons, lines and points (several) on a basemap (e.g. google maps) and (extra ...
1
vote
2answers
249 views
Make Openlayers request WMS tiles only within a certain bounds
Is there a way to actually tell openLayers not to request tiles out of particular bounds?
I want the rest of map and other layers still accessible, so maxExtent on map is not an option for me. I ...
2
votes
1answer
461 views
What is wrong with this Proj4 transformation?
I'm implementing support for WMS maps in my company's software. Servers return a list of projections their maps are available in, but our software only displays data in WGS84 (lat/lon or UTM), and ...