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

When I open a mdDialog, the leaflet map is getting over the dialog in the window, instead of turning it into the background: ![captura de tela de 2016-12-11 19-13-30](https://cloud.githubusercontent.com/assets/20204/21083364/ed54aa90-bfd5-11e6-8fbb-be2fca57e565.png)

MISSING MCVE (Example)

When adding a `` inside a `leaflet` map with id, the following error is shown: ```javascript angular.js:13920 Error: [ui-leaflet] - You have more than 1 map on the DOM, you...

Hey guys ! So I've got some monuments in an array and I'd like to display them on a map. My data look like this : `monuments:[{ Name:"stuff", ... Marker:{...

## TODO - [x] ~~Check markers images not found.~~ PR #299 - [x] ~~Mapbox layers in examples~~ ### Examples to be fixed: #### Basic - [x] ~~108 - Changing tiles~~...

in progress

Hello! First of all thanks a lot for this amazing project!!! I wanted to know if it was possible to add styles to the google maps layers and how to...

Hi, I have a map with a filter that shows or hide depending of category of the marker you choose. so, depending of the choose i have to update the...

The main maintainer will stop developing this library for personal reasons, see https://github.com/angular-ui/ui-leaflet/issues/89#issuecomment-270552363. There are a number of things to do - e.g. to refactor the library to keep it...

help wanted
question
urgent

_From @dienlh on July 27, 2015 17:16_ i had 2 marker with 2 different address. when create map with 1 marker the first, event map return modelName =1 , address:...

I'm very happy with ui-leaflet, but now I'm stuck. I had all my geojson data in an object which looked like this: ```javascript map.map.geojson = { data: { type: 'FeatureCollection',...

Hello, in this example: http://angular-ui.github.io/ui-leaflet/examples/0000-viewer.html#/paths/simple-example the red path is clickable (after click the popup is visible). This function do not work after dragging the map. After clicking to different places...

bug