Download outline map of Meigs (geojson format) :
Meigs.geojson (**)
Download polygon array of Meigs map for "Google Maps" :
Meigs.txt
Bounding Box for Meigs Map : ( 35.287788 , -85.031314 , 35.752896 , -84.61897 )
Wikipedia ID for Meigs : Q502356
Wikipedia SPARQL Query for Meigs (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502356 wdt:P1082 ?population. }
OPTIONAL { wd:Q502356 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502356 wdt:P2046 ?area. }
OPTIONAL { wd:Q502356 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502356 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502356 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 Meigs map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.287788, -85.031314, 35.752896, -84.61897);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Meigs)
[out:json];
(
rel["name"="Meigs"][type=boundary];
rel["name:en"="Meigs"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Meigs
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akeman Crossroad | 35.626740 , -84.751330 |
Allen | 35.435070 , -84.852170 |
Beta | 35.426460 , -84.870780 |
Big Spring | 35.393130 , -84.900500 |
Boggess Crossroad | 35.601740 , -84.671330 |
Breedenton | 35.543960 , -84.800780 |
Brittsville | 35.353400 , -84.907730 |
Calico | 35.525350 , -84.834390 |
Coleman Subdivision | 35.484790 , -84.870780 |
Culvahouse | 35.696460 , -84.699660 |
Decatur | 35.527632 , -84.792704 |
East View | 35.339520 , -84.933000 |
Euchee | 35.675910 , -84.716880 |
Fairview | 35.565350 , -84.759670 |
Forest Grove | 35.582020 , -84.793000 |
Goodfield | 35.466460 , -84.825780 |
Kyle Subdivision | 35.490900 , -84.858280 |
Maple Grove | 35.712020 , -84.688830 |
Meigs Cabin Area | 35.687290 , -84.710220 |
Peakland | 35.628130 , -84.763000 |
Pleasant Hill | 35.663410 , -84.708270 |
Scott | 35.654790 , -84.751050 |
Sewee | 35.592290 , -84.679110 |
Surprise | 35.646180 , -84.633830 |
Ten Mile | 35.666740 , -84.664660 |
Union Grove | 35.498410 , -84.768000 |
Walnut Grove | 35.535630 , -84.739940 |
Watts Bar Dam | 35.621756 , -84.779863 |
Notes:
- You can download geometry data for Meigs 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.