(El Bahr El Ahmar) Map Cropping Samples
(El Bahr El Ahmar) Map Cropping Samples-1
(El Bahr El Ahmar) 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 : ( 26.1397 , 31.464614 , 27.338302 , 32.799296 )
Get Boundaries from overpass-turbo (OSM) with boundary box of map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.1397, 31.464614, 27.338302, 32.799296);
);
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 `Aliqat | 26.250000 , 32.116670 |
`Arab al `Atiyat | 26.306990 , 32.057500 |
`Urban Bani Wasil | 26.693470 , 31.678980 |
Al `Isawiyah Sharq | 26.563260 , 31.802390 |
Al `Uthmaniyah | 26.896030 , 31.516290 |
Al Ahaywah Sharq | 26.463770 , 31.821990 |
Al Hammamiyah | 26.930450 , 31.488170 |
Al Haradinah | 26.716550 , 31.656600 |
Al Jalawiyah | 26.742440 , 31.622900 |
Al Kawlah | 26.510090 , 31.829060 |
Al Khazandariyah | 26.784580 , 31.542690 |
An Nawawirah | 26.856670 , 31.524340 |
Ar Rayayinah bil Hajir | 26.730770 , 31.636830 |
As Sawami`ah Sharq | 26.641670 , 31.737780 |
Awlad ash Shaykh | 26.388190 , 31.868010 |
Naj` ad Dayr | 26.364030 , 31.902690 |
Naj` al Ahaywah | 26.444440 , 31.827850 |
Nugu' el-Rayagna | 26.700000 , 31.666670 |
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.