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

Hi I'd like to suggest an additional control `createOnly` be added to the controls returned by `getDirectiveControls`. This would not attempt to check existing markers as `create` currently does. When...

I am trying to set popup on markers like: var popup = L.popup({ maxWidth:400 }); How can I set this value with this extension? Thanks

Firstly, thanks for the awesome directive. I am building an app for querying imagery and this has been a big help. I am having some issues with layer control using...

I understand there's some support for adding vector shapes as per #66 and #149 but I can't see any way to get events from the shapes or make them editable....

How can I reproduce [this example](http://leafletjs.com/examples/layers-control-example.html) with the angular Leaflet directive? I understand the example, but when I apply the last line of the example source `L.control.layers(baseLayers, overlays).addTo(map);` that I...

Hello I provide both a decorations and a path object to the angular leaflet directive. Decorations are arrow that are positioned on paths. My issue is that paths are associated...

Hi, I'd like to add a message to a marker that a user created. This message should contain angular content (dynamic drop down i.e.). The idea is that after a...

Hello! I think it was supposed that all inner _attribute_ directives would apply only to a parent `` _element_ directive, but they are invoked everywhere, e.g. in angular-google-maps directive (which...

Hi, I am having trouble with heatmap overlay. When I use the sample code in [github](http://tombatossals.github.io/angular-leaflet-directive/examples/0000-viewer.html#/layers/heatmap-example) it doesn't work at all. the only thing it shows me is a map...

Has anybody managed to get WFS layers working through the directive? I've only been able to add them directly through leafletData. Could anyone clue me in as to the options/format...