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 : ( 31.523673 , -86.908939 , 31.964629 , -86.438341 )
Wikipedia ID for Butler : Q108871
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:Q108871 wdt:P1082 ?population. }
OPTIONAL { wd:Q108871 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108871 wdt:P2046 ?area. }
OPTIONAL { wd:Q108871 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108871 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108871 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"](31.523673, -86.908939, 31.964629, -86.438341);
);
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) |
Beacon | 31.714600 , -86.823030 |
Bolling | 31.725430 , -86.705810 |
Brushy Creek | 31.668490 , -86.670530 |
Butler Springs | 31.802100 , -86.866090 |
Chapman | 31.671270 , -86.712200 |
Daisy | 31.899040 , -86.484690 |
Forest Home | 31.862370 , -86.842760 |
Fort Dale | 31.891540 , -86.657480 |
Garland | 31.556550 , -86.823310 |
Georgiana | 31.639135 , -86.746763 |
Glasgow | 31.763210 , -86.527750 |
Grace | 31.612100 , -86.880530 |
Greenville | 31.843674 , -86.637929 |
Halso Mill | 31.713210 , -86.520530 |
Harmony | 31.890980 , -86.878870 |
Herbert | 31.835990 , -86.805260 |
Industry | 31.604330 , -86.612750 |
Liberty | 31.825710 , -86.701360 |
Mashville | 31.803210 , -86.541080 |
McKenzie | 31.542817 , -86.724583 |
Midway | 31.813490 , -86.463580 |
Monterey | 31.903480 , -86.881930 |
Mount Moriah | 31.917650 , -86.899980 |
Mount Olive | 31.578490 , -86.848030 |
Oaky Streak | 31.578220 , -86.553580 |
Odom Crossroads | 31.537940 , -86.786080 |
Pigeon Creek | 31.657660 , -86.507190 |
Providence | 31.722100 , -86.822760 |
Reddock Springs | 31.821820 , -86.691640 |
Ridgeville | 31.925150 , -86.840260 |
Salter | 31.546550 , -86.781920 |
Sand Cut | 31.768210 , -86.736920 |
Sardis | 31.679880 , -86.506640 |
Saucer | 31.822930 , -86.835530 |
Searcy | 31.915430 , -86.605250 |
Shacklesville | 31.778760 , -86.815530 |
Shell | 31.601270 , -86.653580 |
Spring Hill | 31.872650 , -86.574140 |
Starlington | 31.674880 , -86.825250 |
Wald | 31.757930 , -86.665530 |
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.