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.583457 , -78.19207 , 35.867208 , -77.661312 )
Wikipedia ID for Wilson : Q510900
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:Q510900 wdt:P1082 ?population. }
OPTIONAL { wd:Q510900 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q510900 wdt:P2046 ?area. }
OPTIONAL { wd:Q510900 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q510900 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q510900 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.583457, -78.19207, 35.867208, -77.661312);
);
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) |
| Aycock Crossing | 35.626830 , -78.054160 |
| Black Creek | 35.636545 , -77.932959 |
| Boswellville | 35.674600 , -77.972490 |
| Buckhorn Crossroads | 35.678210 , -78.107490 |
| Cliftonville | 35.822930 , -77.948600 |
| Cobbs Crossroad | 35.824320 , -77.856930 |
| Connor | 35.742100 , -78.148330 |
| Contentnea Junction | 35.678210 , -77.932480 |
| Dixie | 35.672660 , -77.948320 |
| Drivers Store | 35.696550 , -77.818310 |
| Elm City | 35.808790 , -77.862156 |
| Evansdale | 35.655160 , -77.869700 |
| Fillmore | 35.718770 , -78.031380 |
| Finch Mill | 35.762100 , -77.996650 |
| Hawra | 35.642940 , -78.088600 |
| Holdens Crossroads | 35.706820 , -77.783030 |
| Kirbys Crossing | 35.613490 , -78.090270 |
| Lamms Crossroads | 35.675160 , -78.037210 |
| Lucama | 35.644663 , -78.007189 |
| Moores Crossroads | 35.659050 , -78.054710 |
| New Hope | 35.795430 , -77.950540 |
| Penders Crossroads | 35.768770 , -77.771640 |
| Pine Tree | 35.740440 , -77.795260 |
| Rock Ridge | 35.702100 , -78.067210 |
| Rosebud | 35.766820 , -77.857480 |
| Saratoga | 35.653682 , -77.775335 |
| Scotts | 35.681550 , -78.016380 |
| Sims | 35.759762 , -78.059024 |
| Stantonsburg | 35.605517 , -77.819993 |
| Stoneybrook | 35.762380 , -77.948600 |
| Sun | 35.696550 , -77.834700 |
| Town Creek | 35.815160 , -77.801090 |
| Wilbanks | 35.747940 , -77.771370 |
| Wilkerson Crossroads | 35.702660 , -78.115270 |
| Wilson | 35.734261 , -77.932554 |
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.