Download outline map of San Raimundo (geojson format) :
San Raimundo.geojson (**)
Download polygon array of San Raimundo map for "Google Maps" :
San Raimundo.txt
Bounding Box for San Raimundo Map : ( 14.711041 , -90.620317 , 14.888669 , -90.505461 )
Wikipedia ID for San Raimundo : Q275800
Wikipedia SPARQL Query for San Raimundo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q275800 wdt:P1082 ?population. }
OPTIONAL { wd:Q275800 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q275800 wdt:P2046 ?area. }
OPTIONAL { wd:Q275800 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q275800 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q275800 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 Raimundo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.711041, -90.620317, 14.888669, -90.505461);
);
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 Raimundo)
[out:json];
(
rel["name"="San Raymundo"][type=boundary];
rel["name:en"="San Raymundo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Raimundo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cerro Alto | 14.783330 , -90.600000 |
Curub | 14.816670 , -90.566670 |
El Carrizal | 14.783330 , -90.533330 |
El Cipres | 14.783330 , -90.550000 |
El Tablon | 14.866670 , -90.533330 |
El Zarzal | 14.850000 , -90.533330 |
Estancia Vieja | 14.816670 , -90.550000 |
La Cienaga | 14.733330 , -90.583330 |
La Comunidad | 14.766670 , -90.583330 |
La Estancia | 14.850000 , -90.566670 |
La Soledad | 14.866670 , -90.550000 |
Las Canes | 14.833330 , -90.583330 |
Llano de La Virgen | 14.783330 , -90.600000 |
Lo de Boc | 14.733330 , -90.550000 |
Los Ayapanes | 14.816670 , -90.550000 |
Los Cux | 14.766670 , -90.600000 |
Los Encuentros | 14.716670 , -90.583330 |
Los Lopez | 14.733330 , -90.516670 |
Los Turuy | 14.866670 , -90.566670 |
Pachali | 14.750000 , -90.616670 |
Pamoca | 14.783330 , -90.583330 |
Rajoni | 14.800000 , -90.550000 |
Sacojito | 14.716670 , -90.516670 |
San Martineros | 14.766670 , -90.533330 |
San Rafael Las Flores | 14.766670 , -90.533330 |
San Raimundo | 14.764720 , -90.595560 |
Notes:
- You can download geometry data for San Raimundo 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.