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