Download outline map of San Antonio (geojson format) :
San Antonio.geojson (**)
Download polygon array of San Antonio map for "Google Maps" :
San Antonio.txt
Bounding Box for San Antonio Map : ( -33.956064 , -71.843249 , -33.251942 , -71.328032 )
Wikipedia ID for San Antonio : Q721594
Wikipedia SPARQL Query for San Antonio (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q721594 wdt:P1082 ?population. }
OPTIONAL { wd:Q721594 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q721594 wdt:P2046 ?area. }
OPTIONAL { wd:Q721594 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q721594 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q721594 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of San Antonio map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-33.956064, -71.843249, -33.251942, -71.328032);
);
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 Antonio)
[out:json];
(
rel["name"="San Antonio"][type=boundary];
rel["name:en"="San Antonio"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Antonio
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Algarrobo | -33.352464 , -71.641306 |
Cartagena | -33.540918 , -71.599905 |
Cartagena | -33.532408 , -71.521818 |
Cuncumen | -33.732940 , -71.426970 |
El Convento | -33.783330 , -71.583330 |
El Quisco | -33.407725 , -71.690873 |
El Seminario | -33.411740 , -71.682570 |
El Tabo | -33.467964 , -71.640713 |
El Totoral | -33.416520 , -71.622360 |
El Turco | -33.545950 , -71.477710 |
Huallilemu | -33.400000 , -71.650000 |
Isla Negra | -33.441249 , -71.686129 |
La Quebrada Honda | -33.533330 , -71.500000 |
La Rudilla | -33.500550 , -71.480270 |
Lagunillas | -33.478479 , -71.478395 |
Las Chacarillas | -33.533330 , -71.500000 |
Las Cruces | -33.508022 , -71.604917 |
Leyda | -33.747180 , -71.515503 |
Llolleo | -33.613510 , -71.614560 |
Lo Abarca | -33.521810 , -71.543380 |
Lo Zarate | -33.533680 , -71.528940 |
Los Lunes | -33.533330 , -71.483330 |
Malvilla | -33.576087 , -71.528519 |
Navidad | -33.938894 , -71.758463 |
Paso del Rosario | -33.483330 , -71.483330 |
Posada Lilen | -33.699720 , -71.587520 |
Rocas de Santo Domingo | -33.642509 , -71.632165 |
San Antonio | -33.589363 , -71.600517 |
San Antonio | -33.550551 , -71.493530 |
San Jose | -33.284570 , -71.585390 |
San Juan | -33.641240 , -71.580170 |
San Juan | -33.666670 , -71.550000 |
San Sebastián | -33.534159 , -71.565370 |
Santo Domingo | -33.646596 , -71.586324 |
Tunquen | -33.274000 , -71.647080 |
Notes:
- You can download geometry data for San Antonio 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.