Download outline map of Manizales (geojson format) :
Manizales.geojson (**)
Download polygon array of Manizales map for "Google Maps" :
Manizales.txt
Bounding Box for Manizales Map : ( 4.982231 , -75.677581 , 5.165895 , -75.317757 )
Wikipedia ID for Manizales : Q235190
Wikipedia SPARQL Query for Manizales (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q235190 wdt:P1082 ?population. }
OPTIONAL { wd:Q235190 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q235190 wdt:P2046 ?area. }
OPTIONAL { wd:Q235190 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q235190 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q235190 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 Manizales map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.982231, -75.677581, 5.165895, -75.317757);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Manizales)
[out:json];
(
rel["name"="Manizales"][type=boundary];
rel["name:en"="Manizales"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Manizales
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Algarrobo | 5.072500 , -75.584170 |
Alto Bonito | 5.120450 , -75.496710 |
Alto Lisboa | 5.116670 , -75.593610 |
Arabia | 5.111670 , -75.570640 |
Cristalina | 5.150000 , -75.583330 |
Cuchilla del Salado | 5.115400 , -75.529520 |
El Diamente | 5.125830 , -75.649170 |
El Espartillal | 5.116670 , -75.483330 |
El Rubi | 5.119720 , -75.611670 |
El Tablazo | 5.031440 , -75.541110 |
Gallinazo | 5.033330 , -75.450000 |
Janeiro | 5.078890 , -75.634720 |
La Enea | 5.033020 , -75.431440 |
La Ginaria | 5.093890 , -75.660000 |
La Linda | 5.096500 , -75.536510 |
La Manuelita | 5.059290 , -75.608150 |
La Rosalba | 5.057780 , -75.577220 |
La Sonora | 5.146940 , -75.629170 |
La Tebaida | 5.100280 , -75.640830 |
La Violeta | 4.998060 , -75.587780 |
Las Pavas | 5.022780 , -75.586110 |
Letras | 5.037210 , -75.329630 |
Manizales | 5.065894 , -75.504741 |
Naranjo | 5.016670 , -75.566670 |
Palmera | 5.083610 , -75.610280 |
San Peregrino | 5.066670 , -75.566670 |
Tejar | 5.066670 , -75.616670 |
Notes:
- You can download geometry data for Manizales 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.