-
_From @antoinegiret on May 7, 2015 14:6_
Hi, I have an error when I remove paths having a layer.
```
TypeError: overlay.removeLayer is not a function
```
Here is the definition of my layer and my p…
-
_From @Danny-weebo on February 18, 2015 14:47_
Hey, I'd like to set a different class name for each popup marker so I can have different styles of popups for different types of markers. Any advice on…
-
_From @bubblepixel on July 1, 2014 11:37_
I have two overlays which are both groups. I set both to have no visibility initially:
overlays: {
jobs: {
name:…
-
[Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster#sub-plugins) has "sub-plugins".
One of these "sub-plugins" is [Leaflet.MarkerCluster.List](https://github.com/adammertel/Lea…
-
I have some strange issue with default marker image.
My markers are not rendered on map with default marker icon. The source of icon image tag looks like:
http://localhost:60000/js/grunt/dist/images…
-
_From @joeljeske on August 24, 2015 17:49_
It would make sense to allow a set of markers to use the same angular templates (`marker.message` property) and the same scope factory (`marker.getMessageSc…
-
_From @dud3 on August 8, 2015 13:18_
## Specifications
Browser: Firefox 39.0
Leaflet: 0.7.3
Leaflet-draw: 0.2.3
Angular: 1.3.15
## Problem space
JSON call to the coordinates and zoom property like:
…
-
_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=…
-
_From @mdridley on September 28, 2015 19:12_
Everything works fine until I try using this on a device, then I get everything but the map tiles and no error messages.
I tried whitelisting everything:…
-
_From @wootwoot1234 on May 25, 2014 1:37_
I'm trying to make my marker popups clickable. When I use html in the marker popup the html is rendered correctly but ng-click doesn't work. Here's what I …