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

Hello, I've trying to allow users to be able to navigate through a link (ng-click calls a redirect function). I've tried available method to compile and attach the ng-click to...

I see he project is still active ? I don't see a commit for months... Tkz

_From @stefan-niedermann on January 28, 2015 12:24_ Is a Integration of OSM Nominating Service planned? http://wiki.openstreetmap.org/wiki/Nominatim As a User i want to be able to pass e.g. a city name...

I recently updated to version (1.0.1). But in the layers menu there is an unknown layer named **toNumber**. In the controller I didn't define any overlays! ![tonumber](https://cloud.githubusercontent.com/assets/5320237/18116743/9e3e2600-6f5f-11e6-8645-b90c4753c1b7.png) There isn't any...

MISSING MCVE (Example)

Hi everyone after change marker coordinates programatically leflet auto adust the center map. My app track device location but user can focus in other markers. My map losses the marker...

Im trying to load one of our angular components into the message of the marker, but I'm getting the error > Cannot read property '_panAnim' of null. and the message...

How can I get tiles from .mbtiles file ?

I've found a bug in the 2.0.0 tag that has been solved in 1.0.3/master branch. Could anyone propagate this solution to the 2.0.0 tag? Here it is the commit: https://github.com/angular-ui/ui-leaflet/commit/78d64f5a5a677927f8aa1da90cbb4f17892f8a31#diff-bf3f09a49bf8f9d1a1bc0625da2b235f

Hi, When I update the icon of a (div) marker as follows: ``` _marker.icon.html = "some html"; ``` The popup, if open, closes. This makes the popup unusable if the...

Hi all If I define 3 marker in the map and use $scope.$on(leafletDirectiveMarker.mapid.click, function(event, args)){..}) to extract args.model which contain "marker 2" if I click "marker 2" Marker. But if...