Honda (Tolima) Map Cropping Samples
Honda (Tolima) Map Cropping Samples-1
Honda (Tolima) Map Cropping Samples-2
Honda neighborhoods and villages map with 3D shadow effect
flag map of Honda with 3D shadow effect
Honda map with 3d shadow effect
Download outline map of Honda (geojson format) :
Honda.geojson (**)
Download polygon array of Honda map for "Google Maps" :
Honda.txt
Bounding Box for Honda Map : ( 5.04235 , -74.886439 , 5.316963 , -74.714425 )
Wikipedia ID for Honda : Q932513
Wikipedia SPARQL Query for Honda (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q932513 wdt:P1082 ?population. }
OPTIONAL { wd:Q932513 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q932513 wdt:P2046 ?area. }
OPTIONAL { wd:Q932513 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q932513 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q932513 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 Honda map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.04235, -74.886439, 5.316963, -74.714425);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Honda)
[out:json];
(
rel["name"="Honda"][type=boundary];
rel["name:en"="Honda"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Honda
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arrancaplumas | 5.200000 , -74.733330 |
Calzon de Oro | 5.130590 , -74.732510 |
Cuchilla Pitalito | 5.064850 , -74.762020 |
El Diamante | 5.218930 , -74.801250 |
Filadelfia | 5.048940 , -74.759470 |
Honda | 5.208560 , -74.735840 |
La Plata | 5.093120 , -74.718660 |
Perico | 5.283330 , -74.733330 |
Puerto Bogota | 5.199940 , -74.727330 |
Santa Rosa | 5.315130 , -74.838440 |
Notes:
- You can download geometry data for Honda 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.