Download outline map of Russell (geojson format) :
Russell.geojson (**)
Download polygon array of Russell map for "Google Maps" :
Russell.txt
Bounding Box for Russell Map : ( 36.709309 , -82.406633 , 37.142546 , -81.780539 )
Wikipedia ID for Russell : Q507117
Wikipedia SPARQL Query for Russell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q507117 wdt:P1082 ?population. }
OPTIONAL { wd:Q507117 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507117 wdt:P2046 ?area. }
OPTIONAL { wd:Q507117 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507117 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507117 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 Russell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.709309, -82.406633, 37.142546, -81.780539);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Russell)
[out:json];
(
rel["name"="Russell"][type=boundary];
rel["name:en"="Russell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Russell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Artrip | 36.964000 , -82.118470 |
Banners Corner | 36.871770 , -82.300140 |
Barnett | 36.923720 , -82.000960 |
Belfast | 36.983720 , -81.854290 |
Belfast Mills | 36.979840 , -81.839840 |
Bickley Mill | 36.888990 , -82.277640 |
Blackford | 36.995940 , -81.942900 |
Bolton | 36.804830 , -82.197640 |
Boody | 36.905940 , -82.297090 |
Candler | 36.899550 , -82.204860 |
Carbo | 36.928440 , -82.194300 |
Carterton | 36.913440 , -82.220970 |
Castlewood | 36.878159 , -82.287835 |
Church Hill | 36.818440 , -82.153750 |
Cleveland | 36.943370 , -82.152578 |
Clifton | 37.029560 , -81.830400 |
Clinchfield | 36.955660 , -82.183750 |
Collinwood | 36.738990 , -82.324590 |
Corn Valley | 36.899830 , -81.934850 |
Corner | 36.953170 , -82.037070 |
Counts | 36.928440 , -82.226250 |
Creswell | 36.822050 , -82.208750 |
Dante | 36.979121 , -82.296093 |
Daw | 37.052610 , -81.857060 |
Dickenson Corner | 36.891220 , -82.237920 |
Dickensonville | 36.841770 , -82.225140 |
Dorado | 36.907880 , -82.270420 |
Dye | 37.070670 , -81.924850 |
Elk Garden | 36.909000 , -81.980130 |
Flatrock | 37.054280 , -81.982350 |
Flatwoods | 37.024280 , -82.026520 |
Fuller Corner | 37.042890 , -82.024850 |
Fullers | 36.998720 , -82.099850 |
Gardner | 37.030670 , -81.935680 |
Grassy Creek | 36.780940 , -82.338200 |
Gravel Lick | 36.950940 , -82.230690 |
Hansonville | 36.824000 , -82.146250 |
Hawkins Mill | 36.808160 , -82.177360 |
Hazel | 36.990660 , -82.253750 |
Hickory Junction | 37.029000 , -81.967630 |
Honaker | 37.015582 , -81.968579 |
Hubbard Junction | 36.990670 , -81.972070 |
Jacksons Store | 36.957060 , -81.900400 |
Jessees Mill | 36.914270 , -82.167360 |
John | 36.965380 , -82.295700 |
Laurel | 37.047330 , -81.986790 |
Lebanon | 36.899166 , -82.078247 |
Lynn Spring | 37.104560 , -81.933730 |
Mew | 36.859270 , -82.342920 |
Morefield | 36.913720 , -82.302090 |
Nash Ford | 36.970110 , -82.075410 |
Parsonage | 36.835940 , -82.247360 |
Point Truth | 36.781490 , -82.349310 |
Pondtown | 36.927330 , -82.098190 |
Purcell | 36.930660 , -82.135130 |
Putnam | 37.022060 , -81.965400 |
Rasnake | 37.040390 , -82.109580 |
Repass | 36.989000 , -81.805400 |
Rockdell | 36.890670 , -81.953740 |
Rosedale | 36.959280 , -81.931240 |
Smithfield | 36.936500 , -81.966510 |
South Clinchfield | 36.962610 , -82.175970 |
Spring City | 36.918440 , -82.107630 |
Sun | 36.941770 , -82.285700 |
Sunny Point | 36.820100 , -82.375980 |
Swords Creek | 37.036220 , -81.917900 |
Tarkiln | 37.057060 , -81.987350 |
Temple Hill | 36.878720 , -82.275700 |
The Cross Roads | 36.842880 , -82.157080 |
Tumbez | 36.768160 , -82.265700 |
Willis | 36.868440 , -82.114020 |
Willow Springs | 36.777330 , -82.238750 |
Notes:
- You can download geometry data for Russell 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.