You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VM40:1 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'xyArray')
at :1:25169
at x (:1:25380)
at C (:1:28548)
at :16:23137
at async updateResults (:348:24)
If I change minZoom = 2 then the layer will initially be loaded and visible, but as soon as you zoom in, the same error appears.
The text was updated successfully, but these errors were encountered:
Ok, this is weird. The xyArray error only comes when the DevTools are opened and the user interacts (zoom/pan) with the map. This happens in Brave, Chrome, Edge.
In Firefox it doesnt work at all and throws another error, although the example from flatgeobuf works in Firefox.
Yeah, it's really strange. In this document from September 2022 everything works as expected, even in firefox (though there are pmtiles related errors when there's no tiles for a zoom level - but that's a different issue)
This app will throw an error in the console. It happens with the CRAN and dev version.
APP
If I change
minZoom = 2
then the layer will initially be loaded and visible, but as soon as you zoom in, the same error appears.The text was updated successfully, but these errors were encountered: