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