Montebello (Antioquia) Map Cropping Samples
Montebello (Antioquia) Map Cropping Samples-1
Montebello (Antioquia) Map Cropping Samples-2
Montebello neighborhoods and villages map with 3D shadow effect
flag map of Montebello with 3D shadow effect
Montebello map with 3d shadow effect
Download outline map of Montebello (geojson format) :
Montebello.geojson (**)
Download polygon array of Montebello map for "Google Maps" :
Montebello.txt
Bounding Box for Montebello Map : ( 5.861937 , -75.578076 , 5.976599 , -75.475342 )
Wikipedia ID for Montebello : Q1577236
Wikipedia SPARQL Query for Montebello (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1577236 wdt:P1082 ?population. }
OPTIONAL { wd:Q1577236 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1577236 wdt:P2046 ?area. }
OPTIONAL { wd:Q1577236 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1577236 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1577236 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 Montebello map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.861937, -75.578076, 5.976599, -75.475342);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Montebello)
[out:json];
(
rel["name"="Montebello"][type=boundary];
rel["name:en"="Montebello"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Montebello
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arboleda | 5.877370 , -75.506690 |
Buenos Aires | 5.969170 , -75.572500 |
Cuatroesquinas | 5.933650 , -75.529980 |
El Cairo | 5.864390 , -75.533270 |
El Socorro | 5.930070 , -75.517040 |
Encenillo | 5.934540 , -75.538800 |
La Fonda | 5.933740 , -75.505230 |
La Granja | 5.958940 , -75.541260 |
Montebello | 5.944900 , -75.524280 |
Montebello | 5.948060 , -75.527500 |
Olival | 5.918660 , -75.522380 |
Trinidad | 5.940380 , -75.555240 |
Notes:
- You can download geometry data for Montebello 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.