Download outline map of Silva (geojson format) :
Silva.geojson (**)
Download polygon array of Silva map for "Google Maps" :
Silva.txt
Bounding Box for Silva Map : ( 10.5775 , -68.621517 , 10.879827 , -68.224202 )
Wikipedia ID for Silva : Q6327150
Wikipedia SPARQL Query for Silva (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q6327150 wdt:P1082 ?population. }
OPTIONAL { wd:Q6327150 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q6327150 wdt:P2046 ?area. }
OPTIONAL { wd:Q6327150 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q6327150 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q6327150 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 Silva map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.5775, -68.621517, 10.879827, -68.224202);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Silva)
[out:json];
(
rel["name"="Silva"][type=boundary];
rel["name:en"="Silva"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Silva
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua | 10.750000 , -68.433330 |
Agua Linda | 10.725470 , -68.449350 |
Balsamar | 10.783850 , -68.470800 |
Buena Vista | 10.857500 , -68.376670 |
Cano de Leon | 10.865000 , -68.315000 |
Cano Salado | 10.802500 , -68.367220 |
El Cuatro | 10.781060 , -68.346900 |
El Doce | 10.760560 , -68.419440 |
El Muertico | 10.818890 , -68.330830 |
El Rucio | 10.774870 , -68.448930 |
Felipito | 10.748540 , -68.442040 |
Kilometro Veintiseis | 10.637780 , -68.466110 |
La Luisa | 10.862060 , -68.306480 |
La Resbalosa | 10.669440 , -68.333330 |
La Soledad | 10.861020 , -68.341040 |
Las Brujitas | 10.669060 , -68.406950 |
Las Delicias | 10.683330 , -68.300000 |
Las Lapas | 10.775960 , -68.401410 |
Las Lomas | 10.833330 , -68.366670 |
Las Lomas | 10.806670 , -68.347220 |
Lizardo | 10.862330 , -68.236720 |
Loma Larga | 10.760990 , -68.506590 |
Los Colorados | 10.797600 , -68.365810 |
Los Corales | 10.753060 , -68.325000 |
Los Rastrojos | 10.865280 , -68.374720 |
Moroncito | 10.667220 , -68.342780 |
Morrocoy | 10.860610 , -68.262980 |
Quiebra Vara | 10.700000 , -68.450000 |
Represa | 10.833330 , -68.350000 |
San Jose | 10.655670 , -68.439170 |
Santa Barbara | 10.735490 , -68.474400 |
Tucacas | 10.790600 , -68.325770 |
Notes:
- You can download geometry data for Silva 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.