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

I am currently using angular ui-leaflet to deploy markers with marker clustering similar to http://angular-ui.github.io/ui-leaflet/examples/0000-viewer.html#/markers/clustering-without-overlays-example I wonder if there is anyway to change the clustering distance tolerance. for example, on...

Let's say we have a marker with label. Where in the code can we modify it in such a way, we can add css properties just before they are rendered...

Let's say we have hundreds of markers rendering on the screen. Is there any ui-leaflet event fired which indicates all markers has been rendered/loaded or we can say, the map...

_From @simison on July 15, 2015 11:24_ http://leafletjs.com/2015/07/15/leaflet-1.0-beta1-released.html > The release sports a number of minor breaking API changes, and some of the plugins will have to be updated. To...

in progress
leaflet issue

Apologies in advance for a not very helpful issue report.... Using markercluster plugin ( https://github.com/Leaflet/Leaflet.markercluster ) if I have 1000 markers, 500 clustered and 500 not clustered, using ExtraMarkers, then...

bug
help wanted

_From @billxinli on August 25, 2015 3:16_ With markers, once can add `getMessageScope` and `message` to compile the message and/or include a template. However, is it possible to do this...

Instead of resetting all the map defaults, only reset the defaults for the map that is being destroyed. I had an issue where one map was deleted, and the layer...

Does ui-leaflet (0.7.7) support vector tiles like this? https://mapzen.com/projects/vector-tiles/

We can allow users to add extra HTML markup on the legend, at least for a title before the items. On _getOnAddArrayLegend() function, we can simply add `div.innerHTML += ''...

enhancement

So I'm using [Mapbox GL Leaflet](https://github.com/mapbox/mapbox-gl-leaflet), and I need an attribution. It works for an OSM layer, but not my custom layer. ``` ui-leaflet mapbox-gl-leaflet body { margin:0; padding:0; }...