(Beheira) Map Cropping Samples
(Beheira) Map Cropping Samples-1
(Beheira) 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 : ( 29.87708 , 29.631109 , 30.743855 , 30.699882 )
Get Boundaries from overpass-turbo (OSM) with boundary box of map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.87708, 29.631109, 30.743855, 30.699882);
);
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) |
`Abd al Halim Mahmud | 30.647160 , 29.997770 |
`Izbat al Baydah | 30.444100 , 30.258040 |
`Izbat al Hamra' | 30.435240 , 30.277960 |
`Izbat Bani Salamah | 30.328170 , 30.418590 |
Al Ja``ar | 30.478620 , 30.166820 |
Al Wihdah | 30.581700 , 30.076330 |
Ash Shahamah | 30.601010 , 30.017550 |
At Tabarani | 30.597220 , 30.016110 |
Bi'r Hukir | 30.366670 , 30.350000 |
Madinat Wadi an Natrun | 30.377460 , 30.350320 |
Naj` al Aswad | 30.483460 , 30.130270 |
Naj` al Khadra | 30.458730 , 30.225970 |
Qaryat ash Shamali | 30.452240 , 30.296680 |
Qaryat Kafr Dawud | 30.361170 , 30.360580 |
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.