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

Dear all, I recently use leafletjs 1.0.0-rc1 with ui-leaflet (1.0.0 Aug 22 version) and find that leaflet.label doesn't work and many error in console. And then I go to Leaflet.label...

I just add simple marker like: ` markers: { carMarker: { lat: 56.99611, lng: 40.97858, } }, ` but not see it in browser, in console 404 error: `http://domain.com/css/images/data:image/png;base64,iVBO......==`

MISSING MCVE (Example)

_From @Igor-Morozov on September 23, 2015 13:56_ Is there a way to save the map as an image? Or how can I use leaflet-image plugin https://github.com/mapbox/leaflet-image? _Copied from original issue:...

Hello, I saw a few issues regarding this.. but I think this still not fixed. When I have two maps in different directives its give an error: "A marker can...

How to do marker not visible? For filtration.

question

I'm loading about 350 geojson objects, which represents countries. In regular leaflet, they load instantaneously. In ui-leaflet, it causes the page to freeze to the point that it starts showing...

I use nested geojson stuff : ``` ``` ``` $scope.map = { ... geojson: { ways: _.extend({}, mapStyles.ways, { name:'ways', visible: true }) }, ... }; ``` And `visible` toggle...

Hi, I have extended Arrays using `Array.prototype`. The added function `swap` completely breaks Layer Control (leaflet-1.X branch) and adds an overlay with the title "swap" on master branch. On leaflet-1.X...

I don't see this anywhere in the codebase, and I know that this didn't work for us when using tombatossals/angular-leaflet-directive.

Hi, i have some very strange issue when i click on map first time the click event works but if i hover over a cluster and then click on map...