Download outline map of Wayne (geojson format) :
Wayne.geojson (**)
Download polygon array of Wayne map for "Google Maps" :
Wayne.txt
Bounding Box for Wayne Map : ( 35.146451 , -78.304662 , 35.59777 , -77.799961 )
Wikipedia ID for Wayne : Q506569
Wikipedia SPARQL Query for Wayne (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506569 wdt:P1082 ?population. }
OPTIONAL { wd:Q506569 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506569 wdt:P2046 ?area. }
OPTIONAL { wd:Q506569 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506569 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506569 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 Wayne map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.146451, -78.304662, 35.59777, -77.799961);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wayne)
[out:json];
(
rel["name"="Wayne"][type=boundary];
rel["name:en"="Wayne"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wayne
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Belfast | 35.427110 , -77.981930 |
| Best | 35.343770 , -77.848870 |
| Brogden | 35.296146 , -78.025049 |
| Caseys Trailer Lodge | 35.359500 , -77.989100 |
| Central Heights | 35.387660 , -77.901650 |
| Cokers Crossroads | 35.406270 , -77.842200 |
| Deerwood | 35.298220 , -77.882200 |
| Dobbersville | 35.226280 , -78.244720 |
| Dudley | 35.267390 , -78.037490 |
| Edmundson Crossroads | 35.502660 , -77.898590 |
| Elroy | 35.330792 , -77.922515 |
| Eureka | 35.541470 , -77.876324 |
| Foxfire | 35.294610 , -78.011100 |
| Fremont | 35.543623 , -77.975484 |
| Genoa | 35.326270 , -78.040270 |
| Goldsboro | 35.379254 , -77.973225 |
| Grantham | 35.297110 , -78.163610 |
| Hines Crossroads | 35.201000 , -77.888870 |
| Hollands Crossroads | 35.523220 , -78.088600 |
| Hood Swamp | 35.406550 , -77.874700 |
| Hopewell | 35.226270 , -77.987760 |
| Indian Springs | 35.231000 , -77.947760 |
| Lafayette Park | 35.314050 , -78.041380 |
| Mar-Mac | 35.334458 , -78.054515 |
| Mount Olive | 35.198092 , -78.068312 |
| Musgrave Crossroads | 35.483490 , -77.878040 |
| Nahunta | 35.507940 , -78.063320 |
| New Hope | 35.376000 , -77.883040 |
| Parkstown | 35.377660 , -77.817760 |
| Patetown | 35.460720 , -77.924980 |
| Peacock Crossroads | 35.496550 , -78.033880 |
| Pike Crossroads | 35.490990 , -78.059430 |
| Pikeville | 35.497581 , -77.987088 |
| Pinkney | 35.525440 , -78.066380 |
| Pricetown | 35.171000 , -77.896650 |
| Raynor Town | 35.395160 , -78.140830 |
| Robin Lake Estates | 35.285160 , -78.009990 |
| Rollingwood Estates | 35.292390 , -78.029430 |
| Rosewood | 35.413490 , -78.070820 |
| Saulston | 35.440160 , -77.897760 |
| Seven Springs | 35.224742 , -77.845130 |
| Sleepy Creek | 35.258500 , -77.970540 |
| South Haven | 35.283500 , -78.015540 |
| Starlight | 35.266550 , -78.258330 |
| Stevens Mill | 35.344880 , -78.116660 |
| Stoney Creek | 35.449610 , -77.954710 |
| Walnut Creek | 35.305212 , -77.870137 |
| Watery Branch | 35.565990 , -77.833590 |
| Watson Crossroads | 35.585720 , -78.047770 |
| Webtown | 35.368770 , -77.987490 |
| White Oaks Estates | 35.320000 , -78.021600 |
| Williams | 35.186000 , -77.973880 |
Notes:
- You can download geometry data for Wayne 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.