angular-openlayers-directive icon indicating copy to clipboard operation
angular-openlayers-directive copied to clipboard

AngularJS directive to embed an interact with maps managed by the OpenLayers library

Results 79 angular-openlayers-directive issues
Sort by recently updated
recently updated
newest added

The example you have does not work to set the radius. You need to set `layer.customAttributes.radius` for this to work. There is a second problem which is that `ayer.customAttributes` gets...

## Overview The following user case will create a situation where a GeoJson layer does not update it's source when expected. ## Use case Consider the following use case: ```...

Hi there, I couldn't get this basic example about overriding defaults to work: http://tombatossals.github.io/angular-openlayers-directive/examples/030-custom-parameters-example.html In fact, on further inspection I realised that this example itself is not working either. As...

type: bug

I am trying to show a GEOJSON layer by loading the data inline. The layer doesn't display. It works if I provide the URL Basically, this works ``` $scope.directionsLayer =...

Does someone have a example for me how to use overlay without marker, please? Example: ``` $scope.$on('openlayers.map.singleclick', function(event, data) { // open overlayer in data['coord'] position }); ```

Right now can limit the number of zoom but how can I limit the panning to a specific area. Usually on ol I can limit the max extent and the...

I am building a mobile app that is essentially a GPS navigation app. I am building it in Ionic, and I am playing around with using this angular-openlayers-directive. It's awesome,...

type: question / discussion

hello i just wonder how can I use the json on angular-openlayers-directive/examples/json/paths.json to draw a path ?

type: question / discussion

Hi. any idea how getGetFeatureInfoUrl use within a marker ? tks

type: question / discussion

Hi, If there are multiple markers say(2 markers on the map) and when I click on one marker I want to change the image icon of that. For example I...

enhancement