-
_From @pmusaraj on February 16, 2015 20:24_
I'm using this directive with mavrkercluster currently, and with many markers I'm having performance issues. Granted, the performance issues are on mobile …
-
_From @cyrilchaponeverysens on September 21, 2015 8:24_
When working with paths, the following doesn't work
```
var path = {
[...],
message: '',
[...]
}
```
whereas same thing with markers do…
-
Im trying to load one of our angular components into the message of the marker, but I'm getting the error
> Cannot read property '_panAnim' of null.
and the message is blank.
I have been usin…
-
I'm using leaflet-dvf in my angular 2 project.
I tried to integrate leaflet-dvf in my angular 2 application.
I added its scripts on index.html
#### index.html
```
…
-
leaflet
mapbox
javascript framework/libraries
d3 hexabins
-
_From @facultymatt on September 26, 2014 3:8_
I'm tracking down a performance critter. I use `$interval` to constantly center the map. Seems that `getMap().then(function() {})` causes a performance h…
-
_From @clluiz on May 11, 2015 22:23_
It's possible to pass a geoJson object directly to an overlay definition? Example, make this:
```
overlays: {
traffic: {
…
-
_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 be working. Does this structure look correct?
`…
-
Hey, I have a problem regarding the DOM handling. The project is written in Angular Material and uses the latest version of the Angular Leaflet Directives.
As you can see in the attached screenshot mo…
-
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 achieved through an angular directive that …