Download outline map of Zaragoza (geojson format) :
Zaragoza.geojson (**)
Download polygon array of Zaragoza map for "Google Maps" :
Zaragoza.txt
Bounding Box for Zaragoza Map : ( 14.620602 , -90.921769 , 14.736256 , -90.810735 )
Wikipedia ID for Zaragoza : Q1572856
Wikipedia SPARQL Query for Zaragoza (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1572856 wdt:P1082 ?population. }
OPTIONAL { wd:Q1572856 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1572856 wdt:P2046 ?area. }
OPTIONAL { wd:Q1572856 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1572856 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1572856 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 Zaragoza map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.620602, -90.921769, 14.736256, -90.810735);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Zaragoza)
[out:json];
(
rel["name"="Zaragoza"][type=boundary];
rel["name:en"="Zaragoza"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Zaragoza
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chirijuyu | 14.700000 , -90.866670 |
El Sitan | 14.633330 , -90.900000 |
Joya Grande | 14.666670 , -90.883330 |
Las Colmenas | 14.700000 , -90.850000 |
Las Lomas | 14.700000 , -90.850000 |
Mancheren Grande | 14.716670 , -90.833330 |
Pachitur | 14.716670 , -90.866670 |
Potrerillos | 14.650000 , -90.900000 |
Rincon | 14.683330 , -90.883330 |
Rinconcito | 14.683330 , -90.900000 |
Zaragoza | 14.654440 , -90.889440 |
Notes:
- You can download geometry data for Zaragoza 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.