Skip to content
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

Support for arbitrary projections #80

Open
gberaudo opened this issue Mar 3, 2023 · 2 comments
Open

Support for arbitrary projections #80

gberaudo opened this issue Mar 3, 2023 · 2 comments

Comments

@gberaudo
Copy link

gberaudo commented Mar 3, 2023

Now that Mapbox suppors many projections .
Do you plan to add support for generating MVTs in arbitrary EPSG projections?

@stonetip
Copy link

stonetip commented Mar 7, 2023

This shouldn’t be necessary since Mapbox is reprojecting on the fly. Also, when zoomed in the map essentially transforms to web Mercator. See https://www.mapbox.com/blog/adaptive-projections for more info. It’s an interesting read.

@gberaudo
Copy link
Author

Hi @stonetip, thanks for the link.

Adaptative projections support is the exception. Except Mapbox, I am not aware of another MVT rendering library that supports it. For example, MapLibre or OpenLayers don't support it and I don't see such support added in the near future. MapBox uses a non-free license nowadays; they are not willing to share their innovation with the geospatial community.

On the contrary, OpenLayers have supported MVT layers in arbitrary projection since the start. Today one can use postgres ST_AsMVT function to dynamically create MVT tiles of arbitrary projection. It would be great to have such support in tippecanoe, which is a great tool for generating static tiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants