Replies: 1 comment
-
It might be that lngLat is not a class but only a type with the info and the wrap method is missing, IDK, I'll need to see a reproduction to better understand what went wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a problem with a Maplibre map. I have this error in console, but I don't know this message means exactly.
I have a function which filters on one or several towns, according to the customer. At the opening of the app, app zooms on these towns
map.fitBounds(townsbds)
. But the app failed after few seconds.I work with cadastral datas (geometry multipolygon, EPSG:2154). I have an API where geometry is reprojected in EPSG:3857 inside a vector tile.
I have another app where I haven't this problem. My data is geometry point, EPSG:4326.
Message from
terrain.ts
seems to be about projections.Is it possible that this comes from projections ? Or geometry multi ?
Thanks
Sylvain BECQUAERT
MAJ 29/9 13:59 = The problem seems to be about DEM. I have Maplibre-DEM on my app. But this doesn't explain why that not working on an app but it's ok on the other app.
Beta Was this translation helpful? Give feedback.
All reactions