Download outline map of Guadalupe Victoria (geojson format) :
Guadalupe Victoria.geojson (**)
Download polygon array of Guadalupe Victoria map for "Google Maps" :
Guadalupe Victoria.txt
Bounding Box for Guadalupe Victoria Map : ( 19.222044 , -97.478393 , 19.392531 , -97.276888 )
Wikipedia ID for Guadalupe Victoria : Q311425
Wikipedia SPARQL Query for Guadalupe Victoria (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q311425 wdt:P1082 ?population. }
OPTIONAL { wd:Q311425 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q311425 wdt:P2046 ?area. }
OPTIONAL { wd:Q311425 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q311425 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q311425 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 Guadalupe Victoria map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.222044, -97.478393, 19.392531, -97.276888);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guadalupe Victoria)
[out:json];
(
rel["name"="Guadalupe Victoria"][type=boundary];
rel["name:en"="Guadalupe Victoria"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guadalupe Victoria
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Canoitas | 19.262210 , -97.315960 |
Carmen Serdan | 19.298610 , -97.339440 |
El Dorado | 19.337350 , -97.392720 |
El Progreso | 19.385370 , -97.289360 |
Guadalupe Buenavista (El Tecolote) | 19.373890 , -97.360280 |
Guadalupe Victoria | 19.289457 , -97.342362 |
Hacienda Nueva (San Pedro el Aguila) | 19.334440 , -97.412500 |
Huecapan | 19.283330 , -97.350000 |
La SARH [Vivero] | 19.286790 , -97.348820 |
Las Palomas | 19.317070 , -97.343830 |
Mesa del Rodeo | 19.240450 , -97.292330 |
Nuevo Saltillo | 19.283330 , -97.350000 |
Pozo la Noria | 19.295400 , -97.382160 |
Preciosa | 19.366670 , -97.400000 |
Quechulac | 19.372730 , -97.347830 |
Rancho el Yaqui | 19.325130 , -97.351890 |
Rancho la Luz | 19.338740 , -97.346320 |
Rancho los Gomez (Rancho Nuevo) | 19.285370 , -97.429760 |
Rancho Mexcaltilahuatl (Rancho San Alfonso) | 19.308780 , -97.402650 |
Rancho S | 19.308180 , -97.395500 |
San Antonio Mexcaltilahuac | 19.315400 , -97.424660 |
San Juan la Muralla | 19.366940 , -97.395000 |
San Luis Atexcac | 19.345190 , -97.451230 |
San Rafael | 19.307220 , -97.362780 |
Santa Cecilia | 19.351110 , -97.323890 |
Notes:
- You can download geometry data for Guadalupe Victoria 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.