Download outline map of Dimashq (geojson format) :
Dimashq.geojson (**)
Download polygon array of Dimashq map for "Google Maps" :
Dimashq.txt
Bounding Box for Dimashq Map : ( 33.462504 , 36.197303 , 33.56536 , 36.35181 )
ISO-3166 CODE for Dimashq : SY-DI
Get Boundaries from overpass-turbo (OSM) with boundary box of Dimashq map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](33.462504, 36.197303, 33.56536, 36.35181);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dimashq)
[out:json];
(
rel["name"="Damascus"][type=boundary];
rel["name:en"="Damascus"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Dimashq 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.