Download outline map of Surry (geojson format) :
Surry.geojson (**)
Download polygon array of Surry map for "Google Maps" :
Surry.txt
Bounding Box for Surry Map : ( 36.94445 , -77.15609 , 37.248501 , -76.641581 )
Wikipedia ID for Surry : Q506209
Wikipedia SPARQL Query for Surry (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506209 wdt:P1082 ?population. }
OPTIONAL { wd:Q506209 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506209 wdt:P2046 ?area. }
OPTIONAL { wd:Q506209 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506209 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506209 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 Surry map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.94445, -77.15609, 37.248501, -76.641581);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Surry)
[out:json];
(
rel["name"="Surry"][type=boundary];
rel["name:en"="Surry"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Surry
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alliance | 37.138200 , -76.783570 |
| Barham | 37.141260 , -77.112750 |
| Beachland | 37.085430 , -76.815790 |
| Berrymans Corner | 37.026820 , -76.834960 |
| Blizzards Corners | 37.145430 , -76.766630 |
| Booth Fork | 36.979320 , -76.946900 |
| California Crossroads | 37.108760 , -76.774130 |
| Carsley | 37.095710 , -77.005800 |
| Chippokes | 37.141260 , -76.725240 |
| Claremont | 37.227284 , -76.966499 |
| Dendron | 37.036414 , -76.924057 |
| Derrings Mill | 37.075980 , -76.810790 |
| Elberon | 37.074320 , -76.883570 |
| Ellis Fork | 37.003210 , -76.900520 |
| Genovar | 37.077370 , -76.701350 |
| Goodrich Fork | 37.000430 , -76.917460 |
| Guilford Heights | 37.208760 , -76.918570 |
| Gwaltney Corner | 37.111820 , -77.023850 |
| Highgate | 37.127370 , -76.743290 |
| Homewood | 37.191810 , -76.681900 |
| Itata | 37.049040 , -76.785520 |
| Lazy Oak Corner | 37.118480 , -76.895240 |
| Moorings | 37.094870 , -76.863570 |
| Mount Pleasant | 37.204590 , -76.824960 |
| Oak Hill Corner | 37.159320 , -77.069410 |
| Pleasant Point | 37.175430 , -76.780510 |
| Poolesville | 37.092650 , -76.724120 |
| Savedge | 37.133760 , -77.019130 |
| Scotland | 37.181078 , -76.796501 |
| Spratleys Mill | 37.077370 , -76.924680 |
| Spring Grove | 37.165700 , -76.973300 |
| Sunken Meadow Beach | 37.218760 , -76.934690 |
| Surry | 37.137071 , -76.833275 |
| Wakefield | 37.222650 , -76.941350 |
Notes:
- You can download geometry data for Surry 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.