Top "Openlayers-3" questions

OpenLayers 3 is the complete rewrite of the OpenLayers 2.x mapping library, targeting modern features of HTML5 and CSS3.

How can I use an SVG image as a map marker in OpenLayers-3?

I am trying to create map "pin-drops" (ie. map markers) in OpenLayers-3 (OL3) using SVG images. Currently, I am using …

svg openlayers openlayers-3
How to get openlayers 3 zoom control to show up on right side?

By default the openlayers 3 zoom controls are on the top left. How can I move it to the top right? …

openlayers-3
How to zoom map programmatically Openlayers 3?

I want to draw a square around a marker. if I draw a large square the map should zoom out …

openlayers-3
OL3: Setting map view center to geolocation.getCurrentPosition doesn't work

When the application starts, I want to center the map view on the users current position. I have tried two …

leaflet openlayers-3 proj4js
Is there a way to disable rotation in OpenLayers 3?

I am currently upgrading my OpenLayers 2 Mapview to OpenLayers 3. I really like the new OpenLayers client, but i wanted to …

javascript openlayers openlayers-3
Deconstructing an Open Layers 3 map

So, I am using Open Layers 3 with Ember.js to make a dashboard, and I've made the map load dynamically …

javascript ember.js openlayers-3
OpenLayers 3 Reload Layer(s)

I am working on a project using OL3 in which I need to be able to manually (by button press) …

javascript openlayers-3
How to specify the projection for GeoJSON in openlayers3?

My intention is to load GeoJSON data and display it on the map. Coordinates of the features specified in GeoJSON …

javascript openlayers-3
How to use OpenLayers 3 with Proj4js

I'm working on a map viewer project and used openlayers 2 before this. Now I have to use OpenLayers 3 and map …

openlayers gis projection openlayers-3 proj4js
OpenLayers 3 get extent of all feature contents in a list

I want to zoom on the extent of all the features contained in a list. Firstly, I put my feature …

javascript openlayers-3