Answer the question
In order to leave comments, you need to log in
Is there such a mapping service?
I chose a color, clicked on the house - the house was painted.
With up-to-date maps for major Russian cities (Yandex, Google, OSM, ...) and the ability to share the resulting map via a link. Not a picture, just a map. The building should be selected automatically, without the need to draw the area yourself.
Are there any? Thank you.
Answer the question
In order to leave comments, you need to log in
I have not come across such services. But you clearly need a vector layer, not raster tiles.
If you look at osm.org/export and click view map data, you will notice that OSM data is being loaded: http://www.openstreetmap.org/api/0.6/map?bbox=37.657775,55.72508,37.661809,55.728445 , where bbox limits the area of downloaded data and will work with small values (zooms).
Actually reading about osm api and understanding the osm data formatit will be possible to rip out the coordinates of houses or other objects and make areas on the map clickable (fortunately, api maps provides this). Having received the coordinates of the desired house, you can save them and transfer them to the end user, where this region will be highlighted.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question