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 : ( 35.326779 , -93.710076 , 35.768649 , -93.164452 )
Wikipedia ID for Johnson : Q61048
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:Q61048 wdt:P1082 ?population. }
OPTIONAL { wd:Q61048 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61048 wdt:P2046 ?area. }
OPTIONAL { wd:Q61048 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61048 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61048 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"](35.326779, -93.710076, 35.768649, -93.164452);
);
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) |
| Batson | 35.622300 , -93.647410 |
| Bend | 35.354250 , -93.387400 |
| Catalpa | 35.691470 , -93.526570 |
| Clarksville | 35.456700 , -93.480810 |
| Coal Hill | 35.436775 , -93.665865 |
| Dillen | 35.708140 , -93.188790 |
| Edna | 35.554810 , -93.632130 |
| Farris Springs | 35.644800 , -93.463520 |
| Fort Douglas | 35.684250 , -93.241840 |
| Friley | 35.729250 , -93.627970 |
| Garber | 35.665080 , -93.367680 |
| Garrett | 35.405640 , -93.359630 |
| Gillian Settlement | 35.631750 , -93.401850 |
| Hagarville | 35.515081 , -93.333483 |
| Harmony | 35.548140 , -93.555740 |
| Hartman | 35.434386 , -93.621192 |
| Hickory Flat | 35.648140 , -93.420460 |
| Hillcrest | 35.542580 , -93.432130 |
| Hinkle | 35.427860 , -93.583520 |
| Holman | 35.484530 , -93.311010 |
| Hoyt | 35.426470 , -93.563800 |
| Jamestown | 35.442030 , -93.462680 |
| Knoxville | 35.377732 , -93.363133 |
| Knoxville Junction | 35.408970 , -93.384630 |
| Lamar | 35.443874 , -93.394956 |
| Lone Pine | 35.553140 , -93.512960 |
| Lutherville | 35.483970 , -93.277960 |
| Martin Spring | 35.544530 , -93.436020 |
| Montana | 35.425080 , -93.544910 |
| Mount Vernon | 35.551470 , -93.430180 |
| Mount Zion | 35.560360 , -93.449910 |
| New Spadra | 35.420360 , -93.516300 |
| Oak Grove | 35.615360 , -93.692140 |
| Oark | 35.689530 , -93.572410 |
| Ozone | 35.641190 , -93.443240 |
| Piney | 35.344530 , -93.325460 |
| Rosetta | 35.708970 , -93.344620 |
| Salus | 35.730910 , -93.406010 |
| Spadra | 35.425080 , -93.493800 |
| Strawberry | 35.547860 , -93.354350 |
| Sulphur Springs | 35.477580 , -93.564080 |
| Union City | 35.487860 , -93.547960 |
| White Oak | 35.576190 , -93.676300 |
| Woodland | 35.524250 , -93.520740 |
| Yale | 35.671190 , -93.650750 |
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.