Download outline map of Lake (geojson format) :
Lake.geojson (**)
Download polygon array of Lake map for "Google Maps" :
Lake.txt
Bounding Box for Lake Map : ( 36.185382 , -89.705545 , 36.503232 , -89.340158 )
Wikipedia ID for Lake : Q494771
Wikipedia SPARQL Query for Lake (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494771 wdt:P1082 ?population. }
OPTIONAL { wd:Q494771 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494771 wdt:P2046 ?area. }
OPTIONAL { wd:Q494771 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494771 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494771 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 Lake map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.185382, -89.705545, 36.503232, -89.340158);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lake)
[out:json];
(
rel["name"="Lake"][type=boundary];
rel["name:en"="Lake"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lake
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bessie | 36.488120 , -89.499520 |
Blue Bank | 36.351730 , -89.425070 |
Cates | 36.443670 , -89.477580 |
Cottonwood Grove | 36.228680 , -89.525080 |
Cronanville | 36.434510 , -89.477300 |
Edgewater Beach | 36.356450 , -89.432020 |
Estes Pond | 36.433120 , -89.448960 |
Grays Camp | 36.457560 , -89.359520 |
Hathaway | 36.226180 , -89.659800 |
Haynes | 36.307840 , -89.475910 |
Keefe | 36.335620 , -89.442020 |
Lake Drive | 36.363120 , -89.433680 |
Madie | 36.281730 , -89.461460 |
Magnolia Beach | 36.351450 , -89.440350 |
Mooring | 36.313960 , -89.515910 |
New Markham | 36.455900 , -89.400630 |
Owl City | 36.334510 , -89.429520 |
Owl Hoot | 36.191180 , -89.533960 |
Phillippy | 36.482840 , -89.376180 |
Proctor City | 36.420620 , -89.446460 |
Ridgely | 36.261404 , -89.480206 |
Tiptonville | 36.387631 , -89.467592 |
Wright | 36.437290 , -89.418680 |
Wynnburg | 36.328680 , -89.473410 |
Notes:
- You can download geometry data for Lake 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.