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