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 : ( 41.423178 , -91.834185 , 41.862091 , -91.365897 )
Wikipedia ID for Johnson : Q485746
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:Q485746 wdt:P1082 ?population. }
OPTIONAL { wd:Q485746 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485746 wdt:P2046 ?area. }
OPTIONAL { wd:Q485746 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485746 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485746 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"](41.423178, -91.834185, 41.862091, -91.365897);
);
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) |
Amish | 41.535850 , -91.786560 |
Breckenridge Estates | 41.606130 , -91.461280 |
Coralville | 41.697741 , -91.598118 |
Cosgrove | 41.642790 , -91.735730 |
Cou Falls | 41.817230 , -91.672680 |
Elmira | 41.722790 , -91.424890 |
Forest View Trailer Court | 41.684740 , -91.544060 |
Frytown | 41.571949 , -91.732134 |
Hills | 41.564021 , -91.535474 |
Iowa City | 41.655861 , -91.530724 |
Lone Tree | 41.486656 , -91.426210 |
Newport | 41.738630 , -91.474060 |
North Liberty | 41.744371 , -91.614507 |
Oakdale | 41.706400 , -91.602950 |
Oasis | 41.706130 , -91.385440 |
Oxford | 41.722697 , -91.791260 |
Sharon Center | 41.569180 , -91.661280 |
Shueyville | 41.846584 , -91.652179 |
Solon | 41.806462 , -91.497429 |
Sutliff | 41.839180 , -91.391560 |
Swisher | 41.844196 , -91.693895 |
Tiffin | 41.706752 , -91.658392 |
Twin View Heights | 41.810570 , -91.573230 |
University Heights | 41.655061 , -91.558855 |
Western Hills Mobine Estates | 41.705570 , -91.630730 |
Windham | 41.608900 , -91.762120 |
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.