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 : ( 43.49147 , -107.371447 , 44.563981 , -106.008477 )
Wikipedia ID for Johnson : Q484268
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:Q484268 wdt:P1082 ?population. }
OPTIONAL { wd:Q484268 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484268 wdt:P2046 ?area. }
OPTIONAL { wd:Q484268 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484268 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484268 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"](43.49147, -107.371447, 44.563981, -106.008477);
);
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) |
Barnum | 43.664130 , -106.909500 |
Buffalo | 44.342592 , -106.713715 |
Hazelton | 44.096630 , -106.968950 |
Kaycee | 43.709632 , -106.637851 |
Kearny | 44.531920 , -106.816170 |
Linch | 43.606360 , -106.196130 |
Linstead Place | 43.582470 , -106.522820 |
Mayoworth | 43.831910 , -106.792000 |
Saddlestring | 44.454970 , -106.897280 |
Sussex | 43.698310 , -106.295030 |
Sussex Unit | 43.607750 , -106.201970 |
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.