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