-
Notifications
You must be signed in to change notification settings - Fork 282
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
How to enable custom coordinate systems in maps using iclient for maplibregl. #486
Comments
Thank you for your issue. Note that, only raster source and vector source are should be this custom coordinate systems. Geojson source, center , marker, etc. are still WGS84 coordinates. If you still have problems, can you provide an online example, or your code and map url? |
Hello, @songyumeng .Thank you for your answer. |
TMS services and 3D buildings is supported. |
When loading the TMS service, you need to make sure that the 0th level resolution of the service is consistent with the 0th level resolution calculated by maplibre-gl-enhance. |
https://iclient.supermap.io/examples/maplibregl/editor.html#mvtVectorTile_2362
Could you please explain how to implement the second method of registering a custom coordinate system in this demo? I've tried to define a WKT but the map won't display. Does it involve compatibility issues with JavaScript libraries?
The text was updated successfully, but these errors were encountered: