-
_From @xamelion on March 6, 2014 18:41_
when you move the map click stops working on paths
_Copied from original issue: tombatossals/angular-leaflet-directive#313_
-
_From @robotnic on May 29, 2014 21:31_
The examples are not really readable because of compressed javascript code.
_Copied from original issue: tombatossals/angular-leaflet-directive#379_
-
_From @Jean-FrancoisTrevien on January 26, 2015 15:41_
Hello,
I'm trying to remove one marker an i have done this:
$scope.markers[nm]=null;
delete $scope.markers[nm];
But the marker remain visible, …
-
All of the standalone demos fail, same error.
**For example:**
http://tombatossals.github.io/angular-leaflet-directive/examples/0300-paths-simple-example.html
**Console reports:**
$injector:modulerr…
-
Hi, when I try to use next and leaflet at the same time, using components in leaflet always raises window is not defined error, do you know how to fix it?
The full error report is as follows
Referen…
-
_From @yourilefers on June 18, 2015 9:35_
When we use the directive version 0.8.4 with leaflet version 0.7.3 or 0.8.x/1.0.x, it won't drag on mobile. Our application has a responsive design, so it mu…
-
_From @adgoncal on October 26, 2015 16:42_
TLDR;
"controls" is a boolean attribute of the HTML5 video element and I think the controls directive should be namespaced to lf-controls, similar to what …
-
_From @nmccready on April 20, 2015 17:45_
Layers are not removing / being hidden when they are supposed to be.
_Copied from original issue: tombatossals/angular-leaflet-directive#712_
-
_From @adgoncal on July 6, 2015 16:9_
Layer objects are watched for changes, but certain changes are not handled.
Example: changing the url or bounds of an imageOverlay layer on the controller does …
-
Hello!
I've implemented some functionality for when the markers in the map are clicked. All worked fine until I had to get the map object, so I added an ID to my map. The click events won't trigger …