Download outline map of Linn (geojson format) :
Linn.geojson (**)
Download polygon array of Linn map for "Google Maps" :
Linn.txt
Bounding Box for Linn Map : ( 41.859836 , -91.835262 , 42.299063 , -91.363263 )
Wikipedia ID for Linn : Q295361
Wikipedia SPARQL Query for Linn (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q295361 wdt:P1082 ?population. }
OPTIONAL { wd:Q295361 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q295361 wdt:P2046 ?area. }
OPTIONAL { wd:Q295361 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q295361 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q295361 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 Linn map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.859836, -91.835262, 42.299063, -91.363263);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Linn)
[out:json];
(
rel["name"="Linn"][type=boundary];
rel["name:en"="Linn"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Linn
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alburnett | 42.149301 , -91.620917 |
| Alice | 42.197490 , -91.695730 |
| Bertram | 41.951133 , -91.537640 |
| Cedar Rapids | 41.966729 , -91.678168 |
| Center Point | 42.184301 , -91.779437 |
| Central City | 42.203745 , -91.524468 |
| Coggon | 42.278306 , -91.530367 |
| Covington | 42.007220 , -91.762400 |
| Eagle Ridge Community | 42.038890 , -91.554340 |
| East Rapids | 41.960000 , -91.639350 |
| Ely | 41.875346 , -91.585038 |
| Fairfax | 41.922740 , -91.775873 |
| Grand View Village | 41.952780 , -91.744630 |
| Hiawatha | 42.051781 , -91.689856 |
| Hiawatha Oak Brook Court | 42.038890 , -91.672400 |
| Hometown-Cedar Terrace | 41.959720 , -91.749350 |
| Indian Creek | 41.964372 , -91.578812 |
| Jordans Grove | 42.155830 , -91.498500 |
| Kirkwood Estates | 41.924450 , -91.649620 |
| Lafayette | 42.146940 , -91.680180 |
| Lincolnway Village | 41.921390 , -91.665460 |
| Lindale Manor | 42.031940 , -91.626570 |
| Lisbon | 41.920532 , -91.391662 |
| Marion | 42.044365 , -91.585326 |
| Midway | 42.106110 , -91.696840 |
| Mount Vernon | 41.922976 , -91.424349 |
| New Buffalo | 42.034720 , -91.703790 |
| Palo | 42.062711 , -91.798216 |
| Paralta | 42.031390 , -91.442670 |
| Paris | 42.238600 , -91.579060 |
| Perrys Rollin' Homes Manor | 41.935560 , -91.658510 |
| Prairieburg | 42.237735 , -91.425836 |
| Robins | 42.079272 , -91.676774 |
| Rogers | 42.196660 , -91.578780 |
| Springville | 42.052954 , -91.445735 |
| Squaw Creek Village | 42.038890 , -91.546010 |
| Summit | 41.920840 , -91.631290 |
| Sunrise Mobile Court | 41.925000 , -91.675180 |
| Sunset Village | 42.045830 , -91.675180 |
| Toddville | 42.099160 , -91.716840 |
| Troy Mills | 42.289990 , -91.682390 |
| Vernon View | 41.975560 , -91.572960 |
| Viola | 42.091850 , -91.387280 |
| Walker | 42.287313 , -91.780874 |
| Waubeek | 42.165830 , -91.465170 |
| Western | 41.865280 , -91.643230 |
| Whittier | 42.094720 , -91.462670 |
Notes:
- You can download geometry data for Linn 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.