Download outline map of Southampton (geojson format) :
Southampton.geojson (**)
Download polygon array of Southampton map for "Google Maps" :
Southampton.txt
Bounding Box for Southampton Map : ( 36.543789 , -77.501917 , 36.996211 , -76.814941 )
Wikipedia ID for Southampton : Q337915
Wikipedia SPARQL Query for Southampton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q337915 wdt:P1082 ?population. }
OPTIONAL { wd:Q337915 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q337915 wdt:P2046 ?area. }
OPTIONAL { wd:Q337915 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q337915 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q337915 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 Southampton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.543789, -77.501917, 36.996211, -76.814941);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Southampton)
[out:json];
(
rel["name"="Southampton"][type=boundary];
rel["name:en"="Southampton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Southampton
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adams Grove | 36.693210 , -77.385250 |
| Angelico | 36.717090 , -77.236640 |
| Arringdale | 36.717930 , -77.336080 |
| Barrett Corner | 36.883480 , -77.041910 |
| Beales | 36.797370 , -77.034130 |
| Berlin | 36.857650 , -76.977460 |
| Black Creek | 36.771540 , -76.924960 |
| Boykins | 36.577825 , -77.198919 |
| Branchville | 36.569793 , -77.250096 |
| Burdette | 36.768480 , -76.898290 |
| Camp Corner | 36.900430 , -76.930520 |
| Capron | 36.709329 , -77.201281 |
| Corinth | 36.831260 , -76.945520 |
| Courtland | 36.712260 , -77.061958 |
| Cross Keys | 36.620430 , -77.187470 |
| Cypress Manor | 36.700980 , -76.976070 |
| Delaware | 36.650150 , -77.000240 |
| Delaware Park | 36.662650 , -77.008570 |
| Doles Crossroads | 36.860150 , -76.904400 |
| Dory | 36.861260 , -77.046070 |
| Drakes Corner | 36.611820 , -77.004410 |
| Drewryville | 36.715710 , -77.306360 |
| Edgehill | 36.715150 , -76.940790 |
| Guildfield Corner | 36.899040 , -76.911900 |
| Handsom | 36.642370 , -77.030520 |
| Hugo | 36.549320 , -77.295250 |
| Isaac | 36.694320 , -76.965520 |
| Ivor | 36.905148 , -76.897751 |
| Johnson Corner | 36.975430 , -76.859960 |
| Joyner | 36.779320 , -77.251640 |
| Kingsdale | 36.633210 , -76.900790 |
| Little Texas | 36.602100 , -77.339420 |
| Manry | 36.891820 , -77.034680 |
| Newsoms | 36.626208 , -77.124837 |
| Pope | 36.719590 , -77.166910 |
| Pulleys Crossroads | 36.870980 , -76.963850 |
| Riverdale | 36.551260 , -76.959680 |
| Rivers Mill | 36.751260 , -77.311080 |
| Saddlers Crossroads | 36.904870 , -76.947460 |
| Seacock Corner | 36.857650 , -76.925240 |
| Sebrell | 36.783760 , -77.127470 |
| Sedley | 36.775319 , -76.986180 |
| Shiloh | 36.609600 , -77.199690 |
| Southampton Meadows | 36.591619 , -76.929289 |
| Statesville | 36.545990 , -77.071630 |
| Sunbeam | 36.587650 , -77.027740 |
| Vicksville | 36.813480 , -77.022180 |
| Vincent Grove | 36.712650 , -77.149130 |
| Watkins Corner | 36.667100 , -76.982740 |
| Worrell | 36.725710 , -77.216080 |
Notes:
- You can download geometry data for Southampton 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.