Download outline map of Magdalena (geojson format) :
Magdalena.geojson (**)
Download polygon array of Magdalena map for "Google Maps" :
Magdalena.txt
Bounding Box for Magdalena Map : ( 20.813299 , -104.259493 , 21.007932 , -103.877809 )
Wikipedia ID for Magdalena : Q2652046
Wikipedia SPARQL Query for Magdalena (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2652046 wdt:P1082 ?population. }
OPTIONAL { wd:Q2652046 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2652046 wdt:P2046 ?area. }
OPTIONAL { wd:Q2652046 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2652046 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2652046 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 Magdalena map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.813299, -104.259493, 21.007932, -103.877809);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Magdalena)
[out:json];
(
rel["name"="Magdalena"][type=boundary];
rel["name:en"="Magdalena"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Magdalena
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Almoloya (Las Delicias) | 20.902500 , -104.080280 |
Colonia Xochiltepec Segunda Seccion | 20.913610 , -103.958060 |
El Mezcalito | 20.886090 , -103.982600 |
El Ranchito | 20.899440 , -103.973610 |
El Verde | 20.880120 , -103.998310 |
El Zapote | 20.862220 , -104.005000 |
Huitzilapa | 20.856380 , -103.911280 |
Huizizilapan | 20.863890 , -103.891940 |
La Joya | 20.845930 , -103.977530 |
La Quemada | 20.971270 , -104.049140 |
Las Matas | 20.935000 , -103.996940 |
Las Navajas | 20.903890 , -103.922220 |
Los Hornitos | 20.933890 , -104.087500 |
Los Zapotes | 20.899510 , -103.982700 |
Magdalena | 20.910088 , -103.976991 |
Ojo Zarco | 20.953310 , -104.058680 |
Potrerillos | 20.922270 , -103.970980 |
San Andres | 20.924540 , -104.088030 |
San Simon | 20.989660 , -104.010590 |
Santa Maria | 20.958950 , -103.997060 |
Tecuanapa | 20.839300 , -103.940710 |
Ulderico Uribe | 20.953060 , -104.025280 |
Notes:
- You can download geometry data for Magdalena 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.