Download outline map of Johnson (geojson format) :
Johnson.geojson (**)
Download polygon array of Johnson map for "Google Maps" :
Johnson.txt
Bounding Box for Johnson Map : ( 37.7032 , -83.004649 , 38.000513 , -82.612393 )
Wikipedia ID for Johnson : Q498104
Wikipedia SPARQL Query for Johnson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498104 wdt:P1082 ?population. }
OPTIONAL { wd:Q498104 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498104 wdt:P2046 ?area. }
OPTIONAL { wd:Q498104 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498104 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498104 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 Johnson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.7032, -83.004649, 38.000513, -82.612393);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Johnson)
[out:json];
(
rel["name"="Johnson"][type=boundary];
rel["name:en"="Johnson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Johnson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asa | 37.767870 , -82.904050 |
Barnetts Creek | 37.827870 , -82.879610 |
Chandlerville | 37.934810 , -82.813490 |
Chestnut | 37.890090 , -82.680160 |
Collista | 37.782590 , -82.824330 |
Dawkins | 37.790370 , -82.784600 |
Denver | 37.776210 , -82.854610 |
Dobson | 37.742040 , -82.884890 |
East Point | 37.746210 , -82.790720 |
Flatgap | 37.934260 , -82.887390 |
Fuget | 37.888420 , -82.923500 |
Hagerhill | 37.786210 , -82.793490 |
Hargis | 37.841480 , -82.977110 |
Keaton | 37.985640 , -82.960170 |
Kerz | 37.916760 , -82.839610 |
Leander | 37.753150 , -82.871550 |
Manila | 37.842870 , -82.915440 |
Meally | 37.796760 , -82.739880 |
Nero | 37.748430 , -82.743490 |
Nippa | 37.865930 , -82.787380 |
Odds | 37.755650 , -82.692930 |
Offutt | 37.850090 , -82.729600 |
Oil Springs | 37.810090 , -82.942390 |
Paintsville | 37.819895 , -82.808833 |
Redbush | 37.939810 , -82.949050 |
Riceville | 37.734540 , -82.924330 |
Sip | 37.925090 , -82.827660 |
Sitka | 37.880650 , -82.838220 |
Staffordsville | 37.829820 , -82.842110 |
Swamp Branch | 37.735930 , -82.894890 |
Thealka | 37.822040 , -82.788770 |
Thelma | 37.819260 , -82.765440 |
Tutor Key | 37.844540 , -82.766830 |
Van Lear | 37.771210 , -82.757940 |
Volga | 37.871480 , -82.873220 |
West Van Lear | 37.786220 , -82.780650 |
Whitehouse | 37.873700 , -82.698770 |
Williamsport | 37.820650 , -82.729050 |
Winifred | 37.946200 , -82.854610 |
Wittensville | 37.862870 , -82.799600 |
Notes:
- You can download geometry data for Johnson 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.