Download outline map of Teruel (geojson format) :
Teruel.geojson (**)
Download polygon array of Teruel map for "Google Maps" :
Teruel.txt
Bounding Box for Teruel Map : ( 2.681147 , -76.029241 , 2.981736 , -75.490287 )
Wikipedia ID for Teruel : Q641800
Wikipedia SPARQL Query for Teruel (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q641800 wdt:P1082 ?population. }
OPTIONAL { wd:Q641800 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q641800 wdt:P2046 ?area. }
OPTIONAL { wd:Q641800 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q641800 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q641800 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 Teruel map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](2.681147, -76.029241, 2.981736, -75.490287);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Teruel)
[out:json];
(
rel["name"="Teruel"][type=boundary];
rel["name:en"="Teruel"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Teruel
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Almorzadero | 2.758890 , -75.535830 |
Bajo Cielo | 2.759720 , -75.607220 |
Bodega | 2.694620 , -75.603970 |
Coco | 2.683330 , -75.583330 |
El Diamante | 2.762430 , -75.575820 |
El Ingenio | 2.765490 , -75.605920 |
El Palmar | 2.784420 , -75.581210 |
El Paraiso | 2.748980 , -75.619980 |
El Tablon | 2.828890 , -75.551670 |
Honduras | 2.773360 , -75.614110 |
La Granja | 2.767420 , -75.572980 |
La Guaca | 2.691300 , -75.594020 |
La Loma | 2.690000 , -75.578890 |
La Polonia | 2.701940 , -75.588610 |
Las Cruces | 2.833330 , -75.733330 |
Pubenza | 2.740280 , -75.542500 |
San Antonio | 2.746940 , -75.603890 |
San Francisco | 2.779880 , -75.595600 |
San Isidro | 2.746990 , -75.565250 |
San Jose | 2.769170 , -75.591390 |
San Martin | 2.697190 , -75.570920 |
Teruel | 2.741930 , -75.567380 |
Tres Casitas | 2.784120 , -75.513900 |
Veracruz | 2.808510 , -75.519660 |
Villa Sofia | 2.770280 , -75.525000 |
Notes:
- You can download geometry data for Teruel 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.