Download outline map of Chilton (geojson format) :
Chilton.geojson (**)
Download polygon array of Chilton map for "Google Maps" :
Chilton.txt
Bounding Box for Chilton Map : ( 32.660117 , -87.019157 , 33.07188 , -86.371118 )
Wikipedia ID for Chilton : Q111266
Wikipedia SPARQL Query for Chilton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111266 wdt:P1082 ?population. }
OPTIONAL { wd:Q111266 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111266 wdt:P2046 ?area. }
OPTIONAL { wd:Q111266 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111266 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111266 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 Chilton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.660117, -87.019157, 33.07188, -86.371118);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chilton)
[out:json];
(
rel["name"="Chilton"][type=boundary];
rel["name:en"="Chilton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chilton
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adams | 32.738460 , -86.837540 |
| Bessie | 32.944290 , -86.832490 |
| Campbell | 32.892620 , -86.846650 |
| Center Hill | 32.972340 , -86.771650 |
| Clanton | 32.841720 , -86.623002 |
| Cooper | 32.775130 , -86.545530 |
| Dixie | 32.723180 , -86.905820 |
| Enterprise | 32.734850 , -86.618040 |
| Fairview | 32.774570 , -86.721370 |
| Gap of the Mountain | 32.911240 , -86.607480 |
| Highland | 32.793180 , -86.673320 |
| Hubbard | 32.899010 , -86.818040 |
| Isabella | 32.828460 , -86.786650 |
| Jemison | 32.969245 , -86.733635 |
| Jumbo | 32.967340 , -86.590540 |
| Kalona | 32.980680 , -86.769150 |
| Kincheon | 32.757070 , -86.701930 |
| Maplesville | 32.786733 , -86.878293 |
| Mars Hill | 32.953460 , -86.829990 |
| Midway | 32.725410 , -86.483870 |
| Mineral Springs | 32.951790 , -86.645260 |
| Minooka | 33.048730 , -86.759430 |
| Mountain Creek | 32.710680 , -86.478870 |
| Mulberry | 32.670960 , -86.717480 |
| New Convert | 32.819850 , -86.837210 |
| Oak Grove | 32.990960 , -86.758870 |
| Ocampo | 33.031510 , -86.763600 |
| Parnell | 32.694850 , -86.914710 |
| Pleasant Grove | 32.921790 , -86.794710 |
| Pletcher | 32.702910 , -86.784990 |
| Pools Crossroads | 32.748740 , -86.719430 |
| Poseys Crossroads | 32.936790 , -86.833040 |
| Riderville | 32.677350 , -86.931380 |
| Rocky Mount | 32.990960 , -86.716930 |
| Samaria | 32.819020 , -86.631930 |
| Stanton | 32.735680 , -86.899710 |
| Thorsby | 32.917124 , -86.718380 |
| Union Grove | 32.982620 , -86.680820 |
| Verbena | 32.749850 , -86.511370 |
| Wessington | 33.002620 , -86.777760 |
Notes:
- You can download geometry data for Chilton 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.