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

My map is loaded with the list of markers with popup: ![image](https://cloud.githubusercontent.com/assets/3848516/14185911/420b6544-f752-11e5-921b-2b51c9b6a619.png) When I remove marker throws the error: ![image_error](https://cloud.githubusercontent.com/assets/3848516/14185943/6d10de2c-f752-11e5-9f04-1c23d854665d.png) How do I solve it?

When building the marker array dynamically the notation has to be: ``` javascript newMarkers["m"+some_positive_integer] ``` For example: ``` javascript for(var i=0;i

I have a random number of maps that I'd like to display and I listen to events for each of them. So I thought I could dynamically pass an ID...

Hello everyone, I'm using AngularJS in my single page application, I have to use diiferents angular modules. I declared one module like that: var app1 = angular.module('Myapp1',[]); app1.controller('MainCtrl', function($scope) {...

Hi tombatossals! We use three leaflet-directives inside our angular app. With leafletData.getMap we access the map instance to set the bounds and trigger the resize event. We call leafletData.getMap on...

Angular leaflet seems to cause an issue with Leaflet Draw: ``` TypeError: L.Control.Draw is not a function ``` nothing changed in a working set of code - only upgraded from...

Hi There, How do I add custom sub domain names. The sub domains are pulling though default abcd? However I need custom ones, for instance 1,2,3,4. Where do I specify...

$destroy event is not triggered after the popup is closed. ``` javascript app.directive('mapDetailPopup', function () { return { restrict: 'E', link: function (scope) { var timerId = null; timerId =...

Hi, I am having trouble loading the heat plugin. I can see the script referenced when I inspect my app but I am getting an error in the console saying...