Download outline map of Tepeojuma (geojson format) :
Tepeojuma.geojson (**)
Download polygon array of Tepeojuma map for "Google Maps" :
Tepeojuma.txt
Bounding Box for Tepeojuma Map : ( 18.653106 , -98.503515 , 18.804574 , -98.376248 )
Wikipedia ID for Tepeojuma : Q7701270
Wikipedia SPARQL Query for Tepeojuma (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7701270 wdt:P1082 ?population. }
OPTIONAL { wd:Q7701270 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7701270 wdt:P2046 ?area. }
OPTIONAL { wd:Q7701270 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7701270 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7701270 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 Tepeojuma map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](18.653106, -98.503515, 18.804574, -98.376248);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tepeojuma)
[out:json];
(
rel["name"="Tepeojuma"][type=boundary];
rel["name:en"="Tepeojuma"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tepeojuma
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Caja de Agua | 18.700170 , -98.444700 |
Colonia Independencia | 18.725940 , -98.456860 |
El Cristo (La Mora) | 18.692110 , -98.440810 |
El Paraiso | 18.679760 , -98.439960 |
El Rodeo (Santa Maria el Rodeo) | 18.718060 , -98.497780 |
Ignacio Zaragoza | 18.715220 , -98.436750 |
Los Canaverales | 18.730580 , -98.443530 |
Montecristo | 18.704890 , -98.448320 |
San Agustin las Petacas | 18.721390 , -98.477500 |
San Antonio | 18.771370 , -98.452870 |
San Francisco el Astillero | 18.715560 , -98.386110 |
San Pedro Teyuca | 18.754840 , -98.449920 |
Santa Maria Xoyatla | 18.754720 , -98.390280 |
Tepeojuma | 18.726187 , -98.447251 |
Xoyatla | 18.753020 , -98.391840 |
Notes:
- You can download geometry data for Tepeojuma 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.