Download outline map of San Roque (geojson format) :
San Roque.geojson (**)
Download polygon array of San Roque map for "Google Maps" :
San Roque.txt
Bounding Box for San Roque Map : ( -29.0081984626 , -58.9794880899 , -28.2617806575 , -58.3021530451 )
Get Boundaries from overpass-turbo (OSM) with boundary box of San Roque map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-29.0081984626, -58.9794880899, -28.2617806575, -58.3021530451);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Roque)
[out:json];
(
rel["name"="San Roque"][type=boundary];
rel["name:en"="San Roque"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Roque
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chavarría | -28.954880 , -58.572770 |
Colonia Tata Cua | -28.383330 , -58.400000 |
Naranjito | -28.486770 , -58.526000 |
Pedro R. Fernández | -28.750970 , -58.655830 |
Santiago Alcorta | -28.783330 , -58.716670 |
Tacuaritas | -28.816440 , -58.392830 |
Notes:
- You can download geometry data for San Roque 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.