Download outline map of Apaxco (geojson format) :
Apaxco.geojson (**)
Download polygon array of Apaxco map for "Google Maps" :
Apaxco.txt
Bounding Box for Apaxco Map : ( 19.929499 , -99.215394 , 20.031714 , -99.083992 )
Wikipedia ID for Apaxco : Q228854
Wikipedia SPARQL Query for Apaxco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q228854 wdt:P1082 ?population. }
OPTIONAL { wd:Q228854 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q228854 wdt:P2046 ?area. }
OPTIONAL { wd:Q228854 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q228854 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q228854 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 Apaxco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.929499, -99.215394, 20.031714, -99.083992);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Apaxco)
[out:json];
(
rel["name"="Apaxco"][type=boundary];
rel["name:en"="Apaxco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Apaxco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apaxco de Ocampo | 19.972712 , -99.173405 |
Colonia 3 de Mayo (La Cruz) | 19.980830 , -99.163610 |
Colonia el Pixquay (Colonia el Carmen) | 19.963610 , -99.188890 |
Colonia Ermita | 19.943410 , -99.196090 |
Colonia Juarez | 19.995830 , -99.149440 |
Colonia Santa Cecilia | 19.976060 , -99.153290 |
Ejidos de Santa Maria | 19.949100 , -99.197730 |
Loma Bonita | 19.948340 , -99.164290 |
Los Arbolitos | 19.946180 , -99.149710 |
Perez de Galeana | 19.979330 , -99.141640 |
Pixcuay | 19.964120 , -99.204130 |
Rincon | 20.000000 , -99.116670 |
Rincon de Guadalupe | 19.983330 , -99.116670 |
San Jose Tena | 20.002260 , -99.139220 |
Santa María Apaxco | 19.954562 , -99.189352 |
Tablon Chico (Tabloncito) | 19.948400 , -99.158600 |
Tres de Mayo | 19.984250 , -99.154350 |
Notes:
- You can download geometry data for Apaxco 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.