Download outline map of Autauga (geojson format) :
Autauga.geojson (**)
Download polygon array of Autauga map for "Google Maps" :
Autauga.txt
Bounding Box for Autauga Map : ( 32.307574 , -86.921237 , 32.708213 , -86.411172 )
Wikipedia ID for Autauga : Q156168
Wikipedia SPARQL Query for Autauga (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156168 wdt:P1082 ?population. }
OPTIONAL { wd:Q156168 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156168 wdt:P2046 ?area. }
OPTIONAL { wd:Q156168 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156168 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156168 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 Autauga map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.307574, -86.921237, 32.708213, -86.411172);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Autauga)
[out:json];
(
rel["name"="Autauga"][type=boundary];
rel["name:en"="Autauga"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Autauga
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Autaugaville | 32.432088 , -86.658221 |
Bethel Grove | 32.627910 , -86.849990 |
Billingsley | 32.660591 , -86.710410 |
Bonita | 32.544580 , -86.828320 |
Booth | 32.500410 , -86.571920 |
Browntown | 32.611240 , -86.591090 |
Evergreen | 32.552360 , -86.757760 |
Forester | 32.437080 , -86.598030 |
Fremont | 32.545410 , -86.894710 |
Haynes | 32.625690 , -86.673040 |
Independence | 32.523190 , -86.701370 |
Joffre | 32.563670 , -86.642390 |
Jones | 32.584020 , -86.897490 |
King Arthur Manor | 32.436000 , -86.472000 |
Marbury | 32.679290 , -86.460749 |
Milton | 32.558740 , -86.807210 |
Mount Sinai | 32.549300 , -86.544980 |
Mulberry | 32.459580 , -86.776370 |
New Prospect | 32.665130 , -86.538590 |
Oak Grove | 32.622350 , -86.545530 |
Old Kingston | 32.573740 , -86.600810 |
Pate | 32.482640 , -86.505810 |
Peace | 32.408750 , -86.771090 |
Pine Flat | 32.654300 , -86.431090 |
Pine Level | 32.579656 , -86.452893 |
Poseys Crossroads | 32.573470 , -86.551920 |
Prattville | 32.460425 , -86.459752 |
Pyron | 32.702350 , -86.493870 |
Rollins | 32.657070 , -86.454980 |
Statesville | 32.469580 , -86.830540 |
Stoney Point | 32.590970 , -86.432200 |
Vida | 32.610130 , -86.674430 |
Vida Junction | 32.574020 , -86.682200 |
Vine Hill | 32.612350 , -86.902210 |
Wadsworth | 32.397640 , -86.528310 |
Washington Hill | 32.408190 , -86.467750 |
Whispering Pines | 32.487000 , -86.487000 |
White City | 32.648460 , -86.599420 |
White Water | 32.464020 , -86.635540 |
Winslow | 32.516250 , -86.769980 |
Notes:
- You can download geometry data for Autauga 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.