OpenLayers 3 is the complete rewrite of the OpenLayers 2.x mapping library, targeting modern features of HTML5 and CSS3.
I'm using openlayers 3 to create a map with vector features on top. So far, so good. I have several vector …
layer openlayers-3I'm trying to set the fill opacity of a vector feature in OL3 and can't figure out how to do …
openlayers-3i am trying to set the fill colour of seperate features of a vector layer. using the code below, i …
javascript kml openlayers-3I am trying to upgrade my system from Openlayers 2 to Openlayers 3 and I have having one particular issue that I …
openlayers-3In OL3, I've succeeded at making a map on which there are movable markers: var mapVectorSource = new ol.source.Vector({ …
javascript openlayers gis openlayers-3I'm using OpenLayers v3.6 (this is important, because most of solutions that I found and would potentialy work are for …
javascript gis openlayers-3How can I use a SVG image as a Layer (so not as a map marker) with OpenLayers-3 I was …
javascript openlayers-3This is my code: var iconFeature = new ol.Feature({ geometry: new ol.geom.Point(ol.proj.transform([-95.3698,29.7604], 'EPSG:4326' , …
openlayers-3How to get Circle radius in meters May be this is existing question, but i am not getting proper result. …
postgis openlayers-3i 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