Download outline map of Christian (geojson format) :
Christian.geojson (**)
Download polygon array of Christian map for "Google Maps" :
Christian.txt
Bounding Box for Christian Map : ( 36.637108 , -87.733368 , 37.159346 , -87.259371 )
Wikipedia ID for Christian : Q111709
Wikipedia SPARQL Query for Christian (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111709 wdt:P1082 ?population. }
OPTIONAL { wd:Q111709 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111709 wdt:P2046 ?area. }
OPTIONAL { wd:Q111709 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111709 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111709 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 Christian map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.637108, -87.733368, 37.159346, -87.259371);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Christian)
[out:json];
(
rel["name"="Christian"][type=boundary];
rel["name:en"="Christian"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Christian
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apex | 37.097540 , -87.341110 |
Bainbridge | 36.995600 , -87.661120 |
Barkers Mill | 36.668100 , -87.347790 |
Bennettstown | 36.695600 , -87.611400 |
Beverly | 36.756710 , -87.525570 |
Binns Mill | 36.752550 , -87.659740 |
Bluff Spring | 37.005040 , -87.314720 |
Canton Pike | 36.851260 , -87.541120 |
Carl | 36.973650 , -87.336670 |
Casky | 36.816990 , -87.432230 |
Cavanaugh | 36.992240 , -87.465120 |
Church Hill | 36.802270 , -87.572230 |
Crofton | 37.047833 , -87.484459 |
Dogwood | 36.949210 , -87.410560 |
Empire | 37.086430 , -87.497220 |
Fearsville | 36.983930 , -87.357500 |
Fidelio | 36.732820 , -87.458620 |
Fort Campbell North | 36.655501 , -87.466067 |
Fruit Hill | 37.004770 , -87.368330 |
Garrettsburg | 36.668660 , -87.542790 |
Gracey | 36.879186 , -87.663850 |
Hawkins | 37.029210 , -87.650560 |
Herndon | 36.733660 , -87.565290 |
Hopkinsville | 36.838891 , -87.478982 |
Howel | 36.699210 , -87.535570 |
Julien | 36.836710 , -87.639730 |
Kelly | 36.970600 , -87.476950 |
Kennedy | 36.648380 , -87.415010 |
LaFayette | 36.659655 , -87.658046 |
Longview | 36.760860 , -87.412290 |
Macedonia | 37.072474 , -87.663538 |
Mannington | 37.120040 , -87.487500 |
Merrittstown | 36.846440 , -87.571400 |
Newstead | 36.799210 , -87.630290 |
Oak Grove | 36.669232 , -87.422283 |
Ovil | 36.946990 , -87.288330 |
Peedee | 36.758660 , -87.665570 |
Pembroke | 36.775238 , -87.357961 |
Pennyrile Park | 37.087910 , -87.637000 |
Pleasant Green Hill | 36.929210 , -87.527230 |
Pleasant Hill | 36.907270 , -87.368610 |
Sinking Fork | 36.933660 , -87.599170 |
Stephenson | 36.704930 , -87.600000 |
Walnut Grove | 36.855790 , -87.569270 |
West Brook | 36.804770 , -87.511400 |
Notes:
- You can download geometry data for Christian 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.