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