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

Hi, Working on a project where I need to load around 5000+ markers on the map and would like to do it based on the bounds of the map. I...

When I'm double-clicking on region highlighted with help of attribute `geojson`, nothing happens. http://tombatossals.github.io/angular-leaflet-directive/examples/0000-viewer.html#/basic/geojson-update-example If I'm doing same thing in original leaflet - http://leafletjs.com/examples/choropleth.html (ex. "Adding some color" example"), it...

Hello i try to use Leaflet.MovingMarker but i can succeed .If there is someone can help me ,or give me some solutions .

This adds support for Leaflet.weather-markers. Mostly just copies what was done for #942 (vector-markers) I couldn't get the tests running due to a bunch of jslint errors, but it builds...

I have a leaflet directive I'm trying to re-use. When I set the property, I can't seem to change it. Example: Controller: ``` /* ...Controller boilerplate...*/ $scope.defaults = {}; $timeout(function()...

Hello, I'm trying to set a $scope variable on the component. Specifically an ID. I know the variable is there in the scope, I've double checked. Here's my code: ``...

Hi I am using inoic and the markers' click events can be triggered in browser(chrome), but not on iPad emulator. Could you please help me with it? THX

$scope.pathes.someShit= { type: "circle", // width: 2, // I have try this but no result ....... radius : item.RadiusOfCircle, latlngs : {lat: item.PointX , lng: item.PointY} }; ![capture](https://cloud.githubusercontent.com/assets/19176536/16712541/f064f922-4692-11e6-8bcc-173244426210.PNG)

**Background to problem:** I have a nvd3 tooltip event that fires everytime i move the tooltip over it. What I am trying to achieve is to highlight the same location...

Hi, Firstly, thank you very much for creating this angular directive! it has saved me a lot of time and trouble already :-). I am developing a Guild Wars 2...