Download outline map of Momax (geojson format) :
Momax.geojson (**)
Download polygon array of Momax map for "Google Maps" :
Momax.txt
Bounding Box for Momax Map : ( 21.888725 , -103.39068 , 22.000862 , -103.13573 )
Wikipedia ID for Momax : Q20640761
Wikipedia SPARQL Query for Momax (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q20640761 wdt:P1082 ?population. }
OPTIONAL { wd:Q20640761 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q20640761 wdt:P2046 ?area. }
OPTIONAL { wd:Q20640761 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q20640761 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q20640761 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 Momax map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](21.888725, -103.39068, 22.000862, -103.13573);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Momax)
[out:json];
(
rel["name"="Momax"][type=boundary];
rel["name:en"="Momax"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Momax
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Blanca | 21.915560 , -103.307220 |
Agua Salada | 21.926390 , -103.282030 |
Arroyo Hondo | 21.970090 , -103.169670 |
Atotonilco | 21.922780 , -103.326670 |
Bajio de Gallegos | 21.941390 , -103.322500 |
Barrio San Sebastian (Anexo a Momax) | 21.923890 , -103.319720 |
Buenavista | 21.902460 , -103.303270 |
Coculiten | 21.969100 , -103.267560 |
El Jardin | 21.900830 , -103.320010 |
El Rebaje | 21.894740 , -103.307940 |
El Rodeo | 21.945830 , -103.303330 |
El Tepetate | 21.902540 , -103.339560 |
El Tepetate | 21.903300 , -103.361740 |
El Zapote | 21.908020 , -103.356810 |
La Azucena | 21.942220 , -103.309720 |
La Joya | 21.968610 , -103.287500 |
La Manchada | 21.976770 , -103.186780 |
La Providencia | 21.962500 , -103.272780 |
La Purisima | 21.900000 , -103.350000 |
La Ventura | 21.925630 , -103.242640 |
Las Alcaparras | 21.898440 , -103.351610 |
Los Alvarez | 21.955830 , -103.279440 |
Los Luna | 21.953390 , -103.290940 |
Los Martinez | 21.982200 , -103.284510 |
Los Reales | 21.963070 , -103.286520 |
Los Vela | 21.944750 , -103.230660 |
Momax | 21.924184 , -103.311828 |
Paso del Rio | 21.940280 , -103.305830 |
Plan del Toro | 21.904140 , -103.308970 |
Rancho del Padre | 21.914170 , -103.288550 |
Rancho Viejo | 21.902860 , -103.381230 |
San Antonio | 21.947370 , -103.281680 |
San Jose de los Mota | 21.948610 , -103.264420 |
San Juan | 21.905830 , -103.312780 |
San Lorenzo | 21.966240 , -103.228410 |
Santa Cruz | 21.900000 , -103.383330 |
Notes:
- You can download geometry data for Momax 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.