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