Opolski (Lubelskie) Map Cropping Samples
Opolski (Lubelskie) Map Cropping Samples-1
Opolski (Lubelskie) Map Cropping Samples-2
Opolski neighborhoods and villages map with 3D shadow effect
flag map of Opolski with 3D shadow effect
Opolski map with 3d shadow effect
Download outline map of Opolski (geojson format) :
Opolski.geojson (**)
Download polygon array of Opolski map for "Google Maps" :
Opolski.txt
Bounding Box for Opolski Map : ( 50.949343 , 21.783226 , 51.308732 , 22.235632 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Opolski map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](50.949343, 21.783226, 51.308732, 22.235632);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Opolski)
[out:json];
(
rel["name"="Opolski"][type=boundary];
rel["name:en"="Opolski"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Opolski 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.