Airport layer not working
bagage opened this issue · 3 comments
When toggling it on:
ERROR TypeError: "tile is null"
_tileReady
http://localhost:4200/vendor.js:129379:7invokeTask
http://localhost:4200/polyfills.js:2743:17onInvokeTask
http://localhost:4200/vendor.js:57374:24invokeTask
http://localhost:4200/polyfills.js:2742:17runTask
http://localhost:4200/polyfills.js:2510:28invokeTask
http://localhost:4200/polyfills.js:2818:24invoke
http://localhost:4200/polyfills.js:2807:28timer
http://localhost:4200/polyfills.js:4376:17
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.