Download outline map of Nottoway (geojson format) :
Nottoway.geojson (**)
Download polygon array of Nottoway map for "Google Maps" :
Nottoway.txt
Bounding Box for Nottoway Map : ( 36.982667 , -78.239354 , 37.29622 , -77.795926 )
Wikipedia ID for Nottoway : Q515220
Wikipedia SPARQL Query for Nottoway (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q515220 wdt:P1082 ?population. }
OPTIONAL { wd:Q515220 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q515220 wdt:P2046 ?area. }
OPTIONAL { wd:Q515220 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q515220 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q515220 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 Nottoway map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.982667, -78.239354, 37.29622, -77.795926);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nottoway)
[out:json];
(
rel["name"="Nottoway"][type=boundary];
rel["name:en"="Nottoway"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nottoway
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blackstone | 37.082120 , -78.002956 |
Burkeville | 37.187904 , -78.201232 |
Clays Corner | 37.196260 , -77.962780 |
Crewe | 37.181191 , -78.130567 |
Fergusonville | 37.217650 , -78.070560 |
Irby | 37.031540 , -78.042500 |
Jennings Ordinary | 37.225430 , -78.145550 |
Murdocks | 37.027100 , -78.060000 |
Mutt | 37.189870 , -78.171940 |
North Wellville | 37.150430 , -77.916950 |
Nottoway Court House | 37.127021 , -78.073344 |
Oliveville | 37.147380 , -78.233050 |
Spainville | 37.188760 , -77.916110 |
Wellville | 37.127370 , -77.920830 |
Winnie | 37.073210 , -78.132220 |
Notes:
- You can download geometry data for Nottoway 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.