angular-leaflet-directive
angular-leaflet-directive copied to clipboard
AngularJS directive to embed an interact with maps managed by Leaflet library
There is a new Leaflet.label 0.2.4 that not creates L.Label class extension, thus: ``` LabelPlugin: { isLoaded: function() { return angular.isDefined(L.Label); }, ``` will always return undefined and label will...
Is this Leaflet plugin: https://gitlab.com/IvanSanchez/Leaflet.Marker.SlideTo supported by angular-leaflet-directive? Its a nice feature to have for the angular-leaflet-directive markers which are super awesome already.
Hello, I trying to do label on polygon. It is possible to get similar results to google maps API using Leaflet?  My code is like that: osm.push({ type: "polygon",...
I have a question about angular leaflet directive customized popup using compile template. I am using ionic 1.2.4, angular leaflet directive 0.10.0 and leaflet 1.0.0rc-1. In the controller, I wrote...
Hello I try to use refreshClusters but all i get is > c.layers.overlays.refreshClusters is not a function I tried searching for a piece of code demostrating the use of "refreshClusters"...
The digest goes into an infinite loop when the 'moveend' event setting the bounds which triggers the watcher on bounds in `bounds.js`. Looks like the 'moveend' event listener should not...
`isSameCenterOnMap` helper function returns true when mapCenter and centerModel's coordinates (lat and lng) are all equal to 0.000. This causes the 'moveend' event to fire multiple times and which puts...
I added an event listener to a map marker and it seems to work perfectly the first time it's clicked. But after that, it no longer responds to the left...
When it is ready leaflet-directive for Angular 2?