Download outline map of Dillon (geojson format) :
Dillon.geojson (**)
Download polygon array of Dillon map for "Google Maps" :
Dillon.txt
Bounding Box for Dillon Map : ( 34.230913 , -79.633413 , 34.621036 , -79.071169 )
Wikipedia ID for Dillon : Q502404
Wikipedia SPARQL Query for Dillon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502404 wdt:P1082 ?population. }
OPTIONAL { wd:Q502404 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502404 wdt:P2046 ?area. }
OPTIONAL { wd:Q502404 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502404 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502404 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 Dillon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.230913, -79.633413, 34.621036, -79.071169);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dillon)
[out:json];
(
rel["name"="Dillon"][type=boundary];
rel["name:en"="Dillon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dillon
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bass Crossroads | 34.358770 , -79.414770 |
| Berrys Crossroads | 34.319050 , -79.491160 |
| Bingham | 34.435160 , -79.543110 |
| Bronson Crossroads | 34.449880 , -79.323380 |
| Bunker Hill | 34.450720 , -79.419490 |
| Carmichael Crossroads | 34.340440 , -79.274490 |
| Carolina | 34.574610 , -79.438100 |
| Centerville | 34.411550 , -79.492270 |
| Cotton Valley | 34.478500 , -79.284490 |
| Dalcho | 34.365720 , -79.493110 |
| Dillon | 34.422840 , -79.368880 |
| Dothan | 34.400990 , -79.433380 |
| Five Forks | 34.479330 , -79.321150 |
| Fork | 34.288220 , -79.275320 |
| Gaddys Crossroads | 34.399610 , -79.257540 |
| Gaddys Mill | 34.394330 , -79.236990 |
| Galavon | 34.497380 , -79.451990 |
| Hamer | 34.477940 , -79.330880 |
| Hayestown | 34.347380 , -79.252270 |
| High Hill Crossroads | 34.344050 , -79.217260 |
| Judson | 34.558500 , -79.468380 |
| Kemper | 34.328220 , -79.199490 |
| Kentyre | 34.455440 , -79.308930 |
| Lake View | 34.340573 , -79.166326 |
| Latta | 34.338995 , -79.433644 |
| Linkside | 34.460720 , -79.324210 |
| Little Rock | 34.476550 , -79.403100 |
| Mallory | 34.388490 , -79.513110 |
| Manning Crossroads | 34.473500 , -79.460330 |
| May Hilltop | 34.317380 , -79.219760 |
| McCormick Crossroads | 34.495440 , -79.479220 |
| Minturn | 34.517110 , -79.472270 |
| Mount Calvary | 34.431550 , -79.327540 |
| Newtown | 34.406830 , -79.357270 |
| Oak Grove | 34.351550 , -79.542550 |
| Oakland Crossroads | 34.539050 , -79.366160 |
| Oliver Crossroads | 34.384610 , -79.263650 |
| Pittman Corner | 34.362380 , -79.293660 |
| Riverdale | 34.402660 , -79.319210 |
| Sinclair Crossroads | 34.527380 , -79.464770 |
| South of the Border | 34.498210 , -79.310581 |
| Squires | 34.301550 , -79.245040 |
Notes:
- You can download geometry data for Dillon 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.