Download outline map of San Marcos (geojson format) :
San Marcos.geojson (**)
Download polygon array of San Marcos map for "Google Maps" :
San Marcos.txt
Bounding Box for San Marcos Map : ( 14.90341 , -91.900267 , 15.081948 , -91.768312 )
Wikipedia ID for San Marcos : Q1023981
Wikipedia SPARQL Query for San Marcos (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1023981 wdt:P1082 ?population. }
OPTIONAL { wd:Q1023981 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1023981 wdt:P2046 ?area. }
OPTIONAL { wd:Q1023981 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1023981 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1023981 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 Marcos map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.90341, -91.900267, 15.081948, -91.768312);
);
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 Marcos)
[out:json];
(
rel["name"="San Marcos"][type=boundary];
rel["name:en"="San Marcos"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Marcos
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Agua Caliente Chiquita | 14.933330 , -91.783330 |
| Barranca de Galvez | 15.020920 , -91.866140 |
| Buena Vista El Rosario | 15.074220 , -91.830020 |
| Canoa de Piedra | 15.041840 , -91.828430 |
| Cansupe | 14.933330 , -91.800000 |
| Chiaguachin | 15.053350 , -91.840080 |
| Cruz de Piedra | 14.916670 , -91.800000 |
| El Aguacate | 15.026610 , -91.869600 |
| El Bojonal | 14.950000 , -91.883330 |
| El Canaque | 15.031200 , -91.872680 |
| El Rincon | 14.966670 , -91.833330 |
| Ixtajel | 14.916670 , -91.800000 |
| La Caballeria | 15.015870 , -91.797510 |
| Las Escobas | 14.933330 , -91.800000 |
| Las Lagunas | 14.950000 , -91.800000 |
| Llano de la Guardia | 15.071400 , -91.843610 |
| Los Cerezos | 15.059420 , -91.817960 |
| Los Puentes | 15.055930 , -91.828300 |
| Los Soicos | 15.066950 , -91.846220 |
| Madre Selva | 15.025790 , -91.794040 |
| Mavil | 14.933330 , -91.783330 |
| Nuevo Mirador | 15.062980 , -91.866680 |
| Quiexaque | 14.966670 , -91.833330 |
| San Francisco | 14.950000 , -91.800000 |
| San Jose Las Islas | 14.916670 , -91.800000 |
| San Marcos | 14.963890 , -91.794440 |
| San Rafael Soche | 14.966670 , -91.800000 |
| San Sebastian | 15.064680 , -91.835260 |
| Santa Lucia Ixcamal | 15.037700 , -91.806540 |
| Serchil | 15.047520 , -91.811450 |
Notes:
- You can download geometry data for San Marcos 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.