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