Download outline map of San Jacinto (geojson format) :
San Jacinto.geojson (**)
Download polygon array of San Jacinto map for "Google Maps" :
San Jacinto.txt
Bounding Box for San Jacinto Map : ( 9.758839 , -75.317725 , 9.926026 , -74.917089 )
Wikipedia ID for San Jacinto : Q1441919
Wikipedia SPARQL Query for San Jacinto (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1441919 wdt:P1082 ?population. }
OPTIONAL { wd:Q1441919 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1441919 wdt:P2046 ?area. }
OPTIONAL { wd:Q1441919 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1441919 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1441919 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 Jacinto map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.758839, -75.317725, 9.926026, -74.917089);
);
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 Jacinto)
[out:json];
(
rel["name"="San Jacinto"][type=boundary];
rel["name:en"="San Jacinto"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Jacinto
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amazonas | 9.900000 , -75.116670 |
Arenas | 9.807580 , -75.195850 |
Arriba del Arroyo | 9.816100 , -75.182900 |
Bajo Grande | 9.836130 , -74.961810 |
Bajogrande | 9.833330 , -74.966670 |
Bongal | 9.850000 , -75.200000 |
Casa Piedra | 9.883330 , -75.233330 |
Catalanes | 9.790500 , -75.043380 |
El Aguila | 9.834020 , -75.026440 |
El Bajo | 9.816670 , -75.000000 |
El Brasil | 9.873960 , -75.127130 |
El Paraiso | 9.864050 , -75.238160 |
El Rincon | 9.833330 , -75.066670 |
Juan Tapias | 9.850000 , -75.033330 |
La Union | 9.833330 , -75.083330 |
Las Aguaditas | 9.850000 , -75.200000 |
Las Charquitas | 9.794070 , -75.225200 |
Las Flechas | 9.850000 , -75.166670 |
Las Lauras | 9.805930 , -75.176850 |
Las Palmas | 9.842250 , -75.022760 |
Las Palmas | 9.855360 , -75.022160 |
Las Vacas | 9.766670 , -75.100000 |
Matuya | 9.909500 , -75.211290 |
Palenquito | 9.850000 , -75.166670 |
Patio Grande | 9.783330 , -75.100000 |
San Cristóbal | 9.878090 , -75.252480 |
San Jacinto | 9.827670 , -75.121700 |
Notes:
- You can download geometry data for San Jacinto 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.