Sequatchie (Tennessee) Map Cropping Samples
Sequatchie (Tennessee) Map Cropping Samples-1
Sequatchie (Tennessee) Map Cropping Samples-2
Sequatchie neighborhoods and villages map with 3D shadow effect
flag map of Sequatchie with 3D shadow effect
Sequatchie map with 3d shadow effect
Download outline map of Sequatchie (geojson format) :
Sequatchie.geojson (**)
Download polygon array of Sequatchie map for "Google Maps" :
Sequatchie.txt
Bounding Box for Sequatchie Map : ( 35.147169 , -85.607326 , 35.567422 , -85.225877 )
Wikipedia ID for Sequatchie : Q502351
Wikipedia SPARQL Query for Sequatchie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502351 wdt:P1082 ?population. }
OPTIONAL { wd:Q502351 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502351 wdt:P2046 ?area. }
OPTIONAL { wd:Q502351 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502351 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502351 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 Sequatchie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.147169, -85.607326, 35.567422, -85.225877);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sequatchie)
[out:json];
(
rel["name"="Sequatchie"][type=boundary];
rel["name:en"="Sequatchie"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sequatchie
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bryant | 35.299520 , -85.444130 |
Cagle | 35.475070 , -85.461080 |
Cartwright | 35.278400 , -85.458300 |
Daus | 35.314510 , -85.434130 |
Dunlap | 35.367634 , -85.389659 |
Elm Hill | 35.390620 , -85.332460 |
Fredonia | 35.399230 , -85.432190 |
Liberty | 35.273960 , -85.464970 |
Lone Oak | 35.200758 , -85.368478 |
Mount Airy | 35.440350 , -85.348300 |
Notes:
- You can download geometry data for Sequatchie 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.