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