Download outline map of Duplin (geojson format) :
Duplin.geojson (**)
Download polygon array of Duplin map for "Google Maps" :
Duplin.txt
Bounding Box for Duplin Map : ( 34.705972 , -78.200548 , 35.194249 , -77.650919 )
Wikipedia ID for Duplin : Q511788
Wikipedia SPARQL Query for Duplin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q511788 wdt:P1082 ?population. }
OPTIONAL { wd:Q511788 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q511788 wdt:P2046 ?area. }
OPTIONAL { wd:Q511788 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q511788 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q511788 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 Duplin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.705972, -78.200548, 35.194249, -77.650919);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Duplin)
[out:json];
(
rel["name"="Duplin"][type=boundary];
rel["name:en"="Duplin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Duplin
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Albertson | 35.114330 , -77.818870 |
| Beulaville | 34.922794 , -77.772532 |
| Blizzards Crossroads | 35.136550 , -77.901650 |
| Bowdens | 35.057110 , -78.115550 |
| Brices Crossroads | 34.818780 , -78.101380 |
| Cabin | 34.964330 , -77.802480 |
| Calypso | 35.154785 , -78.104414 |
| Carroll | 34.952110 , -78.076100 |
| Cartersville | 34.773220 , -77.919430 |
| Catherine Square | 34.875720 , -77.790530 |
| Cedar Fork | 34.876830 , -77.707750 |
| Charity | 34.822950 , -77.945820 |
| Chinquapin | 34.831000 , -77.816370 |
| Concord | 34.837670 , -78.116100 |
| Cypress Creek | 34.751560 , -77.704980 |
| Drummersville | 35.175720 , -77.838870 |
| Duff Creek | 34.784610 , -78.052490 |
| Everton | 35.037940 , -78.045820 |
| Faison | 35.116481 , -78.136840 |
| Fountain | 34.841000 , -77.672750 |
| Friendship | 35.063500 , -78.040270 |
| Greenevers | 34.827082 , -77.924568 |
| Hadley | 34.916550 , -77.714140 |
| Hancheys Store | 34.783500 , -77.911090 |
| Herrings Crossroads | 35.121550 , -77.865810 |
| Hills Crossroads | 35.114050 , -77.941650 |
| Jacksons Crossroads | 34.887670 , -77.783030 |
| Kenansville | 34.959652 , -77.966107 |
| Kornegay | 35.057940 , -77.825540 |
| Leon | 35.029050 , -77.819980 |
| Lyman | 34.857940 , -77.747200 |
| Magnolia | 34.896401 , -78.053633 |
| Murphey | 34.806830 , -77.942480 |
| Outlaws Bridge | 35.139330 , -77.849430 |
| Pasley | 34.785450 , -77.900540 |
| Petersburg Crossing | 34.954890 , -77.766640 |
| Pin Hook | 34.747670 , -77.771370 |
| Pleasant Grove | 35.093780 , -77.848590 |
| Potters Hill | 34.964451 , -77.698352 |
| Quinns Store | 34.889050 , -77.732480 |
| Red Hill | 35.075160 , -77.911370 |
| Register | 34.851560 , -77.959430 |
| Resaca | 35.070160 , -77.758030 |
| Rose Hill | 34.826217 , -78.025902 |
| Safe | 34.747390 , -78.059430 |
| Sarecta | 34.979050 , -77.857480 |
| Scotts Store | 35.094890 , -77.906370 |
| Sholars Crossroads | 34.762110 , -77.800810 |
| Sloan | 34.778220 , -77.829150 |
| Summerlins Crossroads | 35.084330 , -77.957490 |
| Teachey | 34.769032 , -78.009229 |
| Wallace | 34.738129 , -77.990782 |
| Warsaw | 34.998477 , -78.092553 |
| Westbrook Crossroads | 35.038500 , -77.944980 |
Notes:
- You can download geometry data for Duplin 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.