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

Loading Planetiler Cut Vector Tiles into Cesium #992

Open
CrazyBug-11 opened this issue Aug 21, 2024 · 1 comment
Open

Loading Planetiler Cut Vector Tiles into Cesium #992

CrazyBug-11 opened this issue Aug 21, 2024 · 1 comment

Comments

@CrazyBug-11
Copy link

Our current project requires loading the generated tiles onto Cesium's 3D globe, which uses the EPSG:4326 (CRS84) coordinate system. However, the tiles cut by Planetiler use the EPSG:3857 - WGS 84 / Pseudo-Mercator coordinate system. Therefore, I am planning to conduct some secondary development based on Planetiler, with the aim of either slicing tiles according to a specified tile matrix or generating tiles directly in the CRS84 coordinate system.

I would like to seek your advice on what changes would be necessary to achieve this functionality, and whether this task might be particularly challenging. I have currently identified that significant modifications might be required in the GeoUtils and TileCoord classes. I would greatly appreciate any guidance on how to proceed with this task. Thank you very much.

@msbarry
Copy link
Contributor

msbarry commented Aug 27, 2024

I don't have any experience using mvt's in cesium, I see this package which appears to allow you to use standard vector tiles on cesium: https://github.com/davenquinn/cesium-vector-provider - are you using something like that? or something different ?

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

No branches or pull requests

2 participants