Download outline map of Wilson (geojson format) :
Wilson.geojson (**)
Download polygon array of Wilson map for "Google Maps" :
Wilson.txt
Bounding Box for Wilson Map : ( 35.954399 , -86.595006 , 36.358063 , -86.014849 )
Wikipedia ID for Wilson : Q501606
Wikipedia SPARQL Query for Wilson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501606 wdt:P1082 ?population. }
OPTIONAL { wd:Q501606 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501606 wdt:P2046 ?area. }
OPTIONAL { wd:Q501606 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501606 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501606 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 Wilson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.954399, -86.595006, 36.358063, -86.014849);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wilson)
[out:json];
(
rel["name"="Wilson"][type=boundary];
rel["name:en"="Wilson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wilson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bairds Mill | 36.102280 , -86.331660 |
Beckwith | 36.206720 , -86.458880 |
Bellwood | 36.253390 , -86.147210 |
Cainsville | 35.985340 , -86.248880 |
Cairo Bend | 36.238940 , -86.400270 |
Caravelle | 36.203940 , -86.541110 |
Cedar Grove | 36.251720 , -86.527770 |
Centerville | 36.289500 , -86.206660 |
Cherry Valley | 36.098390 , -86.163880 |
Commerce | 36.140060 , -86.103320 |
Cottage Home | 35.990890 , -86.033320 |
Doaks Crossroads | 36.108950 , -86.243600 |
East Point | 36.140890 , -86.537770 |
Flat Rock | 36.163110 , -86.314440 |
Forktown | 36.188670 , -86.303320 |
Georgemere | 36.222280 , -86.542770 |
Gladeville | 36.112560 , -86.416380 |
Green Hill | 36.234929 , -86.573324 |
Greenlawn | 36.243390 , -86.561940 |
Greenvale | 35.999780 , -86.197770 |
Greenwood | 36.146450 , -86.234710 |
Harbor View | 36.244780 , -86.579720 |
Highland Heights | 36.223670 , -86.565270 |
Hunters Point | 36.297270 , -86.263320 |
Hunters Store | 36.230610 , -86.530550 |
Hurricane | 36.053950 , -86.311380 |
Indian Lake Farms | 36.241720 , -86.562500 |
Laguardo | 36.296440 , -86.443600 |
Langford Cove | 36.240050 , -86.571110 |
Lankford Farms | 36.235050 , -86.573610 |
Lebanon | 36.204041 , -86.346180 |
Leemans Corner | 36.132000 , -86.249160 |
Leeville | 36.190890 , -86.417490 |
Liberty Hill | 36.043390 , -86.063040 |
Linwood | 36.157830 , -86.185270 |
Major | 36.080340 , -86.339710 |
Maple Hill | 36.224500 , -86.353050 |
Monticello | 36.200890 , -86.558330 |
Mount Juliet | 36.201476 , -86.512243 |
Nonaville | 36.268660 , -86.528610 |
Norene | 36.056730 , -86.242490 |
Oakland | 36.270890 , -86.342490 |
Prosperity | 35.980340 , -86.058880 |
Round Top | 36.004780 , -86.044710 |
Rural Hill | 36.115675 , -86.514377 |
Saint Johns | 35.974230 , -86.254710 |
Saulsbury | 36.172280 , -86.124160 |
Sherrilltown | 36.048950 , -86.202770 |
Shop Springs | 36.127830 , -86.212210 |
Silver Springs | 36.194780 , -86.453330 |
Springmont | 36.225610 , -86.573330 |
Statesville | 36.019510 , -86.124990 |
Tuckers Crossroads | 36.198940 , -86.173880 |
Vesta | 36.065060 , -86.413330 |
Vine | 36.031170 , -86.357770 |
Watertown | 36.100996 , -86.140242 |
Woodlake | 36.242830 , -86.584720 |
Notes:
- You can download geometry data for Wilson 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.