Download outline map of Wolfe (geojson format) :
Wolfe.geojson (**)
Download polygon array of Wolfe map for "Google Maps" :
Wolfe.txt
Bounding Box for Wolfe Map : ( 37.619104 , -83.707974 , 37.861906 , -83.242771 )
Wikipedia ID for Wolfe : Q503438
Wikipedia SPARQL Query for Wolfe (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503438 wdt:P1082 ?population. }
OPTIONAL { wd:Q503438 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503438 wdt:P2046 ?area. }
OPTIONAL { wd:Q503438 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503438 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503438 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 Wolfe map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.619104, -83.707974, 37.861906, -83.242771);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wolfe)
[out:json];
(
rel["name"="Wolfe"][type=boundary];
rel["name:en"="Wolfe"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wolfe
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baptist | 37.731480 , -83.479070 |
Belknap | 37.721200 , -83.294070 |
Bethany | 37.650370 , -83.473520 |
Booth | 37.695920 , -83.632130 |
Burkhart | 37.706760 , -83.275180 |
Campton | 37.735287 , -83.547415 |
Daysboro | 37.793420 , -83.376010 |
Gillmore | 37.737310 , -83.369350 |
Glencairn | 37.763700 , -83.669910 |
Grannie | 37.696750 , -83.582690 |
Hazel Green | 37.799871 , -83.417317 |
Helechawa | 37.765920 , -83.339350 |
High Falls | 37.729810 , -83.583800 |
Hollonville | 37.668420 , -83.468240 |
Landsaw | 37.727590 , -83.451290 |
Lee City | 37.739260 , -83.332960 |
Lexie | 37.728980 , -83.403790 |
Lower Gillmore | 37.763980 , -83.369350 |
Malaga | 37.711750 , -83.427400 |
Mary | 37.668420 , -83.536300 |
Mullins Point | 37.693800 , -83.560270 |
Pence | 37.633980 , -83.474070 |
Pine Ridge | 37.763970 , -83.613800 |
Rogers | 37.743970 , -83.635470 |
Rose Chapel | 37.748660 , -83.401450 |
Rosefork | 37.700920 , -83.334350 |
Stillwater | 37.756480 , -83.484350 |
Toliver | 37.813700 , -83.457680 |
Torrent | 37.715920 , -83.662970 |
Trent | 37.772030 , -83.461300 |
Upper Gillmore | 37.723700 , -83.362680 |
Valeria | 37.830090 , -83.516570 |
Wolf Pen | 37.693150 , -83.291960 |
Notes:
- You can download geometry data for Wolfe 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.