Download outline map of Concepción (geojson format) :
Concepción.geojson (**)
Download polygon array of Concepción map for "Google Maps" :
Concepción.txt
Bounding Box for Concepción Map : ( -28.16587 , -55.624852 , -27.755243 , -55.312533 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Concepción map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-28.16587, -55.624852, -27.755243, -55.312533);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Concepción)
[out:json];
(
rel["name"="Concepcion"][type=boundary];
rel["name:en"="Concepcion"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Concepción
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Concepción de la Sierra | -27.983110 , -55.520310 |
San Juan de la Sierra | -27.783330 , -55.500000 |
Santa María | -27.903560 , -55.385410 |
Notes:
- You can download geometry data for Concepción 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.