Download outline map of La Gomera (geojson format) :
La Gomera.geojson (**)
Download polygon array of La Gomera map for "Google Maps" :
La Gomera.txt
Bounding Box for La Gomera Map : ( 13.913028 , -91.315468 , 14.194081 , -90.967471 )
Wikipedia ID for La Gomera : Q2608473
Wikipedia SPARQL Query for La Gomera (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2608473 wdt:P1082 ?population. }
OPTIONAL { wd:Q2608473 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2608473 wdt:P2046 ?area. }
OPTIONAL { wd:Q2608473 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2608473 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2608473 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 La Gomera map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.913028, -91.315468, 14.194081, -90.967471);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (La Gomera)
[out:json];
(
rel["name"="La Gomera"][type=boundary];
rel["name:en"="La Gomera"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Gomera
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cerro Colorado | 14.166670 , -91.166670 |
Chichimecas | 14.000000 , -91.283330 |
Chipilapa | 14.100000 , -91.050000 |
El Bebedero | 14.066670 , -91.250000 |
El Chontel | 14.000000 , -91.233330 |
El Naranjo | 13.916670 , -91.016670 |
El Paredon Buena Vista | 13.933330 , -91.083330 |
El Pilon | 14.000000 , -91.183330 |
El Porvenir | 13.983330 , -91.016670 |
La Deidad | 14.016670 , -91.283330 |
La Gomera | 14.083330 , -91.050000 |
Las Cruces | 14.083330 , -91.150000 |
Las Cuevas | 13.966670 , -91.050000 |
Malaga | 14.016670 , -91.066670 |
San Jeronimo | 14.033330 , -91.100000 |
Santa Marta | 13.966670 , -91.300000 |
Sipacate | 13.933330 , -91.150000 |
Texcuaco | 14.083330 , -91.216670 |
Notes:
- You can download geometry data for La Gomera 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.