Download outline map of Breckinridge (geojson format) :
Breckinridge.geojson (**)
Download polygon array of Breckinridge map for "Google Maps" :
Breckinridge.txt
Bounding Box for Breckinridge Map : ( 37.558637 , -86.677871 , 38.045884 , -86.151285 )
Wikipedia ID for Breckinridge : Q491862
Wikipedia SPARQL Query for Breckinridge (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491862 wdt:P1082 ?population. }
OPTIONAL { wd:Q491862 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491862 wdt:P2046 ?area. }
OPTIONAL { wd:Q491862 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491862 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491862 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 Breckinridge map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.558637, -86.677871, 38.045884, -86.151285);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Breckinridge)
[out:json];
(
rel["name"="Breckinridge"][type=boundary];
rel["name:en"="Breckinridge"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Breckinridge
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Addison | 37.916170 , -86.564980 |
| Ammons | 37.951170 , -86.493870 |
| Axtel | 37.644220 , -86.475810 |
| Basin Spring | 37.842010 , -86.306640 |
| Bewleyville | 37.840060 , -86.244420 |
| Big Spring | 37.799230 , -86.152190 |
| Buras | 37.701730 , -86.316090 |
| Cannons Point | 37.583940 , -86.461370 |
| Cave Spring | 37.649500 , -86.424140 |
| Centerview | 37.630890 , -86.308590 |
| Chenaultt | 38.015060 , -86.518030 |
| Clifton Mills | 37.867280 , -86.388030 |
| Cloverport | 37.831166 , -86.630390 |
| Cobblers Knob | 37.568110 , -86.385530 |
| Constantine | 37.675340 , -86.236360 |
| Corners | 37.794790 , -86.230250 |
| Custer | 37.738400 , -86.254690 |
| Dyer | 37.706170 , -86.221360 |
| Fairfield | 37.671450 , -86.287200 |
| Falls of Rough | 37.590050 , -86.548870 |
| Fisher | 37.576440 , -86.368310 |
| Frymire | 37.960620 , -86.396360 |
| Garfield | 37.782840 , -86.357480 |
| Glen Dean | 37.653390 , -86.541090 |
| Graysville | 37.772280 , -86.297470 |
| Hardinsburg | 37.775468 , -86.453695 |
| Harned | 37.751730 , -86.413590 |
| Hensley | 37.792010 , -86.334970 |
| High Plains | 37.773120 , -86.211080 |
| High Plains Corner | 37.773400 , -86.171910 |
| Hinton Hills | 37.623390 , -86.461090 |
| Holt | 37.910890 , -86.581090 |
| Horn Back Mill | 37.571720 , -86.391640 |
| Hudson | 37.651170 , -86.276640 |
| Irvington | 37.877907 , -86.284714 |
| Kingswood | 37.718950 , -86.408590 |
| Kirk | 37.723950 , -86.478590 |
| Locust Hill | 37.727840 , -86.356640 |
| Lodiburg | 37.904510 , -86.402750 |
| Madrid | 37.612280 , -86.342200 |
| Manning Crossing | 37.995900 , -86.481090 |
| Mattingly | 37.762830 , -86.601930 |
| McCoy | 37.618670 , -86.381640 |
| Mcdaniels | 37.606720 , -86.424980 |
| McQuady | 37.708390 , -86.518870 |
| Mook | 37.673390 , -86.352200 |
| Mooleyville | 38.021170 , -86.463870 |
| Mystic | 37.897010 , -86.442760 |
| Raymond | 37.938950 , -86.365250 |
| Roff | 37.660340 , -86.423030 |
| Rosetta | 37.796730 , -86.273030 |
| Sample | 37.904510 , -86.481090 |
| Se Ree | 37.683390 , -86.379700 |
| Stephensport | 37.912560 , -86.527200 |
| Stinnettsville | 37.780900 , -86.308590 |
| Tar Fork | 37.720610 , -86.601650 |
| Union Star | 37.938400 , -86.451640 |
| Vanzant | 37.643110 , -86.612480 |
| Webster | 37.888950 , -86.338860 |
| Westview | 37.700060 , -86.409140 |
| Woodrow | 37.741450 , -86.319700 |
Notes:
- You can download geometry data for Breckinridge 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.