Download outline map of Barbour (geojson format) :
Barbour.geojson (**)
Download polygon array of Barbour map for "Google Maps" :
Barbour.txt
Bounding Box for Barbour Map : ( 31.617565 , -85.748433 , 32.148251 , -85.048825 )
Wikipedia ID for Barbour : Q109437
Wikipedia SPARQL Query for Barbour (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109437 wdt:P1082 ?population. }
OPTIONAL { wd:Q109437 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109437 wdt:P2046 ?area. }
OPTIONAL { wd:Q109437 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109437 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109437 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 Barbour map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.617565, -85.748433, 32.148251, -85.048825);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Barbour)
[out:json];
(
rel["name"="Barbour"][type=boundary];
rel["name:en"="Barbour"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Barbour
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akinsville | 31.635720 , -85.611050 |
Baker Hill | 31.781270 , -85.302160 |
Bakerhill | 31.776923 , -85.295405 |
Baxters | 31.757660 , -85.581050 |
Bells Crossroads | 31.895440 , -85.523550 |
Bethel | 31.628220 , -85.681890 |
Blue Springs | 31.663516 , -85.503526 |
Boot Hill | 31.875990 , -85.642440 |
Clayton | 31.882414 , -85.460543 |
Clio | 31.708554 , -85.610910 |
Comer | 32.032930 , -85.383270 |
Cotton Hill | 31.834610 , -85.280490 |
Doster | 31.647660 , -85.673830 |
Edgefield | 31.716830 , -85.372160 |
Elamville | 31.667660 , -85.656330 |
Eufaula | 31.910240 , -85.150501 |
Gaino | 31.841270 , -85.344100 |
Greens Crossroads | 31.885440 , -85.600780 |
Hawkinsville | 32.034320 , -85.227710 |
Hobdy | 31.815160 , -85.531610 |
Howe | 32.018490 , -85.164100 |
Lime Sink | 31.782940 , -85.397990 |
Lindsey | 31.758220 , -85.469380 |
Louisville | 31.781048 , -85.558334 |
Lugo | 31.965710 , -85.214930 |
Mount Andrew | 31.971270 , -85.524670 |
Mount Gilead | 32.089880 , -85.238270 |
Oateston | 31.762110 , -85.374380 |
Pleasant Hill | 31.744890 , -85.233550 |
Pratts | 31.831000 , -85.509660 |
Richards Crossroads | 31.737110 , -85.264380 |
Sandy Point | 31.792110 , -85.269940 |
Spring Hill | 32.079320 , -85.336880 |
Star Hill | 31.912660 , -85.631610 |
Teals Crossroads | 31.641000 , -85.568550 |
Tew | 31.641000 , -85.441880 |
Texasville | 31.715170 , -85.424380 |
Tullis | 31.887380 , -85.187710 |
White Oak | 31.900440 , -85.339100 |
Notes:
- You can download geometry data for Barbour 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.