Download outline map of Conecuh (geojson format) :
Conecuh.geojson (**)
Download polygon array of Conecuh map for "Google Maps" :
Conecuh.txt
Bounding Box for Conecuh Map : ( 31.181133 , -87.427516 , 31.753035 , -86.662082 )
Wikipedia ID for Conecuh : Q487716
Wikipedia SPARQL Query for Conecuh (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q487716 wdt:P1082 ?population. }
OPTIONAL { wd:Q487716 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q487716 wdt:P2046 ?area. }
OPTIONAL { wd:Q487716 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q487716 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q487716 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 Conecuh map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.181133, -87.427516, 31.753035, -86.662082);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Conecuh)
[out:json];
(
rel["name"="Conecuh"][type=boundary];
rel["name:en"="Conecuh"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Conecuh
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Belleville | 31.429890 , -87.109140 |
| Bermuda | 31.487390 , -87.188310 |
| Bethel | 31.700710 , -86.914150 |
| Bookers Mill | 31.526830 , -87.032200 |
| Bowles | 31.573490 , -86.976920 |
| Brantley Crossing | 31.496550 , -87.119150 |
| Brownville | 31.468500 , -86.900530 |
| Castleberry | 31.300127 , -87.026952 |
| Centerville | 31.400170 , -86.878860 |
| China | 31.523500 , -87.017750 |
| Cohassett | 31.394890 , -86.693300 |
| Commerce | 31.681820 , -86.967200 |
| Cooks Crossroads | 31.568220 , -86.976370 |
| Deans | 31.660160 , -86.938870 |
| Evergreen | 31.437938 , -86.958364 |
| Fairnelson | 31.563770 , -87.076650 |
| Flat Rock | 31.483500 , -86.833300 |
| Fowler | 31.589330 , -87.097200 |
| Georgiaville | 31.236840 , -86.730520 |
| Green Street | 31.577110 , -87.130810 |
| Harpers Store | 31.594050 , -87.134700 |
| Janes Mill | 31.278230 , -87.153310 |
| Jay Villa | 31.365450 , -86.945530 |
| Johnsonville | 31.294610 , -86.872190 |
| Lenox | 31.336560 , -87.185530 |
| London | 31.297670 , -87.087750 |
| Loree | 31.487390 , -87.089980 |
| Lyeffion | 31.542660 , -86.986090 |
| Melrose | 31.349060 , -86.736910 |
| Midway | 31.719050 , -87.049150 |
| Mixonville | 31.704880 , -86.948590 |
| Mount Union | 31.386560 , -86.769970 |
| Nichburg | 31.479610 , -87.136650 |
| Old Sparta | 31.362950 , -86.987190 |
| Old Town | 31.429330 , -86.845250 |
| Owassa | 31.493220 , -86.931640 |
| Paul | 31.320170 , -86.743850 |
| Rabb | 31.439050 , -86.880530 |
| Ramah | 31.612380 , -87.137480 |
| Range | 31.312670 , -87.235530 |
| Repton | 31.409656 , -87.239329 |
| Sand Cut | 31.318230 , -87.120810 |
| Shreve | 31.509610 , -86.706910 |
| Spring Hill | 31.363220 , -86.788860 |
| Stokes | 31.496550 , -87.096370 |
| Travis Bridge | 31.454330 , -86.788860 |
| Wilcox | 31.508500 , -86.876360 |
Notes:
- You can download geometry data for Conecuh 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.