Omsk (Omsk) Map Cropping Samples
Omsk (Omsk) Map Cropping Samples-1
Omsk (Omsk) Map Cropping Samples-2
Omsk neighborhoods and villages map with 3D shadow effect
flag map of Omsk with 3D shadow effect
Omsk map with 3d shadow effect
Download outline map of Omsk (geojson format) :
Omsk.geojson (**)
Download polygon array of Omsk map for "Google Maps" :
Omsk.txt
Bounding Box for Omsk Map : ( 54.821422 , 73.122326 , 55.142499 , 73.656256 )
Wikipedia ID for Omsk : Q766317
Wikipedia SPARQL Query for Omsk (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q766317 wdt:P1082 ?population. }
OPTIONAL { wd:Q766317 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q766317 wdt:P2046 ?area. }
OPTIONAL { wd:Q766317 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q766317 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q766317 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 Omsk map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](54.821422, 73.122326, 55.142499, 73.656256);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Omsk)
[out:json];
(
rel["name"="Omsk"][type=boundary];
rel["name:en"="Omsk"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Omsk
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bol'shiye Polya | 55.066200 , 73.417000 |
Bulatovo | 54.934620 , 73.512770 |
Chukreyevka | 54.985769 , 73.322391 |
Dom Invalidov | 54.958510 , 73.129780 |
Novoaleksandrovka | 55.118470 , 73.177550 |
Omsk | 55.058008 , 73.267987 |
Omsk | 54.933675 , 73.324423 |
Omsk | 54.967080 , 73.409006 |
Ostashkovo | 54.962740 , 73.557300 |
Plamya | 54.983000 , 73.168690 |
Prudki | 54.976590 , 73.507530 |
Tesman | 54.950000 , 73.133330 |
Uchastok Nomer Dva | 55.085600 , 73.155200 |
Vkhodnoy | 54.951810 , 73.171080 |
Notes:
- You can download geometry data for Omsk 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.