angular-openlayers-directive
angular-openlayers-directive copied to clipboard
AngularJS directive to embed an interact with maps managed by the OpenLayers library
This happens in the Markers Label Example (http://tombatossals.github.io/angular-openlayers-directive/examples/063-markers-properties-example.html) - and any application I've been building. See screenshot (in the screenshot I'm hovering over the Santiago marker, and both "show" attributes...
Hello, I am trying to build a path using `` and my controller looks like this: ```Javascript app.controller('mapController', ['$scope','$timeout', function($scope,$timeout) { var map = this; $timeout(function(){ map.path = [[[-58.38,-34.60], [-58.58,-34.60],[-58.38,-34.70],...
@tombatossals i love working with your directive. Thanks! Could you please help me with a problem I am facing? When I change state (using UI-router) and change back to the...
Hi! I need to know if there is any way to leave the projection my points bring from a geoJSON. I think the angular-openlayers-directive transforms points into a projection in...
I want to display multiple WFS layers on OSM layer.If i selected any one layer from multiple layers then display only that layer inside area and cut or remove the...
Hello, How to get WMS feature info. If it's not possible, how to get geojson output format of wms. Thank's
I want to display multiple WFS layers and display popup only for top layer. I wan't to disable all the base layer popup. Or if i wan't to display one...
Hi, i've installed and tried this component on my angularjs project, and everthing is working fine. I've created a custom component that inclued the maps, but when i try to...
feat: Added support for Here Maps
Hello, Is it possible to create style of wms? I want to add style of wms but I don't know how. Thank you.