Download outline map of Frontera (geojson format) :
Frontera.geojson (**)
Download polygon array of Frontera map for "Google Maps" :
Frontera.txt
Bounding Box for Frontera Map : ( 26.806688 , -101.716987 , 27.100732 , -101.348795 )
Wikipedia ID for Frontera : Q3850610
Wikipedia SPARQL Query for Frontera (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3850610 wdt:P1082 ?population. }
OPTIONAL { wd:Q3850610 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3850610 wdt:P2046 ?area. }
OPTIONAL { wd:Q3850610 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3850610 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3850610 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 Frontera map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.806688, -101.716987, 27.100732, -101.348795);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Frontera)
[out:json];
(
rel["name"="Frontera"][type=boundary];
rel["name:en"="Frontera"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Frontera
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acatlan | 26.940270 , -101.488700 |
Agustin Espinoza | 26.993850 , -101.405830 |
Alberto Villa Arias | 26.989320 , -101.496680 |
Colon | 26.997030 , -101.522890 |
Colonia Diana Laura Riojas de Colosio | 26.977220 , -101.480830 |
Colonia Doctor Esteban Martinez | 26.976670 , -101.473610 |
Ejido El Fresnillo | 26.914940 , -101.505830 |
El Borrego (Pueblo Nuevo) | 26.943890 , -101.511390 |
El Chapote | 26.942330 , -101.568150 |
El Encino | 26.857330 , -101.554220 |
El Papalote | 26.953540 , -101.501470 |
El Paraiso (Ricardo Medrano) | 26.975610 , -101.429570 |
El Ranchito | 26.943930 , -101.455910 |
El Vivero | 26.990540 , -101.504940 |
Fidencio Mendoza Castillo [Sector de Produccion Numero 1] | 26.928890 , -101.484440 |
Fraccion Ejidal Pozuelos de Abajo | 26.919720 , -101.508420 |
Fresnillo | 26.936410 , -101.552020 |
Frontera | 26.932437 , -101.457546 |
Hermosa Provincia | 26.963050 , -101.466200 |
Jesus Mendoza | 27.007270 , -101.493460 |
La Esperanza (Jaime Mario Castellanos Cordova) | 26.976390 , -101.459810 |
La Gamuza | 26.948710 , -101.564350 |
La Molienda | 26.915550 , -101.569530 |
La Montana | 26.887850 , -101.591370 |
La Mota | 26.877550 , -101.494690 |
La Polka Dos | 27.001110 , -101.412580 |
La Polka Vieja | 26.956120 , -101.434840 |
Las Flores | 26.952500 , -101.559810 |
Los Juanes | 26.946830 , -101.472790 |
Los Moncada | 26.961080 , -101.516650 |
Ninguno [Ciudad Sanitaria] | 26.982220 , -101.473700 |
Ocho de Enero | 27.000051 , -101.496069 |
Pozuelos de Abajo | 26.952770 , -101.537780 |
Pozuelos de Arriba | 26.911390 , -101.578120 |
Quinta Jose (Alejandro Arroyo Gomez) | 26.975000 , -101.431750 |
San Isidro | 26.966930 , -101.555980 |
San Isidro [Confinamiento Industrial] | 26.903610 , -101.501470 |
San Pedro (La Polka 1) | 26.971410 , -101.437610 |
Santa Ines | 27.043150 , -101.380520 |
Notes:
- You can download geometry data for Frontera 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.