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 101 angular-leaflet-directive issues
Sort by recently updated
recently updated
newest added

I have following function to set the marker popup focus to true when user click on the marker. $scope.$on('leafletDirectiveMarker.click', function (event, args) { _.map($scope.markers, function (marker, i) { $scope.markers[i].focus =...

…subsequent markers. If any marker fails to update or be added, it will continue to the next and give you a warning.

Hello guys, I'm trying to find a simple way to add a custom-control to my map. I saw many examples in the page: http://tombatossals.github.io/angular-leaflet-directive/examples/0000-viewer.html#/controls/ but i dont't understand how to...

I've got a geojson file of US states. I want to generate a heatmap like visualization by painting each of these features differently. I've done it before (without angular) by...

Seems draw control to disable specific handler are not working. Example html: ``` var app = angular.module("demoapp", ["leaflet-directive"]); app.controller("ControlsDrawController", [ "$scope", "leafletData", function($scope, leafletData) { var drawnItems; angular.extend($scope, { london:...

I have some strange issue with default marker image. My markers are not rendered on map with default marker icon. The source of icon image tag looks like: http://localhost:60000/js/grunt/dist/images/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAGmklEQVRYw7VXeUyTZxjvNnfELFuyIzOaberm.......... My...

I would like to set map profile dynamically out of the map components. Step 1- I created the map profile in our xserver - Success Step 2 - Getting the...

zoomDelta and zoomSnap are not supported, they are set only to default of 1 and can't be overridden. I forked the repository and created a PR for this issue. Please...