Download outline map of Nasr (geojson format) :
Nasr.geojson (**)
Download polygon array of Nasr map for "Google Maps" :
Nasr.txt
Bounding Box for Nasr Map : ( 24.354221 , 32.914789 , 24.656529 , 33.130493 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Nasr map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](24.354221, 32.914789, 24.656529, 33.130493);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nasr)
[out:json];
(
rel["name"="Nasr"][type=boundary];
rel["name:en"="Nasr"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nasr
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adindan | 24.394650 , 32.974900 |
Al `Allaqi | 24.624770 , 32.956060 |
Arminna | 24.461360 , 33.060020 |
Dabub | 24.570800 , 32.947850 |
Fatirah | 24.613440 , 32.929760 |
Ibrim | 24.483410 , 33.025950 |
Wadi el- Arab | 24.566670 , 33.033330 |
Notes:
- You can download geometry data for Nasr 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.