Tes (Dzavhan) Map Cropping Samples

Tes (Dzavhan) Map Cropping Samples-1
Tes (Dzavhan) Map Cropping Samples-1
Tes (Dzavhan) Map Cropping Samples-2
Tes (Dzavhan) Map Cropping Samples-2
Download outline map of Tes (geojson format) : Tes.geojson (**)
Download polygon array of Tes map for "Google Maps" : Tes.txt
Bounding Box for Tes Map : ( 49.375293 , 95.38023 , 49.830734 , 95.831134 )
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](49.375293, 95.38023, 49.830734, 95.831134);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Tes)
[out:json];
(
rel["name"="Tes"][type=boundary];
rel["name:en"="Tes"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Notes:
- You can download geometry data for Tes 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.

Create Tes neighborhoods and villages map.


Share this page