Download outline map of Bracken (geojson format) :
Bracken.geojson (**)
Download polygon array of Bracken map for "Google Maps" :
Bracken.txt
Bounding Box for Bracken Map : ( 38.549802 , -84.235962 , 38.827437 , -83.903901 )
Wikipedia ID for Bracken : Q491945
Wikipedia SPARQL Query for Bracken (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491945 wdt:P1082 ?population. }
OPTIONAL { wd:Q491945 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491945 wdt:P2046 ?area. }
OPTIONAL { wd:Q491945 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491945 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491945 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 Bracken map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.549802, -84.235962, 38.827437, -83.903901);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bracken)
[out:json];
(
rel["name"="Bracken"][type=boundary];
rel["name:en"="Bracken"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bracken
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Asbury | 38.665220 , -84.045880 |
| Augusta | 38.772256 , -84.000151 |
| Berlin | 38.694790 , -84.162430 |
| Bladeston | 38.721460 , -84.096600 |
| Boudes Ferry | 38.773223 , -84.009253 |
| Bradford | 38.785070 , -84.145490 |
| Bridgeville | 38.595070 , -84.019930 |
| Brooksville | 38.681747 , -84.066629 |
| Chatham | 38.715350 , -84.018820 |
| Cumminsville | 38.718130 , -84.104930 |
| Foster | 38.800113 , -84.213217 |
| Germantown | 38.655922 , -83.964157 |
| Gertrude | 38.739520 , -84.054650 |
| Johnsville | 38.753400 , -84.148270 |
| Lenoxburg | 38.742570 , -84.224930 |
| Milford | 38.581740 , -84.156600 |
| Neave | 38.647570 , -84.202160 |
| Petra | 38.624240 , -84.133820 |
| Powersville | 38.656740 , -84.112150 |
| Rock Springs | 38.767570 , -84.092150 |
| Santa Fe | 38.571180 , -84.121600 |
| South Higginsport | 38.777850 , -83.966600 |
| Stoney Point | 38.765350 , -83.922980 |
| Willow | 38.665630 , -84.152430 |
| Willow Grove | 38.788400 , -84.171880 |
| Woolcott | 38.732850 , -84.100210 |
Notes:
- You can download geometry data for Bracken 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.