angular-leaflet-directive
angular-leaflet-directive copied to clipboard
AngularJS directive to embed an interact with maps managed by Leaflet library
Hello I use the markercluster.js plug-in and I want to modify some of its default options. In particular, I would like to dynamically change the 'disableClusteringAtZoom'. In leaflet, it is...
First of all, thank you for your work on this project. Your angular-leaflet-directive makes my angular project more efficient and exciting. The problem is same with #804. In my project,...
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...
I proceed like this: 1. Load an array of objects into `vm.markers` (779 elements) 2. Later, I filter this array reducing it to 5 elements and save it to `vm.markers`...
Hello. I would like to report problem which occurs in specific scenario. I have prepared [plunker](https://plnkr.co/edit/u8J19ZiVmY0tKwj0t4G5?p=preview) which shows where problem is (in plunker click button "Test #2 (ERROR)" and then...
I have been trying to add a logic where by when you start dragging the map around the marker will stay in the center of the map and then return...
I created two maps containers and on the first map I added an event that when I click on it I print the both maps (I'm using window.print()). The issue...
I'm trying to make the path change when I click a btn but, it doesn't work . I tried the [paths-ajax-load-example](https://github.com/tombatossals/angular-leaflet-directive/blob/master/examples/0302-paths-ajax-load-example.html) but could't make it work. html code `` ```...
Can we use Tiles from sqlLite database file? Something like this https://kuamoto.wordpress.com/2016/02/26/myth-1-cant-make-offline-apps/
Hello I am trying to integrate your directive, but I stumbled upon an issue: ``` LeafletEventsHelpersFactory: lObjectType: undefinedrootBroadcastName: undefinedangular.min.js:107:318 leafletDirectiveMap.movestartangular.min.js:107:318 leafletDirectiveMap.zoomstartangular.min.js:107:318 leafletDirectiveMap.viewresetangular.min.js:107:318 leafletDirectiveMap.loadangular.min.js:107:318 leafletDirectiveMap.layeraddangular.min.js:107:318 leafletDirectiveMap.moveangular.min.js:107:318 leafletDirectiveMap.zoomendangular.min.js:107:318 leafletDirectiveMap.moveendangular.min.js:107:318 ``` Cause: the...