V
V
Vladimir Ivanov2019-07-31 13:00:52
JavaScript
Vladimir Ivanov, 2019-07-31 13:00:52

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

3 answer(s)
S
Sergey c0re, 2019-07-31
@erge

OpenStreetMap

P
pfg21, 2019-07-31
@pfg21

cut your map into tiles and use the standard method in any engine at any zoom.

I
Ilya Zverev, 2019-07-31
@Zverik

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 question

Ask a Question

731 491 924 answers to any question