Atenco (México) Map Cropping Samples
Atenco (México) Map Cropping Samples-1
Atenco (México) Map Cropping Samples-2
Atenco neighborhoods and villages map with 3D shadow effect
flag map of Atenco with 3D shadow effect
Atenco map with 3d shadow effect
Download outline map of Atenco (geojson format) :
Atenco.geojson (**)
Download polygon array of Atenco map for "Google Maps" :
Atenco.txt
Bounding Box for Atenco Map : ( 19.490362 , -99.014549 , 19.596523 , -98.892771 )
Wikipedia ID for Atenco : Q1784882
Wikipedia SPARQL Query for Atenco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1784882 wdt:P1082 ?population. }
OPTIONAL { wd:Q1784882 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1784882 wdt:P2046 ?area. }
OPTIONAL { wd:Q1784882 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1784882 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1784882 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 Atenco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.490362, -99.014549, 19.596523, -98.892771);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Atenco)
[out:json];
(
rel["name"="Atenco"][type=boundary];
rel["name:en"="Atenco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Atenco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acuexcomac | 19.565370 , -98.913520 |
Colonia el Salado | 19.583890 , -98.991390 |
El Amanal | 19.546970 , -98.924960 |
Francisco I. Madero | 19.529440 , -98.934440 |
Granjas Ampliación Santa Rosa | 19.589516 , -98.971234 |
La Pastoria | 19.543060 , -98.911110 |
Los Hornos (El Presidio) | 19.580610 , -98.936000 |
Nexquipayac Chileleco | 19.572540 , -98.937530 |
Nezahualcoyotl-Ixtapan | 19.581250 , -98.945220 |
Nueva Santa Rosa | 19.590082 , -98.960830 |
Rancho la Grande | 19.574920 , -98.920820 |
San Cristóbal Nexquipayac | 19.578652 , -98.930715 |
San Miguel Arcangel | 19.540840 , -98.963740 |
San Salvador Atenco | 19.554896 , -98.916642 |
Santa Isabel Ixtapan | 19.585478 , -98.945035 |
Zapotlan | 19.546670 , -98.903060 |
Notes:
- You can download geometry data for Atenco 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.