D
D
DeeZ2014-10-30 14:11:08
Programming
DeeZ, 2014-10-30 14:11:08

Raise a mapping service on your server?

There is a certain city "Ch", and 100 points in it.
There was a need to make a map with points marked on it. For example, a city where houses with offices and links between them are marked (with the ability to add info by clicking, and a link to go), something like this
862c08b40dfb45e784ae392b3271ce53.JPG
: the area is quite large, somewhere the points are compactly located, somewhere very remotely. On a small scale, the distant ones are not visible, on a large scale, those standing next to each other merge.
As far as I understand, I need some kind of mapping engine and a layer with my objects on top.
Are there ready made solutions to do this?
The main requirement is that everything must be stored locally, and not on a third-party server. The map itself is highly desirable as offline. I'm interested in the ability to cache a city (or work with an OpenStreetMap dump).
And of course, no one will give money for this. This is why it should be as free as possible.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2014-10-30
@begemot_sun

If you're JavaScript friendly, take a look:
Leaflet -- leafletjs.com/examples.html
As far as I understand you need a static map of your network, it's quite possible to copy-paste the code from the examples.

O
Optimus, 2014-10-30
Pyan @marrk2

The APIs of Google Maps and Yandex Maps allow you to sort of, at the same time, take their maps

M
Maxim Grechushnikov, 2014-10-30
@maxyc_webber

ocsr

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question