Download outline map of Vani (geojson format) :
Vani.geojson (**)
Download polygon array of Vani map for "Google Maps" :
Vani.txt
Bounding Box for Vani Map : ( 41.809982 , 42.394531 , 42.134426 , 42.804276 )
Wikipedia ID for Vani : Q893220
Wikipedia SPARQL Query for Vani (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q893220 wdt:P1082 ?population. }
OPTIONAL { wd:Q893220 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q893220 wdt:P2046 ?area. }
OPTIONAL { wd:Q893220 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q893220 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q893220 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 Vani map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.809982, 42.394531, 42.134426, 42.804276);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Vani)
[out:json];
(
rel["name"="Vani"][type=boundary];
rel["name:en"="Vani"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Vani
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amaghleba | 42.081640 , 42.640000 |
Baboti | 42.048500 , 42.720310 |
Bagineti | 42.062420 , 42.731500 |
Ch'agan-Ch'q'vishi | 42.115880 , 42.420130 |
Ch'q'vishi | 42.124600 , 42.435540 |
Dikhashkho | 42.064260 , 42.567490 |
Dobiro | 42.033330 , 42.466670 |
Dutskhuni | 42.013950 , 42.472630 |
Dzulukhi | 42.030120 , 42.604770 |
Gadidi | 42.033150 , 42.515860 |
Gagma-Vani | 42.074910 , 42.516670 |
Gora | 42.072630 , 42.660300 |
Inashauri | 42.068220 , 42.671760 |
Isriti | 42.058720 , 42.592630 |
K'ushubauri | 42.049960 , 42.447980 |
Kirovi | 42.053610 , 42.722220 |
Kveda Bzvani | 42.069390 , 42.597010 |
Kveda Ets'eri | 42.089220 , 42.411130 |
Kveda Mukedi | 42.078890 , 42.474820 |
Kveda Tsikhesulori | 42.096770 , 42.501870 |
Maisauri | 42.033000 , 42.459950 |
Mtisdziri | 42.108850 , 42.419880 |
Onjokheti | 42.036510 , 42.504530 |
P'eret'a | 42.069320 , 42.702030 |
Pateleseuli | 42.025280 , 42.465830 |
Q'umuri | 42.033890 , 42.469170 |
Romaneti | 42.034890 , 42.667040 |
Salominao | 42.083330 , 42.710000 |
Saprasia | 42.029730 , 42.628670 |
Shua Gora | 42.082330 , 42.684740 |
Shuamt'a | 42.108700 , 42.453360 |
T'obanieri | 42.074900 , 42.447140 |
T'q'elvani | 42.050340 , 42.546710 |
Tsikhisubani | 42.045950 , 42.583050 |
Ukhut'i | 42.037310 , 42.688840 |
Vani | 42.083200 , 42.521630 |
Zeda Ets'er-T'obanieri | 42.080320 , 42.437960 |
Zeda Gora | 42.061440 , 42.694990 |
Zeda Mukedi | 42.059540 , 42.463130 |
Zeda Tsikhesulori | 42.083820 , 42.488530 |
Zeda Vani | 42.067800 , 42.518010 |
Zeindari | 42.097510 , 42.668590 |
Notes:
- You can download geometry data for Vani 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.