-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Styling in tiles viewer may not work for multi geometries (if using maplibre-gl 5) #511
Comments
Hi @prusswan. If you are referring to the protomaps basemap, this was fixed in the protomaps basemaps style here: protomaps/basemaps#341 |
Yeah, this is for the tooling at pmtiles.io (still using maplibre-gl v3), took me a while to realize why this is caused by v5. |
Ah OK but then I don't understand the issue. Can you share some reproduction steps? |
It is not happening "yet", but when the version is upgraded: Line 23 in 275b5bc
|
We should only need to change these geometry-type checks to use $type: https://github.com/protomaps/PMTiles/blob/main/app/src/MaplibreMap.tsx#L271 |
I was using the tile viewer styling, only to realize that multi geometries were not showing up properly.
Turns out this was due to a breaking change in maplibre-gl v5:
The text was updated successfully, but these errors were encountered: