Orizaba (Veracruz de Ignacio de la Llave) Map Cropping Samples
Orizaba (Veracruz de Ignacio de la Llave) Map Cropping Samples-1
Orizaba (Veracruz de Ignacio de la Llave) Map Cropping Samples-2
Orizaba neighborhoods and villages map with 3D shadow effect
flag map of Orizaba with 3D shadow effect
Orizaba map with 3d shadow effect
Download outline map of Orizaba (geojson format) :
Orizaba.geojson (**)
Download polygon array of Orizaba map for "Google Maps" :
Orizaba.txt
Bounding Box for Orizaba Map : ( 18.832016 , -97.157599 , 18.886166 , -97.06798 )
Wikipedia ID for Orizaba : Q993904
Wikipedia SPARQL Query for Orizaba (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q993904 wdt:P1082 ?population. }
OPTIONAL { wd:Q993904 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q993904 wdt:P2046 ?area. }
OPTIONAL { wd:Q993904 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q993904 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q993904 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 Orizaba map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](18.832016, -97.157599, 18.886166, -97.06798);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Orizaba)
[out:json];
(
rel["name"="Orizaba"][type=boundary];
rel["name:en"="Orizaba"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Orizaba
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Carrizal | 18.850000 , -97.116670 |
Gaudencio Vargas | 18.863060 , -97.082500 |
Orizaba | 18.853339 , -97.098373 |
Venustiano Carranza (Colonia Union Agricola) | 18.852500 , -97.127500 |
Notes:
- You can download geometry data for Orizaba 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.