Coyoacán (Ciudad de México) Map Cropping Samples
Coyoacán (Ciudad de México) Map Cropping Samples-1
Coyoacán (Ciudad de México) Map Cropping Samples-2
Coyoacán neighborhoods and villages map with 3D shadow effect
flag map of Coyoacán with 3D shadow effect
Coyoacán map with 3d shadow effect
Download outline map of Coyoacán (geojson format) :
Coyoacán.geojson (**)
Download polygon array of Coyoacán map for "Google Maps" :
Coyoacán.txt
Bounding Box for Coyoacán Map : ( 19.296837 , -99.205752 , 19.359568 , -99.099076 )
Wikipedia ID for Coyoacán : Q661315
Wikipedia SPARQL Query for Coyoacán (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q661315 wdt:P1082 ?population. }
OPTIONAL { wd:Q661315 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q661315 wdt:P2046 ?area. }
OPTIONAL { wd:Q661315 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q661315 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q661315 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 Coyoacán map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.296837, -99.205752, 19.359568, -99.099076);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Coyoacán)
[out:json];
(
rel["name"="Coyoacán"][type=boundary];
rel["name:en"="Coyoacán"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Coyoacán
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Avante | 19.315833 , -99.129638 |
Campestre Churubusco | 19.350000 , -99.133330 |
Churubusco | 19.350000 , -99.150000 |
Ciudad Universitaria | 19.322030 , -99.184440 |
Educación | 19.333330 , -99.133330 |
Pedregal de Santo Domingo | 19.317785 , -99.160537 |
Notes:
- You can download geometry data for Coyoacán 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.