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 using `ui-leaflet` in Cordova mobile app. I have a simple marker, initially shown on the map. However, when I change either marker's `lat` or `lng`, this is not...

I make an angular component to display one map with a marker, the problem was that if the component was called more than one time (more than one map is...

I tried solution from here: https://github.com/angular-ui/ui-leaflet/issues/31 and here: https://github.com/angular-ui/ui-leaflet/issues/146 But or I don't know how to use it or those solutions doesn't work anymore. Can somebody explain me please how...

not sure exactly even where to start on this one.... anyone? When including ui-leaflet & angular-simple-logger in my project using browserify I get this error: **WARNING: Tried to load angular...

Hello, I am having problems with fitBounds() and markercluster click. Basically, my map container width is dynamic to screen size (I am using flex). I saw that the map is...

Dynamically instantiated maps's defaults are removed when other maps are removed. eg. using `ng-if` to toggle displaying of different tabs.

Currently, slack token are mentioned in plain text. Can you please renew the token and use the encrypted one to avoid misuse. https://github.com/angular-ui/ui-leaflet/blob/master/.travis.yml

Occasionally, if I have `center.autoDistover == true` and have bounds set on the map, I will get a `$rootScope:infdig Infinite $digest Loop` error. This is something that I haven't been...

Hi, We are using ui-leaflet 1.0.0 in our AngularJS project to show US map in our application. When user mouseover on state, showing a popup with state name and some...

_From @pmusaraj on February 16, 2015 20:24_ I'm using this directive with mavrkercluster currently, and with many markers I'm having performance issues. Granted, the performance issues are on mobile phones...

enhancement