Download outline map of Polevskoj (geojson format) :
Polevskoj.geojson (**)
Download polygon array of Polevskoj map for "Google Maps" :
Polevskoj.txt
Bounding Box for Polevskoj Map : ( 56.195949 , 59.637017 , 56.671396 , 60.568284 )
Wikipedia ID for Polevskoj : Q4369677
Wikipedia SPARQL Query for Polevskoj (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q4369677 wdt:P1082 ?population. }
OPTIONAL { wd:Q4369677 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q4369677 wdt:P2046 ?area. }
OPTIONAL { wd:Q4369677 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q4369677 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q4369677 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 Polevskoj map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](56.195949, 59.637017, 56.671396, 60.568284);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Polevskoj)
[out:json];
(
rel["name"="Polevskoj"][type=boundary];
rel["name:en"="Polevskoj"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Polevskoj
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Batrakova | 56.233330 , 59.783330 |
Bol'shaya Lavrovka | 56.443330 , 59.918060 |
Filippovka | 56.433330 , 60.200000 |
Glinchevskiy | 56.333400 , 60.139000 |
Glubochenskiy | 56.371500 , 60.100100 |
Kenchurka | 56.255830 , 59.792220 |
Kladovka | 56.228130 , 60.242910 |
Kosoy Brod | 56.478900 , 60.334200 |
Krasnaya Gorka | 56.532750 , 60.260100 |
Kurganovo | 56.629420 , 60.385450 |
Mramorskoye | 56.546070 , 60.409670 |
Poldnevaya | 56.301587 , 60.292793 |
Polevskoy | 56.451756 , 60.190272 |
Raskuikha | 56.588160 , 60.354530 |
Severskiy | 56.491188 , 60.245576 |
Stantsionnyy-Polevskoy | 56.441200 , 60.315600 |
Zyuzel'skiy | 56.485600 , 60.133100 |
Notes:
- You can download geometry data for Polevskoj 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.