Franklin (Kentucky) Map Cropping Samples
Franklin (Kentucky) Map Cropping Samples-1
Franklin (Kentucky) Map Cropping Samples-2
Franklin neighborhoods and villages map with 3D shadow effect
flag map of Franklin with 3D shadow effect
Franklin map with 3d shadow effect
Download outline map of Franklin (geojson format) :
Franklin.geojson (**)
Download polygon array of Franklin map for "Google Maps" :
Franklin.txt
Bounding Box for Franklin Map : ( 38.093437 , -85.024264 , 38.374836 , -84.725168 )
Wikipedia ID for Franklin : Q491919
Wikipedia SPARQL Query for Franklin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491919 wdt:P1082 ?population. }
OPTIONAL { wd:Q491919 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491919 wdt:P2046 ?area. }
OPTIONAL { wd:Q491919 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491919 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491919 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 Franklin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.093437, -85.024264, 38.374836, -84.725168);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Franklin)
[out:json];
(
rel["name"="Franklin"][type=boundary];
rel["name:en"="Franklin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Franklin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Benson | 38.207020 , -84.959400 |
Big Eddy | 38.170070 , -84.858280 |
Bon Air Hills | 38.192850 , -84.825230 |
Bridgeport | 38.160070 , -84.951060 |
Broadville Manor | 38.168680 , -84.931340 |
Bryant | 38.239240 , -84.951060 |
Choateville | 38.200070 , -84.907730 |
Elmville | 38.341180 , -84.761340 |
Elsinore | 38.220630 , -84.796060 |
Evergreen | 38.135630 , -84.925780 |
Farmdale | 38.109520 , -84.916620 |
Flag Fork | 38.321460 , -84.948280 |
Forks of Elkhorn | 38.215630 , -84.797730 |
Frankfort | 38.192456 , -84.864331 |
Harvieland | 38.254240 , -84.912730 |
Jett | 38.178680 , -84.814390 |
Kennebec | 38.207020 , -84.913010 |
Ottusville | 38.322850 , -84.895510 |
Peaks Mill | 38.298400 , -84.812450 |
Polsgrove | 38.348130 , -84.884950 |
Slickway | 38.187020 , -84.799120 |
Swallowfield | 38.339240 , -84.848560 |
Switzer | 38.254170 , -84.754440 |
Woodlake | 38.210630 , -84.753560 |
Notes:
- You can download geometry data for Franklin 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.