Talas (Talas) Map Cropping Samples
Talas (Talas) Map Cropping Samples-1
Talas (Talas) Map Cropping Samples-2
Talas neighborhoods and villages map with 3D shadow effect
flag map of Talas with 3D shadow effect
Talas map with 3d shadow effect
Download outline map of Talas (geojson format) :
Talas.geojson (**)
Download polygon array of Talas map for "Google Maps" :
Talas.txt
Bounding Box for Talas Map : ( 42.505996 , 72.186038 , 42.542994 , 72.280355 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Talas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.505996, 72.186038, 42.542994, 72.280355);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Talas)
[out:json];
(
rel["name"="Talas"][type=boundary];
rel["name:en"="Talas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Talas 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.