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