Download outline map of Santa Rosa (geojson format) :
Santa Rosa.geojson (**)
Download polygon array of Santa Rosa map for "Google Maps" :
Santa Rosa.txt
Bounding Box for Santa Rosa Map : ( 10.401569 , -75.438799 , 10.542493 , -75.293767 )
Wikipedia ID for Santa Rosa : Q1526264
Wikipedia SPARQL Query for Santa Rosa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1526264 wdt:P1082 ?population. }
OPTIONAL { wd:Q1526264 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1526264 wdt:P2046 ?area. }
OPTIONAL { wd:Q1526264 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1526264 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1526264 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 Santa Rosa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.401569, -75.438799, 10.542493, -75.293767);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Santa Rosa)
[out:json];
(
rel["name"="Santa Rosa"][type=boundary];
rel["name:en"="Santa Rosa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Santa Rosa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cabarcas | 10.433330 , -75.366670 |
Cabrera | 10.416670 , -75.366670 |
Casa de Palma | 10.423530 , -75.423870 |
Chiricoco | 10.427900 , -75.384660 |
Coyaima | 10.433330 , -75.333330 |
El Chorro | 10.433330 , -75.316670 |
El Paraiso | 10.483330 , -75.333330 |
El Socorro | 10.426310 , -75.332950 |
El Tigre | 10.433330 , -75.316670 |
Fondo Genadero de Bolivar | 10.454720 , -75.338330 |
Hacienda Mohan | 10.416670 , -75.333330 |
Hacienda Providencia | 10.500000 , -75.333330 |
Mundo Nuevo | 10.410000 , -75.408330 |
Pital | 10.433330 , -75.333330 |
San Luis | 10.420280 , -75.328610 |
Santa Helena | 10.465410 , -75.411550 |
Santa Helena | 10.433330 , -75.333330 |
Santa Rosa | 10.444720 , -75.369720 |
Sucarabuena | 10.483330 , -75.366670 |
Sucarabuena | 10.483330 , -75.383330 |
Tres Estrellas | 10.453770 , -75.411920 |
Villa Norma | 10.416010 , -75.373850 |
Notes:
- You can download geometry data for Santa Rosa 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.