Harrison (Kentucky) Map Cropping Samples

Harrison (Kentucky) Map Cropping Samples-1

Harrison (Kentucky) Map Cropping Samples-2

Harrison neighborhoods and villages map with 3D shadow effect

flag map of Harrison with 3D shadow effect

Harrison map with 3d shadow effect
Download outline map of Harrison (geojson format) :
Harrison.geojson (**)
Download polygon array of Harrison map for "Google Maps" :
Harrison.txt
Bounding Box for Harrison Map : ( 38.277852 , -84.557375 , 38.582039 , -84.1021 )
Wikipedia ID for Harrison : Q491970
Wikipedia SPARQL Query for Harrison (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491970 wdt:P1082 ?population. }
OPTIONAL { wd:Q491970 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491970 wdt:P2046 ?area. }
OPTIONAL { wd:Q491970 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491970 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491970 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 Harrison map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.277852, -84.557375, 38.582039, -84.1021);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Harrison)
[out:json];
(
rel["name"="Harrison"][type=boundary];
rel["name:en"="Harrison"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Harrison
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alberta | 38.400070 , -84.474110 |
| Antioch | 38.566460 , -84.292710 |
| Berry | 38.520533 , -84.383620 |
| Boyd | 38.550630 , -84.394110 |
| Broadwell | 38.328690 , -84.359100 |
| Buena Vista | 38.436460 , -84.167990 |
| Claysville | 38.519240 , -84.185210 |
| Colemansville | 38.527850 , -84.406880 |
| Colville | 38.365350 , -84.210210 |
| Connersville | 38.380070 , -84.412720 |
| Cynthiana | 38.385491 , -84.299649 |
| Davis | 38.388133 , -84.450155 |
| Durbintown | 38.551460 , -84.419380 |
| Hinton | 38.457290 , -84.529390 |
| Kelat | 38.526180 , -84.312160 |
| Lair | 38.342020 , -84.307710 |
| Leesburg | 38.294520 , -84.418270 |
| Oddville | 38.455630 , -84.238820 |
| Poindexter | 38.437020 , -84.308270 |
| Renaker | 38.462850 , -84.425500 |
| Robinson | 38.491180 , -84.348270 |
| Rutland | 38.444790 , -84.450770 |
| Sunrise | 38.542570 , -84.236600 |
| Sylvandell | 38.447570 , -84.159380 |
| Venus | 38.442020 , -84.192430 |
Notes:
- You can download geometry data for Harrison 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.