Download outline map of Sussex (geojson format) :
Sussex.geojson (**)
Download polygon array of Sussex map for "Google Maps" :
Sussex.txt
Bounding Box for Sussex Map : ( 36.707658 , -77.619029 , 37.112034 , -76.953546 )
Wikipedia ID for Sussex : Q340591
Wikipedia SPARQL Query for Sussex (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q340591 wdt:P1082 ?population. }
OPTIONAL { wd:Q340591 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q340591 wdt:P2046 ?area. }
OPTIONAL { wd:Q340591 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q340591 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q340591 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 Sussex map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.707658, -77.619029, 37.112034, -76.953546);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sussex)
[out:json];
(
rel["name"="Sussex"][type=boundary];
rel["name:en"="Sussex"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sussex
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Booker | 36.939590 , -77.284690 |
Cashs Corner | 36.915430 , -77.111350 |
Fort Nottoway | 36.885710 , -77.423870 |
Gray | 36.796820 , -77.343580 |
Grizzard | 36.726540 , -77.437480 |
Harrells Mill | 36.774870 , -77.391360 |
Henry | 36.796820 , -77.392750 |
Hilda | 36.820430 , -77.329140 |
Homeville | 36.948760 , -77.171360 |
Howells Mill | 36.889040 , -77.330250 |
Huske | 36.897650 , -77.418590 |
Jarratt | 36.815991 , -77.468911 |
Lambs | 36.991540 , -77.256360 |
Little Mill | 36.872650 , -77.490810 |
Littleton | 36.902650 , -77.149130 |
Mason | 36.759590 , -77.385250 |
Newville | 37.012930 , -77.176360 |
Owens | 36.853760 , -77.424420 |
Piney Grove | 36.989320 , -77.041350 |
Stony Creek | 36.948011 , -77.400067 |
Sussex | 36.917359 , -77.271870 |
Wakefield | 36.968634 , -76.987478 |
Waverly | 37.034025 , -77.095595 |
West Hope | 36.920980 , -77.311640 |
Yale | 36.845710 , -77.287470 |
Notes:
- You can download geometry data for Sussex 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.