Download outline map of Yadkin (geojson format) :
Yadkin.geojson (**)
Download polygon array of Yadkin map for "Google Maps" :
Yadkin.txt
Bounding Box for Yadkin Map : ( 36.046456 , -80.88218 , 36.287686 , -80.43192 )
Wikipedia ID for Yadkin : Q497284
Wikipedia SPARQL Query for Yadkin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q497284 wdt:P1082 ?population. }
OPTIONAL { wd:Q497284 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q497284 wdt:P2046 ?area. }
OPTIONAL { wd:Q497284 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q497284 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q497284 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 Yadkin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.046456, -80.88218, 36.287686, -80.43192);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yadkin)
[out:json];
(
rel["name"="Yadkin"][type=boundary];
rel["name:en"="Yadkin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yadkin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arlington | 36.227360 , -80.833400 |
Baltimore | 36.147920 , -80.529780 |
Boonville | 36.233803 , -80.709714 |
Branon | 36.120690 , -80.739510 |
Center | 36.147640 , -80.714230 |
Courtney | 36.060140 , -80.620620 |
Cycle | 36.134300 , -80.842020 |
East Bend | 36.216678 , -80.508705 |
Enon | 36.139860 , -80.468950 |
Five Forks | 36.228750 , -80.594230 |
Flint Hill | 36.175140 , -80.477830 |
Footville | 36.060690 , -80.702010 |
Forbush | 36.197920 , -80.574230 |
Friendship | 36.264030 , -80.563950 |
Holly Spring | 36.251250 , -80.580340 |
Huntsville | 36.082360 , -80.529500 |
Jonesville | 36.233479 , -80.836182 |
Lone Hickory | 36.057910 , -80.717010 |
Longtown | 36.147640 , -80.770350 |
Macedonia | 36.213470 , -80.477560 |
Marler | 36.127630 , -80.820350 |
Mount Pleasant | 36.224580 , -80.627840 |
Nebo | 36.217080 , -80.654510 |
Pea Ridge | 36.137080 , -80.865630 |
Poindexter | 36.230690 , -80.587840 |
Rena | 36.187360 , -80.809510 |
Richmond Hill | 36.245140 , -80.610620 |
Shacktown | 36.116800 , -80.593670 |
Shady Grove | 36.241810 , -80.523390 |
Smithtown | 36.235970 , -80.577560 |
Sugartown | 36.150140 , -80.620060 |
Swan Creek | 36.178470 , -80.868960 |
Union Cross | 36.184300 , -80.597840 |
Wagoner | 36.157080 , -80.794240 |
Windsors Crossroads | 36.069580 , -80.831740 |
Wyo | 36.049300 , -80.563670 |
Yadkinville | 36.131014 , -80.660229 |
Notes:
- You can download geometry data for Yadkin 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.