ui-leaflet icon indicating copy to clipboard operation
ui-leaflet copied to clipboard

AngularJS directive to embed an interact with maps managed by Leaflet library

Results 100 ui-leaflet issues
Sort by recently updated
recently updated
newest added

Hi folks, I noticed a bug(?) in this project: if I invoke the **resetStyle** of a layer it won't recognize the function causing it to throw an error. If I...

First of all I saw this example here: http://angular-ui.github.io/ui-leaflet/examples/0000-viewer.html#/mixed/overlays-markers-nested-no-watch-example I am using this directive and one of my software features require that sometimes after initial load of markers I update...

bug

_From @azatoth on March 10, 2015 16:50_ markercluster adds "cluster" + eventName events to markers; afaik, possible events are hardcoded in leafletEvents.js. Would it be possible to remedy this to...

I set defaults for map like: ``` defaults: { tileLayer: "http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png", scrollWheelZoom: false } ``` And later I want to update defaults with some other event like click. So I...

Hi, I'm trying to add buttons inside the marker popup and bind them to a function. Its a GeoJSON layer. I've tried the following but it results in the error...

Is there any chance to add cluster event support to the directive? I need to know which markers are within cluster when I click it.

Is there a time frame for ng 1.5 migration (e.g. using components)?

_From @itree on June 24, 2015 1:57_ Ok, I have being stuck on this for over 2 weeks now. I am using the directive in Ionic. However, at this point...

question

I encountered this problem with moving markers (gps tracked). I wish to display some details of certain markers such as their coordinates and other information pushed from the server. The...

I wanted to use another marker other than vector and awesome, but I don't want to use custom layer. so I created this general layer geojsonMarker as layerType: ``` js...