Download outline map of Hurghada (geojson format) :
Hurghada.geojson (**)
Download polygon array of Hurghada map for "Google Maps" :
Hurghada.txt
Bounding Box for Hurghada Map : ( 26.71702 , 32.655866 , 27.480466 , 33.93826 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Hurghada map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.71702, 32.655866, 27.480466, 33.93826);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hurghada)
[out:json];
(
rel["name"="Hurghada"][type=boundary];
rel["name:en"="Hurghada"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hurghada
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ad Dahhar | 27.250000 , 33.149720 |
Al Ghardaqah | 27.257380 , 33.812910 |
El Gouna | 27.394170 , 33.678250 |
Hurghada | 27.230003 , 33.830017 |
Hurghada | 27.235269 , 33.834817 |
Makadi Bay | 26.991230 , 33.899520 |
Sahl Hasheesh | 27.073650 , 33.886040 |
Notes:
- You can download geometry data for Hurghada 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.