Top "Openlayers-3" questions

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

openlayers 3 zoom to combined extent

I'm using openlayers 3 to create a map with vector features on top. So far, so good. I have several vector …

layer openlayers-3
Setting Vector Feature Fill Opacity when you have a hexadecimal color

I'm trying to set the fill opacity of a vector feature in OL3 and can't figure out how to do …

openlayers-3
OpenLayers 3: how to set fill style of a vector feature

i am trying to set the fill colour of seperate features of a vector layer. using the code below, i …

javascript kml openlayers-3
Openlayers 3: Select a feature programmatically

I am trying to upgrade my system from Openlayers 2 to Openlayers 3 and I have having one particular issue that I …

openlayers-3
Openlayers 3 Add Movable Marker with Icon and Text

In OL3, I've succeeded at making a map on which there are movable markers: var mapVectorSource = new ol.source.Vector({ …

javascript openlayers gis openlayers-3
Openlayers 3: how to select a feature programmatically using ol.interaction.Select?

I'm using OpenLayers v3.6 (this is important, because most of solutions that I found and would potentialy work are for …

javascript gis openlayers-3
How can I use a SVG image as layer on OpenLayers-3

How can I use a SVG image as a Layer (so not as a map marker) with OpenLayers-3 I was …

javascript openlayers-3
How do I decrease the size of Icon in openlayers 3, i am using bing maps

This is my code: var iconFeature = new ol.Feature({ geometry: new ol.geom.Point(ol.proj.transform([-95.3698,29.7604], 'EPSG:4326' , …

openlayers-3
Openlayers 3 Circle radius in meters

How to get Circle radius in meters May be this is existing question, but i am not getting proper result. …

postgis openlayers-3
how to get the current zoom in openlayers

i have a question. i need to know the actual zoom of the open layers map $scope.refreshMap = function (lat, …

javascript ionic-framework openlayers-3 angular-openlayers