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

Hi, I took over the project from @tombatossals a couple of years ago and slightly extended it, provided bugfixes and did the daily maintenance work. Unfortunately I'm not using it...

help wanted

How can i access native layers from map? ``` olData.getMap('mymap').then(function (nativeOl3Map) { // only return the tile layer var layers = nativeOl3Map.getLayers(); // show tile layer and principal layer //...

https://i.stack.imgur.com/8vCz9.jpg ` ` how can i show them? plus and minus

i have dynamic markers shown on the map but cannot add Onclick function it does not work, there is my code Html ` ` Controller: ``` var markers = [];...

Is there any plan to update this library to work with the latest version of openlayers?

Tried setting up [http://tombatossals.github.io/angular-openlayers-directive/examples/023-center-constrain-zoom-example.html](url), but it seems the zoom animation isn't working anymore. See plunker here: [https://plnkr.co/edit/NivlfAOqZoOF3tTw8FOR?p=preview](url)

Hello! I'm trying to use the layer directive to create markers. I need it to cluster markers. Is it possible to group markers with this directive?. JS : `var features...

Hi, I have a requirement to create WKT Vector layer where the WKT source will be an array of WKT data which plotted on the Map as different Features to...