Ciudad de México (Mexico) Map Cropping Samples
Ciudad de México (Mexico) Map Cropping Samples-1
Ciudad de México (Mexico) Map Cropping Samples-2
Ciudad de México and counties map with 3D shadow effect
flag map of Ciudad de México with 3D shadow effect
Download outline map of Ciudad de México (geojson format) :
Ciudad de México.geojson (**)
Download polygon array of Ciudad de México map for "Google Maps" :
Ciudad de México.txt
Bounding Box for Ciudad de México Map : ( 19.048237 , -99.364924 , 19.592757 , -98.940303 )
ISO-3166 CODE for Ciudad de México : MX-CMX
Get Boundaries from overpass-turbo (OSM) with boundary box of Ciudad de México map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](19.048237, -99.364924, 19.592757, -98.940303);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ciudad de México)
[out:json];
(
rel["name"="Ciudad de México"][type=boundary];
rel["name:en"="Ciudad de México"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Ciudad de México 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.