Download outline map of Davidson (geojson format) :
Davidson.geojson (**)
Download polygon array of Davidson map for "Google Maps" :
Davidson.txt
Bounding Box for Davidson Map : ( 35.504335 , -80.487413 , 36.026772 , -80.043194 )
Wikipedia ID for Davidson : Q511713
Wikipedia SPARQL Query for Davidson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q511713 wdt:P1082 ?population. }
OPTIONAL { wd:Q511713 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q511713 wdt:P2046 ?area. }
OPTIONAL { wd:Q511713 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q511713 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q511713 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 Davidson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.504335, -80.487413, 36.026772, -80.043194);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Davidson)
[out:json];
(
rel["name"="Davidson"][type=boundary];
rel["name:en"="Davidson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Davidson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Arcadia | 35.947360 , -80.308390 |
| Arnold | 35.893470 , -80.280610 |
| Bending Brook | 35.698470 , -80.241440 |
| Bethesda | 35.879580 , -80.240880 |
| Bryans Woods | 35.865690 , -80.221990 |
| Cedar Grove | 35.723470 , -80.185050 |
| Churchland | 35.786250 , -80.417560 |
| Cid | 35.711800 , -80.106160 |
| Complex | 35.578190 , -80.066440 |
| Cotton Grove | 35.739030 , -80.262550 |
| Country Club Estates | 35.797920 , -80.248940 |
| Cowans Ferry | 35.748750 , -80.365890 |
| Creadmore | 35.991250 , -80.315330 |
| Currytown | 35.882080 , -80.321440 |
| Denton | 35.636832 , -80.110830 |
| Dickerson Estates | 35.838470 , -80.317830 |
| Eastern Heights | 35.801530 , -80.231160 |
| Ebenezers | 35.903470 , -80.219490 |
| Enterprise | 35.944860 , -80.276440 |
| Eureka Mills | 35.919860 , -80.370610 |
| Foxcroff | 35.733470 , -80.284500 |
| Freewood Acres | 35.860970 , -80.362000 |
| Fullerdale | 35.815690 , -80.094770 |
| Georgetown | 36.015140 , -80.099490 |
| Georgetown Condominiums | 35.824860 , -80.272550 |
| Gordontown | 35.755690 , -80.108660 |
| Gum Tree | 35.996250 , -80.200050 |
| Handy | 35.588750 , -80.100880 |
| Healing Springs | 35.616250 , -80.178110 |
| Hedrick Grove | 35.772640 , -80.179490 |
| High Rock | 35.596810 , -80.221160 |
| High Rock Mountain Shores | 35.632640 , -80.193380 |
| Holly Acres | 36.003750 , -80.178940 |
| Holly Grove | 35.817360 , -80.191440 |
| Jackson Hill | 35.572640 , -80.150050 |
| Jakesville | 35.853750 , -80.279770 |
| Jefferson Village | 35.835970 , -80.240330 |
| Jersey | 35.730970 , -80.315330 |
| Jubilee | 35.763190 , -80.426170 |
| Jubilee Acres | 35.760970 , -80.415330 |
| Lexington | 35.801756 , -80.268200 |
| Light | 35.819860 , -80.097540 |
| Linwood | 35.777035 , -80.314178 |
| Lodonberry Estates | 35.983470 , -80.047540 |
| Meadowview | 35.805420 , -80.282270 |
| Midway | 35.975055 , -80.220100 |
| Mountain View Estates | 35.722080 , -80.298110 |
| Newsom | 35.535970 , -80.187550 |
| Oakwood Acres | 35.659580 , -80.235330 |
| Old Mill | 35.912640 , -80.343660 |
| Ravenwood | 35.712080 , -80.307280 |
| Reeds Cross Roads | 35.844860 , -80.332550 |
| Reedy Creek | 35.919860 , -80.333660 |
| Rolling Park | 35.783470 , -80.320050 |
| Sandy Grove | 35.790140 , -80.215880 |
| Silver Valley | 35.732640 , -80.103100 |
| Snyder | 35.660420 , -80.112270 |
| Southmont | 35.653669 , -80.270070 |
| The Oaks | 35.994580 , -80.208940 |
| Thomasville | 35.881287 , -80.080705 |
| Tyro | 35.799714 , -80.376448 |
| Wallburg | 36.008725 , -80.145302 |
| Walser | 35.779860 , -80.121430 |
| Watership Downs | 35.690690 , -80.307280 |
| Welcome | 35.906627 , -80.254774 |
| Westwood | 35.823750 , -80.280050 |
| Yadkin College | 35.872360 , -80.375610 |
Notes:
- You can download geometry data for Davidson 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.