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

Hello, I'm has this code: ``` $scope.markers = {}; $scope.geojson = {}; var createGeoJsonObject = function (data){ return { data: data, style: { "color": "#f6d00f", "weight": 9, "opacity": 0.85 },...