haoliangyu/ngx-leaflet-starter

Airport layer not working

bagage opened this issue · 3 comments

Upstream bug in vectorgrid: Leaflet/Leaflet.VectorGrid#175

Fix: yarn add leaflet@==1.3.1

Upstream bug in leaflet (which in turn was causing that mentioned bug in leaflet.vectorgrid) has been fixed with the release of leaflet 1.3.4 today.
Use yarn add leaflet@^1.3.4 to fix it.

Thanks for reporting this issue. This issue should have been fixed.