Download outline map of Allen (geojson format) :
Allen.geojson (**)
Download polygon array of Allen map for "Google Maps" :
Allen.txt
Bounding Box for Allen Map : ( 36.628493 , -86.419043 , 36.935624 , -85.949094 )
Wikipedia ID for Allen : Q486067
Wikipedia SPARQL Query for Allen (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486067 wdt:P1082 ?population. }
OPTIONAL { wd:Q486067 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486067 wdt:P2046 ?area. }
OPTIONAL { wd:Q486067 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486067 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486067 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 Allen map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.628493, -86.419043, 36.935624, -85.949094);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Allen)
[out:json];
(
rel["name"="Allen"][type=boundary];
rel["name:en"="Allen"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Allen
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adolphus | 36.651710 , -86.261380 |
| Allen Springs | 36.831710 , -86.314990 |
| Alonzo | 36.693100 , -86.344710 |
| Amos | 36.652550 , -86.088320 |
| Bornes Ford | 36.662540 , -86.412210 |
| Butlersville | 36.783650 , -86.313050 |
| Cedar Springs | 36.830880 , -86.106650 |
| Chapel Hill | 36.719760 , -86.292770 |
| Clare | 36.715040 , -86.394710 |
| Eubanks Ford | 36.692540 , -86.413600 |
| Fleet | 36.653650 , -86.293880 |
| Forest Springs | 36.658940 , -86.161100 |
| Halfway | 36.795600 , -86.296100 |
| Halifax | 36.828380 , -86.242210 |
| Holland | 36.698940 , -86.068320 |
| Maynard | 36.769220 , -86.075820 |
| McElroy Ford | 36.733930 , -86.409990 |
| Meador | 36.891160 , -86.176100 |
| Mount Aerial | 36.753370 , -86.392770 |
| Mount Zion | 36.683110 , -86.057210 |
| New Roe | 36.665880 , -86.382490 |
| Oak Forest | 36.715880 , -86.098320 |
| Petroleum | 36.695320 , -86.248320 |
| Pope | 36.762540 , -86.339710 |
| Port Oliver Ford | 36.893940 , -86.138040 |
| Raley Ford | 36.859770 , -86.267210 |
| Red Hill | 36.741150 , -86.299160 |
| Rodemer | 36.719210 , -86.229430 |
| Scottsville | 36.749312 , -86.196565 |
| Settle | 36.869490 , -86.214430 |
| Trammel | 36.785320 , -86.353320 |
| Walnut Grove | 36.657850 , -86.223490 |
| Walnut Hill | 36.723110 , -86.045820 |
| West Fork | 36.782820 , -86.280540 |
| Yesse | 36.853100 , -86.197210 |
Notes:
- You can download geometry data for Allen 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.