Download outline map of Kenton (geojson format) :
Kenton.geojson (**)
Download polygon array of Kenton map for "Google Maps" :
Kenton.txt
Bounding Box for Kenton Map : ( 38.790093 , -84.623752 , 39.099977 , -84.41744 )
Wikipedia ID for Kenton : Q498116
Wikipedia SPARQL Query for Kenton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498116 wdt:P1082 ?population. }
OPTIONAL { wd:Q498116 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498116 wdt:P2046 ?area. }
OPTIONAL { wd:Q498116 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498116 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498116 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 Kenton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.790093, -84.623752, 39.099977, -84.41744);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kenton)
[out:json];
(
rel["name"="Kenton"][type=boundary];
rel["name:en"="Kenton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kenton
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alexander | 38.823120 , -84.427990 |
| Atwood | 38.872290 , -84.538270 |
| Bank Lick | 38.909790 , -84.579670 |
| Bracht | 38.818950 , -84.588550 |
| Bromley | 39.080204 , -84.562875 |
| Covington | 39.033359 , -84.516569 |
| Crescent Park | 39.043390 , -84.574110 |
| Crescent Springs | 39.055201 , -84.578852 |
| Crestview Hills | 39.024846 , -84.569545 |
| Decoursey | 39.007840 , -84.487440 |
| Edgewood | 39.009083 , -84.560423 |
| Elsmere | 38.994921 , -84.601758 |
| Erlanger | 39.010889 , -84.586340 |
| Fairview | 38.997543 , -84.485477 |
| Fiskburg | 38.810620 , -84.506880 |
| Fort Mitchell | 39.045861 , -84.556150 |
| Fort Wright | 39.046202 , -84.536134 |
| Graceland Heights | 38.957560 , -84.463000 |
| Grant | 38.963670 , -84.451330 |
| Independence | 38.951230 , -84.549240 |
| Jacob Price Homes | 39.080000 , -84.504440 |
| Kenton Hills | 39.083950 , -84.531610 |
| Kenton Vale | 39.051413 , -84.519846 |
| Lakeside Park | 39.033955 , -84.567366 |
| Lamb | 38.956170 , -84.448000 |
| Latonia | 39.048120 , -84.508830 |
| Latonia Lakes | 38.967560 , -84.497720 |
| Latonia Terrace | 39.080000 , -84.504440 |
| Lookout Heights | 39.067280 , -84.543280 |
| Ludlow | 39.090574 , -84.549755 |
| Morning View | 38.832010 , -84.456330 |
| Nicholson | 38.905620 , -84.544110 |
| Oak Ridge | 38.968950 , -84.503830 |
| Park Hills | 39.069104 , -84.531218 |
| Piner | 38.831450 , -84.535770 |
| Pye | 38.973330 , -84.467780 |
| Rouse | 39.071953 , -84.503864 |
| Ryland | 38.938670 , -84.469110 |
| South Fort Mitchell | 39.041170 , -84.556050 |
| Springdale | 38.995900 , -84.463000 |
| Springlake | 38.995060 , -84.464940 |
| Staffordsburg | 38.913670 , -84.501050 |
| Taylor Mill | 39.009180 , -84.498767 |
| Villa Hills | 39.065567 , -84.595018 |
| Visalia | 38.916180 , -84.449110 |
| White Tower | 38.925060 , -84.513270 |
| White Villa | 38.879230 , -84.450500 |
| Winston Park | 39.041730 , -84.502440 |
Notes:
- You can download geometry data for Kenton 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.