OpenLayers 3 is the complete rewrite of the OpenLayers 2.x mapping library, targeting modern features of HTML5 and CSS3.
Does the concept of OpenLayers.Bounds from OpenLayers 2.x still exist in OpenLayers 3? How has it changed, and what is …
openlayers openlayers-3i'm new to OpenLayers and i am looking for some help drawing lines on a map, i've been trying various …
javascript vector openlayers-3I have a custom styling that shows/hides features on the map, but when it is applied it doesn't activate …
openlayers-3 redrawI have the current set up here: fully functional fiddle example and whilst I have managed to zoom to each …
javascript openlayers-3How to draw a polygon use open layer 3 programmatically? i have a json array coordinate: [ { "lng": 106.972534, "lat": -6.147714 }, { "lng": 106.972519, "lat": …
javascript openlayers-3Using OpenLayers 3, how can I determine the distance between two points in the Spherical Mercator (SRID: 3857) projection? I know that …
javascript openlayers-3In openlayers-2, we can add google basemaps(satellite,physical,hybrid,etc.). I need to add google basemaps in openlayer-3. How …
openlayers openlayers-3I have a MapQuest displayed with OpenLayer3. I want to get coordinates of viewport (map area curretnly displayed). For the …
openlayers-3I can't find a way to go from a feature in a selection event to a layer that it may …
javascript maps openlayers-3I'm implementing map exporting functionality using OpenLayers 3. But there is one problem: one cannot determine whether the map view is …
openlayers-3