Download outline map of Clinton (geojson format) :
Clinton.geojson (**)
Download polygon array of Clinton map for "Google Maps" :
Clinton.txt
Bounding Box for Clinton Map : ( 36.615465 , -85.296002 , 36.888018 , -84.974811 )
Wikipedia ID for Clinton : Q491850
Wikipedia SPARQL Query for Clinton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491850 wdt:P1082 ?population. }
OPTIONAL { wd:Q491850 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491850 wdt:P2046 ?area. }
OPTIONAL { wd:Q491850 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491850 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491850 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 Clinton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.615465, -85.296002, 36.888018, -84.974811);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clinton)
[out:json];
(
rel["name"="Clinton"][type=boundary];
rel["name:en"="Clinton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clinton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aaron | 36.812570 , -85.180790 |
Albany | 36.690559 , -85.135302 |
Alpha | 36.762290 , -85.010230 |
Browns Crossroads | 36.715900 , -85.190790 |
Bug | 36.654790 , -85.109120 |
Cannons Mill | 36.688960 , -85.089950 |
Cartwright | 36.752840 , -85.076060 |
Cedar Knob | 36.628400 , -85.084680 |
Cumberland City | 36.805070 , -85.068290 |
Decide | 36.773400 , -85.204130 |
Desda | 36.834510 , -85.198290 |
Five Springs | 36.718770 , -85.182900 |
Highway | 36.738400 , -85.208850 |
Hobart | 36.683950 , -85.263020 |
Huntersville | 36.624790 , -85.135510 |
Ida | 36.767570 , -85.168010 |
Jones Mill | 36.656730 , -85.104680 |
Marlow | 36.777290 , -85.092450 |
Narvel | 36.784790 , -85.045510 |
Nora | 36.760620 , -85.042730 |
Pikeview | 36.689370 , -85.109540 |
Rolan | 36.652010 , -85.033280 |
Seventy Six | 36.786450 , -85.143850 |
Shipley | 36.667290 , -85.217740 |
Snow | 36.750340 , -85.136900 |
Upchurch | 36.746460 , -85.110790 |
Wago | 36.736450 , -85.172460 |
Watauga | 36.817010 , -85.064680 |
Willis Creek | 36.814230 , -85.221900 |
Wolf River Dock | 36.626180 , -85.208570 |
Notes:
- You can download geometry data for Clinton 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.