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 : ( 44.199846 , -123.260836 , 44.793076 , -121.792774 )
Wikipedia ID for Linn : Q506015
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:Q506015 wdt:P1082 ?population. }
OPTIONAL { wd:Q506015 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506015 wdt:P2046 ?area. }
OPTIONAL { wd:Q506015 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506015 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506015 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"](44.199846, -123.260836, 44.793076, -121.792774);
);
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) |
Albany | 44.627456 , -123.096712 |
Alford | 44.310368 , -123.129765 |
Berlin | 44.497900 , -122.747860 |
Boston Mills | 44.460648 , -123.081083 |
Bowers | 44.215517 , -123.061294 |
Brownsville | 44.392263 , -122.983388 |
Buckhead | 44.402943 , -122.712349 |
Calapooia | 44.327350 , -122.740640 |
Cascadia | 44.393004 , -122.502642 |
Clear Lake Resort | 44.352577 , -121.997927 |
Conser | 44.681241 , -123.078546 |
Crabtree | 44.637638 , -122.905948 |
Crawfordsville | 44.356076 , -122.864927 |
Crocus | 44.318167 , -123.060851 |
Crowfoot | 44.508180 , -122.890090 |
Fairview | 44.474850 , -122.822030 |
Fords Mill | 44.564010 , -122.722030 |
Foster | 44.410400 , -122.672310 |
Fox Valley | 44.759570 , -122.551750 |
Froman | 44.605648 , -123.070597 |
Fry | 44.560617 , -123.061611 |
Glasser | 44.516338 , -123.001728 |
Gray | 44.563938 , -123.134604 |
Greenville | 44.386790 , -122.779530 |
Halsey | 44.382891 , -123.109445 |
Harrisburg | 44.271829 , -123.165675 |
Holley | 44.348986 , -122.785581 |
Hoover | 44.714049 , -122.122328 |
Kingston | 44.783730 , -122.774250 |
Lacomb | 44.584366 , -122.741669 |
Leander | 44.640872 , -123.069062 |
Lebanon | 44.531390 , -122.907501 |
Liberty | 44.433180 , -122.791480 |
Lyons | 44.777602 , -122.609749 |
Marion Forks | 44.615400 , -121.948120 |
Mill City | 44.751901 , -122.477902 |
Millersburg | 44.677856 , -123.069147 |
Nye | 44.461965 , -122.795691 |
Orleans | 44.589489 , -123.182101 |
Page | 44.634306 , -123.106613 |
Peoria | 44.450773 , -123.204218 |
Pirtle | 44.592889 , -123.117599 |
Plainview | 44.499757 , -123.042150 |
Priceboro | 44.250978 , -123.060700 |
Roberts | 44.487076 , -122.500991 |
Rock Hill | 44.463405 , -122.932602 |
Rowland | 44.284492 , -123.060770 |
Santiam Junction | 44.429955 , -121.912811 |
Santiam Terrace | 44.442900 , -122.811200 |
Scio | 44.704514 , -122.850830 |
Shedd | 44.457955 , -123.111911 |
Shelburn | 44.735960 , -122.870650 |
Sodaville | 44.483042 , -122.869078 |
South Lebanon | 44.505579 , -122.895991 |
Sweet Home | 44.402302 , -122.702743 |
Tangent | 44.547690 , -123.110936 |
Twin Buttes | 44.360064 , -123.060940 |
Upper Soda | 44.406240 , -122.282850 |
Waterloo | 44.494682 , -122.824277 |
West Scio | 44.709831 , -122.881220 |
Whiteaker | 44.558460 , -122.873140 |
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.