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

AngularJS directive to embed an interact with maps managed by Leaflet library

Results 100 angular-leaflet-directive issues
Sort by recently updated
recently updated
newest added

I need to open a popup on geoJSON feature by GET. I cant find how is this possible here is my geojson layer setup code: ```$http.get("../geojson/sold.geojson?v=1").success(function (data, status) { angular.extend($scope.layers.overlays,...

$scope.markers[nombre] = { lat: latitud, lng: longitud, draggable: false }; it works with: nombre = 'BB Hotel Granada' if nombre = 'B&B Hotel Granada' I need nombre = nombre.replace(/&/g, "\&");...

Why can not I use - as a marker? $log.error('The marker can\'t use a "-" on his key name: "' + newName + '".'); I have commented ``` //if (newName.search('-')...

When i drag a marker, its lat lng (w.r.t $scope.model) doesnt change. The same issue was reported by someone else [https://github.com/tombatossals/angular-leaflet-directive/issues/690] but that issue was closed without providing a solution...

Since this project seems to be still fairly popular but no longer maintained, for those of you who have had trouble compiling AngularJS templates within popups: Here is the "popupopen"...

Hi All, If anyone knows about this functionality so please help me.

Recently upgraded from Leaflet 0.7 to 1.3.4 and have seen that the previous capabilities in our app drawing geometry over the dateline/anti-meridian have been disabled some how. Not seeing any...

When I tried to load google map using angular leaflet directive,the above mentioned error message was displayed. How can I detect the error event from my script file?? I read...