angular-leaflet-directive
angular-leaflet-directive copied to clipboard
AngularJS directive to embed an interact with maps managed by Leaflet library
Corrected some words and improved readability.
I found no way, to integrate https://github.com/teastman/Leaflet.pattern Is there any way or does one have to adapt the lib?
I suppose to save the drawn shapes and on-demand it should load into the map. When I draw `point` and `circle` it gives same geoJSON. Type of both the shapes...
For example, the `markers-angular-template-example.html` link was stale because: - eaa051c3 (Removed old examples, 2015-04-17, #697) removed the unprefixed version. - 2c40797e (new versions of examples, 2015-04-17, #697) added an 0514...
I'm not sure what I'm doing exactly that is causing this. But maybe someone can point me in the right direction. I have a unordered list of the markers and...
I have separate layers that contain markers. However I only want one of the layers to use clustering, is this possible? This is my configuration. ``` overlays: { category: {...
angular.extend($scope, { events: { map: { enable: ['click'] } }, center: { lat: 30.510240, lng: -94.418571, zoom: 5 }, defaults: { interia: true, tap: true, tap_tolerance : 30 }, layers:...
First of all thank you for this awesome library. I have a list of markers and the central pin will always be marker[0]. I want to show popup on the...
Hi, I'm having an issue installing your lib as a dependency. As the package.json for version 10 appears to not have a version field.