Download outline map of Voronezh (geojson format) :
Voronezh.geojson (**)
Download polygon array of Voronezh map for "Google Maps" :
Voronezh.txt
Bounding Box for Voronezh Map : ( 51.484349 , 39.022183 , 51.870082 , 39.45475 )
Wikipedia ID for Voronezh : Q1970230
Wikipedia SPARQL Query for Voronezh (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1970230 wdt:P1082 ?population. }
OPTIONAL { wd:Q1970230 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1970230 wdt:P2046 ?area. }
OPTIONAL { wd:Q1970230 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1970230 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1970230 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Voronezh map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](51.484349, 39.022183, 51.870082, 39.45475);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Voronezh)
[out:json];
(
rel["name"="Voronezh"][type=boundary];
rel["name:en"="Voronezh"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Voronezh
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alekseyevka | 51.618260 , 39.253250 |
Borovoye | 51.745754 , 39.352513 |
Gor'kogo | 51.713330 , 39.225560 |
Imeni Budennogo | 51.535320 , 39.233000 |
Kozhevnoye | 51.814410 , 39.323860 |
Maslovka | 51.547955 , 39.250705 |
Nikol'skoye | 51.580530 , 39.307820 |
Oktyabr' | 51.632990 , 39.273960 |
Otrozhki | 51.706130 , 39.274950 |
Pervoye Maya | 51.655650 , 39.131280 |
Peschanka | 51.609810 , 39.224740 |
Podgornoye | 51.733001 , 39.155123 |
Podkletnoye | 51.706330 , 39.074240 |
Polynovka | 51.744580 , 39.397810 |
Pridacha | 51.681470 , 39.267580 |
Pridonskoy | 51.699067 , 39.079855 |
Rybach'ye | 51.746880 , 39.225610 |
Semilukskiye Vyselki | 51.519734 , 39.145249 |
Shilovo | 51.595080 , 39.151971 |
Somovo | 51.740980 , 39.366550 |
Sosnovka | 51.737530 , 39.353890 |
Stakhanovskiy | 51.781720 , 39.407870 |
Tavrovo | 51.553560 , 39.193880 |
Tenistyy | 51.630820 , 39.071720 |
Trushkina | 51.551270 , 39.091440 |
Voloshino | 51.744280 , 39.398420 |
Voronezh | 51.658716 , 39.268847 |
Voronezh | 51.670038 , 39.169910 |
Yakovlevka | 51.538100 , 39.158450 |
Notes:
- You can download geometry data for Voronezh in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.