Download outline map of Bustamante (geojson format) :
Bustamante.geojson (**)
Download polygon array of Bustamante map for "Google Maps" :
Bustamante.txt
Bounding Box for Bustamante Map : ( 26.431871 , -100.696093 , 26.710873 , -100.438475 )
Wikipedia ID for Bustamante : Q23504193
Wikipedia SPARQL Query for Bustamante (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q23504193 wdt:P1082 ?population. }
OPTIONAL { wd:Q23504193 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q23504193 wdt:P2046 ?area. }
OPTIONAL { wd:Q23504193 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q23504193 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q23504193 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 Bustamante map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.431871, -100.696093, 26.710873, -100.438475);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bustamante)
[out:json];
(
rel["name"="Bustamante"][type=boundary];
rel["name:en"="Bustamante"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bustamante
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Dulce (Sierra Morena) | 26.642300 , -100.518360 |
America | 26.666420 , -100.551170 |
Belen | 26.520310 , -100.471440 |
Bustamante | 26.532476 , -100.507826 |
Colima de Arriba | 26.652360 , -100.629090 |
Don Chon | 26.458000 , -100.571060 |
El Bufalo [Agropecuaria] | 26.507260 , -100.460330 |
El Colegio | 26.618430 , -100.531870 |
El Cono | 26.506770 , -100.520320 |
El Milagro | 26.642900 , -100.582370 |
El Molcajete | 26.566980 , -100.483110 |
Francisco Villa | 26.635640 , -100.471380 |
Hacienda Guadalupe | 26.515030 , -100.449770 |
Huisache | 26.630080 , -100.490890 |
La Agonia | 26.557610 , -100.514690 |
La Angostura | 26.565620 , -100.619980 |
La Boca | 26.538930 , -100.597330 |
La Guadalupana (San Juanita) [Fabrica de Mezcal] | 26.543370 , -100.473660 |
La Lagunilla | 26.591980 , -100.484220 |
Las Flores | 26.516090 , -100.479990 |
Las Vacas | 26.475530 , -100.610680 |
Minas Viejas | 26.586710 , -100.618160 |
Moncada | 26.550690 , -100.624900 |
Noria Nueva | 26.447800 , -100.586090 |
San Andres | 26.544760 , -100.504500 |
San Ignacio | 26.457710 , -100.592210 |
San Isidro | 26.653920 , -100.519780 |
San Jose | 26.497140 , -100.486860 |
San Nicolas | 26.478090 , -100.600330 |
Santa Juanita | 26.513820 , -100.489820 |
Trianero | 26.662930 , -100.516400 |
Valle del Marques (Sierra Morena) | 26.538640 , -100.530050 |
Notes:
- You can download geometry data for Bustamante 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.