Download outline map of Bell (geojson format) :
Bell.geojson (**)
Download polygon array of Bell map for "Google Maps" :
Bell.txt
Bounding Box for Bell Map : ( 36.582596 , -83.957274 , 36.955786 , -83.459459 )
Wikipedia ID for Bell : Q491941
Wikipedia SPARQL Query for Bell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491941 wdt:P1082 ?population. }
OPTIONAL { wd:Q491941 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491941 wdt:P2046 ?area. }
OPTIONAL { wd:Q491941 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491941 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491941 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 Bell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.582596, -83.957274, 36.955786, -83.459459);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bell)
[out:json];
(
rel["name"="Bell"][type=boundary];
rel["name:en"="Bell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arjay | 36.804810 , -83.645750 |
Balkan | 36.759250 , -83.544360 |
Beverly | 36.930370 , -83.532690 |
Black Snake | 36.768140 , -83.503250 |
Blackmont | 36.791750 , -83.524910 |
Blanche | 36.818140 , -83.655190 |
Callaway | 36.783420 , -83.563250 |
Calvin | 36.722310 , -83.622140 |
Capito | 36.614250 , -83.830480 |
Cardinal | 36.801750 , -83.512410 |
Cary | 36.793700 , -83.664360 |
Chenoa | 36.669250 , -83.861590 |
Clear Creek Springs | 36.727030 , -83.726860 |
Colmar | 36.665920 , -83.651860 |
Cubage | 36.701200 , -83.521020 |
Davisburg | 36.679530 , -83.823250 |
Dorton Branch | 36.772310 , -83.681310 |
East Pineville | 36.734810 , -83.671030 |
Edgewood | 36.613420 , -83.781310 |
Ferndale | 36.696200 , -83.684640 |
Field | 36.892870 , -83.602140 |
Fonde | 36.594250 , -83.877420 |
Fourmile | 36.793420 , -83.741860 |
Frakes | 36.642860 , -83.927700 |
Hamblim | 36.655540 , -83.876970 |
Harbell | 36.732030 , -83.673250 |
Henderson Grove | 36.660640 , -83.890050 |
Hutch | 36.650640 , -83.621300 |
Ingram | 36.730360 , -83.798250 |
Ivy Grove | 36.822310 , -83.695750 |
Jaybel | 36.853940 , -83.622060 |
Jenson | 36.777030 , -83.629920 |
Keenox | 36.787980 , -83.666540 |
Kettle Island | 36.790640 , -83.605190 |
Laurel Ford | 36.813420 , -83.550470 |
Meldrum | 36.667030 , -83.694080 |
Middlesboro | 36.608420 , -83.716580 |
Middlesborough | 36.612719 , -83.722692 |
Miracle | 36.760640 , -83.584080 |
Oaks | 36.722590 , -83.556300 |
Pineville | 36.756602 , -83.700184 |
Ponza | 36.720080 , -83.642420 |
Premier | 36.595640 , -83.763810 |
Pruden | 36.590640 , -83.891310 |
Rella | 36.834530 , -83.632970 |
Stoney Fork | 36.832310 , -83.534640 |
Stony Fork Junction | 36.601750 , -83.752140 |
Straight Creek | 36.773140 , -83.667970 |
Tejay | 36.763700 , -83.562140 |
Tinsley | 36.784250 , -83.768250 |
Tuggleville | 36.772310 , -83.504360 |
Varilla | 36.739530 , -83.599920 |
Wallsend | 36.766200 , -83.709920 |
Wasioto | 36.747590 , -83.688810 |
Yellow Creek | 36.587300 , -83.780750 |
Notes:
- You can download geometry data for Bell 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.