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

_From @rikbosch on March 31, 2015 11:52_ I'm trying to adjust the map's bounds to the bounds of a featureGroup. However, when retrieving the bounds of the group, it contains...

Would it be possible to make the usage of simple logger optional? I don't see that much benefits compared to $log here and only have to take care about an...

design decisison

_From @VolvoOlympian on July 18, 2015 8:16_ I get "Cannot read property 'centerMapOnPosition' of undefined" with the following code on line `L.GeoIP.centerMapOnPosition(map, 15);`, am I missing something? `.controller('CourseDetailsCtrl', ['$scope', 'leafletData',...

I am building an app where I want the map full width and full height of its parent element. Width is achieved through CSS using `width: 100%` and height is...

In place of geojson fillColor property, I will like to represent my polygon with an image - like a jpg. Is this feasible? This will make it distinct from other...

while I was working with ionic and leaflet ui together, I noticed one thing if page is visited directly first time from url then am able to close popup. But...

_From @daniel-obadia on June 27, 2014 20:41_ Hi! Is there a way for me to get the NorthWest and SouthEast object in the map.getBounds function? When I console.log map.getBounds(); I...

_From @markitosgv on July 15, 2014 18:1_ Its possible to acces clusterclick, without overlays?? My initial map: ``` javascript //map initial angular.extend($scope, { center: { autoDiscover: true }, defaults: {...

I am trying to set the bounds for a leaflet map. I use the example code and it throws this error: ``` TypeError: Cannot read property 'address' of undefined at...

I have added "Leaflet.zoomslider" from https://github.com/kartena/Leaflet.zoomslider, and defined zoomsliderControl: true in script, but there not work. I think it may be missing "zoomsliderControl: d.zoomsliderControl" ![zoomslidercontrol](https://cloud.githubusercontent.com/assets/6997942/14304469/282af1d2-fbdd-11e5-93c3-263ca81dc2f0.PNG)