Download outline map of Butler (geojson format) :
Butler.geojson (**)
Download polygon array of Butler map for "Google Maps" :
Butler.txt
Bounding Box for Butler Map : ( 36.999766 , -86.944939 , 37.395123 , -86.399165 )
Wikipedia ID for Butler : Q486075
Wikipedia SPARQL Query for Butler (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486075 wdt:P1082 ?population. }
OPTIONAL { wd:Q486075 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486075 wdt:P2046 ?area. }
OPTIONAL { wd:Q486075 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486075 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486075 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 Butler map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.999766, -86.944939, 37.395123, -86.399165);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Butler)
[out:json];
(
rel["name"="Butler"][type=boundary];
rel["name:en"="Butler"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Butler
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Banock | 37.350880 , -86.655540 |
Brooklyn | 37.289770 , -86.576370 |
Casey | 37.334490 , -86.607490 |
Davis Crossroads | 37.051430 , -86.741380 |
Decker | 37.335330 , -86.485540 |
Dexterville | 37.317550 , -86.656100 |
Dimple | 37.102820 , -86.720270 |
Dunbar | 37.188100 , -86.756940 |
Eden | 37.275600 , -86.704430 |
Flener | 37.289490 , -86.666650 |
Gilstrap | 37.315330 , -86.706660 |
Grancer | 37.308940 , -86.546090 |
Harper Crossroads | 37.090320 , -86.885270 |
Harreldsville | 37.064770 , -86.893880 |
Horsemill | 37.233100 , -86.538040 |
Huldeville | 37.266990 , -86.608870 |
Huntsville | 37.163380 , -86.881660 |
Jetson | 37.249210 , -86.531930 |
Lee | 37.295880 , -86.499430 |
Leetown | 37.139490 , -86.742770 |
Logansport | 37.285050 , -86.768050 |
Love | 37.283100 , -86.527210 |
Mining City | 37.227270 , -86.778880 |
Monford | 37.267270 , -86.641380 |
Morgantown | 37.217319 , -86.700090 |
Neafus | 37.395050 , -86.611930 |
Needmore | 37.110880 , -86.651100 |
Oak Ridge | 37.349590 , -86.616170 |
Pleasant Hill | 37.180320 , -86.865270 |
Quality | 37.075600 , -86.846660 |
Reedyville | 37.191440 , -86.431650 |
Rochester | 37.209316 , -86.892042 |
Sharer | 37.036710 , -86.670830 |
Silver City | 37.137820 , -86.831660 |
South Hill | 37.175880 , -86.804710 |
Sugar Grove | 37.090040 , -86.664990 |
Temple View | 37.260840 , -86.580330 |
Tilford | 37.373940 , -86.547480 |
Turnertown | 37.060320 , -86.759990 |
Vineyard | 37.245880 , -86.488320 |
Welchs Creek | 37.344770 , -86.568040 |
Welcome | 37.303660 , -86.651380 |
Whittinghill | 37.253660 , -86.518320 |
Woodbury | 37.183542 , -86.635368 |
Youngtown | 37.181430 , -86.718600 |
Notes:
- You can download geometry data for Butler 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.