Download outline map of Bullitt (geojson format) :
Bullitt.geojson (**)
Download polygon array of Bullitt map for "Google Maps" :
Bullitt.txt
Bounding Box for Bullitt Map : ( 37.805866 , -85.938321 , 38.118383 , -85.42883 )
Wikipedia ID for Bullitt : Q491976
Wikipedia SPARQL Query for Bullitt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491976 wdt:P1082 ?population. }
OPTIONAL { wd:Q491976 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491976 wdt:P2046 ?area. }
OPTIONAL { wd:Q491976 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491976 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491976 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 Bullitt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.805866, -85.938321, 38.118383, -85.42883);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bullitt)
[out:json];
(
rel["name"="Bullitt"][type=boundary];
rel["name:en"="Bullitt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bullitt
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bardstown Junction | 37.940060 , -85.699400 |
Barrallton | 38.038960 , -85.798850 |
Beech Grove | 37.933960 , -85.755790 |
Belmont | 37.896450 , -85.713570 |
Brooks | 38.064434 , -85.714638 |
Brownington | 37.948400 , -85.585230 |
Cedar Grove | 37.972290 , -85.631070 |
Clermont | 37.929790 , -85.652740 |
Cupio | 38.006180 , -85.878300 |
Fox Chase | 38.045927 , -85.691067 |
Gap in Knob | 38.016730 , -85.703010 |
Hebron Estates | 38.049914 , -85.667902 |
Hillview | 38.055804 , -85.679803 |
Hunters Hollow | 38.078441 , -85.693170 |
Katharyn | 38.000910 , -85.928850 |
Lebanon Junction | 37.835810 , -85.724297 |
Limestone Springs | 37.930340 , -85.668290 |
Lotus | 37.918950 , -85.596620 |
Mount Washington | 38.043700 , -85.550210 |
Oak Grove | 37.977530 , -85.730140 |
Pioneer Village | 38.064325 , -85.673417 |
Pitts Point | 37.916730 , -85.826070 |
Poplar Level | 37.920060 , -85.639120 |
Ridgetop | 37.907010 , -85.621070 |
Shepherdsville | 37.986008 , -85.708521 |
Smithville | 38.013120 , -85.514120 |
Solitude | 37.973120 , -85.540230 |
Stites | 38.016740 , -85.904690 |
Whitfield | 38.096180 , -85.470510 |
Zoneton | 38.063400 , -85.670510 |
Notes:
- You can download geometry data for Bullitt 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.