Madrid (Cundinamarca) Map Cropping Samples
Madrid (Cundinamarca) Map Cropping Samples-1
Madrid (Cundinamarca) Map Cropping Samples-2
Madrid neighborhoods and villages map with 3D shadow effect
flag map of Madrid with 3D shadow effect
Madrid map with 3d shadow effect
Download outline map of Madrid (geojson format) :
Madrid.geojson (**)
Download polygon array of Madrid map for "Google Maps" :
Madrid.txt
Bounding Box for Madrid Map : ( 4.682495 , -74.327502 , 4.865521 , -74.174802 )
Wikipedia ID for Madrid : Q2316396
Wikipedia SPARQL Query for Madrid (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2316396 wdt:P1082 ?population. }
OPTIONAL { wd:Q2316396 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2316396 wdt:P2046 ?area. }
OPTIONAL { wd:Q2316396 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2316396 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2316396 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 Madrid map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.682495, -74.327502, 4.865521, -74.174802);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Madrid)
[out:json];
(
rel["name"="Madrid"][type=boundary];
rel["name:en"="Madrid"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Madrid
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alsacia | 4.747720 , -74.249050 |
Argel | 4.750000 , -74.316670 |
Ceuta | 4.746110 , -74.232120 |
El Cerrito | 4.800000 , -74.216670 |
Flor America | 4.740340 , -74.230870 |
Flores Hana Ichi T | 4.746810 , -74.246000 |
Flores Manglar | 4.727350 , -74.246070 |
La Cuesta | 4.833330 , -74.216670 |
La Esmeralda | 4.806490 , -74.213560 |
Los Arboles | 4.786270 , -74.266470 |
Los Bebederos | 4.801080 , -74.220960 |
Madrid | 4.732440 , -74.264190 |
Montecristo | 4.762380 , -74.280760 |
Potrero Grande | 4.750000 , -74.300000 |
San Marino | 4.750000 , -74.316670 |
Santa Cruz | 4.766670 , -74.266670 |
Santa Lucia | 4.736200 , -74.234030 |
Zelandia | 4.783330 , -74.300000 |
Notes:
- You can download geometry data for Madrid 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.