leaflet-ng2
leaflet-ng2 copied to clipboard
Angular.io integration of Leaflet
Hi all! I noticed that the demo website is not online anymore: https://leaflet-ng2.yagajs.org/ Is it OK? are you aware of that? Thank you so much! :)
I'm trying to add plugin leaflet-spin from here: https://github.com/makinacorpus/Leaflet.Spin I had read https://github.com/yagajs/leaflet-ng2/issues/366 and similars, but I can't get add this simple plugin: ``` import * as L from 'leaflet';...
**Is your feature request related to a problem? Please describe.** When a layer within a [yaga-layers-control](https://leaflet-ng2.yagajs.org/latest/examples/layers-control-directive/) has the display set on false, the checkbox or radiobutton in the yaga-layers-control on...
Hello everyone, I have a angular project using yaga leaflet, I need to implement the **markercluster** plugin, I am using the `yaga-feature-group` and `yaga-marker` directives. I saw that there is...
**Describe the bug** Using multiple `` in a ``, the layer control will render all tile layer at once on top of eachother. (Only the top one will be visible.)...
after ng build --prod it is very slow when zoom,Zoom in and out slowly! but ok at ng serve(do not use --prod)
**Describe the bug** It seems that various EventListeners on the document are added (PointerMove etc), but they are not detached when destroying the component. **To Reproduce** Steps to reproduce the...
Hi, I'm using your nice leaflet lib for my [hobby project](https://github.com/bpatrik/pigallery2) and I found it difficult to integrate it with `angular-cli`. I figured that leaflet-ng2 has a dependency on leaflet,...
Hi All, I use the following HTML template. ```html ``` `obj` is updated periodically. When I disable `Layer` through the layer control, updates fail with the error ``` ERROR TypeError:...
I've tried wrapping the code in ngIf="isBrowser" but the only thing that is working is when I delete the import of the YagaModule in NgModule :( Any ideas how I...