Download outline map of Nelson (geojson format) :
Nelson.geojson (**)
Download polygon array of Nelson map for "Google Maps" :
Nelson.txt
Bounding Box for Nelson Map : ( 37.535642 , -79.171926 , 38.047565 , -78.64078 )
Wikipedia ID for Nelson : Q515150
Wikipedia SPARQL Query for Nelson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q515150 wdt:P1082 ?population. }
OPTIONAL { wd:Q515150 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q515150 wdt:P2046 ?area. }
OPTIONAL { wd:Q515150 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q515150 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q515150 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 Nelson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.535642, -79.171926, 38.047565, -78.64078);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nelson)
[out:json];
(
rel["name"="Nelson"][type=boundary];
rel["name:en"="Nelson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nelson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adial | 37.864860 , -78.830300 |
| Afton | 38.032360 , -78.839190 |
| Allens Creek | 37.546810 , -78.868630 |
| Arrington | 37.674392 , -78.892787 |
| Avon | 37.999860 , -78.826410 |
| Beech Grove | 37.875700 , -78.938910 |
| Bryant | 37.800970 , -78.956410 |
| Buffalo Springs | 37.609590 , -78.861960 |
| Caskie | 37.539590 , -78.830020 |
| Colleen | 37.709310 , -78.931130 |
| Durrett Town | 37.983190 , -78.808080 |
| Elma | 37.753750 , -78.795020 |
| Faber | 37.831810 , -78.737520 |
| Five Forks | 37.579310 , -78.858630 |
| Four Forks | 37.582090 , -78.844460 |
| Freshwater | 37.750420 , -78.926970 |
| Gladstone | 37.546810 , -78.849460 |
| Gordon Crossing | 37.740140 , -78.816960 |
| Greenfield | 37.927640 , -78.838080 |
| Greenway | 37.584310 , -78.833630 |
| Gullysville | 37.863200 , -78.867800 |
| Hendersons Store | 37.743200 , -78.998640 |
| Jonesboro | 37.783470 , -78.978360 |
| Kingswood | 37.686810 , -78.946410 |
| Lakeview Heights | 37.742920 , -78.869190 |
| Lanes Ford | 37.753470 , -78.986140 |
| Lawthorne Mill | 37.827640 , -78.787520 |
| Lodebar | 37.903750 , -78.848910 |
| Lovingston | 37.760497 , -78.868859 |
| Lowesville | 37.719030 , -79.064750 |
| Martins Store | 37.917640 , -78.840300 |
| Massies Mill | 37.777080 , -79.001140 |
| Midway Mills | 37.665980 , -78.722240 |
| Montebello | 37.863750 , -79.137810 |
| Nash | 37.857640 , -79.046140 |
| Nellysford | 37.912910 , -78.882689 |
| Norwood | 37.643200 , -78.808910 |
| Oak Ridge | 37.709030 , -78.876690 |
| Old Myndus | 37.821530 , -78.854740 |
| Onan | 37.988190 , -78.824190 |
| Piedmont | 37.610980 , -78.921690 |
| Piney River | 37.705140 , -79.023080 |
| Poplar Flats | 37.747360 , -78.925300 |
| Ramsey | 37.854860 , -78.962250 |
| Red Apple Orchard | 37.704030 , -78.778910 |
| Rockfish | 37.801250 , -78.755570 |
| Roseland | 37.747640 , -78.975860 |
| Schuyler | 37.793966 , -78.700229 |
| Shady Lane | 37.714580 , -79.022530 |
| Shipman | 37.727242 , -78.842285 |
| Twin Poplars | 37.860700 , -78.803910 |
| Tye River | 37.652640 , -78.948080 |
| Tyro | 37.821530 , -79.004750 |
| White Rock | 37.890410 , -79.060580 |
| Wingina | 37.639870 , -78.723900 |
| Wintergreen | 37.916140 , -78.938179 |
| Woods Mill | 37.844860 , -78.822240 |
Notes:
- You can download geometry data for Nelson 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.