Download outline map of Fleming (geojson format) :
Fleming.geojson (**)
Download polygon array of Fleming map for "Google Maps" :
Fleming.txt
Bounding Box for Fleming Map : ( 38.170963 , -83.984422 , 38.525381 , -83.45273 )
Wikipedia ID for Fleming : Q888563
Wikipedia SPARQL Query for Fleming (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q888563 wdt:P1082 ?population. }
OPTIONAL { wd:Q888563 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q888563 wdt:P2046 ?area. }
OPTIONAL { wd:Q888563 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q888563 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q888563 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 Fleming map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.170963, -83.984422, 38.525381, -83.45273);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fleming)
[out:json];
(
rel["name"="Fleming"][type=boundary];
rel["name:en"="Fleming"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fleming
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bald Hill | 38.357020 , -83.714640 |
Battle Run | 38.349800 , -83.844090 |
Beechburg | 38.446740 , -83.640190 |
Bluebank | 38.383970 , -83.654920 |
Colfax | 38.212580 , -83.634080 |
Concord | 38.314520 , -83.781030 |
Cowan | 38.407300 , -83.891870 |
Craintown | 38.387850 , -83.786030 |
Dalesburg | 38.463970 , -83.677970 |
Elizaville | 38.416747 , -83.824255 |
Ewing | 38.427754 , -83.862066 |
Fairview | 38.459520 , -83.930760 |
Flemingsburg | 38.422881 , -83.734587 |
Flemingsburg Junction | 38.458970 , -83.806870 |
Foxport | 38.474800 , -83.592410 |
Goddard | 38.362580 , -83.614640 |
Grange City | 38.244520 , -83.665190 |
Hill Top | 38.360350 , -83.839090 |
Locust | 38.299800 , -83.734360 |
Nepton | 38.435350 , -83.834090 |
Olive Branch | 38.322580 , -83.822140 |
Pleasureville | 38.478130 , -83.603530 |
Plummers Landing | 38.318970 , -83.561020 |
Plummers Mill | 38.300630 , -83.569630 |
Poplar Grove | 38.503690 , -83.677420 |
Poplar Plains | 38.360910 , -83.674360 |
Ringos Mills | 38.268417 , -83.610560 |
Ryan | 38.370080 , -83.482690 |
Sharkey | 38.230910 , -83.559910 |
Sherburne | 38.281740 , -83.802700 |
Stringtown | 38.232860 , -83.662420 |
Sunset | 38.284520 , -83.690470 |
Tilton | 38.346470 , -83.759640 |
Wallingford | 38.405080 , -83.612140 |
Notes:
- You can download geometry data for Fleming 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.