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