-
The directive causes the digest cycle to run on each mouseover event which might lead to a slow down of the app if the digest cycles are complicated, would it be possible to change this?
maelp updated
9 years ago
-
In layers.js there are checks to see if a layer needs to be deleted. These checks can be modified to make a layer refreshable:
Line 76
``` javascript
if (!isDefined(newBaseLayers[name])) {
```
b…
-
Looks like there are some leaflet options that are NOT transmitted to leaflet.js from the defaults-object by angular-leaflet-directive.
E.g. I was trying to disable touchZoom by adding `touchZoom: f…
miemo updated
9 years ago
-
In the left-hand example (bicycle map, etc) on http://tombatossals.github.io/angular-leaflet-directive/#!/, if I double-click a point int the map, it will zoom, as expected, but it will also jump to a…
perqa updated
9 years ago
-
I'm using leaflet.markerCluster for clustering markers. The problem is that clusters don't update when I update add/remove markers. The only thing that happens is that the number of markers add up. If…
-
Take a look at your example:
http://tombatossals.github.io/angular-leaflet-directive/examples/googlemaps-example.html
It's not posible to switch layer from TERRAIN to any other (ie ROADMAP)
-
I do have the problem that after compiling the marker popup content, the size of the popup is not re-calculated. Afaik the popup size is only updated when the message includes the string "ngInclude".
…
sibbl updated
9 years ago
-
Error: [$compile:ctreq] http://errors.angularjs.org/1.3.15/$compile/ctreq?p0=leaflet&p1=markers
R/
-
Hi again,
I've seen that a layer have a bounds param, but can I use it to get the bounds? For example in a layer with markers get the extent of them.
Thanks.
-
Hi there not a bug but a concern that I got.
I can't reach to override layers directive and leafletLayerHelpers service.
I have been trying for days and angular still complainning.
Uncaught Error:…