Download outline map of Juárez Hidalgo (geojson format) :
Juárez Hidalgo.geojson (**)
Download polygon array of Juárez Hidalgo map for "Google Maps" :
Juárez Hidalgo.txt
Bounding Box for Juárez Hidalgo Map : ( 20.768961 , -98.901263 , 20.902378 , -98.778591 )
Wikipedia ID for Juárez Hidalgo : Q3846448
Wikipedia SPARQL Query for Juárez Hidalgo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3846448 wdt:P1082 ?population. }
OPTIONAL { wd:Q3846448 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3846448 wdt:P2046 ?area. }
OPTIONAL { wd:Q3846448 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3846448 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3846448 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 Juárez Hidalgo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.768961, -98.901263, 20.902378, -98.778591);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Juárez Hidalgo)
[out:json];
(
rel["name"="Juárez Hidalgo"][type=boundary];
rel["name:en"="Juárez Hidalgo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Juárez Hidalgo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cuayacapa | 20.822390 , -98.855500 |
Itztacoyotla | 20.822410 , -98.813920 |
Juárez | 20.782517 , -98.831543 |
La Campana | 20.772770 , -98.837760 |
Los Tejocotes | 20.847320 , -98.896200 |
Rancho Hernandez | 20.836670 , -98.855560 |
Rancho Viejo | 20.783810 , -98.844470 |
San Nicolas Cuatzontla | 20.869530 , -98.850130 |
Santa Cruz | 20.783160 , -98.831970 |
Santa Maria | 20.849720 , -98.875830 |
Tetipanchalco | 20.878110 , -98.799360 |
Tlalostoteno | 20.875180 , -98.858520 |
Tonalixco | 20.850840 , -98.838310 |
Xotiopa | 20.832670 , -98.850900 |
Notes:
- You can download geometry data for Juárez Hidalgo 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.