Download outline map of Queréndaro (geojson format) :
Queréndaro.geojson (**)
Download polygon array of Queréndaro map for "Google Maps" :
Queréndaro.txt
Bounding Box for Queréndaro Map : ( 19.596862 , -100.957824 , 19.856567 , -100.764908 )
Wikipedia ID for Queréndaro : Q6094509
Wikipedia SPARQL Query for Queréndaro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q6094509 wdt:P1082 ?population. }
OPTIONAL { wd:Q6094509 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q6094509 wdt:P2046 ?area. }
OPTIONAL { wd:Q6094509 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q6094509 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q6094509 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 Queréndaro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.596862, -100.957824, 19.856567, -100.764908);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Queréndaro)
[out:json];
(
rel["name"="Queréndaro"][type=boundary];
rel["name:en"="Queréndaro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Queréndaro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cerro de Dolores | 19.648480 , -100.867880 |
Corral de Piedra | 19.624650 , -100.839230 |
El Castillo | 19.786390 , -100.868330 |
El Cuarteado | 19.652960 , -100.846170 |
El Jazmin del Rincon | 19.707500 , -100.871390 |
El Llano | 19.626590 , -100.821900 |
El Madrono | 19.668100 , -100.853490 |
El Nopal | 19.633060 , -100.849440 |
El Pedregal | 19.802270 , -100.905210 |
El Piquete | 19.646200 , -100.832460 |
El Tejocote | 19.647220 , -100.802500 |
El Templete | 19.613330 , -100.833890 |
El Trompillo | 19.641110 , -100.817500 |
Garnica | 19.663610 , -100.843330 |
Hervidero y Plancha | 19.625000 , -100.850000 |
Jauja | 19.617220 , -100.828330 |
La Alberca | 19.703890 , -100.882500 |
La Estancia | 19.794720 , -100.826110 |
La Manzanilla | 19.661560 , -100.879580 |
La Maquina | 19.647500 , -100.851940 |
Las Agujas (El Panteon de las Agujas) | 19.611390 , -100.820830 |
Las Ahujas | 19.612200 , -100.819580 |
Las Canoas | 19.664870 , -100.857090 |
Los Fresnos (La Alberca) | 19.804440 , -100.901390 |
Los Nopales | 19.633360 , -100.849860 |
Los Toriles | 19.606260 , -100.844820 |
Milpillas | 19.711390 , -100.881110 |
Ojo de Agua Chico (Ojo de Agua Chiquito) | 19.747780 , -100.793890 |
Ojo de Agua Grande | 19.742780 , -100.786940 |
Otzumatlan | 19.775970 , -100.864490 |
Palo Grueso (La Troja) | 19.639170 , -100.853330 |
Pena Blanca | 19.602500 , -100.784440 |
Pueblo Viejo | 19.776380 , -100.814740 |
Puente Piedra | 19.683540 , -100.871690 |
Puerto Murillo | 19.702450 , -100.830570 |
Puerto Patoles | 19.610550 , -100.790920 |
Queréndaro | 19.810917 , -100.889802 |
Real de Otzumatlan | 19.720560 , -100.857500 |
Rincon de Zetina | 19.762220 , -100.840280 |
Rio de Parras (Otzumatlan) | 19.774170 , -100.866110 |
San Jose de la Cumbre | 19.675900 , -100.851160 |
San Jose Lagunillas | 19.683060 , -100.869170 |
Santo Domingo | 19.621110 , -100.841390 |
Notes:
- You can download geometry data for Queréndaro 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.