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 would like to have two maps that mirror each other. I have many calls to getMap() in my controller. One way I could do this is by setting ids...

_From @robotnic on December 11, 2014 14:49_ I wan't to use 2 special layers https://github.com/glenrobertson/leaflet-tilelayer-geojson and https://github.com/afsuarez/mapsforge-cordova-plugin I have seen "custom" layer in the source code, but I don't know...

Hello, I got an issue => autoscroll when zoom-in, zoom-out if window is smaller than map : ![capture_d ecran_2016-08-29_a_16_18_44](https://cloud.githubusercontent.com/assets/862129/18054567/b7c26354-6e04-11e6-8804-3cc2e920d974.png) http://angular-ui.github.io/ui-leaflet/examples/0000-viewer.html#/basic/first-example If your window has the same size as mine, you...

Sorry for reposting. This issue is the same like [angular-leaflet-directive/issues/1139](https://github.com/tombatossals/angular-leaflet-directive/issues/1139). The paths popup message is showing wrong when moving the map. You can test it in leaflet directive example ["Load...

_From @corymsmith on September 9, 2015 8:58_ I have a base layer and a bunch of overlays, each overlay has a min and max zoom but it doesn't appear to...

_From @wayofspark on March 19, 2014 15:58_ Hello, The _leafletMap directive variable singleton in the root directive cause leaflet to crash in various way if more than one map is...

_From @toutpt on October 19, 2015 8:44_ I dont find a way to create a directive that embed leaflet directive. I have created a plunker to isolate the problem: http://plnkr.co/edit/zgnzG3fqHxJ13DoiNGy8?p=preview...

_From @porjo on February 24, 2015 2:1_ I have created a custom 'div' marker where the popover displays on `mouseover` and hides on `mouseout` - see Plunkr http://plnkr.co/edit/ftGP05yqENLHT05nvZpN?p=preview I find...

leaflet issue

`LeafletPathsHelper.createPath` would remove any options that it does not recognise. Currently recognised options: `var availableOptions = [ // Path options 'stroke', 'weight', 'color', 'opacity', 'fill', 'fillColor', 'fillOpacity', 'dashArray', 'lineCap', 'lineJoin',...

In `leafletLayerHelper.js` it seems possible to override `provider` parameter for `here` layerType. ``` javascript var provider = params.provider || 'HERE.terrainDay'; ``` However the object `params` is not initialized with `provider`property....