Download outline map of Leslie (geojson format) :
Leslie.geojson (**)
Download polygon array of Leslie map for "Google Maps" :
Leslie.txt
Bounding Box for Leslie Map : ( 36.883154 , -83.553101 , 37.320649 , -83.164359 )
Wikipedia ID for Leslie : Q503501
Wikipedia SPARQL Query for Leslie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503501 wdt:P1082 ?population. }
OPTIONAL { wd:Q503501 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503501 wdt:P2046 ?area. }
OPTIONAL { wd:Q503501 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503501 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503501 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 Leslie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.883154, -83.553101, 37.320649, -83.164359);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Leslie)
[out:json];
(
rel["name"="Leslie"][type=boundary];
rel["name:en"="Leslie"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Leslie
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Asher | 37.044260 , -83.404070 |
| Baker Branch | 37.163420 , -83.548800 |
| Big Fork | 37.050090 , -83.248790 |
| Big Rock | 37.043150 , -83.207120 |
| Bobs Fork | 37.163890 , -83.518610 |
| Causey | 37.057310 , -83.280730 |
| Chappell | 37.010920 , -83.349900 |
| Cinda | 37.107310 , -83.294620 |
| Confluence | 37.269820 , -83.384070 |
| Cutshin | 37.088980 , -83.254900 |
| Daley | 37.135930 , -83.232120 |
| Daley | 37.132590 , -83.252950 |
| Dryhill | 37.222040 , -83.377400 |
| Essie | 37.061760 , -83.451850 |
| Frew | 37.182590 , -83.245730 |
| Helton | 36.953980 , -83.390740 |
| Hendrix | 37.180250 , -83.263700 |
| Hoskinston | 37.077310 , -83.391570 |
| Hyden | 37.161946 , -83.377904 |
| Jason | 37.178420 , -83.483520 |
| Kaliopi | 37.233430 , -83.416570 |
| Lewis Creek | 36.989540 , -83.316850 |
| Mozelle | 37.002590 , -83.397960 |
| Napier | 36.984540 , -83.285460 |
| Roark | 37.022590 , -83.515190 |
| Saylor | 36.899250 , -83.462130 |
| Sizerock | 37.218700 , -83.497410 |
| Smilax | 37.135650 , -83.282120 |
| Spruce Pine | 36.923420 , -83.445190 |
| Thousandsticks | 37.185090 , -83.428800 |
| Toulouse | 37.176670 , -83.326940 |
| Warbranch | 36.956760 , -83.450190 |
| Wendover | 37.126480 , -83.362680 |
| Wooton | 37.178980 , -83.302120 |
| Yeaddiss | 37.068700 , -83.217670 |
Notes:
- You can download geometry data for Leslie 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.