Download outline map of Lee (geojson format) :
Lee.geojson (**)
Download polygon array of Lee map for "Google Maps" :
Lee.txt
Bounding Box for Lee Map : ( 37.486821 , -83.90557 , 37.720226 , -83.522308 )
Wikipedia ID for Lee : Q491136
Wikipedia SPARQL Query for Lee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491136 wdt:P1082 ?population. }
OPTIONAL { wd:Q491136 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491136 wdt:P2046 ?area. }
OPTIONAL { wd:Q491136 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491136 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491136 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 Lee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.486821, -83.90557, 37.720226, -83.522308);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lee)
[out:json];
(
rel["name"="Lee"][type=boundary];
rel["name:en"="Lee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lee
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Airedale | 37.602590 , -83.639360 |
| Arvel | 37.518420 , -83.885200 |
| Athol | 37.552590 , -83.562690 |
| Beattyville | 37.584354 , -83.706499 |
| Belle Point | 37.562590 , -83.747970 |
| Canyon Falls | 37.576480 , -83.577410 |
| Congleton | 37.552310 , -83.716860 |
| Delvinta | 37.500920 , -83.793810 |
| Enoch | 37.543420 , -83.675470 |
| Evelyn | 37.612310 , -83.857700 |
| Fillmore | 37.604530 , -83.549630 |
| Fincastle | 37.645360 , -83.648800 |
| Fixer | 37.678140 , -83.718250 |
| Greeley | 37.676470 , -83.752970 |
| Heidelberg | 37.555360 , -83.778810 |
| Ida May | 37.521200 , -83.766310 |
| Leeco | 37.710920 , -83.694910 |
| Lower Buffalo | 37.527870 , -83.687690 |
| Maloney | 37.582590 , -83.674640 |
| Monica | 37.584250 , -83.601580 |
| Mount Olive | 37.615090 , -83.730190 |
| Pinnacle | 37.621200 , -83.817420 |
| Primrose | 37.602310 , -83.608520 |
| Proctor | 37.570090 , -83.713800 |
| Saint Helens | 37.582860 , -83.647130 |
| Standing Rock | 37.716470 , -83.706300 |
| Tallega | 37.560370 , -83.590190 |
| Vada | 37.622590 , -83.590740 |
| White Ash | 37.556480 , -83.736580 |
| Williba | 37.623140 , -83.569080 |
| Willow | 37.591200 , -83.813530 |
| Yellow Rock | 37.570920 , -83.804920 |
| Zachariah | 37.705080 , -83.683520 |
| Zoe | 37.680360 , -83.684080 |
Notes:
- You can download geometry data for Lee 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.