Answer the question
In order to leave comments, you need to log in
How to connect to Yandex.Maps your own layer made in the EPSG:3785 projection?
Good afternoon.
The GDAL library has a gdal2tiles.py script that allows you to cut images into tiles using anchor points (normal GPS coordinates).
However, the entire internal kitchen (translation of coordinates, etc.) of this script is tied to the Google projection EPSG:3785 .
At the same time, it is clear that Yandex.Maps uses the EPSG:3395 projection .
Which in the end gives an unpleasant surprise - the numbers of tiles in EPSG:3785 and EPSG:3395 simply do not match.
For example, the tile at this coordinate [54.99412, 38.026884] ( Link ) has the following tile addresses:
Vendor | Projection | Z | X | Y | Link to tiles |
---|---|---|---|---|---|
Yandex | EPSG:3395 | 17 | 79381 | 41576 | Link |
17 | EPSG:3785 | 79381 | 41461 | blob:https%3A//www.google.ru/d8dd7055-2953-4345-82bd-8e3f12b951c3 (Google is smart, but you can see it here ) | |
OSM | 17 | EPSG:3785 | 79381 | 41461 | Link |
gdal2tiles | 17 | EPSG:3785 | 79381 | 41461 | Honestly |
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question