Answer the question
In order to leave comments, you need to log in
What open-source mapping engine allows you to upload your image to the background?
Good day everyone!
Interested in an open-source JS solution for a mapping engine, with the ability to upload your image to the background.
Those. for example, a map of old Moscow or a parking plan.
I know that Yandex.Maps Js can do this, but I want to see more alternative options.
Answer the question
In order to leave comments, you need to log in
cut your map into tiles and use the standard method in any engine at any zoom.
Leaflet is the most commonly used, it is simple but requires a basic understanding of JS: https://leafletjs.com/
OpenLayers is bigger and more complex, but after an initial learning it is simpler than Leaflet and does a lot more: https://openlayers.org/
These are the two main , which out of the box are able to work with tiles. You can try others, but you may need to dig deeper: https://wiki.openstreetmap.org/wiki/Deploying_your...
Of course, for all engines you will need to bind a large image to coordinates and split it into tiles. But the question is about the engine, not about the breakdown :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question