Replies: 2 comments 2 replies
-
Can you clarify the question please? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Maybe you could try something like this with addprotocol, if you needed to convert the EPSG:3857 into EPSG:4326 tile coordinates. note this is untested because I don't have a source in that format, but maybe something like
Then using it as a source with something like
|
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.
-
Usually, the tile splitting method has 0 levels and 2 tiles.
You can see this example of openlayers: https://openlayers.vip/examples/vector-tiles-4326.html it sets a coordinate system parameter projection: 'EPSG: 4326'.
Are there any other maplibre-gl-js plugins to support EPSG: 4326 tiles?
Or, maplibre-gl-js support EPSG: 4326 tiles?
Beta Was this translation helpful? Give feedback.
All reactions