(Cairo) Map Cropping Samples
(Cairo) Map Cropping Samples-1
(Cairo) Map Cropping Samples-2
neighborhoods and villages map with 3D shadow effect
flag map of with 3D shadow effect
map with 3d shadow effect
Download outline map of (geojson format) :
.geojson (**)
Download polygon array of map for "Google Maps" :
.txt
Bounding Box for Map : ( 28.993527 , 31.255131 , 30.346436 , 31.90529 )
Get Boundaries from overpass-turbo (OSM) with boundary box of map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.993527, 31.255131, 30.346436, 31.90529);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name ()
[out:json];
(
rel["name"=""][type=boundary];
rel["name:en"=""][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
`Arab al Ma``azah | 29.541170 , 31.307220 |
Al `Ashir min Ramadan | 30.296360 , 31.746330 |
Badr | 30.136000 , 31.715000 |
Burg el-Hudud | 30.083060 , 31.433060 |
El Shorouk | 30.138060 , 31.615560 |
El Tebbin | 29.773240 , 31.325970 |
Kafr ash Shara`inah | 30.050000 , 31.766670 |
Kafr Mas`ud | 30.093960 , 31.850020 |
Madinat al Haykstib | 30.154780 , 31.555280 |
Madinat at Tala'i` | 30.193780 , 31.638240 |
Madinaty | 30.096130 , 31.655390 |
New Cairo | 30.030000 , 31.470000 |
Sakan `Arab al Huwaytat | 29.912530 , 31.318460 |
Notes:
- You can download geometry data for 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.