Download outline map of Breathitt (geojson format) :
Breathitt.geojson (**)
Download polygon array of Breathitt map for "Google Maps" :
Breathitt.txt
Bounding Box for Breathitt Map : ( 37.33004 , -83.580227 , 37.699988 , -82.948544 )
Wikipedia ID for Breathitt : Q491843
Wikipedia SPARQL Query for Breathitt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491843 wdt:P1082 ?population. }
OPTIONAL { wd:Q491843 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491843 wdt:P2046 ?area. }
OPTIONAL { wd:Q491843 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491843 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491843 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 Breathitt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.33004, -83.580227, 37.699988, -82.948544);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Breathitt)
[out:json];
(
rel["name"="Breathitt"][type=boundary];
rel["name:en"="Breathitt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Breathitt
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altro | 37.380930 , -83.382130 |
Barwick | 37.366760 , -83.366290 |
Bays | 37.646200 , -83.246840 |
Beech | 37.369810 , -83.428790 |
Canoe | 37.448980 , -83.448520 |
Chenowee | 37.543420 , -83.480460 |
Clayhole | 37.467310 , -83.297400 |
Copebranch | 37.517590 , -83.526020 |
Crockettsville | 37.396760 , -83.474070 |
Elkatawa | 37.557030 , -83.426850 |
Evanston | 37.542040 , -83.031560 |
Fivemile | 37.594260 , -83.409900 |
Flintville | 37.484810 , -83.300450 |
Frozen Creek | 37.591200 , -83.421850 |
Guage | 37.596200 , -83.197120 |
Guerrant | 37.506760 , -83.497130 |
Haddix | 37.487310 , -83.348230 |
Hardshell | 37.457590 , -83.251010 |
Houston | 37.445650 , -83.516300 |
Hurst | 37.637030 , -83.504910 |
Jackson | 37.559006 , -83.378349 |
Jetts Creek | 37.502310 , -83.542410 |
Keck | 37.604530 , -83.359070 |
Kragon | 37.506760 , -83.344350 |
Lambric | 37.568700 , -83.130450 |
Lawson | 37.602030 , -83.458520 |
Little | 37.439810 , -83.361850 |
Lost Creek | 37.481760 , -83.325180 |
Lunah | 37.562590 , -83.176840 |
Mountain Valley | 37.661480 , -83.268790 |
Ned | 37.408430 , -83.270730 |
Noble | 37.450930 , -83.188780 |
Noctor | 37.559540 , -83.337120 |
Oakdale | 37.555920 , -83.517130 |
Paxton | 37.676480 , -83.408520 |
Portsmouth | 37.531480 , -83.315180 |
Press | 37.527590 , -83.271570 |
Quicksand | 37.528980 , -83.344900 |
Rock Lick | 37.652310 , -83.311850 |
Rousseau | 37.593150 , -83.229620 |
Sebastians Branch | 37.435920 , -83.473240 |
Sewell | 37.625640 , -83.388790 |
Shoulderblade | 37.497310 , -83.467130 |
Simpson | 37.668140 , -83.370180 |
Stevenson | 37.580920 , -83.261010 |
Talbert | 37.421480 , -83.458520 |
Taulbee | 37.642870 , -83.330460 |
Vancleve | 37.627590 , -83.413520 |
War Creek | 37.596480 , -83.486570 |
Watts | 37.444540 , -83.313790 |
Wells Fork | 37.537870 , -83.209340 |
Whick | 37.421760 , -83.376010 |
Widecreek | 37.611200 , -83.531300 |
Wilhurst | 37.632870 , -83.414630 |
Wilstacy | 37.533700 , -83.252680 |
Wolf Coal | 37.398430 , -83.377680 |
Wolverine | 37.580920 , -83.408240 |
Notes:
- You can download geometry data for Breathitt 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.