From 9367907b41b95f6c5a7419c21aa7920c6b1da8e0 Mon Sep 17 00:00:00 2001 From: balladaniel <96133731+balladaniel@users.noreply.github.com> Date: Fri, 3 Nov 2023 21:08:13 +0100 Subject: [PATCH] Polygons fillOpacity support (synced with legend) - `style`: `fillOpacity` now works for polygons mode, like expected - `fillOpacity` (L.Path option, between 0 and 1) of polygons is now synced both to map features and legend to keep symbols true-to-map. Default is 0.7 in contrast to L.Path default of 0.2 (since we are creating a thematic map here and with polygons we currently only have fill color to operate with and distinguish, the color should be clearly distinguishable). - css: `i` elements of class `legend` no longer define opacity (to allow usage and to reflect `fillOpacity`, see previous point). - fixed sorting of manually defined class boundaries in manual classification mode - updated documentation - examples: -- all: swapped the now-defunct URL of public Stamen Toner tiles with CARTO Dark, CARTO Voyager and CARTO Positron - great background maps for overlaid thematic data. -- all: made layerControl uncollapsed by default. -- lines_c dataset: compressed geojson even more to save space/bandwidth and make loading faster --- README.md | 5 + examples/combined.html | 26 +- examples/data/lines_c_wsdot_aadt.geojson | 9760 +++++++++++----------- examples/lines_c.html | 39 +- examples/lines_w.html | 37 +- examples/points_c.html | 27 +- examples/points_s.html | 27 +- examples/polygons.html | 29 +- leaflet-dataclassification.css | 1 - leaflet-dataclassification.js | 21 +- 10 files changed, 5047 insertions(+), 4925 deletions(-) diff --git a/README.md b/README.md index b1e4bbe..e9805fb 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ const layer = L.dataClassification(data, { fillColor: 'purple', // marker fill color in point/size mode color: '#aabbcc', // line stroke color in line/width mode weight: 5, // line stroke weight in line/color mode + fillOpacity: 0.7, // polygon fill opacity in polygon mode } }.addTo(map); ``` @@ -109,6 +110,10 @@ const layer = L.dataClassification(data, { - `style `: custom styling - `color `: line stroke color, use only in width mode (default: blue, the L.path default) - `weight `: line stroke weight, use only in color mode (default: 3, the L.path default) +#### Specific for Polygon features +- `style `: custom styling + - `fillOpacity `: polygon fill opacity, use only polygon mode (default: 0.7) + #### General options - `colorRamp `: color ramp to use for symbology. Based on ColorBrewer2 color ramps (https://colorbrewer2.org/), included in Chroma.js. Custom colors (`colorCustom`) override this. (default: 'PuRd') - `colorCustom >`: custom color ramp defined as an array, colors in formats supported by Chroma.js, with opacity support. A minimum of two colors are required. If defined, custom colors override `colorRamp`. Example: ['rgba(210,255,178,1)', '#fec44f', 'f95f0eff']. Examples for yellow in different color formats: '#ffff00', 'ffff00', '#ff0', 'yellow', '#ffff0055', 'rgba(255,255,0,0.35)', 'hsla(58,100%,50%,0.6)', chroma('yellow').alpha(0.5). For more formats, see: https://gka.github.io/chroma.js/. For an interactive color palette helper, see: https://gka.github.io/palettes/. diff --git a/examples/combined.html b/examples/combined.html index 5e136e5..fb1aa44 100644 --- a/examples/combined.html +++ b/examples/combined.html @@ -47,19 +47,37 @@ var OSM = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }); - var stamen_toner = L.tileLayer('https://stamen-tiles.a.ssl.fastly.net/toner/{z}/{x}/{y}.png', { - attribution: 'Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL.' + var carto_attrib = '© OpenStreetMap, © CARTO' + var cartodb_dark = L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}' + (L.Browser.retina ? '@2x.png' : '.png'), { + attribution: carto_attrib, + subdomains: 'abcd', + maxZoom: 20, + minZoom: 0 + }); + var cartodb_voyager = L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}' + (L.Browser.retina ? '@2x.png' : '.png'), { + attribution: carto_attrib, + subdomains: 'abcd', + maxZoom: 20, + minZoom: 0 + }); + var cartodb_positron = L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}' + (L.Browser.retina ? '@2x.png' : '.png'), { + attribution: carto_attrib, + subdomains: 'abcd', + maxZoom: 20, + minZoom: 0 }); var baseMaps = { "OpenStreetMap": OSM, - "Stamen Toner": stamen_toner + "CARTO Dark": cartodb_dark, + "CARTO Voyager": cartodb_voyager, + "CARTO Positron": cartodb_positron }; // map div object, main Leaflet object: var map = L.map('map', {layers: [OSM]}).setView([0,0], 3); map.attributionControl.setPrefix('Leaflet ' + L.version + ''); map.createPane('front'); map.getPane('front').style.zIndex = 450; - var layerControl = L.control.layers(baseMaps).addTo(map); + var layerControl = L.control.layers(baseMaps, null, {collapsed: false}).addTo(map); // Point features example. Attribute to test with: 'population' fetch('data/us-state-capitals.geojson').then(r => r.json()).then(d => { diff --git a/examples/data/lines_c_wsdot_aadt.geojson b/examples/data/lines_c_wsdot_aadt.geojson index 1d4a16e..b425e2c 100644 --- a/examples/data/lines_c_wsdot_aadt.geojson +++ b/examples/data/lines_c_wsdot_aadt.geojson @@ -1,4886 +1,4886 @@ { "type": "FeatureCollection", -"name": "lines_c_wsdot_aadtnew", +"name": "lines_c_wsdot_aadt2", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "type": "Feature", "properties": { "OBJECTID": 1, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.192223719347979, 47.377314531136356 ], [ -120.164316255591999, 47.372669644635835 ], [ -120.140301766578034, 47.371384494360115 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320922755560417, 45.572154233480497 ], [ -122.310460012935096, 45.570857760960337 ], [ -122.299495120036738, 45.571607305035023 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 165000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322306957251925, 47.68383522198549 ], [ -122.326048339696953, 47.686792380202604 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.267351222125058, 47.200733364148022 ], [ -122.260420207385678, 47.201217628385209 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 5, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.483209007842291, 47.383636742560284 ], [ -119.483231612755205, 47.388480686219104 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 6, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294008676353599, 47.224909226254432 ], [ -122.293850202966212, 47.250048111478741 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 7, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.289772822992035, 47.125491757535784 ], [ -119.281561717607588, 47.129753712609542 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 8, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.355593639767761, 47.858945272300836 ], [ -117.357711271821259, 47.881424466237689 ], [ -117.353977187566798, 47.888613728858552 ], [ -117.352326864701283, 47.896195442520231 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 9, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.875264102321438, 46.547352524130723 ], [ -122.86505125455794, 46.546566766459328 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 10, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "119", "AADT": 830 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.210562271209099, 47.455407284783256 ], [ -123.212746255559153, 47.457686866298452 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 11, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.06876299066785, 46.322615092810992 ], [ -120.058538661758959, 46.31911823506816 ], [ -120.044029663556515, 46.307549762234913 ], [ -120.028516892580512, 46.305963005949373 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 12, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.221912289116034, 47.627055724266107 ], [ -120.208426750699743, 47.626561325741768 ], [ -120.195055141788075, 47.63275447889567 ], [ -120.180985770224851, 47.631345066384476 ], [ -120.178248192963608, 47.633692451775389 ], [ -120.168311613493316, 47.636352104261704 ], [ -120.156525701053667, 47.647393729818518 ], [ -120.147986288783429, 47.650382479455381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 13, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.119313093932945, 48.053547427439412 ], [ -122.110917332040444, 48.053411820958438 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 14, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.300591393799579, 47.47657443446311 ], [ -120.301038746965759, 47.483468979283948 ], [ -120.297420405157482, 47.489257846574269 ], [ -120.297315236632699, 47.500657867497829 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 15, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.108461782353658, 47.873871282407016 ], [ -120.101900800214622, 47.864808362944281 ], [ -120.090873394628318, 47.864928265448803 ], [ -120.079000592875218, 47.860234072945005 ], [ -120.07210048764847, 47.859499394957524 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 16, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.089465752781024, 46.273488750573748 ], [ -119.093418599905561, 46.285167135614891 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 17, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.221756869375824, 47.194537858044001 ], [ -122.212761855998593, 47.197026639564619 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 18, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 174000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.179914892653457, 47.598495893939472 ], [ -122.186231877463953, 47.605889870867266 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 19, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.521750167433325, 48.405112934158602 ], [ -119.52135203607898, 48.403879184524428 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 20, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.126591027258371, 47.200112170052023 ], [ -123.113997849840985, 47.190065632572235 ], [ -123.101805642116261, 47.183774694476952 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 21, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "970", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.835010601043948, 47.181362192919728 ], [ -120.808162567324601, 47.192916129971955 ], [ -120.773068226510745, 47.195996988569362 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 22, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.332564168801383, 48.814594281498508 ], [ -122.327035237965333, 48.818184803496386 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 23, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.304573455492218, 47.649044063259971 ], [ -122.303613538269246, 47.651571254917883 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 24, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.588493994521301, 46.64781366091885 ], [ -118.562799807471848, 46.642660908917101 ], [ -118.55651189809879, 46.643553017272026 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 25, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.920256300739069, 47.873118329495149 ], [ -119.916871677755637, 47.883019584802966 ], [ -119.916679898898863, 47.893082879106096 ], [ -119.918530101578241, 47.900846996111021 ], [ -119.917568810471096, 47.90423473522533 ], [ -119.904012610028715, 47.915897636409198 ], [ -119.888689271041017, 47.925649691973341 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 26, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.318197500491777, 47.817590762140789 ], [ -122.315085552775244, 47.821191790109552 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 27, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.83393390280925, 47.400546358097692 ], [ -117.79379915592294, 47.433132785765764 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 28, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.39206777013554, 47.652857061252121 ], [ -117.393026425650532, 47.653601207258632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 29, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.461690018404454, 48.004296339196486 ], [ -122.467687577307018, 48.007905190822051 ], [ -122.487113583101333, 48.006580494489405 ], [ -122.51001075153205, 48.009409685025958 ], [ -122.524900684909596, 48.007568281441444 ], [ -122.531073694954301, 48.008536006885137 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 30, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.278980462567219, 47.867386824966182 ], [ -122.275636924416986, 47.870880789445572 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 31, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504SPOLD504", "AADT": 60 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.575630911805035, 46.3701554294015 ], [ -122.569229045612929, 46.36532026867819 ], [ -122.560989582694134, 46.364713247214269 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 32, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 149000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.326048339696953, 47.686792380202604 ], [ -122.328659201773689, 47.689581779174681 ], [ -122.329071639952772, 47.694314524161229 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 33, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.471071659095443, 47.273753970123387 ], [ -119.482644780882225, 47.323211318192328 ], [ -119.475641186865204, 47.350967510902336 ], [ -119.479148192712955, 47.369122823738927 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 34, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.688240011346679, 47.669276652562658 ], [ -122.690070823225412, 47.674254571265273 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 35, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.377330564171004, 48.515561334940195 ], [ -122.378643621504423, 48.516946430203888 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 36, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.481714559380478, 47.750308894408505 ], [ -118.47702242683981, 47.746603157841982 ], [ -118.471127526877652, 47.734484790777842 ], [ -118.393644979941811, 47.693283721826575 ], [ -118.379296251038639, 47.684642383977099 ], [ -118.368811605362836, 47.674055004749064 ], [ -118.351775720762376, 47.664301538459107 ], [ -118.344264443177352, 47.657344700627043 ], [ -118.31652612741803, 47.644866918620458 ], [ -118.304429751040303, 47.642872268680179 ], [ -118.218613867471902, 47.642666549265094 ], [ -118.178870895562781, 47.650335905840357 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 37, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.016235900133225, 47.207421101243064 ], [ -121.995198520549152, 47.206573122706608 ], [ -121.988874057871357, 47.203160202350794 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 38, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "110", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.529993278097081, 47.915069702489731 ], [ -124.534428898496259, 47.912791220159107 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 39, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.804266783815052, 47.467763599800641 ], [ -122.792203240640546, 47.476414011030108 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 40, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.461123397168762, 47.228506375141819 ], [ -122.46060985995355, 47.229752092883693 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 41, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.111187692696873, 48.071848028443874 ], [ -122.111652555788723, 48.09188001229144 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 42, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.628642300885431, 48.325690040966066 ], [ -122.630334446513515, 48.333741685322437 ], [ -122.626067163505553, 48.340201578788339 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 43, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.231149710072117, 47.12206965021872 ], [ -117.235609285960891, 47.12473395416378 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 44, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "706", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.030912055402951, 46.758700120288552 ], [ -122.02240691769795, 46.756926072884575 ], [ -121.981410569529501, 46.757281391199705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 45, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.41354495940503, 48.721379622234544 ], [ -117.413577184851874, 48.728581825814985 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 46, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.405978251116593, 47.800166096121806 ], [ -117.405595090673245, 47.807218641062661 ], [ -117.407463921186789, 47.812350919530935 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 47, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.336563296786665, 47.245039798077158 ], [ -122.335094708732271, 47.24738214061945 ], [ -122.335377560157752, 47.251222220435409 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 48, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "705", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.436113822029057, 47.253493359330506 ], [ -122.436367945246346, 47.254444550603417 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 49, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.09334686280873, 46.199133631614664 ], [ -119.101223870771975, 46.205201664175085 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 50, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.191148354310002, 47.518341588712083 ], [ -117.1974475198341, 47.52270023314631 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 51, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.736102562352613, 46.69370721474008 ], [ -123.739710289825382, 46.701289613829637 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 52, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295958375437991, 47.450660091724941 ], [ -122.291617161363689, 47.45968625689018 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 53, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239711879520016, 47.670702168370823 ], [ -117.239631880802463, 47.67167271211995 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 54, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.393374497703164, 46.415054976581132 ], [ -120.395949240886893, 46.416943327673245 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 55, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 960 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.673496635204586, 46.361284465605578 ], [ -122.650489049049554, 46.355739991789513 ], [ -122.647195492890162, 46.356810688005709 ], [ -122.638293748726824, 46.365495374885668 ], [ -122.630283081790694, 46.366746469071416 ], [ -122.620045942243252, 46.371824077321392 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 56, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.27657408763055, 47.873402992111167 ], [ -122.277773723574683, 47.87948156399893 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 57, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.214302369585027, 46.411735887214959 ], [ -117.206095914489637, 46.415109425634768 ], [ -117.192412938569788, 46.412266018234185 ], [ -117.18484150965719, 46.412670146356568 ], [ -117.16343284335214, 46.424063508751921 ], [ -117.14386809311452, 46.427801338253857 ], [ -117.136150176812535, 46.426981866567886 ], [ -117.117139401227845, 46.420214355574764 ], [ -117.094887243043743, 46.414959281005899 ], [ -117.087460968507656, 46.415300358643378 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 58, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.633422151264071, 45.618498071939001 ], [ -122.626679802667098, 45.618488744597201 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 59, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "506", "AADT": 530 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.043603345624362, 46.377894367465366 ], [ -123.04329417909716, 46.384171084987052 ], [ -123.038378164909645, 46.391815701675952 ], [ -123.036809172092873, 46.397406746601291 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 60, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.025068951943808, 47.836084543937304 ], [ -120.02398853280836, 47.836037192991313 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 61, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.549949749551175, 45.780646633722711 ], [ -122.547565688958898, 45.780716946894245 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 62, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.824044350022518, 47.452724593507646 ], [ -122.820154302928415, 47.454597961809377 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 63, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.483208834435601, 47.383543517484064 ], [ -119.483209007842291, 47.383636742560284 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 64, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.234636542942198, 48.316921300705445 ], [ -122.236663287148815, 48.320467722722562 ], [ -122.232181534412163, 48.320476360045021 ], [ -122.232630259868259, 48.323549741715937 ], [ -122.225282577620305, 48.325052319194391 ], [ -122.209136645138571, 48.333136028735836 ], [ -122.206113495845571, 48.343977781945227 ], [ -122.203104660020983, 48.34767870028108 ], [ -122.203746491324438, 48.35768824752077 ], [ -122.206725611403499, 48.364264592081604 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 65, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.531073694954301, 48.008536006885137 ], [ -122.533987290904705, 48.009762296313838 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 66, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 980 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.054738688154529, 46.925380803479548 ], [ -117.04704623030851, 46.926633707602619 ], [ -117.03951443817482, 46.93029311840462 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 67, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.734713566234888, 46.354353747357393 ], [ -123.724945150280746, 46.35352382765037 ], [ -123.715759012224339, 46.348975076173701 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 68, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.668659839823192, 47.120025059958749 ], [ -120.683793719671186, 47.129337028806965 ], [ -120.691804202037289, 47.144542473170894 ], [ -120.705134177380927, 47.162971462442904 ], [ -120.702317791726088, 47.175453351060753 ], [ -120.706779688078768, 47.184097401153082 ], [ -120.708024373647717, 47.203648771272704 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 69, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 178000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295819424335036, 47.353032929860134 ], [ -122.294634377800662, 47.364358862474674 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 70, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.61779313364066, 47.366051473328959 ], [ -122.619001481035255, 47.370234832858323 ], [ -122.615788901060412, 47.37836305841315 ], [ -122.615669929808391, 47.386750696929987 ], [ -122.617464195747246, 47.392078629571387 ], [ -122.624274168019326, 47.402053757692642 ], [ -122.624470826972072, 47.411186267430338 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 71, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.532580146732926, 47.781804865460771 ], [ -117.529342312137786, 47.783792481486373 ], [ -117.52723722777624, 47.787643536327437 ], [ -117.528742141361334, 47.791147401305217 ], [ -117.53544674421417, 47.79789754693239 ], [ -117.553635220147186, 47.804383882400352 ], [ -117.555355985204329, 47.810423842300615 ], [ -117.569240094324471, 47.81250649070239 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 72, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.042441887085005, 48.184010170534492 ], [ -117.039537514250426, 48.183976228367946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 73, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.090539888787958, 46.821737349712812 ], [ -123.079868423564506, 46.821653225922496 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 74, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.27152855438456, 48.974869667170651 ], [ -122.265005071246051, 48.992731807074072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 75, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.337091754548837, 47.465744417402853 ], [ -120.33842198737949, 47.467139071801384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 76, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184467597802339, 48.05846157867402 ], [ -122.184768822325424, 48.068137954149151 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 77, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.103034504160036, 47.677801453030987 ], [ -117.086477316159332, 47.68142795483935 ], [ -117.054226041329613, 47.693974327289453 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 78, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.63415273899092, 47.090309300768837 ], [ -122.630563411721425, 47.091197464065516 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 79, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.003362521814708, 47.96392350836647 ], [ -118.999850793349211, 47.959793347837163 ], [ -119.001624621517948, 47.956002034889899 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 80, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.417186310737975, 48.112326338502129 ], [ -123.404306887019075, 48.107133159610619 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 81, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.706629013196178, 47.524789163060554 ], [ -122.697432892588267, 47.529005529685072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 82, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293022339546511, 47.136469010657294 ], [ -122.292969383120138, 47.140242369564454 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 83, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.185861118018124, 47.979473196513695 ], [ -122.169776680064388, 47.978234071819351 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 84, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.201057805614894, 47.810066305900001 ], [ -122.19844959209189, 47.811941436890173 ], [ -122.19432847074394, 47.811612660151496 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 85, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.025824951072849, 46.176693428290584 ], [ -123.028940759748423, 46.171489537915917 ], [ -123.028156893612504, 46.168919816099148 ], [ -123.030904994675055, 46.166101142440489 ], [ -123.030464217778203, 46.164537028919248 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 86, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.165591829350404, 47.072370260823639 ], [ -124.173877287938637, 47.112127049428686 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 87, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174SPCRWNPT", "AADT": 190 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.003362521814708, 47.96392350836647 ], [ -119.002437448227852, 47.96539550610629 ], [ -119.003873404017, 47.969277006688181 ], [ -119.001841752606694, 47.971424576418947 ], [ -118.9909907452396, 47.970566764703833 ], [ -118.985861359957894, 47.971681473119922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 88, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.225707636725502, 48.510474068648989 ], [ -122.225554844088478, 48.514186971310004 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 89, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.126263012849421, 46.601831522883714 ], [ -123.12245663008332, 46.604060909254535 ], [ -123.117064410265769, 46.611312792037154 ], [ -123.110721430470548, 46.61334059803044 ], [ -123.108552464856999, 46.616794436997367 ], [ -123.098764766844738, 46.622062249993469 ], [ -123.098433387555261, 46.625438795951709 ], [ -123.096605699183939, 46.626868397470474 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 90, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "108", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.266288957344614, 47.055615832988906 ], [ -123.265225939079571, 47.055633962371168 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 91, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.061492395494582, 46.864288916543174 ], [ -124.052113318671204, 46.871082552146568 ], [ -124.046541648168244, 46.890182962423609 ], [ -124.043936600337389, 46.89239827232344 ], [ -124.004059124289711, 46.89213538926748 ], [ -124.001706371704174, 46.89378289381964 ], [ -123.998103930479928, 46.902257738693436 ], [ -123.989075550913171, 46.909877978157965 ], [ -123.936557714772746, 46.923049402210189 ], [ -123.919783106274224, 46.931113491018749 ], [ -123.867328931162362, 46.943355618276193 ], [ -123.84801546252389, 46.943570224504512 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 92, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.196910228602448, 47.502690023439506 ], [ -122.194984523487079, 47.502141777624381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 93, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.753449416128561, 45.92364517261958 ], [ -122.760492617948188, 45.933145426352688 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 94, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.55044013296687, 46.534454282562145 ], [ -122.544381660970359, 46.536062429132414 ], [ -122.535043784125193, 46.532295980672977 ], [ -122.517031573452428, 46.533035016474493 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 95, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.288664435201866, 48.843341019908195 ], [ -122.277685793465352, 48.843534593266547 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 96, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515949266148908, 47.25716238665904 ], [ -122.515950787635745, 47.258434649077316 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 97, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.707817696876702, 48.197965596273228 ], [ -117.71431759270412, 48.204550895041912 ], [ -117.715379481665138, 48.208231873559868 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 98, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329077402420864, 47.594248364729069 ], [ -122.329750574543013, 47.593274379128658 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 99, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.501812683373373, 45.893398658467042 ], [ -122.485462068187687, 45.893389496427062 ], [ -122.476994739924535, 45.896203293313455 ], [ -122.452542000702607, 45.895541165722186 ], [ -122.450536459932479, 45.897367602771688 ], [ -122.452217382129476, 45.900236338596088 ], [ -122.451970973153209, 45.905929542325708 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 100, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "108", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.28643678523602, 47.054106290057639 ], [ -123.286645904332431, 47.055729321193489 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 101, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.885750729186512, 46.583809204693047 ], [ -122.883861749931782, 46.583840508365682 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 102, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 130 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.547381968959982, 46.780265899145554 ], [ -118.547342209975255, 46.794839538983908 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 103, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.092913658682491, 48.072756383532884 ], [ -123.076828150678978, 48.070372323499619 ], [ -123.060210817507041, 48.064407704342514 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 104, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.405550858357955, 45.590604158606389 ], [ -122.400125516580204, 45.586998701920038 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 105, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.815376949231307, 45.697928946286979 ], [ -120.823628238111851, 45.696374883542788 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 106, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 310 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.688932753166384, 47.338112147781402 ], [ -118.688813137270657, 47.340531417897644 ], [ -118.699514273614042, 47.356361848063649 ], [ -118.699124298942735, 47.370913265257755 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 107, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.704906039106845, 48.27820378985669 ], [ -119.668308598781493, 48.294872498127972 ], [ -119.656679761844714, 48.297137241925924 ], [ -119.626284036040872, 48.308193219153615 ], [ -119.606992276164306, 48.319713315717536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 108, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.959008749029678, 47.232263906223032 ], [ -123.945454993409243, 47.236177875443957 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 109, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.65786970030608, 48.287180504066988 ], [ -122.657856322524367, 48.288349140294216 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 110, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.51788674157271, 47.8084398669085 ], [ -122.503673288630921, 47.802746125224886 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 111, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 125000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.662273975720296, 45.635954176916449 ], [ -122.661703215060427, 45.643383049066486 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 112, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.914456217414624, 46.320216529742048 ], [ -122.909597880582311, 46.328237141460583 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 113, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.783418362412093, 47.441020789186851 ], [ -117.694733022356161, 47.501473804993175 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 114, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 145000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434938931782213, 47.232786222342078 ], [ -122.423149831117357, 47.23621727098643 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 115, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335142695197547, 48.421566968015526 ], [ -122.341055291679638, 48.43131101356753 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 116, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.889966995552712, 47.507262302989382 ], [ -121.864239590442082, 47.511184175860521 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 117, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.956054795887653, 47.924618672877422 ], [ -118.94995672647363, 47.923152436749774 ], [ -118.946274939121139, 47.91744179206934 ], [ -118.942272354626056, 47.916813951107422 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 118, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.853529322095341, 47.119197753919423 ], [ -119.853528771160114, 47.132225026481215 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 119, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.037645272738288, 47.241057134757689 ], [ -121.046585282724578, 47.24428526420045 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 120, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.385169842828418, 47.441644864707314 ], [ -117.384646521944973, 47.448870130521335 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 121, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.039123163694967, 46.420256329616308 ], [ -117.038967760696124, 46.42026791714202 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 122, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.302587343141411, 47.46860656657833 ], [ -120.299797941243469, 47.468286093701025 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 123, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.766324464905921, 47.494235084899096 ], [ -122.735008518743328, 47.51573817718068 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 124, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.400432161080303, 45.996368779395226 ], [ -122.409138269347153, 45.99544841590928 ], [ -122.416023356647599, 45.992584303351443 ], [ -122.42404623516012, 45.983157559360464 ], [ -122.426422438173688, 45.985088617767779 ], [ -122.433959858547254, 45.984818595587072 ], [ -122.438996997358331, 45.986667995724112 ], [ -122.440978186537691, 45.989273873272765 ], [ -122.453164863331111, 45.991390950142367 ], [ -122.460939695160945, 45.995267839823867 ], [ -122.503479943070957, 45.998358346412097 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 125, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.047517464933605, 46.474461423101133 ], [ -117.050176045476903, 46.475581515150893 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 126, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.402833022504353, 47.111088331624536 ], [ -118.37964433292251, 47.111774724144929 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 127, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "278", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.110010888507134, 47.442593633282485 ], [ -117.095101639068915, 47.438249807503624 ], [ -117.086875233335363, 47.439208334616723 ], [ -117.077973130203574, 47.442965310973456 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 128, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.302305689836018, 46.267676536926885 ], [ -119.290587377326574, 46.261144368731706 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 129, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524SP3RDAVE", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.381586321252513, 47.803271641928539 ], [ -122.383255782716816, 47.803414461549039 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 130, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.151498588594322, 47.506257013146595 ], [ -122.147504509101196, 47.503941278258928 ], [ -122.142984832853386, 47.505758847936413 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 131, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.009562583698369, 47.055818616157204 ], [ -123.00653162213915, 47.055212302670199 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 132, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 102000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.284486184781684, 47.298220875807594 ], [ -122.27217307216614, 47.303962201325717 ], [ -122.25635796863007, 47.302806556709534 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 133, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.630503667985778, 48.080995458995098 ], [ -117.658510304915069, 48.140280132275386 ], [ -117.663147383866772, 48.142935798929031 ], [ -117.686063092901207, 48.148122845001176 ], [ -117.695800237790806, 48.162665376316625 ], [ -117.70370533155895, 48.170736681492656 ], [ -117.704087641002744, 48.173854097109732 ], [ -117.699935431220595, 48.180523325355303 ], [ -117.700516388798391, 48.188995432859386 ], [ -117.707817696876702, 48.197965596273228 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 134, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.343595607444556, 47.624654211598944 ], [ -122.343617639483142, 47.625224852335634 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 135, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "278", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.127300859608056, 47.445462850078812 ], [ -117.110010888507134, 47.442593633282485 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 136, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302SPPURDY", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.625772112200067, 47.400002299698215 ], [ -122.62425248972913, 47.402892308992328 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 137, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.566690726764335, 48.114021331982407 ], [ -123.564202078079504, 48.111900921947161 ], [ -123.561617171011179, 48.103068411769208 ], [ -123.553750953830303, 48.099661530176533 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 138, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.68491425446642, 46.041502158745878 ], [ -118.669240505165476, 46.040335022751911 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 139, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.213780260262439, 47.994220742460655 ], [ -122.213863515922085, 47.998943614369679 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 140, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.745782143592393, 46.682825318719757 ], [ -123.741546439628394, 46.680363811393583 ], [ -123.736798022120709, 46.680552573537561 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 141, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.056355265635048, 47.915376585163486 ], [ -119.046084539832478, 47.927693317350879 ], [ -119.038000225852642, 47.932554457537833 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 142, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.083420540977926, 46.240239538926794 ], [ -119.085460559456223, 46.24526065802857 ], [ -119.082356505554074, 46.248275294261312 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 143, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.137590950494001, 48.91714328019669 ], [ -122.132246497669541, 48.917315639828473 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 144, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.841560284144833, 47.410924863988264 ], [ -122.845516085278604, 47.41553547502108 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 145, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.39393061128267, 48.286981512220606 ], [ -124.378678051582398, 48.283761432674822 ], [ -124.366959942091952, 48.277166119985729 ], [ -124.361838187774268, 48.277448061403632 ], [ -124.353514931820925, 48.27142962056881 ], [ -124.348789402522115, 48.270258328778169 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 146, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434052037320427, 47.223093094211272 ], [ -122.425077764789449, 47.223082438877903 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 147, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.11374942570491, 47.805010633198165 ], [ -122.111869904296782, 47.804901068732335 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 148, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109COHQUIAM", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.888386398543716, 46.980177755295294 ], [ -123.887405132312722, 46.979481806230034 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 149, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524SP3RDAVE", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.380257938571859, 47.804112395979317 ], [ -122.381586321252513, 47.803271641928539 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 150, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.027710127448245, 47.847421361085487 ], [ -120.024069556906184, 47.846079061023019 ], [ -120.023666192504294, 47.842438219465308 ], [ -120.020261139341699, 47.841391245214005 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 151, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "546", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485215379081765, 48.964238869100988 ], [ -122.474404846877775, 48.964420136492905 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 152, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "705", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.435645795131947, 47.249449369781338 ], [ -122.436113822029057, 47.253493359330506 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 153, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485687149173714, 48.869537093873234 ], [ -122.485654962262757, 48.869841039917702 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 154, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.762299791332367, 46.319643210040248 ], [ -122.732310652740864, 46.324533827812239 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 155, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.86401377683363, 47.233227695860279 ], [ -119.858794341607052, 47.23333425217362 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 156, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.777027675878315, 48.649473502958166 ], [ -118.744129724027147, 48.649555525145033 ], [ -118.739118173736614, 48.64762568875765 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 157, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.982341791615625, 47.812780129060144 ], [ -121.981208999824119, 47.816344835758642 ], [ -121.970995858950502, 47.825964364247561 ], [ -121.969447341638769, 47.843075742818243 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 158, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 167000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.176695557563619, 47.572470087210498 ], [ -122.174140027047429, 47.577836386162751 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 159, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 170000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.22689644449872, 47.886791904888057 ], [ -122.215924349114729, 47.895325602904492 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 160, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.059029397986464, 47.142195626751828 ], [ -122.056456644124424, 47.140510482483613 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 161, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.927290380026619, 47.057205959632142 ], [ -123.928703781494235, 47.06015249565661 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 162, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.22809033223713, 47.90832473573397 ], [ -122.22332889192856, 47.909586154781678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 163, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.410533367945575, 47.412298435042622 ], [ -121.404639862978968, 47.406690249519194 ], [ -121.403716048245286, 47.401719867437457 ], [ -121.400290715290367, 47.399395735542363 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 164, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.965613591138677, 47.858227984977127 ], [ -121.96381479743529, 47.857816596754411 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 165, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.63402848940936, 45.646260244160189 ], [ -122.61637059411639, 45.647869762177308 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 166, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.733903088492028, 45.918773383186227 ], [ -122.74048874821095, 45.917100647554363 ], [ -122.741223238003172, 45.91318085704507 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 167, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.351379696163846, 45.9446481587362 ], [ -119.342334397120467, 45.943949101123351 ], [ -119.335004473778099, 45.945528959158217 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 168, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.902252550976954, 46.981045286821768 ], [ -123.906271557827452, 46.981082315378899 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 169, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.021535225858059, 46.317579506547332 ], [ -124.028653442785611, 46.311088406044476 ], [ -124.034284470911814, 46.308872581094761 ], [ -124.041518516239478, 46.308852550618973 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 170, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "108", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.275437230054749, 47.055580731265728 ], [ -123.266288957344614, 47.055615832988906 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 171, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 109000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.243988081258109, 47.374066723813563 ], [ -122.244249076261283, 47.385615921818832 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 172, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.317486779454441, 48.435666194218371 ], [ -122.313390933948682, 48.435618260493136 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 173, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.192247660363137, 47.981798910006781 ], [ -122.199993321011092, 47.981876614419505 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 174, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.407075136627995, 47.103309537394559 ], [ -118.402897936618643, 47.106361443909691 ], [ -118.387781275149493, 47.110491946272738 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 175, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.440005912049386, 48.70237954234566 ], [ -119.430266589787436, 48.698135756164731 ], [ -119.426859909005302, 48.693390258736848 ], [ -119.418660973430377, 48.688434635563311 ], [ -119.409629243473859, 48.687499557400905 ], [ -119.384357182354492, 48.680137956737589 ], [ -119.371590119966427, 48.674313550044289 ], [ -119.358757809559023, 48.672532730760103 ], [ -119.346615263511907, 48.663656319344646 ], [ -119.330317322084994, 48.658599065685074 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 176, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "127", "AADT": 850 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.793103767673472, 46.617894856953619 ], [ -117.800843660762524, 46.628956166006581 ], [ -117.811560010852091, 46.637963407884094 ], [ -117.806772147084658, 46.65035874179808 ], [ -117.806327964938717, 46.655361975731822 ], [ -117.798836452278053, 46.661950696648105 ], [ -117.798321866151468, 46.666107956736447 ], [ -117.803703416376649, 46.670057836224046 ], [ -117.814464473047579, 46.672714758257925 ], [ -117.815411481524649, 46.674801463296809 ], [ -117.810595836442559, 46.677247283377262 ], [ -117.809569605521659, 46.68040737169661 ], [ -117.803500151297172, 46.686340527578075 ], [ -117.793994109075911, 46.689334232994355 ], [ -117.783988535113693, 46.709214833771476 ], [ -117.773890759685912, 46.715222498330178 ], [ -117.768914155641284, 46.72026872720074 ], [ -117.76764918232081, 46.723735508140841 ], [ -117.756669331202843, 46.731815517198349 ], [ -117.753318956782394, 46.736170366510883 ], [ -117.745327867309399, 46.737417819980003 ], [ -117.734736077430583, 46.736715705658909 ], [ -117.731263435898711, 46.738060964399303 ], [ -117.729428262572867, 46.748608410408842 ], [ -117.715882879587369, 46.758320791432794 ], [ -117.710793693051883, 46.766823725915287 ], [ -117.704325545197435, 46.773822606667203 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 177, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 129000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.846634514433646, 47.043298773060165 ], [ -122.832270050292877, 47.045933568665006 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 178, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.233798993857107, 47.191531117499686 ], [ -122.221756869375824, 47.194537858044001 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 179, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.765114033063782, 47.062950441089093 ], [ -122.764871137368914, 47.061291889259678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 180, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.825374536081227, 46.709170275044912 ], [ -123.826846179580684, 46.714727026031774 ], [ -123.831119692543183, 46.719886879675478 ], [ -123.838294015155682, 46.721632302833022 ], [ -123.846375425997607, 46.719762030022174 ], [ -123.849776559789689, 46.72454639527011 ], [ -123.857390329705581, 46.729496636502063 ], [ -123.871501252267791, 46.729243961764865 ], [ -123.875915206987685, 46.730765535147917 ], [ -123.884515218575501, 46.743609254684642 ], [ -123.884181242490854, 46.749824761003651 ], [ -123.890655563324501, 46.752095260470391 ], [ -123.902646920939034, 46.749991561535026 ], [ -123.916612494206021, 46.743854964883049 ], [ -123.920355027816242, 46.739660039650268 ], [ -123.922555872524569, 46.728104430754314 ], [ -123.926345221719799, 46.725680458799012 ], [ -123.947248919682863, 46.725881177245512 ], [ -123.970511224330082, 46.739612689894891 ], [ -123.974290630566841, 46.740487145722312 ], [ -123.980643648574585, 46.738371535321761 ], [ -123.990009500644959, 46.732027736612643 ], [ -124.020399747657407, 46.724650474653068 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 181, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.297315236632699, 47.500657867497829 ], [ -120.297025515058706, 47.511100222832297 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 182, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.890691547504119, 46.545066264684216 ], [ -117.88278228019341, 46.54696771393499 ], [ -117.874506860288079, 46.54534923976739 ], [ -117.856273262475668, 46.536965083943407 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 183, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.695750097535225, 47.304468245221265 ], [ -120.691926264334867, 47.318900842427951 ], [ -120.670659661073159, 47.326082664396786 ], [ -120.628563887363143, 47.335095201848425 ], [ -120.610897241745022, 47.33145795921989 ], [ -120.600137981818278, 47.332387482518513 ], [ -120.59229995782303, 47.336677689299293 ], [ -120.580873540228765, 47.335330983556766 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 184, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "165", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.045497248834863, 47.103424531006148 ], [ -122.047085011642167, 47.106279201809855 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 185, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.286240130679701, 46.308479073038036 ], [ -119.297511450365022, 46.300101854100788 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 186, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.398917675058073, 46.370274191574673 ], [ -119.34621127599776, 46.341521748202922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 187, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.108092835869797, 48.013254047915936 ], [ -122.109931729810469, 48.026239466419895 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 188, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.909988232736566, 47.811340111103078 ], [ -122.918842027011451, 47.802266037845996 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 189, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.296981004609705, 47.420685698719382 ], [ -120.294775757052847, 47.415324222818889 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 190, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "122", "AADT": 780 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.49547595719163, 46.551907428806835 ], [ -122.488445652022349, 46.548765743661683 ], [ -122.485984496411191, 46.545678898307045 ], [ -122.485822753344451, 46.536429871298843 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 191, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.811195608536067, 46.726698166251445 ], [ -120.792115253235778, 46.735647347716089 ], [ -120.789660979226085, 46.739479402077194 ], [ -120.788494477841894, 46.748308334053128 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 192, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.989437568550898, 48.589057101577055 ], [ -118.003853841571257, 48.596208186106978 ], [ -118.015580453156772, 48.600051745952669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 193, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.483231612755205, 47.388480686219104 ], [ -119.483234392982965, 47.38937264743516 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 194, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292969383120138, 47.140242369564454 ], [ -122.292974761169177, 47.155310860468099 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 195, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.407719966257176, 45.610616827170475 ], [ -122.40710702628833, 45.604982882299304 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 196, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.383147769320431, 46.998968611021716 ], [ -123.376585238233616, 46.990906447011881 ], [ -123.341704534301485, 46.971788208673047 ], [ -123.329418103508914, 46.960126357952412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 197, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.326950201729858, 47.408557191115811 ], [ -122.33274320151061, 47.408543256021261 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 198, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.131894078476364, 46.233167577013617 ], [ -119.127789926729648, 46.243575565274739 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 199, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 630 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.593606156047954, 48.539764033241518 ], [ -117.59056468026472, 48.540174206164806 ], [ -117.586287590607, 48.543936289291722 ], [ -117.57830056834699, 48.544846913877166 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 200, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "170", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.117938296355106, 46.970178233712154 ], [ -119.109908886699628, 46.970152356737621 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 201, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 61000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.665487439137706, 45.620068800211804 ], [ -122.658117051741911, 45.618558865371092 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 202, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "307", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.603242915447012, 47.777122210221975 ], [ -122.586952600863768, 47.796221725765264 ], [ -122.573335582729641, 47.802767164373343 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 203, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.30296109083325, 47.409563274742915 ], [ -120.303554765473748, 47.410929096987296 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 204, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.690480811805116, 45.815702704356234 ], [ -122.687327648314721, 45.815867041973277 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 205, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 61000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612537008990657, 47.354407756503669 ], [ -122.617473035943746, 47.365342874891837 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 206, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.564276223950571, 46.474793767638502 ], [ -117.556012713754996, 46.475141642838395 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 207, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.47168058031086, 46.531543452615516 ], [ -120.469396236086737, 46.522142522457855 ], [ -120.459135711447928, 46.519296304223623 ], [ -120.455809751107765, 46.516358140907514 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 208, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.972813399769095, 47.303219724727171 ], [ -117.972278891382118, 47.307327865294056 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 209, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.865755115833508, 46.470908225051566 ], [ -122.849131169548002, 46.46618820790944 ], [ -122.842514023362909, 46.458971800573607 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 210, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.606768074339413, 48.898128227742987 ], [ -122.625021260517869, 48.910220719185503 ], [ -122.6369094129426, 48.922347942846329 ], [ -122.656239631471848, 48.93285520012401 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 211, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.111869904296782, 47.804901068732335 ], [ -122.112790392180656, 47.802344018565108 ], [ -122.111680302314682, 47.802151079525778 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 212, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.216376018268718, 47.872784710134418 ], [ -122.214894740454667, 47.874282844431811 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 213, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.346459198358431, 46.051056921589584 ], [ -118.346098276560966, 46.053273732957166 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 214, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.483749404042783, 47.11090409101724 ], [ -118.402833022504353, 47.111088331624536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 215, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "131", "AADT": 360 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.954272166520326, 46.516741194571665 ], [ -121.954457607298025, 46.521601558205418 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 216, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207714154637316, 47.806353196496538 ], [ -122.207656748725981, 47.809595844940141 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 217, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 120000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.384432401155905, 47.653845423723205 ], [ -117.381252285365107, 47.653855957101598 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 218, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "543", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.736039871345739, 48.986505083907346 ], [ -122.734938343816637, 48.989098350941227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 219, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.739633872222001, 47.891139503453509 ], [ -122.732337519901279, 47.889896867597685 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 220, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281SPBURKE", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.853529322095341, 47.119197753919423 ], [ -119.844942993378268, 47.109462068686653 ], [ -119.832449934684803, 47.104225926818771 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 221, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.048778895205302, 46.340650080279694 ], [ -117.05019996921105, 46.340770072629091 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 222, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.693498972946813, 47.504267856705454 ], [ -117.707163542069551, 47.506718892189909 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 223, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.274507670405029, 48.494746269609031 ], [ -122.269198387003215, 48.496735426406602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 224, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.376473190659425, 46.071652278365882 ], [ -118.37001996743949, 46.069738818497363 ], [ -118.359283416689152, 46.069578110990577 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 225, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.987609849671387, 46.137842902089361 ], [ -122.977203781793946, 46.131475035931572 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 226, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.969933722636512, 47.859195632018753 ], [ -121.965613591138677, 47.858227984977127 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 227, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "165", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.055720622157651, 47.138818733216866 ], [ -122.056272845780413, 47.140579682085075 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 228, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.046585282724578, 47.24428526420045 ], [ -121.056774523384277, 47.248912239694157 ], [ -121.058417653493919, 47.257382573959852 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 229, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.020399747657407, 46.724650474653068 ], [ -124.037541787644997, 46.728360827843616 ], [ -124.05292936888938, 46.727878201438735 ], [ -124.06533933174471, 46.735973112967912 ], [ -124.077634417490387, 46.739899191217155 ], [ -124.080364486063388, 46.745280488461553 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 230, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.876496051210424, 46.18763673199058 ], [ -119.853374581557759, 46.185913358784688 ], [ -119.807756955942352, 46.19303816120518 ], [ -119.772088618912363, 46.195745774902747 ], [ -119.751849100651128, 46.203691501014156 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 231, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.683336977908795, 45.632826922120138 ], [ -122.691426359543101, 45.635858138670336 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 232, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.593089756549503, 47.642918812622518 ], [ -117.590546161575446, 47.642919808909063 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 233, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.962783807232583, 46.122637066039054 ], [ -122.950614760906106, 46.116489802312572 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 234, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.206978686532693, 47.878310343725332 ], [ -122.20667565963258, 47.888594155607144 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 235, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.523755173989201, 46.261389296249028 ], [ -119.481945285843494, 46.252083253213108 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 236, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.101069391652302, 47.945623791348616 ], [ -122.10146610154753, 47.953296692649737 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 237, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.143191344002474, 48.14502984603822 ], [ -117.134654829526511, 48.147537485706792 ], [ -117.118580596107222, 48.148885581603245 ], [ -117.101630023171737, 48.154751719709616 ], [ -117.085942711821886, 48.161780191340171 ], [ -117.07899909003153, 48.167986225272969 ], [ -117.062662945882551, 48.175291644345855 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 238, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "705", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.435249748760256, 47.247047007009833 ], [ -122.435645795131947, 47.249449369781338 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 239, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.449178166504268, 48.77604275135382 ], [ -122.445297398242531, 48.776729998779288 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 240, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.12825351534245, 47.687407080886246 ], [ -122.121842780499506, 47.680565272831217 ], [ -122.121615187208903, 47.67659568560984 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 241, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.532036854447867, 47.672053053132181 ], [ -122.5393560123659, 47.679508670806356 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 242, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.632703036015528, 47.508682291296438 ], [ -120.630695250475839, 47.511765176516562 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 243, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.907862545279187, 46.952805237156575 ], [ -122.914223824792856, 46.952800066988019 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 244, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.170253539884541, 46.72783862243184 ], [ -117.167652506416403, 46.726238503672867 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 245, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.969447341638769, 47.843075742818243 ], [ -121.970153865464567, 47.844960878568358 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 246, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.828198165923581, 46.391360921891803 ], [ -123.820890344141191, 46.382916335989819 ], [ -123.802603124839592, 46.376002249617265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 247, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.086751526152369, 46.265575562431692 ], [ -119.089465752781024, 46.273488750573748 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 248, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293397033665656, 47.910813296734588 ], [ -122.297484794767257, 47.915208194306629 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 249, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 360 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.042294462084257, 47.385609201562289 ], [ -118.981871584510301, 47.366818153766296 ], [ -118.877912719799767, 47.329922196364116 ], [ -118.857452939124684, 47.319482191892604 ], [ -118.80852201923976, 47.315432174373811 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 250, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.387370638693469, 46.46700418548253 ], [ -120.378208628712542, 46.463012644955214 ], [ -120.362664034920982, 46.452200850805596 ], [ -120.348739687363476, 46.444837030607665 ], [ -120.345775102161781, 46.44106249402472 ], [ -120.344981315248845, 46.433009467760222 ], [ -120.338862597781258, 46.4245692837452 ], [ -120.328708937888635, 46.418912060808346 ], [ -120.320029378945307, 46.416952264839367 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 251, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.656239631471848, 48.93285520012401 ], [ -122.671705466114403, 48.94148203090338 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 252, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.285599041080417, 47.294343061351654 ], [ -121.28047780562477, 47.27931255321441 ], [ -121.270037992322486, 47.271237726813283 ], [ -121.254401183641576, 47.267537048918982 ], [ -121.247165931115632, 47.268692729974653 ], [ -121.235455507614958, 47.267507643751252 ], [ -121.224411979279679, 47.264126491378434 ], [ -121.213758003279366, 47.258013568164529 ], [ -121.198874625622381, 47.255995293182785 ], [ -121.193814887211133, 47.25330462738264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 253, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.393823270359533, 47.158137239662793 ], [ -122.363718605437043, 47.158277710772154 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 254, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.748239795535099, 48.986487357703325 ], [ -122.751462042421991, 48.988601174129485 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 255, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "534", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.30572170672383, 48.339435954758201 ], [ -122.295473367235729, 48.33697977615067 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 256, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.214900463886863, 48.17676804405199 ], [ -124.209579339371615, 48.177111978074564 ], [ -124.203018147179947, 48.180455031247405 ], [ -124.195832008543832, 48.177621238677112 ], [ -124.190829495077182, 48.181412261433657 ], [ -124.186131343357985, 48.182161078469399 ], [ -124.180424446852669, 48.187183919063855 ], [ -124.169366043199531, 48.18728663545081 ], [ -124.165136415414594, 48.191349918823434 ], [ -124.156893121558454, 48.189540328097344 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 257, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "165", "AADT": 90 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.916118413568583, 46.927130660041719 ], [ -121.936718440660755, 46.933735107414677 ], [ -121.963812763977074, 46.937772959461441 ], [ -121.978858389509867, 46.948046271471284 ], [ -121.979778453418731, 46.951892658447122 ], [ -121.98432099795896, 46.951094828278109 ], [ -121.992179434088314, 46.953076987984268 ], [ -122.003835838484946, 46.960991349840029 ], [ -122.012732593792464, 46.969817994650917 ], [ -122.018193319643657, 46.978708082372975 ], [ -122.018047329097385, 46.982002284582393 ], [ -122.014876640906834, 46.986087050585716 ], [ -122.016452442159604, 46.989033912244167 ], [ -122.015936576051658, 46.994273453280421 ], [ -122.024682817479146, 46.999421098974011 ], [ -122.037859592734549, 47.0138315262909 ], [ -122.040454934312521, 47.022981913417524 ], [ -122.039544621853594, 47.033662887036861 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 258, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "547", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.247115922068602, 48.98553587379044 ], [ -122.247857996469747, 48.992728991822474 ], [ -122.262812267746753, 48.992749594778175 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 259, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 480 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.190686371221574, 47.838280048608823 ], [ -117.187045413912259, 47.838902136276047 ], [ -117.179689095508976, 47.834286269373926 ], [ -117.175819752782147, 47.834600076795702 ], [ -117.172741053588055, 47.837195455953264 ], [ -117.171912300426783, 47.84475811398886 ], [ -117.168515688146172, 47.847325751207457 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 260, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632914151353035, 47.571068204644547 ], [ -122.632907041435374, 47.572695391349569 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 261, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.176899997135877, 47.238944811742662 ], [ -121.16741024593037, 47.230914669120658 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 262, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 126000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.190403113502413, 47.773647266087657 ], [ -122.195418512439858, 47.784730909030486 ], [ -122.206475225592499, 47.791083140376159 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 263, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.250105687242126, 47.478367897074456 ], [ -118.254669381318919, 47.479786644034114 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 264, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.923246241508565, 46.77320757338682 ], [ -122.917175962059403, 46.778202090873378 ], [ -122.910425015355983, 46.779577882202723 ], [ -122.902241104878883, 46.78869002289106 ], [ -122.898589866304476, 46.79061941874302 ], [ -122.894846332143018, 46.798680341789144 ], [ -122.890997084811616, 46.799289923505576 ], [ -122.875027461194875, 46.795522263372227 ], [ -122.871182476136951, 46.797685069078312 ], [ -122.863550784501783, 46.806329516866839 ], [ -122.861547543731902, 46.850109919426835 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 265, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.304976714271803, 48.832388806447213 ], [ -122.296485316958908, 48.840044763155497 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 266, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.219668043927541, 47.880293253108633 ], [ -122.215732162440105, 47.878264253301083 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 267, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.807194764217883, 47.814039939995382 ], [ -119.800582661739526, 47.815607386443062 ], [ -119.685086938055974, 47.815662669499616 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 268, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.29996199883773, 47.660377680677811 ], [ -122.298324517967387, 47.66106004144762 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 269, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321901880646365, 47.332697738577373 ], [ -122.317780212138459, 47.335423352110624 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 270, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.658351202557384, 47.871160854085922 ], [ -122.650453054585526, 47.868377136264627 ], [ -122.639256115641189, 47.867730523561924 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 271, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "205", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.556305050360194, 45.616735027084502 ], [ -122.558869362494008, 45.620646809127066 ], [ -122.559523823846177, 45.632225472598854 ], [ -122.563018940670204, 45.641866075364668 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 272, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 850 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.760830541225317, 48.112587725370176 ], [ -122.760290648270342, 48.112028820011865 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 273, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320569675143901, 48.884244666351776 ], [ -122.320553420825291, 48.891030585021163 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 274, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.178870895562781, 47.650335905840357 ], [ -118.162412580026299, 47.653636113233581 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 275, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.291357602397611, 47.899252708446674 ], [ -122.292951033571271, 47.905080688027084 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 276, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.235963051625063, 47.098099812653757 ], [ -119.177412450262636, 47.092857525399566 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 277, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.560438579898943, 47.28582096206474 ], [ -122.569522175479136, 47.297602795224286 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 278, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.14496571029612, 47.782134968068007 ], [ -122.144077016761798, 47.783849264633616 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 279, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.167626885982145, 48.051788297202968 ], [ -122.159282954705418, 48.053711065547937 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 280, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.187659689404853, 47.765906531164745 ], [ -122.190403113502413, 47.773647266087657 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 281, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.957297598650229, 46.535353420722508 ], [ -121.907883639958996, 46.534078826569385 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 282, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.901327047798517, 48.048282498754709 ], [ -119.903180645085115, 48.052059210559527 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 283, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 113000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.244613142364855, 47.349897488625622 ], [ -122.244529904069893, 47.361148228755404 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 284, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254500260029815, 47.484675827478171 ], [ -122.252591198280371, 47.484034392386747 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 285, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.091587142107542, 47.140760207751903 ], [ -122.079605034097199, 47.140870891047761 ], [ -122.077350333981101, 47.139092994429447 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 286, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.389504835127497, 46.01168967830138 ], [ -118.388880896469786, 46.023864194696827 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 287, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.97859057708942, 46.312565612226692 ], [ -119.979144045357756, 46.317064306339987 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 288, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.700325316669719, 47.757666899182887 ], [ -118.675485163165817, 47.757893029879121 ], [ -118.661922778516882, 47.756279535987638 ], [ -118.646404783383417, 47.757902787064573 ], [ -118.613528094384037, 47.757899158166374 ], [ -118.547873384035967, 47.763398537583292 ], [ -118.527684842016612, 47.758832779869266 ], [ -118.516420905607347, 47.758662661426229 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 289, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.317659566215596, 47.430224949496818 ], [ -120.319453416960641, 47.432412369030096 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 290, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COPRTANG", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.401571920000151, 48.106683647072472 ], [ -123.417978830033888, 48.113857708334301 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 291, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 114000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.123054937978523, 47.57474091605657 ], [ -122.106841988175177, 47.568936548452889 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 292, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395SPNSC", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.367348161700107, 47.768872897742952 ], [ -117.374122965886258, 47.77646388754394 ], [ -117.38267256064772, 47.778971992838123 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 293, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.324696923034509, 47.472142585941704 ], [ -120.323545995455873, 47.476904531597476 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 294, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.151117993075886, 47.883422456002265 ], [ -120.140166257971401, 47.881082091903892 ], [ -120.129590621590822, 47.881124283148893 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 295, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.335221147497279, 47.713217372476045 ], [ -121.304927304702005, 47.711247002388724 ], [ -121.290688000033924, 47.712725876449753 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 296, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.885558695626571, 46.243136327445633 ], [ -122.883473201156477, 46.25227099583222 ], [ -122.884496518544609, 46.256196953085819 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 297, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 310 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.666884878102763, 47.090319640631698 ], [ -118.66818396388291, 47.093119709232795 ], [ -118.666904292422942, 47.098835126777516 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 298, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.931899796447297, 48.27067301345933 ], [ -121.906208671672175, 48.275000228655848 ], [ -121.900632914423213, 48.272309078570302 ], [ -121.888743691937847, 48.271523789092193 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 299, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 740 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.074089992264106, 47.221197500135986 ], [ -117.073001201116398, 47.222163475739315 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 300, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 99000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.244302140902477, 47.302712250410273 ], [ -122.232938177112786, 47.303522884361165 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 301, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.907643551806444, 46.276932524706183 ], [ -122.908047594010213, 46.280185604398696 ], [ -122.905691619360624, 46.282456889551256 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 302, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.182328383927214, 45.64904001735043 ], [ -121.155209171378701, 45.649156826895158 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 303, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.656743466022789, 47.998759055300305 ], [ -119.657929994702357, 47.999466185136981 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 304, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.218554959136227, 45.56617093986258 ], [ -122.213673709038147, 45.566106935500287 ], [ -122.209260161587451, 45.56854733286864 ], [ -122.201299056678039, 45.569871605884252 ], [ -122.20077706958692, 45.572836612906592 ], [ -122.195285283590152, 45.574473495524821 ], [ -122.194672522225332, 45.582387222231993 ], [ -122.192679317231736, 45.584736358457128 ], [ -122.187463935657817, 45.587684260632791 ], [ -122.178805204814964, 45.588814009025853 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 305, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.204347122235532, 47.981929763594287 ], [ -122.205738671664449, 47.981949443365771 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 306, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.568417730752671, 46.794722484425812 ], [ -118.547342209975255, 46.794839538983908 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 307, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3444491680184, 47.690561727290351 ], [ -122.344498386406656, 47.694213665281055 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 308, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.915731495203786, 46.166789577763261 ], [ -122.914518097586409, 46.17458381267415 ], [ -122.911903540136279, 46.176592032809083 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 309, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.037369215300856, 45.664174095600536 ], [ -121.02602049217414, 45.665731599071648 ], [ -120.999340692478313, 45.662949562473194 ], [ -120.981077636850728, 45.663863345958653 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 310, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.591579081310115, 46.474002727601118 ], [ -117.564276223950571, 46.474793767638502 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 311, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.067706026309466, 47.300839926939879 ], [ -120.065214722892236, 47.291466201051414 ], [ -120.066084082519154, 47.278248682490926 ], [ -120.07722105142561, 47.253937242547707 ], [ -120.076191904418977, 47.248026734565009 ], [ -120.072938281082784, 47.243304156251405 ], [ -120.065793874876718, 47.238442639062157 ], [ -120.057899472589682, 47.236158247995753 ], [ -120.035227518798337, 47.237171542901777 ], [ -120.004166710619543, 47.230501044614655 ], [ -119.99918487919993, 47.231264707261694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 312, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.222936962719928, 47.534302979219085 ], [ -124.265194422697206, 47.541848942619211 ], [ -124.273133342420579, 47.54078205444678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 313, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.024188294652717, 46.149871227696096 ], [ -119.029850228920182, 46.153645635529017 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 314, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "547", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.14344286665839, 48.931350329369181 ], [ -122.143608901812314, 48.934837814537431 ], [ -122.146012089375049, 48.935744748649633 ], [ -122.151589597275049, 48.946090996400223 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 315, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.313524644104263, 47.289689111530052 ], [ -122.300652700851458, 47.289901354714921 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 316, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.744893128605881, 45.815369658665418 ], [ -122.731933222168067, 45.815377897037642 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 317, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.31357123649569, 47.286134394085451 ], [ -122.313524644104263, 47.289689111530052 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 318, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 780 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.997219649499982, 45.857574439362594 ], [ -120.970362929761492, 45.857538316449798 ], [ -120.960286675376707, 45.86105963827724 ], [ -120.952623287569409, 45.860952834092167 ], [ -120.952162535868254, 45.849938263621347 ], [ -120.948066788759689, 45.846590527183118 ], [ -120.942052363506846, 45.846170630168608 ], [ -120.941760177339759, 45.841513830459007 ], [ -120.938864697846739, 45.838994515045364 ], [ -120.936832901366884, 45.832580091304706 ], [ -120.906549520011509, 45.831900140767104 ], [ -120.904476184419124, 45.824738004891032 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 319, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 280 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.251525721483446, 46.041766317084864 ], [ -117.244180480655629, 46.044799921227799 ], [ -117.238095494709057, 46.05713403487588 ], [ -117.239096413451321, 46.050618201408987 ], [ -117.235274718074265, 46.050415087818493 ], [ -117.239716500644292, 46.047709475980177 ], [ -117.239812356596417, 46.045254441484744 ], [ -117.236764085273705, 46.048408212322002 ], [ -117.230150147258627, 46.051342125717525 ], [ -117.230384437748953, 46.05446438799072 ], [ -117.234291444513232, 46.053431851445453 ], [ -117.233667062518009, 46.056617625020642 ], [ -117.231790626533453, 46.057298415172433 ], [ -117.232219228354879, 46.05988764129242 ], [ -117.23028412088857, 46.061469835164075 ], [ -117.232504336882201, 46.063538596155844 ], [ -117.228955192308931, 46.064391389107371 ], [ -117.228922887096104, 46.066230322574349 ], [ -117.225764668768363, 46.066115511663924 ], [ -117.217284415757661, 46.072089277065665 ], [ -117.209026307261738, 46.070783367482505 ], [ -117.21020992426736, 46.074255343625197 ], [ -117.193871501279787, 46.08032186252175 ], [ -117.187226967524182, 46.079976377456198 ], [ -117.178585677660223, 46.085468444338474 ], [ -117.177570731616584, 46.087779782092063 ], [ -117.169418051436594, 46.087099764230793 ], [ -117.16536769224939, 46.089553826260499 ], [ -117.159465751540495, 46.090452552638304 ], [ -117.145769630036767, 46.099859828940588 ], [ -117.139098832552079, 46.10708589693219 ], [ -117.135466964154929, 46.115676721149583 ], [ -117.133259882921067, 46.132949506153494 ], [ -117.13073959403205, 46.137900051591657 ], [ -117.121720564243532, 46.148960802005035 ], [ -117.109403699952026, 46.15810598763462 ], [ -117.089164257909729, 46.167449344043938 ], [ -117.081703619830506, 46.174507460824429 ], [ -117.079240474569403, 46.186540096426803 ], [ -117.07154046887122, 46.195922281228384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 320, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.905081678745873, 48.534381227791783 ], [ -117.905530764586416, 48.536362987719578 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 321, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.926121849901506, 46.122971713669926 ], [ -122.9258987619625, 46.1234239447286 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 322, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.956475352753728, 46.711286950578376 ], [ -122.954342341821345, 46.716240117654102 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 323, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.986175866163947, 46.306076549451447 ], [ -119.974012500174382, 46.306118194657209 ], [ -119.968528090209148, 46.30372023910077 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 324, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.48381153889386, 45.669601332339624 ], [ -122.476635882319286, 45.664802799682406 ], [ -122.469021541104524, 45.664782696006071 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 325, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.656406237235373, 47.096673849213055 ], [ -118.623474841152714, 47.096914726119273 ], [ -118.600282302968139, 47.101612421908982 ], [ -118.57034839612173, 47.110895053232895 ], [ -118.500173933392148, 47.110755100976561 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 326, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.439007811804871, 47.624062479855844 ], [ -117.444732982873816, 47.632699017342887 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 327, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.489047915156021, 47.528097962329632 ], [ -120.480071378439092, 47.524428152204131 ], [ -120.466327094878579, 47.525731830910964 ], [ -120.454505230034414, 47.520787201108107 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 328, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.909723769239264, 47.190106762639786 ], [ -120.921315964447857, 47.192773287860227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 329, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.555540998946555, 45.780635908960456 ], [ -122.549949749551175, 45.780646633722711 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 330, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.266897083251877, 48.00679317539344 ], [ -118.247623398308633, 48.012794137756721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 331, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.077280059335664, 48.924155999046476 ], [ -122.0706913414448, 48.920550604668257 ], [ -122.065651371297108, 48.919804261555441 ], [ -122.054908145736817, 48.921324041336291 ], [ -122.047416962484832, 48.927722103300198 ], [ -122.034031109439169, 48.927868621180991 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 332, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 50 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.508294435502009, 48.992025951580608 ], [ -118.503755893930176, 48.999943455453938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 333, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.815529775579904, 48.068412549137904 ], [ -122.817948612327527, 48.071156388604095 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 334, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.816707412630137, 46.974841864501833 ], [ -123.824934680222512, 46.97065203068864 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 335, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.173708393734884, 46.811531078216596 ], [ -119.15480221071617, 46.811576170206912 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 336, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.340751785253858, 48.471136370473324 ], [ -122.335721940832045, 48.471719653614613 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 337, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "506", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.889569424278776, 46.439612233738039 ], [ -122.888204153687539, 46.439528325571487 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 338, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.128137115729928, 47.830633641634186 ], [ -122.126056682478165, 47.833819378114498 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 339, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.057368700036292, 46.739057813039679 ], [ -117.054159282977466, 46.738445349974164 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 340, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "971", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.201226112541903, 47.874421860833209 ], [ -120.195980705186486, 47.870837568819432 ], [ -120.176803676793696, 47.866271874872083 ], [ -120.16582455765294, 47.860183266674461 ], [ -120.152582169346587, 47.860201246611297 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 341, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.123284544292162, 46.248662601578026 ], [ -119.110563041212359, 46.248522956849492 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 342, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.489969530129187, 45.724018801962771 ], [ -121.482884856818515, 45.722539983114302 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 343, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.169866038842898, 46.341031590852126 ], [ -120.15797093114017, 46.338300777353211 ], [ -120.13515755105918, 46.338122433578327 ], [ -120.11644423474803, 46.330676993248332 ], [ -120.084882845185049, 46.328472961640202 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 344, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 530 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.690909899730684, 47.275779749166723 ], [ -118.690410114175407, 47.321422089857791 ], [ -118.686095423502437, 47.326048138031503 ], [ -118.692493076028953, 47.328344410329741 ], [ -118.692298812246747, 47.33249608365773 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 345, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.953679130521394, 47.233042476981225 ], [ -119.896682750604782, 47.232740356291906 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 346, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.153247686331255, 46.270134871832305 ], [ -118.140718703742365, 46.270164958481161 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 347, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.73506389393529, 48.0308244206472 ], [ -122.729957308175244, 48.032611956235229 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 348, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.516420905607347, 47.758662661426229 ], [ -118.505479518345268, 47.758430550253856 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 349, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.690746259989496, 48.082852740633207 ], [ -118.693258570201039, 48.085962577742492 ], [ -118.692277205328026, 48.094496996299547 ], [ -118.700208137668383, 48.104016154788631 ], [ -118.698310710531615, 48.114980374899432 ], [ -118.69259050661357, 48.12528124277884 ], [ -118.694011751636751, 48.135245873529172 ], [ -118.693035150908955, 48.143953366390491 ], [ -118.696223058234253, 48.150965321240861 ], [ -118.704233767296586, 48.159500624176246 ], [ -118.71427404664675, 48.200701454592938 ], [ -118.704767720176577, 48.226073293242798 ], [ -118.694715909609968, 48.24012857181841 ], [ -118.691502671107912, 48.255403882827842 ], [ -118.692862086852841, 48.26448628767173 ], [ -118.703840774585856, 48.26930585311672 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 350, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.888033564235286, 47.567584502047787 ], [ -121.886444128784106, 47.569223355516357 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 351, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.370412417461694, 45.946126707886215 ], [ -122.36626896399062, 45.950755346791901 ], [ -122.362928260761024, 45.952007173350758 ], [ -122.362274978825866, 45.955914037287897 ], [ -122.371355571658484, 45.959246820896901 ], [ -122.375570847968504, 45.964334714426137 ], [ -122.370005061328897, 45.969065915571655 ], [ -122.371663444931343, 45.971899215530811 ], [ -122.369299975191339, 45.976829447897444 ], [ -122.361707719856184, 45.982430719858527 ], [ -122.359103808934933, 45.985851951743783 ], [ -122.35988324330178, 45.986797198065716 ], [ -122.355639000395328, 45.989233166409271 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 352, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296752117157538, 47.419099415183496 ], [ -122.295248680241755, 47.430983851436999 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 353, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294738953412875, 47.393602726267353 ], [ -122.293108524237041, 47.392427434048642 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 354, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 88000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.138075286863284, 47.578657203945085 ], [ -122.123054937978523, 47.57474091605657 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 355, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 84000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.181098346761544, 47.57976028720212 ], [ -122.176099475195812, 47.580180733037494 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 356, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.608437708029129, 46.973359107215238 ], [ -123.593318681467139, 46.978376439098859 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 357, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 370 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.974348339919672, 47.316068812981506 ], [ -117.982998962752077, 47.32649782424209 ], [ -117.983716812522161, 47.333803713193213 ], [ -118.001206519569124, 47.333943911732604 ], [ -118.005335260604184, 47.342231346226733 ], [ -118.019038024496965, 47.345560570490179 ], [ -118.041334448547033, 47.358326063652932 ], [ -118.049812163773709, 47.357983931038468 ], [ -118.075915706129379, 47.34942176426128 ], [ -118.085982431668441, 47.347843428002861 ], [ -118.093588295101455, 47.348959406816761 ], [ -118.100916135819134, 47.352425402060334 ], [ -118.11850165023111, 47.374970300250901 ], [ -118.125861949940713, 47.380194446917677 ], [ -118.141212376175176, 47.386347838536032 ], [ -118.146380561755109, 47.392287740342418 ], [ -118.166505006761071, 47.40276053695591 ], [ -118.182708976345864, 47.420132516754244 ], [ -118.188974968397062, 47.436269497707691 ], [ -118.18593088757487, 47.445901379141112 ], [ -118.184381702852079, 47.468219235709277 ], [ -118.187744990489946, 47.475149351548687 ], [ -118.192879460864319, 47.478116615653498 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 358, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.911197239824602, 46.610010098061217 ], [ -122.927793161080658, 46.622196574629626 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 359, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 730 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.834408544204251, 47.612643410921635 ], [ -119.813196231870947, 47.612634348054918 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 360, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.497732857988339, 46.970479080621203 ], [ -120.402914986726358, 46.971519895736265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 361, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.054025982473689, 47.855326762857132 ], [ -120.047467202563183, 47.854848015239952 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 362, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.260420207385678, 47.201217628385209 ], [ -122.248800093124444, 47.205358269504181 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 363, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.186084026458317, 48.021915049938166 ], [ -122.181631231579033, 48.034487448085677 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 364, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "271", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.354687911224957, 47.203496109340406 ], [ -117.357908460214887, 47.20905109075057 ], [ -117.361690039016622, 47.210854100933119 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 365, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.721923891844668, 47.763324445380903 ], [ -118.722593508509433, 47.770852469461161 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 366, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 75000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.699496916591343, 45.845401667714121 ], [ -122.705075456692526, 45.857927414484486 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 367, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.043476330546156, 47.550884302354376 ], [ -123.040786547610963, 47.539579815652978 ], [ -123.043661388570911, 47.534179436181589 ], [ -123.050357513383091, 47.529206217567342 ], [ -123.053529916723221, 47.517294980138729 ], [ -123.059189594898072, 47.507422966023668 ], [ -123.059297623000788, 47.502429074533964 ], [ -123.074160424778228, 47.489790063548107 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 368, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.215732162440105, 47.878264253301083 ], [ -122.211100709923272, 47.878184265598193 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 369, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 158000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.185288907371032, 47.674292900906451 ], [ -122.182562213341214, 47.68615327362118 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 370, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.033257147938102, 46.505364523618738 ], [ -124.032939056397865, 46.508358064932871 ], [ -124.028935226841725, 46.511817406664811 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 371, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.30851834227694, 46.293123369759364 ], [ -119.304742352755497, 46.293097353094453 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 372, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.760492617948188, 45.933145426352688 ], [ -122.804950041772187, 45.960974781254762 ], [ -122.820947948190238, 45.976521508505968 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 373, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.371877727254713, 48.104868243588172 ], [ -123.362749748707955, 48.108559920176937 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 374, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.17702554747035, 48.051845694889323 ], [ -122.167626885982145, 48.051788297202968 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 375, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.292956606686175, 47.408097834972274 ], [ -120.292917287199487, 47.407953191758764 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 376, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.287576154742638, 47.858150705104791 ], [ -122.281965348263412, 47.864172748046379 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 377, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 90000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.34788855139594, 47.157627396971286 ], [ -122.315042102793711, 47.158578654974519 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 378, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.916264697101752, 46.145605350135412 ], [ -122.914753907613488, 46.150245296457001 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 379, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.731933222168067, 45.815377897037642 ], [ -122.727008460941093, 45.815673419148439 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 380, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.539784148017702, 46.866802528462578 ], [ -121.536706035079021, 46.866278381109112 ], [ -121.530549911989681, 46.869005371994305 ], [ -121.522795043834947, 46.864961260757504 ], [ -121.523323636886843, 46.867261910939462 ], [ -121.528973769612733, 46.869866351397242 ], [ -121.537161805998068, 46.868582989955272 ], [ -121.529484186285615, 46.871195929551803 ], [ -121.523571427419654, 46.868963516797329 ], [ -121.520486857626324, 46.869353870877809 ], [ -121.517102339958896, 46.867085225556302 ], [ -121.514752992216273, 46.870096883235398 ], [ -121.517659688741134, 46.876195724654771 ], [ -121.5127198029613, 46.881693507075127 ], [ -121.505629367746252, 46.885854473900885 ], [ -121.480660576005619, 46.893928221432489 ], [ -121.443504086046687, 46.898375938204438 ], [ -121.420394895496202, 46.90811664714105 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 381, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "971", "AADT": 970 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.175173553924694, 47.767794879530342 ], [ -120.179602038190026, 47.76654523055425 ], [ -120.185928277157785, 47.767620503266414 ], [ -120.184058758705078, 47.782899352318587 ], [ -120.199643930613121, 47.804859922817045 ], [ -120.209305883333826, 47.826885866198026 ], [ -120.20235452452178, 47.840781316710043 ], [ -120.203611172170014, 47.845369490429668 ], [ -120.210418857765163, 47.853300206813465 ], [ -120.204885802939813, 47.85843230209472 ], [ -120.202803984376345, 47.863230663577468 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 382, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.338699595958872, 47.777782415548593 ], [ -122.335328359112154, 47.77777534230669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 383, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPWESTPT", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.111012387674165, 46.90401275408329 ], [ -124.114519219497268, 46.906512926729263 ], [ -124.113183876622656, 46.908188825105725 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 384, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.61423577492846, 46.654490871364096 ], [ -120.594346368414037, 46.638631750224384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 385, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.606439410124736, 47.34384630189647 ], [ -118.596116776677576, 47.347621765857596 ], [ -118.554800026067795, 47.348233731260464 ], [ -118.513580602395265, 47.358062065749159 ], [ -118.497006134440397, 47.357410239176488 ], [ -118.453303690613012, 47.368668905877833 ], [ -118.380290951549668, 47.407421163298778 ], [ -118.359602190822301, 47.421406244664375 ], [ -118.340859362261213, 47.43022799471737 ], [ -118.323645964059992, 47.442822846271866 ], [ -118.29603942688172, 47.468252246155146 ], [ -118.259934761549019, 47.480652344843826 ], [ -118.256087151592126, 47.483856851350005 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 386, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.332027695986127, 47.331823643705235 ], [ -122.329243180185074, 47.331743374404745 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 387, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.899703140798934, 46.2867891322677 ], [ -122.89657610253694, 46.289316622535189 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 388, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 98000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.671691275229193, 45.622917793992706 ], [ -122.667972201116754, 45.626404641062507 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 389, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.878214631926525, 47.826987207563334 ], [ -122.875671430799102, 47.824142318116422 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 390, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.125701417671678, 46.999039541087861 ], [ -119.160193372334547, 47.028398647277996 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 391, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.335546620256821, 47.469450058956191 ], [ -120.326157825763133, 47.472059409572438 ], [ -120.319580717500656, 47.471603209510988 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 392, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 150000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.182977455231182, 47.986938321115709 ], [ -122.182933121124634, 47.988551102657532 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 393, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 162000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.17966954957592, 47.699244791831987 ], [ -122.179361551425416, 47.704193354822124 ], [ -122.182057323616149, 47.709590182127805 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 394, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.32513895418046, 47.407511369146306 ], [ -122.326950201729858, 47.408557191115811 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 395, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "282", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.511083533312259, 47.289512866850494 ], [ -119.470324502147577, 47.27260862878699 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 396, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 100000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.399313164399032, 47.65203560268359 ], [ -117.384432401155905, 47.653845423723205 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 397, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "532", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.330308403742094, 48.23969395888934 ], [ -122.321312745578112, 48.237422273182048 ], [ -122.280950360653364, 48.235572681036835 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 398, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.838363531146001, 47.410922375589486 ], [ -122.829544315781263, 47.412774877324438 ], [ -122.827268946997691, 47.41089288187046 ], [ -122.823784877241295, 47.410818103322732 ], [ -122.820346137544803, 47.407048446276455 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 399, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.52589924908105, 46.657957479432355 ], [ -120.523470564514753, 46.661985736263162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 400, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.986203267783281, 47.722900691457404 ], [ -121.987405090773265, 47.736845552084176 ], [ -121.985830348168577, 47.742682870903089 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 401, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.786847801854535, 48.101573516994975 ], [ -119.781151703417322, 48.104181729521031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 402, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207176229673792, 47.460991061001742 ], [ -122.207880765301113, 47.466571781998006 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 403, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.049170610660696, 48.187568367886101 ], [ -117.048155407712457, 48.185813001820271 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 404, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.927065336291037, 47.855859934264402 ], [ -121.888076143960703, 47.855276582826143 ], [ -121.861666792983499, 47.851004183512842 ], [ -121.830965119478279, 47.857991970519798 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 405, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.393324315189417, 46.556351737547793 ], [ -120.390146041292638, 46.552289603147599 ], [ -120.385569174962441, 46.549998759231705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 406, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "123", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.568712757214286, 46.732258391042926 ], [ -121.560456891988949, 46.738490127817357 ], [ -121.556796556267741, 46.747570890082379 ], [ -121.557930323455494, 46.750551454211745 ], [ -121.556831555965218, 46.754691057572934 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 407, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.275303538748787, 46.553456335575142 ], [ -122.275195431491795, 46.557031423485931 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 408, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.725780578644574, 48.156229186155706 ], [ -117.72271222326053, 48.168542211555611 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 409, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.908386053875446, 46.981101741101561 ], [ -123.917970384466429, 46.981933432487594 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 410, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.922241113208202, 46.14648723962771 ], [ -122.921891913752305, 46.146634318948841 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 411, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.984257470592084, 47.200949295952569 ], [ -121.981395463623414, 47.199415234829942 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 412, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296188563547716, 47.445261311743764 ], [ -122.295958375437991, 47.450660091724941 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 413, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.190996790890821, 47.980424217156632 ], [ -122.190960133030174, 47.981774674482992 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 414, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.276814935747964, 47.872663023794281 ], [ -122.27657408763055, 47.873402992111167 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 415, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.748601067541898, 46.206079067619235 ], [ -119.747539303798376, 46.209412533430303 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 416, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 650 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.55651189809879, 46.643553017272026 ], [ -118.552551361753146, 46.644788750335827 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 417, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.20667565963258, 47.888594155607144 ], [ -122.202260042352378, 47.894649631020634 ], [ -122.206790649301055, 47.89720091265076 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 418, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3336059484309, 48.417495423700757 ], [ -122.333025074105606, 48.417491268821031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 419, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.284059821347526, 46.55290353946959 ], [ -122.276237817267727, 46.55201300211349 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 420, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.627433367586704, 47.534492499505411 ], [ -122.623732039256623, 47.53399674695067 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 421, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.413560260891003, 48.732500641586491 ], [ -117.414399775374235, 48.736778805271925 ], [ -117.41791074415309, 48.740104747036789 ], [ -117.417472887429668, 48.746283143282056 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 422, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.81327859505312, 46.975058826280723 ], [ -123.813512360734848, 46.975265630285683 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 423, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 280 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.938416296632639, 47.373410272690791 ], [ -117.931626768547517, 47.380869960844386 ], [ -117.925949986231359, 47.384374636340013 ], [ -117.915039825108622, 47.398250499334893 ], [ -117.903488950846224, 47.422561879583952 ], [ -117.905398670843567, 47.43220822016422 ], [ -117.904320292472505, 47.437179247088508 ], [ -117.911079423682125, 47.445609022830304 ], [ -117.922223456924982, 47.450491284897147 ], [ -117.947802962311272, 47.452757322941743 ], [ -117.954430671867897, 47.45521524973018 ], [ -117.956409851568665, 47.457678735935382 ], [ -117.949539913230936, 47.470371907888726 ], [ -117.951368484531883, 47.47766573275608 ], [ -117.950566123352132, 47.48201449532764 ], [ -117.95245498678716, 47.485141560543283 ], [ -117.948412424510508, 47.489426014015521 ], [ -117.950977516785827, 47.491791457997365 ], [ -117.951045493604624, 47.505546041846628 ], [ -117.94484351689556, 47.51148514132548 ], [ -117.931777840402106, 47.516293257600772 ], [ -117.919069388044534, 47.525262427099911 ], [ -117.920646192727474, 47.543270098558082 ], [ -117.925607796953258, 47.550529262657875 ], [ -117.925976860330863, 47.553377664499379 ], [ -117.920385247186772, 47.562746083674739 ], [ -117.930220826346343, 47.572068974342336 ], [ -117.940627768764386, 47.577733068284061 ], [ -117.940698586113299, 47.604319670411925 ], [ -117.937472223463601, 47.609097233582844 ], [ -117.937061296963165, 47.612476217335967 ], [ -117.937838489262376, 47.657930743597774 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 424, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "106", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.133682051432501, 47.318666754881377 ], [ -123.130842102895571, 47.319128939882241 ], [ -123.118803982118621, 47.328729986004333 ], [ -123.111761060452494, 47.33690625578943 ], [ -123.104843365327511, 47.356962388702129 ], [ -123.085944782859812, 47.355883619008253 ], [ -123.080393856339924, 47.352218550347814 ], [ -123.0746864880293, 47.352705216346514 ], [ -123.072812159389045, 47.351271079877897 ], [ -123.07415604376196, 47.348562128231585 ], [ -123.073220077269042, 47.347496595048923 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 425, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.612560325827175, 48.333892043280656 ], [ -119.607763164564702, 48.349816445349262 ], [ -119.602426876389714, 48.353805119013153 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 426, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.780943323473082, 48.101997033615532 ], [ -119.781151703417322, 48.104181729521031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 427, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.197881418420366, 46.229694839707584 ], [ -119.181516434646568, 46.226705455975825 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 428, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.630091157492046, 47.828750693983068 ], [ -122.619051434779635, 47.837825951430524 ], [ -122.613242687875029, 47.849375558367569 ], [ -122.609729704686984, 47.851562278476763 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 429, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.242600533646751, 47.097918976922898 ], [ -119.245230842512115, 47.100412839745161 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 430, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.043624208284498, 47.905663460597381 ], [ -122.036750891595418, 47.900683868161629 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 431, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.275243482698372, 46.558324606293162 ], [ -122.275198180218624, 46.560177604315648 ], [ -122.268452192060153, 46.568033511936903 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 432, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.383177258740275, 47.803115381832669 ], [ -122.377696220895118, 47.798612414664639 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 433, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507COPEARL", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.953673774872385, 46.7289461560527 ], [ -122.954310122865948, 46.719354594553046 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 434, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.36969915316493, 47.653911932663618 ], [ -117.366468523399945, 47.653903994460599 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 435, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.355451271626166, 47.103965290804354 ], [ -119.337599522808773, 47.103906444231214 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 436, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.110832672929618, 48.050096806730387 ], [ -122.110917332040444, 48.053411820958438 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 437, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.066814936572896, 46.126888887906176 ], [ -119.045457601449812, 46.122476811412831 ], [ -119.042391514643853, 46.123941602308541 ], [ -119.039767468156072, 46.128769037952694 ], [ -119.035641565553476, 46.13188381990274 ], [ -119.033084055221195, 46.13825394129946 ], [ -119.016289419458047, 46.139440137454159 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 438, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501COVANCVR", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.677077035577838, 45.632663080200238 ], [ -122.673833689823041, 45.631859894221719 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 439, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.652862503644485, 47.482823006978599 ], [ -120.649971590739952, 47.487666920282024 ], [ -120.637061699877577, 47.492105039028601 ], [ -120.633335995291546, 47.494922759598985 ], [ -120.631981905410456, 47.498602997791401 ], [ -120.633720188774575, 47.50583072171932 ], [ -120.632703036015528, 47.508682291296438 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 440, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.921891913752305, 46.146634318948841 ], [ -122.919617324817807, 46.147218448039709 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 441, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.030803482069317, 48.038558426328144 ], [ -123.028962191504633, 48.035635631989678 ], [ -123.009498514504955, 48.022248694641249 ], [ -123.004448625687232, 48.020509363332529 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 442, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.274852247488582, 47.8718113530566 ], [ -122.264316543615564, 47.883095025312151 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 443, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.729453772924614, 46.683375648164954 ], [ -123.729444855217665, 46.68561708875432 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 444, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "274", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.07301859046666, 47.22679416813267 ], [ -117.071549411990873, 47.226814156689862 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 445, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.566205816569592, 47.642947502989273 ], [ -117.560843662636245, 47.642884424933108 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 446, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293924077334879, 47.080038511262934 ], [ -122.293794192513928, 47.082939788613338 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 447, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.772702548833891, 48.537823519309008 ], [ -121.757154090804505, 48.535874634897596 ], [ -121.750361613148002, 48.538121455166866 ], [ -121.738462718590483, 48.5359258923745 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 448, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.12190539010443, 47.500530407753558 ], [ -122.112105333747976, 47.497294922446386 ], [ -122.102025599401713, 47.497296244166364 ], [ -122.09772276027833, 47.49885108644731 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 449, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.910028470659995, 46.21510950100685 ], [ -118.876971723909222, 46.215264291566847 ], [ -118.846207796727086, 46.231297311858938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 450, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.125003599221358, 48.691547317374926 ], [ -118.12501644785506, 48.696215556996009 ], [ -118.127384378187912, 48.699816002186502 ], [ -118.124708804299786, 48.706432574489085 ], [ -118.134276810300975, 48.715546269426028 ], [ -118.129413443068799, 48.729316429293078 ], [ -118.134578182105159, 48.739685525851279 ], [ -118.13248347140194, 48.743549691238101 ], [ -118.13510620445777, 48.747468850265044 ], [ -118.134534284883856, 48.754874284797395 ], [ -118.141030677587835, 48.763731164701518 ], [ -118.140436030431573, 48.767890359153775 ], [ -118.142801879215568, 48.773659770515806 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 451, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 118000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.859381883867428, 47.040353374782363 ], [ -122.854220781689818, 47.040510957409367 ], [ -122.846634514433646, 47.043298773060165 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 452, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.225521381725471, 47.30197247518786 ], [ -122.217459721421307, 47.297124874698625 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 453, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.989326623267019, 47.858550461945264 ], [ -121.983023983601541, 47.863043263775765 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 454, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.542797158745785, 47.262309813862629 ], [ -122.558955585045652, 47.275260070655946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 455, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.64182571390505, 47.834176160393604 ], [ -121.6207818792751, 47.835314958389539 ], [ -121.617312735489961, 47.831729194970606 ], [ -121.619364663809009, 47.826354869506609 ], [ -121.611657276955626, 47.819669337178873 ], [ -121.597966599603069, 47.814641950106854 ], [ -121.59121255705972, 47.81579686278355 ], [ -121.579864137262803, 47.812264536547865 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 456, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.112160128759058, 47.242931552609932 ], [ -122.100789849135552, 47.225704153764269 ], [ -122.079794624919515, 47.210617842173335 ], [ -122.024991680387672, 47.210156551041486 ], [ -122.016235900133225, 47.207421101243064 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 457, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "971", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.114481516988974, 47.847725419522504 ], [ -120.101129411645886, 47.84295264064108 ], [ -120.096548270944353, 47.843047800963355 ], [ -120.090620372760185, 47.83969896877862 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 458, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.219472077842553, 47.479506736402165 ], [ -122.216468087427884, 47.479755270089441 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 459, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.197056867618159, 47.413407153116353 ], [ -122.197055606988854, 47.419671607858781 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 460, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 137000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.197652766589911, 47.528447926224672 ], [ -122.195658382388871, 47.535101455897603 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 461, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.110462966761986, 48.03410001178321 ], [ -122.110832672929618, 48.050096806730387 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 462, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.186969998284368, 47.176977667340431 ], [ -122.183877881437056, 47.174736546041729 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 463, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.121081402524666, 46.190065032218477 ], [ -123.092255981405799, 46.188421120668337 ], [ -123.075527923943341, 46.183250449254921 ], [ -123.064266338083826, 46.183007756715568 ], [ -123.047280781165583, 46.179177077235671 ], [ -123.036617014341431, 46.179590722401407 ], [ -123.025496558237251, 46.176554459118371 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 464, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.967530762832538, 46.710550664935454 ], [ -122.959860863408025, 46.711980420260879 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 465, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.245230842512115, 47.100412839745161 ], [ -119.246720142016997, 47.101776099614547 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 466, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.197765522918033, 48.661391239569632 ], [ -119.18878803903462, 48.660840955619058 ], [ -119.175599727276492, 48.664465467368899 ], [ -119.170742696241533, 48.666935397565737 ], [ -119.171976295341878, 48.670621384937753 ], [ -119.170938626241607, 48.671956166023392 ], [ -119.15211371615473, 48.678724815768675 ], [ -119.134665043262984, 48.680376044934938 ], [ -119.13246118781862, 48.681666899452104 ], [ -119.131439542428851, 48.684858213929282 ], [ -119.120441547892895, 48.686574606238331 ], [ -119.121697916713728, 48.689886200785466 ], [ -119.121104974068544, 48.69601680007753 ], [ -119.118814374101404, 48.701123824325748 ], [ -119.088964549921869, 48.714240825977505 ], [ -119.075303196182134, 48.715486041966116 ], [ -119.030852716049409, 48.724496175203377 ], [ -119.017399259572471, 48.725147710061904 ], [ -119.006066758834407, 48.730136090768596 ], [ -118.995678576199722, 48.732262710199663 ], [ -118.993331803621615, 48.731362643524619 ], [ -118.988590813853946, 48.722230736713705 ], [ -118.9864492297678, 48.72106082449158 ], [ -118.973399771646996, 48.722616011265181 ], [ -118.965824906885629, 48.72784552399596 ], [ -118.959594102722377, 48.726222653433837 ], [ -118.953184157639583, 48.718578255061772 ], [ -118.95760355341325, 48.700298359753155 ], [ -118.934596962204012, 48.68787009649629 ], [ -118.880094824181199, 48.672897276042377 ], [ -118.868836340517419, 48.671125088293273 ], [ -118.859347248287577, 48.663231584859503 ], [ -118.851204177368103, 48.659587123119799 ], [ -118.825235697721666, 48.661709479541464 ], [ -118.811725342972579, 48.656908363370711 ], [ -118.796380563486991, 48.65481942607606 ], [ -118.78643695917809, 48.651103998038444 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 467, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.165172240019999, 47.770798302758841 ], [ -120.143287073114919, 47.779560948375135 ], [ -120.135138303882329, 47.788744236312986 ], [ -120.132803108811913, 47.798807142154409 ], [ -120.133141869798663, 47.810637306704578 ], [ -120.128707418342685, 47.819718257359504 ], [ -120.103879243790686, 47.841016345478096 ], [ -120.100213440630284, 47.841494307263595 ], [ -120.093027113314093, 47.839093077190235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 468, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.012783225337841, 47.839805990761228 ], [ -120.002363671172731, 47.839552030442391 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 469, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.645991094971976, 47.500910340388053 ], [ -122.644801591402469, 47.501961609178117 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 470, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.607696380838348, 46.942584212532822 ], [ -122.606541076777916, 46.941941313299992 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 471, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.055967899926756, 46.341815561816247 ], [ -117.062517718642354, 46.347588820238769 ], [ -117.063990327704573, 46.351589107412572 ], [ -117.065201066612133, 46.361915492935168 ], [ -117.063194802030651, 46.368204376762328 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 472, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "308", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.684912489704644, 47.701240726920147 ], [ -122.682703077770242, 47.701236210218831 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 473, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.352315237108186, 47.787114972942064 ], [ -117.351246108102444, 47.787090855091257 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 474, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.84504442187658, 47.392821286715773 ], [ -117.83393390280925, 47.400546358097692 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 475, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.404484347213284, 47.769196807680252 ], [ -117.402514188563302, 47.775377664007543 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 476, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.726284757149301, 48.176220476478832 ], [ -117.729076642329517, 48.179251194699248 ], [ -117.733773391013614, 48.190477374949559 ], [ -117.742519000605483, 48.194583495606722 ], [ -117.743027244897533, 48.196204943748199 ], [ -117.728990185930471, 48.203843160673664 ], [ -117.718186658980372, 48.205957844889099 ], [ -117.715379481665138, 48.208231873559868 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 477, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207880765301113, 47.466571781998006 ], [ -122.207939727669128, 47.469068922038304 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 478, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.889926040352492, 47.788750644456435 ], [ -117.892965238693392, 47.810314659397527 ], [ -117.868890821218613, 47.839286458331749 ], [ -117.866138261924235, 47.840031181875027 ], [ -117.855924103636369, 47.836934231660699 ], [ -117.853074304506805, 47.837525220312969 ], [ -117.852081212012322, 47.840221691067292 ], [ -117.855858037292521, 47.84387286465455 ], [ -117.85598866830523, 47.847262528006446 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 479, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.34473393847837, 47.706554117786396 ], [ -122.345093507827599, 47.73228917491334 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 480, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.396987132335866, 47.237584311757459 ], [ -122.389177909478747, 47.234445270161828 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 481, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.608756056239159, 48.25533987456258 ], [ -121.601735842827637, 48.255269148835851 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 482, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.052759201005756, 48.175989763891899 ], [ -117.045381435660516, 48.177497463299538 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 483, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.036791997439948, 46.802544382467289 ], [ -123.012286397596057, 46.802428045589046 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 484, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.826922042903803, 47.451325656111642 ], [ -122.824044350022518, 47.452724593507646 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 485, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.535794516935653, 46.915604535502666 ], [ -121.53765798675802, 46.908425953877668 ], [ -121.543388933666435, 46.901239690523553 ], [ -121.544808561440362, 46.895796151222434 ], [ -121.539279495825284, 46.879268563997215 ], [ -121.540802492332645, 46.875271899475145 ], [ -121.53935579058421, 46.873292773842365 ], [ -121.539784148017702, 46.866802528462578 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 486, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.31460694231059, 46.403812259556283 ], [ -120.314605349949503, 46.393047799157529 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 487, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.118247955179285, 46.824068652016784 ], [ -123.097038422826955, 46.821808466786948 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 488, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002CODIVISN", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411193487242613, 47.666155363741105 ], [ -117.411184230499273, 47.664084168170476 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 489, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.716366211873293, 47.881308011725828 ], [ -122.709035170796625, 47.876171917787445 ], [ -122.693772481276454, 47.873410886509809 ], [ -122.683602066482521, 47.869477873640726 ], [ -122.658351202557384, 47.871160854085922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 490, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.387193219370488, 47.661914020608265 ], [ -117.379716311447893, 47.661938751107662 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 491, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.905841872402107, 48.546554685215646 ], [ -117.905915908154569, 48.548373689845043 ], [ -117.907287510061607, 48.548539055843598 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 492, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.547485506912537, 45.785201757830166 ], [ -122.547524469787021, 45.795007433954737 ], [ -122.549464294057756, 45.803238806706936 ], [ -122.547235864726147, 45.811720037814887 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 493, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207060034043437, 47.907289321737181 ], [ -122.207028983810915, 47.914243946030567 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 494, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.114431986466798, 47.165563314989747 ], [ -122.043046834779858, 47.158505120529462 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 495, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.194727604170538, 47.057704760647361 ], [ -119.215258356323389, 47.075122481242012 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 496, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002COBROWNE", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.413437023938968, 47.653519803781037 ], [ -117.413427022483205, 47.653110738219091 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 497, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.212867549815556, 48.655877457408117 ], [ -122.213041616063535, 48.659275254035279 ], [ -122.209186421097058, 48.665999324489945 ], [ -122.208678243439095, 48.671540295265501 ], [ -122.192831035522019, 48.690654080463027 ], [ -122.196331353413925, 48.699579499203715 ], [ -122.202413423124668, 48.706271974410804 ], [ -122.203403176281384, 48.720699274189592 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 498, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.976232691195548, 46.321695543894371 ], [ -117.97279602079324, 46.323781967681995 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 499, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.46742308178608, 48.738158788278852 ], [ -122.467204149911936, 48.742853344967692 ], [ -122.463797409376539, 48.749722479034816 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 500, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.392433527103933, 45.579523637498767 ], [ -122.37665006529916, 45.580575685863899 ], [ -122.369303594851132, 45.57919523077782 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 501, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.936689176717707, 46.785311949075862 ], [ -117.916377799610572, 46.784529918220372 ], [ -117.902868523265326, 46.788297571747201 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 502, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.212960738994653, 47.982029513690208 ], [ -122.214303316878741, 47.98204812438189 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 503, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.58154292941299, 48.463762046769439 ], [ -122.585783568566001, 48.465963159947869 ], [ -122.589071871611011, 48.474721943609651 ], [ -122.601808798858983, 48.491290470451453 ], [ -122.609634455565384, 48.49329084828922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 504, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.314605349949503, 46.393047799157529 ], [ -120.314680302481392, 46.389563781207748 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 505, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 610 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.083074088988525, 46.911444977879313 ], [ -117.079932052290715, 46.911435068912816 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 506, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.231066910728728, 47.381651080943435 ], [ -122.231080052950688, 47.383307260584722 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 507, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.210814926087693, 48.308349596775749 ], [ -122.216120666972955, 48.308431297128401 ], [ -122.219037788623865, 48.310340347335256 ], [ -122.225963612728279, 48.31011516526118 ], [ -122.234367686091318, 48.315786019197695 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 508, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.144077016761798, 47.783849264633616 ], [ -122.143456659318133, 47.790344373938339 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 509, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.29353925488148, 47.098614527625443 ], [ -122.29322628986975, 47.118364891108158 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 510, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.55566095888237, 46.936196930866153 ], [ -122.55405100489746, 46.938020830135194 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 511, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.695083687724704, 46.669070081486424 ], [ -123.683929235397741, 46.655606363527113 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 512, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "165", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.036341396005895, 47.156422077643512 ], [ -122.036347956013003, 47.158042872528192 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 513, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.251843555422312, 46.331539616412918 ], [ -120.246165081574404, 46.327693020426693 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 514, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.217877603413342, 47.469636537424392 ], [ -122.217836586385346, 47.470858336342978 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 515, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.607441234604579, 47.594573299947797 ], [ -117.569178883687314, 47.594619977532282 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 516, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.647115108269915, 48.765380910618646 ], [ -118.645797810452549, 48.768621612857061 ], [ -118.646878596849163, 48.773768593720952 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 517, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.907878279902803, 46.947303939338191 ], [ -122.907862545279187, 46.952805237156575 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 518, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.709580028592384, 46.882422144562995 ], [ -123.713066446246913, 46.88552108338812 ], [ -123.714723801323487, 46.890466702222852 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 519, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "546", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.451971471794494, 48.964651037839239 ], [ -122.441323932259863, 48.964289919960166 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 520, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.266703538445427, 46.8634865678914 ], [ -122.26671723155107, 46.865519286129043 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 521, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "970", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.900869444718722, 47.186221290267156 ], [ -120.899961343096876, 47.187712731620955 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 522, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 330 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.659863915102434, 46.970594937053875 ], [ -118.663816138773214, 46.971295742106477 ], [ -118.6639343918593, 46.974306665322338 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 523, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.445483673903212, 46.996549214015715 ], [ -123.426498692491279, 46.995530410643106 ], [ -123.40829675587473, 46.999944815181024 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 524, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.313330040548806, 47.303094965965549 ], [ -122.31331561099519, 47.311679663447919 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 525, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.500173933392148, 47.110755100976561 ], [ -118.483749404042783, 47.11090409101724 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 526, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.473637693050009, 48.718321439747832 ], [ -122.473686591400536, 48.725491598370624 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 527, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.953762576338079, 46.735381752067539 ], [ -122.953782416661525, 46.73669289135502 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 528, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.153148232238593, 47.043350307387797 ], [ -124.158045863079735, 47.044601999405415 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 529, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.378220896561956, 47.772633437409254 ], [ -117.356706419135563, 47.781286752126412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 530, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 146000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.187198009200628, 47.738498455251467 ], [ -122.185741568722833, 47.754859998083901 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 531, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.243020091931271, 47.135105077347539 ], [ -117.238425471112151, 47.138654034874605 ], [ -117.236856442143988, 47.146168677861525 ], [ -117.231266883398376, 47.153245730173587 ], [ -117.205230499189511, 47.167540489554753 ], [ -117.199232453945072, 47.177370832820536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 532, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.369303594851132, 45.57919523077782 ], [ -122.356148350162712, 45.576543975368544 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 533, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.15480221071617, 46.811576170206912 ], [ -119.133540258859355, 46.811668580011236 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 534, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.738490614801933, 47.736019593595934 ], [ -120.73918904116131, 47.730393659038199 ], [ -120.736685749340225, 47.726169562956152 ], [ -120.736880836486918, 47.721903015171911 ], [ -120.745850538070641, 47.69798378141833 ], [ -120.737315796008474, 47.689533732394381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 535, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.139226139001835, 46.825809829601255 ], [ -123.118247955179285, 46.824068652016784 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 536, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.231668146995759, 46.741345992584861 ], [ -117.242141715141187, 46.758580657241488 ], [ -117.261732509663574, 46.759794574333327 ], [ -117.267877216890199, 46.766226785235126 ], [ -117.277256571289172, 46.77249754603605 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 537, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.228121380776003, 47.624127678850741 ], [ -120.228042090985326, 47.627788861811567 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 538, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.002559608798677, 46.810008946897206 ], [ -122.972479903439833, 46.860398040716895 ], [ -122.960098434476251, 46.898463150670544 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 539, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.887405132312722, 46.979481806230034 ], [ -123.883914385143854, 46.977057906592186 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 540, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "181", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.243838936407926, 47.456863249195095 ], [ -122.245609144959246, 47.463812580104623 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 541, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.002000654830908, 46.320577083313381 ], [ -124.005822603158975, 46.322037676795986 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 542, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.222910009819046, 47.573066742833177 ], [ -117.224910300086108, 47.57557900095437 ], [ -117.224735507447221, 47.586273943680922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 543, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293870047177251, 47.20439840597281 ], [ -122.293853606136366, 47.205180808407455 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 544, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.22563490111159, 47.303041710323193 ], [ -122.225521381725471, 47.30197247518786 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 545, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 94000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.209623774595642, 47.671722867480128 ], [ -117.179444856372996, 47.665768017322023 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 546, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.38804787693438, 48.85701153485013 ], [ -117.376607488652482, 48.865664456073702 ], [ -117.373937925360522, 48.865974413292683 ], [ -117.372529039603705, 48.864032049957785 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 547, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.55405100489746, 46.938020830135194 ], [ -122.551984477993642, 46.946686872390892 ], [ -122.553834768524126, 46.952413496701077 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 548, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.48544793499768, 48.939132261757457 ], [ -122.485346709064572, 48.94605678420757 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 549, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.354567975607395, 48.617470432644204 ], [ -122.357139855512372, 48.627319620211736 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 550, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.312132656973986, 47.339444431918643 ], [ -122.312363667331923, 47.347799161144373 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 551, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "310", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.656562609872836, 47.570330458081237 ], [ -122.653315631267063, 47.567379882309289 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 552, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9910016142762, 47.045033689378222 ], [ -122.984827015078608, 47.042220008029176 ], [ -122.969808104425283, 47.042545520623548 ], [ -122.960202830196053, 47.03998234109757 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 553, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.637848629692186, 47.542187291519198 ], [ -122.63625426548667, 47.541726008107297 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 554, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.244831362615471, 47.688716824569525 ], [ -117.239712502932221, 47.689753611824145 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 555, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.178513834345338, 46.644438357796034 ], [ -121.169763825314064, 46.647108488455729 ], [ -121.151781941153601, 46.644685081992215 ], [ -121.13193909841749, 46.654538566279982 ], [ -121.126372508928185, 46.664869244114996 ], [ -121.120364078233663, 46.66507115039132 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 556, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.570785594692978, 47.713968150660705 ], [ -122.592333752882197, 47.705804317906164 ], [ -122.600709675820582, 47.706870465886226 ], [ -122.61450072744897, 47.715477569083475 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 557, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485347089449391, 48.891721004997571 ], [ -122.485340099032555, 48.906697669050764 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 558, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "204", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.137692842565897, 47.978193927196386 ], [ -122.137654272129623, 47.981326184401013 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 559, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.613426266490507, 47.471353912013129 ], [ -117.607613926253151, 47.472278094027487 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 560, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.30334419321467, 46.564117267426838 ], [ -122.296621681110409, 46.564210831150049 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 561, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.707163542069551, 47.506718892189909 ], [ -117.714815111817728, 47.514854791398143 ], [ -117.714928811798998, 47.530660338525671 ], [ -117.705003975690374, 47.543233461919783 ], [ -117.704477620236119, 47.548263456645834 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 562, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 70000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.444060501274976, 47.158268456007384 ], [ -122.427613443828719, 47.158151582284297 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 563, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.906568351883564, 47.102522463258047 ], [ -123.905272226026554, 47.105603775751916 ], [ -123.895831974393545, 47.110762699243921 ], [ -123.897945930977912, 47.118216256417895 ], [ -123.894236284361213, 47.122751253053522 ], [ -123.894178865037759, 47.126761809293271 ], [ -123.897653883621913, 47.134892608648585 ], [ -123.888992968517101, 47.144192540582345 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 564, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.313390933948682, 48.435618260493136 ], [ -122.307978405483865, 48.435595460805089 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 565, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.407309262565164, 48.690169743422487 ], [ -122.424107219414893, 48.689145912369156 ], [ -122.449674891492961, 48.693625315514048 ], [ -122.468835959692925, 48.700174684270536 ], [ -122.47455769524322, 48.703646174094054 ], [ -122.476738543835808, 48.70683215024998 ], [ -122.47540019148272, 48.711446099963005 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 566, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.654549427461916, 45.717300241725709 ], [ -122.654693700370771, 45.724874666588889 ], [ -122.656990761173461, 45.732546164219357 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 567, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.616074090939833, 48.054383254329004 ], [ -117.62050663650156, 48.060076006542651 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 568, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.351239545598403, 46.069099866242354 ], [ -118.35647748464784, 46.068884259901338 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 569, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.717959422603883, 48.285470006413902 ], [ -117.773900985978443, 48.303201921468791 ], [ -117.779860732720564, 48.307253597107881 ], [ -117.805285337281518, 48.314028318693467 ], [ -117.819166039924241, 48.320150205282573 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 570, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292458623240094, 47.733778690410517 ], [ -122.292441666472854, 47.735585142250443 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 571, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.226140987158885, 48.528254450370973 ], [ -122.224679274435459, 48.532074399113711 ], [ -122.226018055020901, 48.537578659518331 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 572, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411184230499273, 47.664084168170476 ], [ -117.409553450689572, 47.666213453173867 ], [ -117.411097387585272, 47.686238881054152 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 573, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.22930154211339, 47.180660177191037 ], [ -122.229284166519435, 47.177268598483003 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 574, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.332281600255996, 47.467204479357179 ], [ -122.329962986863748, 47.474841478887797 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 575, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "204", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.11269213030269, 48.000211144436001 ], [ -122.106317910644123, 48.002878398950919 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 576, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "547", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143204017948364, 48.917388145691199 ], [ -122.14344286665839, 48.931350329369181 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 577, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.177835226883587, 48.046828315996621 ], [ -122.17702554747035, 48.051845694889323 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 578, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.611206928594129, 47.59461278691564 ], [ -117.607441234604579, 47.594573299947797 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 579, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.89657610253694, 46.289316622535189 ], [ -122.895404857107593, 46.295780845669533 ], [ -122.890796080326638, 46.301280442577742 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 580, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.623334610968044, 47.428490086744283 ], [ -122.622593568678042, 47.43837884705475 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 581, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.076154776382921, 46.82063969174736 ], [ -123.070578495896186, 46.818061401024515 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 582, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.874470869484767, 45.824429695035832 ], [ -120.859747683426576, 45.824429700198856 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 583, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.523562276757872, 47.978488490698027 ], [ -117.544865352947184, 47.992832746167103 ], [ -117.551496168110233, 47.993632692719075 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 584, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.390124871762794, 47.393230258794155 ], [ -121.383787969399236, 47.390571996752691 ], [ -121.379639739701304, 47.38671191716859 ], [ -121.376906302949322, 47.373343145213376 ], [ -121.372928364202238, 47.367418270044276 ], [ -121.372841820864011, 47.361665166119948 ], [ -121.365972569961684, 47.354795702651892 ], [ -121.363781250784896, 47.349466073922272 ], [ -121.363400466693264, 47.342296723342379 ], [ -121.351847411445561, 47.339440451508196 ], [ -121.343448944256252, 47.330498774150875 ], [ -121.328788046017337, 47.325310499196391 ], [ -121.309937195504133, 47.30757339840806 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 585, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.908639489557103, 46.899146685381176 ], [ -122.905777602320086, 46.908129383351991 ], [ -122.907859990439277, 46.916661814092265 ], [ -122.907920452864758, 46.932682540119146 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 586, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.382101974212034, 46.204770147973136 ], [ -123.366284463235573, 46.197242044061774 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 587, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.263676331172476, 46.259172216571407 ], [ -119.256337961926278, 46.251966726393015 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 588, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.395950266959048, 48.804100865645516 ], [ -122.3771647614698, 48.804134103758287 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 589, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.910635348218619, 46.267561943064429 ], [ -119.89536413794481, 46.264002434617076 ], [ -119.884688452163999, 46.258716924643778 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 590, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.813512360734848, 46.975265630285683 ], [ -123.812351579478403, 46.975862692238074 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 591, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.385450857524475, 47.954115057604838 ], [ -124.389529876301665, 47.957978651500177 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 592, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.61351930946266, 46.373222121429734 ], [ -122.608354771693101, 46.374365495739873 ], [ -122.602374896787552, 46.378238298999378 ], [ -122.59933915600439, 46.378240487067231 ], [ -122.595964277304631, 46.375495071760817 ], [ -122.595287494571181, 46.366595426366032 ], [ -122.592318549730493, 46.364142104268034 ], [ -122.588399821463568, 46.364906543422173 ], [ -122.580395611768665, 46.370223410450258 ], [ -122.575630911805035, 46.3701554294015 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 593, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 920 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.07679139627642, 48.630228082833092 ], [ -118.080925071266407, 48.63356900084991 ], [ -118.082633411867334, 48.639142210593931 ], [ -118.080422326541537, 48.645851570792615 ], [ -118.085971590606079, 48.654753867440647 ], [ -118.085546038587992, 48.656612635583414 ], [ -118.076118270504978, 48.662017481191995 ], [ -118.052819214570789, 48.665559054633412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 594, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.731910468687815, 48.027148628465099 ], [ -117.737383747006589, 48.041015321270791 ], [ -117.741432639678777, 48.045341383318863 ], [ -117.741461706719889, 48.054927261905505 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 595, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.115157878718534, 47.667096279399587 ], [ -122.110109278722263, 47.667670596985275 ], [ -122.107099275653596, 47.669954242760376 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 596, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "282", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.554898095549561, 47.306482052642252 ], [ -119.540464836167359, 47.301657132833682 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 597, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.543956415349669, 47.777004347451687 ], [ -117.54231616557847, 47.779924729554693 ], [ -117.532580146732926, 47.781804865460771 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 598, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.00339243065595, 47.308701873063235 ], [ -122.003632927578622, 47.309464702201957 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 599, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.077111309366558, 47.762355573576251 ], [ -120.034694087130703, 47.774461055253596 ], [ -120.006871548184733, 47.775403027855084 ], [ -119.992806629916402, 47.779577621667023 ], [ -119.976270758613381, 47.799824073024141 ], [ -119.970717980053749, 47.810311780512222 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 600, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.724712097600872, 47.014546030184903 ], [ -122.715520784522283, 47.012462492902486 ], [ -122.704248210695596, 47.016611338355254 ], [ -122.698150309044436, 47.015564691829745 ], [ -122.692908625781456, 47.012290862542415 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 601, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "205", "AADT": 118000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.563018940670204, 45.641866075364668 ], [ -122.565521330023856, 45.648308855935589 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 602, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.466151024001803, 45.58382252860202 ], [ -122.443282949070664, 45.57853125384549 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 603, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321304667796198, 47.679899929568151 ], [ -122.321624579430093, 47.680978481472202 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 604, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.404321633145614, 45.615225456978536 ], [ -122.408008438641971, 45.611584036904944 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 605, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.098432778875733, 47.189899278896647 ], [ -123.098249415328581, 47.195211623923477 ], [ -123.092186940478101, 47.199839907871393 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 606, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.752041545564495, 48.996105339838252 ], [ -122.752345439315008, 48.997156789567995 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 607, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.297804080919974, 47.821060115664878 ], [ -122.292406555277367, 47.820973150659725 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 608, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.23284523334317, 47.208378484437233 ], [ -118.215332571200989, 47.214509543568582 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 609, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.443902727639312, 48.446021134802336 ], [ -122.431338853432479, 48.446287310673107 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 610, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.111411386341601, 46.283072301360505 ], [ -118.102801439056449, 46.287841932448117 ], [ -118.090008747835995, 46.289245971730899 ], [ -118.066859002863296, 46.286648364896756 ], [ -118.036098662156121, 46.288326295631279 ], [ -118.025944916797101, 46.292029668288244 ], [ -118.003770001278767, 46.30532053715342 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 611, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.096605699183939, 46.626868397470474 ], [ -123.081386745100204, 46.627036552756898 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 612, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 161000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.446627369228665, 47.230157966935657 ], [ -122.434938931782213, 47.232786222342078 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 613, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.186352443692385, 46.830341964523342 ], [ -123.160385207614382, 46.827035102122366 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 614, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.357230480779634, 48.866178092336476 ], [ -117.354687198157649, 48.869142656728492 ], [ -117.355122821874417, 48.871619873007013 ], [ -117.352188943580785, 48.873500374163548 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 615, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434907904171169, 47.099300405808577 ], [ -122.434751610172285, 47.112394316891148 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 616, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.883861749931782, 46.583840508365682 ], [ -122.855078103613053, 46.576372726541514 ], [ -122.839874060120067, 46.576032654489758 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 617, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "906", "AADT": 610 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.398065621991122, 47.395608745671318 ], [ -121.397342688945372, 47.396461200049671 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 618, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.369476906536107, 47.020299668782023 ], [ -122.373428712920969, 47.025255627939089 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 619, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "008", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.370724874039524, 47.010716259514361 ], [ -123.352240649263507, 47.017684745350351 ], [ -123.332968547283173, 47.037354000685127 ], [ -123.315836317955785, 47.04399929414199 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 620, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "108", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.265225939079571, 47.055633962371168 ], [ -123.266195815705387, 47.06273688376973 ], [ -123.268924316504382, 47.067984467782686 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 621, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239688719107633, 47.686200289626193 ], [ -117.239712502932221, 47.689753611824145 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 622, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.486004744366568, 48.795206026946545 ], [ -122.486012535694428, 48.800551579686704 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 623, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.210439985530428, 48.515958146579159 ], [ -122.194015632509533, 48.523674249130785 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 624, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515764730526371, 47.279822397387576 ], [ -122.515758745787963, 47.281707767972797 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 625, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300652700851458, 47.289901354714921 ], [ -122.298604580410952, 47.290674507300466 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 626, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 830 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.626968669098247, 47.563649620725911 ], [ -122.625307651449788, 47.562195788500816 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 627, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.161062147667565, 48.801349192392472 ], [ -118.1725853859583, 48.828152150317486 ], [ -118.180051297932707, 48.834325051160583 ], [ -118.19952799130624, 48.841347176420008 ], [ -118.200083407697463, 48.848529138709111 ], [ -118.204962522132917, 48.861182790307907 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 628, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.197572222928613, 46.169229399362045 ], [ -119.176250490038257, 46.184932840078829 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 629, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.846207796727086, 46.231297311858938 ], [ -118.720525774386061, 46.297552084202266 ], [ -118.584339470721488, 46.296193138678326 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 630, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 290 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.974348339919672, 47.316068812981506 ], [ -117.968022125809313, 47.325700944720047 ], [ -117.950519892614693, 47.342246123332941 ], [ -117.945230383381883, 47.349151957204946 ], [ -117.938685422447662, 47.362423437740802 ], [ -117.939609847562224, 47.36927103428328 ], [ -117.938416296632639, 47.373410272690791 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 631, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.836099174282651, 45.676024127315742 ], [ -120.837390182771188, 45.680226170723522 ], [ -120.835036922134577, 45.682664960298425 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 632, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.387709362033064, 46.027451012856964 ], [ -118.380517254274778, 46.031811534266055 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 633, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 210 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.168515688146172, 47.847325751207457 ], [ -117.165140156928771, 47.851753269507647 ], [ -117.161742804944026, 47.865342873341248 ], [ -117.158869180142773, 47.869560835873664 ], [ -117.14825380128157, 47.87806584687506 ], [ -117.137117326082489, 47.880547251566519 ], [ -117.131255097879546, 47.885976483946472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 634, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.123852411162659, 46.273750084320341 ], [ -118.111411386341601, 46.283072301360505 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 635, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.641894565051786, 47.379505721443685 ], [ -122.626109567657707, 47.384698061692582 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 636, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.899091142437427, 46.794010221214727 ], [ -118.761511531466979, 46.793384805469337 ], [ -118.755676320014175, 46.792100750437157 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 637, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "181", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.247422590499525, 47.385264943792883 ], [ -122.247431142073211, 47.386713606173544 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 638, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.063917083040096, 46.419919126360135 ], [ -117.058680005933283, 46.419926261535018 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 639, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.535337776802351, 48.098941472039122 ], [ -123.514687829300513, 48.101668274667588 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 640, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "310", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.673143573851775, 47.568179933046778 ], [ -122.667648745636271, 47.568424242637342 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 641, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.693336633459253, 46.576760556769194 ], [ -122.683909071881232, 46.578024938098558 ], [ -122.670955736673903, 46.582551110285749 ], [ -122.656369770507411, 46.593544314712126 ], [ -122.648386479136377, 46.601923836562939 ], [ -122.634550855077393, 46.60846012118116 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 642, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.634550855077393, 46.60846012118116 ], [ -122.626250840668632, 46.611923550478899 ], [ -122.592978153436192, 46.612777225181169 ], [ -122.584773841971625, 46.611784021667269 ], [ -122.57292081892902, 46.607479030806523 ], [ -122.560384403777263, 46.607700999117249 ], [ -122.540197421986306, 46.605002059200018 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 643, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.509427538961901, 47.64300539752724 ], [ -117.507145410307913, 47.643066968134022 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 644, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 450 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.57830056834699, 48.544846913877166 ], [ -117.564749090375699, 48.551411905576657 ], [ -117.555557533903411, 48.561967218141881 ], [ -117.555788654949012, 48.566585746092052 ], [ -117.553454897803675, 48.573690630734362 ], [ -117.558822491127756, 48.580243847932351 ], [ -117.559705992178095, 48.593892183208858 ], [ -117.557215752457168, 48.599535084945387 ], [ -117.550171145212119, 48.605263212918537 ], [ -117.547199581019001, 48.612348327145305 ], [ -117.545261620337072, 48.627633018882825 ], [ -117.543007573366623, 48.630926415964545 ], [ -117.529466660727806, 48.639014634039945 ], [ -117.519271549357086, 48.641346430437203 ], [ -117.513471449815185, 48.647479872087082 ], [ -117.497475777839824, 48.653853069382322 ], [ -117.488961395118807, 48.651669244665726 ], [ -117.477884021277021, 48.657428847977158 ], [ -117.475930421756445, 48.665471330747728 ], [ -117.469810877374712, 48.673426829237009 ], [ -117.456139936566373, 48.672476686862204 ], [ -117.452505906406586, 48.681551813415254 ], [ -117.45337992940263, 48.684483503022108 ], [ -117.448627345959068, 48.681768263986164 ], [ -117.434306536311794, 48.67967020915885 ], [ -117.431606750137163, 48.68330958120071 ], [ -117.431426459000591, 48.680593790076912 ], [ -117.42930995347993, 48.681385824669931 ], [ -117.427504968655128, 48.689210634630861 ], [ -117.420952059685476, 48.685331234118316 ], [ -117.410840975227487, 48.685132151708565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 645, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501COVANCVR", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.67266460611701, 45.631866589384494 ], [ -122.670440581113255, 45.63185357258844 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 646, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395SPNSC", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.38267256064772, 47.778971992838123 ], [ -117.397523167757797, 47.779015196005602 ], [ -117.402735531969398, 47.781179547157102 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 647, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.172114409273789, 48.450282224576149 ], [ -118.178243425644098, 48.454828474932292 ], [ -118.180432223294488, 48.463571220677046 ], [ -118.179079420200409, 48.466292426796905 ], [ -118.171721657823099, 48.470467878873229 ], [ -118.16956156817362, 48.47383484879299 ], [ -118.169404086706109, 48.477832329011854 ], [ -118.173074859873054, 48.481522039348206 ], [ -118.173132638878755, 48.483407563379032 ], [ -118.167770304838768, 48.486053254075124 ], [ -118.159063936667494, 48.499183296407367 ], [ -118.147628430240104, 48.51050858338342 ], [ -118.136999374182579, 48.525413403720542 ], [ -118.12700625769638, 48.550613293412901 ], [ -118.120517027509692, 48.559925222792849 ], [ -118.109930425113788, 48.569916878822717 ], [ -118.090171582045727, 48.570911693194873 ], [ -118.084213404011408, 48.574334302299761 ], [ -118.083246609150024, 48.577293946092936 ], [ -118.073641162284375, 48.581071735990257 ], [ -118.073392596623421, 48.584875433847252 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 648, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.628868229891495, 47.621337157893855 ], [ -122.628901394055291, 47.632234824869947 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 649, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.22023187612821, 46.267966630933714 ], [ -118.216931558121473, 46.266636147054648 ], [ -118.190875690870726, 46.266530359632711 ], [ -118.182878885225392, 46.268761540546812 ], [ -118.169361525767613, 46.268812851751079 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 650, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.202351162739646, 46.134711391356291 ], [ -119.203612629027475, 46.116266121318631 ], [ -119.220847343105007, 46.09639539414836 ], [ -119.223404088636372, 46.091174826775116 ], [ -119.222203789335097, 46.077255145416096 ], [ -119.223911061532931, 46.067902429040025 ], [ -119.224889202040515, 46.031730899166895 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 651, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.297223348281889, 47.513955855421216 ], [ -120.295170645183589, 47.517274929863447 ], [ -120.28703441157225, 47.522736426027265 ], [ -120.283558967150924, 47.531400767059338 ], [ -120.280863748509276, 47.533979624166946 ], [ -120.262215977917677, 47.541859880959088 ], [ -120.254385786891888, 47.548897750488699 ], [ -120.254393566898642, 47.55731998720838 ], [ -120.248847181776298, 47.566111745318416 ], [ -120.237420164194788, 47.579039943516563 ], [ -120.230933677062666, 47.591719530156531 ], [ -120.226185244556007, 47.605363248073552 ], [ -120.228337923194275, 47.611376003381302 ], [ -120.22821908025611, 47.619337377360971 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 652, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.119648738610763, 48.635004250521092 ], [ -118.118273120507979, 48.639359854498153 ], [ -118.112920045406511, 48.644273739681658 ], [ -118.113645171171996, 48.661412148175771 ], [ -118.119083501850838, 48.677578304833254 ], [ -118.124410236431629, 48.684787960579094 ], [ -118.125003599221358, 48.691547317374926 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 653, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.505963270513732, 45.681974861658112 ], [ -122.505958291660761, 45.675826886432532 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 654, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.672677226612251, 45.632554433644543 ], [ -122.673838776937586, 45.632559899699672 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 655, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.978490988812069, 46.672381097487914 ], [ -122.971575499747686, 46.680680636571893 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 656, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.394695192876384, 47.757093937689042 ], [ -117.384990934128595, 47.766735284094608 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 657, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.521661144723964, 48.408142503995393 ], [ -119.52173314310906, 48.406990034593257 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 658, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903SPCLEELM", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.903467784042107, 47.188572052908754 ], [ -120.897147694880559, 47.186874413952815 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 659, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.304381981371861, 46.081133974747061 ], [ -118.293989290902076, 46.08236921233209 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 660, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.550955143804401, 47.321661697248459 ], [ -119.546962332062208, 47.327187273550472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 661, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.30421278145387, 47.644095444117326 ], [ -122.304514492455723, 47.645285222705667 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 662, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "599", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.28164358955992, 47.491197644139227 ], [ -122.284234380834064, 47.49664589145452 ], [ -122.294824384079391, 47.498289333257489 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 663, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 126000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.253913809614474, 47.589252353548432 ], [ -122.245421530513582, 47.591897435262581 ], [ -122.239877959838708, 47.590805383514557 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 664, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.772634005336485, 46.957213138643162 ], [ -123.786851206795077, 46.967101999947396 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 665, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 870 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.174270773026876, 47.379782915228382 ], [ -117.17424989538759, 47.386765967158915 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 666, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104COKNGSTN", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.495984081201883, 47.795839854955261 ], [ -122.495587689598821, 47.797525249066531 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 667, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.21965366857583, 47.673730154667588 ], [ -117.209623774595642, 47.671722867480128 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 668, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.466470167088573, 45.714803707524993 ], [ -121.465374470619679, 45.714393327654278 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 669, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.535952920925098, 46.980696515035937 ], [ -121.536088451871422, 46.979826348233473 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 670, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 108000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.26293024307364, 47.461922989546125 ], [ -122.257680961415417, 47.462429673318368 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 671, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.327202421908893, 47.485407254195977 ], [ -122.324930132109472, 47.494050853391059 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 672, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 173000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.472532295195421, 47.170111582767532 ], [ -122.46650317916729, 47.176321938860106 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 673, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.187759518765063, 47.081938472712039 ], [ -122.177075129527495, 47.082155805269636 ], [ -122.157935570355804, 47.091469010555969 ], [ -122.144423085892299, 47.111793334124478 ], [ -122.138793513374267, 47.114612357432634 ], [ -122.133641731978685, 47.120378446828752 ], [ -122.134312964525606, 47.127974281032131 ], [ -122.127858371994961, 47.130963939115972 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 674, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.361971859847458, 48.42775461048614 ], [ -122.348619877000246, 48.421752990025858 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 675, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.101162050676422, 47.207212564751934 ], [ -123.100990567911907, 47.208217873021724 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 676, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.893545103531622, 47.2124822552654 ], [ -117.913373348716959, 47.232968930129694 ], [ -117.918226298230692, 47.239716614617549 ], [ -117.91895885474959, 47.245528497424985 ], [ -117.930306638686659, 47.253502631062823 ], [ -117.931111395130827, 47.256495550905782 ], [ -117.928389827133145, 47.261391083215436 ], [ -117.928860964996645, 47.263616868394791 ], [ -117.95473514802336, 47.27493119704917 ], [ -117.962803662126859, 47.286574518008202 ], [ -117.971751609678691, 47.292004024584116 ], [ -117.973934305823846, 47.298032189796466 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 677, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.005266057737401, 47.94490957555459 ], [ -119.007361139032341, 47.943315751578801 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 678, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.815097401448057, 48.097207949037156 ], [ -122.813259501300763, 48.100401481449005 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 679, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.977254482319722, 47.860853409110561 ], [ -121.969933722636512, 47.859195632018753 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 680, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.275846758000256, 47.922028224037163 ], [ -122.270222134047003, 47.922091829880692 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 681, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.381067320790706, 48.457315612257624 ], [ -122.356664533596472, 48.46576115970872 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 682, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.604052753064224, 48.892078048725651 ], [ -122.617444360698258, 48.891747906975162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 683, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.313512649385288, 47.284003214505368 ], [ -122.31357123649569, 47.286134394085451 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 684, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.811926119578004, 46.952123449191497 ], [ -123.807798531506435, 46.954144945895976 ], [ -123.804648479677994, 46.958726717282026 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 685, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.40829675587473, 46.999944815181024 ], [ -123.396041911665748, 47.002634928952105 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 686, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195SPGNESSE", "AADT": 200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.047517464933605, 46.474461423101133 ], [ -117.039751810243658, 46.480061668844648 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 687, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.564705970608571, 47.50118974915614 ], [ -117.564681711241235, 47.503963134997939 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 688, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.086002230483558, 46.358205390645068 ], [ -119.0826735656983, 46.366224114745194 ], [ -119.043777732767381, 46.417275371640017 ], [ -119.028268493754013, 46.42524725767155 ], [ -119.024690463716979, 46.431304632847308 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 689, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.176420952496997, 46.767562564865806 ], [ -119.17648294881208, 46.775469671665036 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 690, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.062181571882689, 47.649175315894205 ], [ -120.053325928185558, 47.64884431148861 ], [ -120.046486571277342, 47.644601957474649 ], [ -120.037727067908818, 47.634067516978952 ], [ -120.036366807291927, 47.630174032764387 ], [ -120.027698695033123, 47.624115890142555 ], [ -120.004422111925649, 47.621042911067953 ], [ -120.004446607358375, 47.617337593027855 ], [ -119.997191266481252, 47.61273774310429 ], [ -119.834408544204251, 47.612643410921635 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 691, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 290 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.663685717422567, 46.999816557584914 ], [ -118.662907646719376, 47.079555208670293 ], [ -118.666884878102763, 47.090319640631698 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 692, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.602040066900514, 48.25958025725194 ], [ -121.597016547499891, 48.27287941291037 ], [ -121.573681599520867, 48.284673753189004 ], [ -121.556182769527538, 48.301317863113582 ], [ -121.555153906558445, 48.311333202874557 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 693, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.624429651030113, 47.504849436976741 ], [ -122.615444107861819, 47.504820946559377 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 694, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.312488370490996, 47.516734821125091 ], [ -122.321197409966345, 47.523360989988554 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 695, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "181", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.24934869013407, 47.397617755595974 ], [ -122.249430835298071, 47.412208168666517 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 696, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "970", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.854497924127827, 47.174925353752599 ], [ -120.850297723415238, 47.175225632763983 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 697, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.21256409977353, 47.921590993723576 ], [ -122.208424345872075, 47.919513115713748 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 698, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.826291358791053, 46.757455186553216 ], [ -120.812730530806959, 46.750683834514483 ], [ -120.788494477841894, 46.748308334053128 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 699, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.190996790890821, 47.980424217156632 ], [ -122.188574241434495, 47.980730406613255 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 700, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.073000360973637, 47.223043156119459 ], [ -117.073002491645752, 47.224069194433248 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 701, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.385537422388452, 45.579732123090771 ], [ -122.377695820106211, 45.58062276022325 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 702, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.635694855816737, 47.565040098833549 ], [ -122.632929343571746, 47.565033362358442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 703, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 127000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.215305772150572, 47.449957293714334 ], [ -122.217875041919683, 47.467115633472972 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 704, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "153", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.93365675926114, 48.052435164040617 ], [ -119.945798684500289, 48.055474163367791 ], [ -119.955306061763878, 48.07307721536796 ], [ -119.959613368277488, 48.075767125229184 ], [ -119.972459093059456, 48.076668398575123 ], [ -119.978542248762906, 48.074230331266854 ], [ -119.98953305795068, 48.077267622132823 ], [ -119.998880179787946, 48.072481559394852 ], [ -120.00691224838495, 48.074198117972784 ], [ -120.012978108557448, 48.079415673673914 ], [ -120.013178304528708, 48.082711214909239 ], [ -120.0174583935718, 48.08604369710531 ], [ -120.019060999872721, 48.092807575875376 ], [ -120.023280871642243, 48.09738893269499 ], [ -120.021600652015806, 48.100784262931043 ], [ -120.013089717470962, 48.102663715556957 ], [ -120.010172526199085, 48.107961368732589 ], [ -120.010980307578535, 48.111165344283407 ], [ -120.0086656266337, 48.119014496379172 ], [ -120.011261900904799, 48.121923633169452 ], [ -120.011146644773973, 48.125285978470416 ], [ -120.004345498956411, 48.13041172098751 ], [ -120.008260941796564, 48.136621045384182 ], [ -120.025602780600693, 48.139200862849648 ], [ -120.031775877738681, 48.142429460401388 ], [ -120.042387539663579, 48.143142820014432 ], [ -120.051623944502168, 48.14953908596128 ], [ -120.066499598626635, 48.155569255552805 ], [ -120.087177331001328, 48.17215704129439 ], [ -120.093399640209029, 48.181107116656705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 705, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.483953405415804, 46.795471160245505 ], [ -118.394400316426527, 46.79485780973414 ], [ -118.388663858610755, 46.791841367026741 ], [ -118.381397908161915, 46.780772335425659 ], [ -118.377736913663711, 46.778042339692334 ], [ -118.363530173598463, 46.776225738264941 ], [ -118.346393058112199, 46.76764933746567 ], [ -118.335288972476235, 46.765285613224805 ], [ -118.325817204592042, 46.7599363312534 ], [ -118.318941215577723, 46.758863934934361 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 706, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.925161936558339, 48.557993926001515 ], [ -117.93655043110796, 48.566794575266854 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 707, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.208930873475609, 47.809437448536372 ], [ -122.207231988263089, 47.809447764549368 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 708, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004COKELSO", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.908323311223555, 46.144437382522604 ], [ -122.907560117353157, 46.146548671940195 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 709, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.689141188205497, 47.683932213604727 ], [ -122.686912074814131, 47.693288397445272 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 710, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 920 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.31043483242567, 46.756377710544143 ], [ -118.308445228927368, 46.758407436037558 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 711, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "041", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.039537514250426, 48.183976228367946 ], [ -117.039552860808726, 48.182953896901324 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 712, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.368678888153696, 47.115004149172655 ], [ -118.360231664926161, 47.12019887816389 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 713, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.907883639958996, 46.534078826569385 ], [ -121.835022125638744, 46.533439302288755 ], [ -121.801796563873168, 46.535908453025215 ], [ -121.778499805993363, 46.533836540842699 ], [ -121.757849323331527, 46.538880423423961 ], [ -121.735491287394154, 46.55265324816277 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 714, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.433966807669975, 47.206401298872478 ], [ -122.433972606758687, 47.207413103210669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 715, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0487109157188, 46.729196681931391 ], [ -119.086822704253322, 46.739569367655257 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 716, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.899717106026941, 48.055065723765907 ], [ -119.885838076611137, 48.062421962090447 ], [ -119.857595907951378, 48.073214422621142 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 717, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.284409614093647, 48.305935944514317 ], [ -117.283901925627418, 48.305182219612938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 718, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.174164814171888, 46.737912873421955 ], [ -117.172787934227642, 46.739769734155814 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 719, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.974790843519742, 47.817388845187175 ], [ -119.974882391904728, 47.820337194987019 ], [ -119.969723840237805, 47.830978937269848 ], [ -119.965048028407907, 47.837081200515357 ], [ -119.962107986031882, 47.8475714003389 ], [ -119.958056924530055, 47.852376270037787 ], [ -119.953140866251942, 47.854839092180498 ], [ -119.940236168858604, 47.855184605150875 ], [ -119.93297926144416, 47.858485205832729 ], [ -119.923731367746996, 47.866246405962578 ], [ -119.920256300739069, 47.873118329495149 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 720, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.141047318809257, 47.664764855574653 ], [ -118.14112725517262, 47.703250923079189 ], [ -118.150278550238895, 47.711075863628267 ], [ -118.152428712434187, 47.722723446258513 ], [ -118.161080307836599, 47.72996097663524 ], [ -118.170377575210836, 47.744938247360487 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 721, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.256687638111799, 47.112363656969087 ], [ -119.256713113264652, 47.116471302167866 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 722, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.323551961743021, 47.161804575244631 ], [ -119.329880551868285, 47.173255506867349 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 723, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "532", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.242300813250239, 48.238812016751012 ], [ -122.240777442332131, 48.238810643938919 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 724, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 380 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.701864316526326, 48.078607275954617 ], [ -122.701618611817622, 48.085962439640234 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 725, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.341327669450123, 47.821450980063837 ], [ -122.335881339383931, 47.821450872089486 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 726, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.30330255127852, 47.159893548295607 ], [ -118.292877677971489, 47.167144058625588 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 727, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "283", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.738029801679104, 47.162025528492201 ], [ -119.725560926325002, 47.169794972413349 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 728, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.053438935970831, 46.370628562236384 ], [ -124.053203923969107, 46.375564201249162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 729, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.364992514867168, 45.997101925747664 ], [ -122.376043329288422, 45.9953753730383 ], [ -122.400432161080303, 45.996368779395226 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 730, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 91000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.248800093124444, 47.205358269504181 ], [ -122.24684218299852, 47.208874474603675 ], [ -122.247035195191813, 47.223914254894623 ], [ -122.254672479721847, 47.242503585573665 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 731, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.697769072959971, 48.018281474986544 ], [ -122.696731848146612, 48.022543506578373 ], [ -122.689663011938848, 48.030601336574726 ], [ -122.691419370444834, 48.034425734182719 ], [ -122.691035370993987, 48.051247552718529 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 732, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.26398077715784, 47.675082619344828 ], [ -122.263567333614901, 47.675734394582321 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 733, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "730SPWALULA", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.914222778530174, 46.056575632606311 ], [ -118.907596618671889, 46.05620139630561 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 734, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COPRTANG", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.417978830033888, 48.113857708334301 ], [ -123.420014403076763, 48.114684685307893 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 735, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 790 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.644329631693722, 48.597372196669099 ], [ -118.631443151488497, 48.596023515626491 ], [ -118.625745332430654, 48.598912525355466 ], [ -118.602271892457566, 48.604390134208735 ], [ -118.586270706837936, 48.612008623861911 ], [ -118.577949323158606, 48.613341485735482 ], [ -118.573930318899102, 48.612458189046912 ], [ -118.567910825846226, 48.615346550071827 ], [ -118.565952585019645, 48.612231788340793 ], [ -118.563306066408927, 48.613883437855129 ], [ -118.557319629128997, 48.614018978113791 ], [ -118.544543882065554, 48.611507833218354 ], [ -118.537778867303516, 48.606885284748749 ], [ -118.536540185779288, 48.601967921592014 ], [ -118.527591791508044, 48.59704781398937 ], [ -118.513711910370773, 48.595243222022773 ], [ -118.509752481980769, 48.597062377648584 ], [ -118.515545926900572, 48.599558023983199 ], [ -118.512743501985099, 48.603296746759014 ], [ -118.502624779655221, 48.60331886863603 ], [ -118.478274150495153, 48.607220431074609 ], [ -118.471430063280124, 48.604953516448091 ], [ -118.458550925553325, 48.604739816528173 ], [ -118.458383569032762, 48.606043330292579 ], [ -118.466097377249838, 48.608220733847077 ], [ -118.466188894330955, 48.612117931920771 ], [ -118.462801487914987, 48.613407730503731 ], [ -118.449297511526069, 48.610209148370046 ], [ -118.444458355178881, 48.611307733858844 ], [ -118.443503371388957, 48.618978405966935 ], [ -118.444985881628384, 48.623658627592334 ], [ -118.443223314729295, 48.626355093908252 ], [ -118.443740004816803, 48.629110766550234 ], [ -118.441765153222065, 48.62993666989567 ], [ -118.432870114093959, 48.62182999413195 ], [ -118.419859738497308, 48.624682760617219 ], [ -118.403671908868148, 48.621080540525185 ], [ -118.363640153009413, 48.607166353406484 ], [ -118.360780200134968, 48.604038611085016 ], [ -118.346492019809162, 48.597342514333775 ], [ -118.308966511299886, 48.589148857123803 ], [ -118.302325971607289, 48.583326799508804 ], [ -118.293268038863872, 48.579172332485896 ], [ -118.281968588719437, 48.578021572526652 ], [ -118.248791252746898, 48.579370117176573 ], [ -118.205166869618523, 48.584869316450373 ], [ -118.195029903653335, 48.586755544312339 ], [ -118.189831821133339, 48.589329095969326 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 736, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.341074642781521, 48.435897211022557 ], [ -122.339797739024348, 48.435892029892884 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 737, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "008", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.28643678523602, 47.054106290057639 ], [ -123.275767478506381, 47.053812293255774 ], [ -123.261700467216585, 47.0447459022513 ], [ -123.251203279130451, 47.045282316327921 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 738, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.584339470721488, 46.296193138678326 ], [ -118.564229176600591, 46.296122949634032 ], [ -118.552650364459026, 46.288566694612129 ], [ -118.533822775678686, 46.290820586363694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 739, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.152082744556282, 47.701179934959796 ], [ -117.133293255434253, 47.70453871345736 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 740, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.164806102841212, 46.723272356527097 ], [ -117.162442883693004, 46.721390521483912 ], [ -117.144376428006922, 46.721707377258348 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 741, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.349645452645873, 48.006891476229413 ], [ -117.349664889568871, 48.017722257877409 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 742, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.501840835354884, 45.672127572193745 ], [ -122.488599286145217, 45.67183403430608 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 743, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 420 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.372622271491664, 46.147436197024028 ], [ -118.372751190859589, 46.152707094062819 ], [ -118.378760739789129, 46.156211797213203 ], [ -118.37957361337277, 46.16320959524208 ], [ -118.384336109225657, 46.173192444407846 ], [ -118.38363710482075, 46.191918518378579 ], [ -118.381582690957885, 46.197844069272051 ], [ -118.393251195378184, 46.216571464332439 ], [ -118.391670957529655, 46.22012923747058 ], [ -118.379263273062094, 46.231106734068717 ], [ -118.369596328349061, 46.237150703251707 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 744, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.265450775061325, 46.869141366287543 ], [ -122.26598706392025, 46.872146551430511 ], [ -122.274121317324898, 46.87686998165016 ], [ -122.297828366658834, 46.874006170769206 ], [ -122.302654463392273, 46.878201674919325 ], [ -122.300696449695479, 46.885655934584761 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 745, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 630 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.693699750066116, 48.906634052001856 ], [ -121.695932072602801, 48.903455504370434 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 746, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.730318212441148, 46.682339102345374 ], [ -123.729453772924614, 46.683375648164954 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 747, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.225111655180868, 48.550330614579494 ], [ -122.224161462993436, 48.586540622995777 ], [ -122.229903864435954, 48.592948134796167 ], [ -122.229737419657482, 48.596244488971379 ], [ -122.232841557308532, 48.603029983587895 ], [ -122.218148482566235, 48.626466917350562 ], [ -122.215309782323786, 48.634278121199564 ], [ -122.216800408168339, 48.636627310056262 ], [ -122.216941282720569, 48.642766882262428 ], [ -122.212974645511238, 48.652713438089222 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 748, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207007235541838, 47.904960629854315 ], [ -122.207060034043437, 47.907289321737181 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 749, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 100000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.259303365427968, 47.25702466828875 ], [ -122.261745848632813, 47.264911157883567 ], [ -122.26074299832618, 47.268899057521288 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 750, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.853456536942716, 47.190478665458897 ], [ -119.85341050311051, 47.219448708210813 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 751, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.885683715879537, 47.987020464311001 ], [ -122.884773839763582, 47.985575900733359 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 752, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.70977734336735, 47.632488696088835 ], [ -122.704937050348548, 47.639618854610866 ], [ -122.705059787720145, 47.643361435574249 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 753, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.01092180440989, 46.169143498325091 ], [ -123.004795632716508, 46.166123702447827 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 754, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552555247678612, 45.677831341701292 ], [ -122.552151748684011, 45.682087270033662 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 755, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "506", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.036809172092873, 46.397406746601291 ], [ -123.034762171519247, 46.399750585498523 ], [ -123.030805251898741, 46.399522461566498 ], [ -123.027368158587734, 46.40218885630695 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 756, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.610829685570593, 47.034561590715235 ], [ -120.608500123032016, 47.037484430174906 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 757, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.764636559588624, 47.052285571602027 ], [ -122.764951061325291, 47.04309029170264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 758, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.157675399105813, 47.653194853849016 ], [ -118.157668452655614, 47.654046720921784 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 759, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.298504515092063, 47.395476239970947 ], [ -122.294738953412875, 47.393602726267353 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 760, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.100990567911907, 47.208217873021724 ], [ -123.10027828338842, 47.211973236315188 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 761, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.299495120036738, 45.571607305035023 ], [ -122.259072874465645, 45.559875325062251 ], [ -122.231353542812116, 45.561100054512565 ], [ -122.218554959136227, 45.56617093986258 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 762, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.90730587583046, 46.275376903023975 ], [ -122.907643551806444, 46.276932524706183 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 763, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.319453416960641, 47.432412369030096 ], [ -120.321384388051683, 47.434715633080174 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 764, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.263349709174719, 45.733907703854968 ], [ -120.222795104195569, 45.742975333933195 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 765, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.415017563118866, 48.001060961101615 ], [ -122.439416369689582, 48.00424279555623 ], [ -122.454109795401635, 47.999610826947446 ], [ -122.458628463536726, 48.000947480789264 ], [ -122.461690018404454, 48.004296339196486 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 766, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.205906906169758, 46.733752018345946 ], [ -117.201053661341334, 46.733760269304341 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 767, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.435054349404794, 47.083944887594939 ], [ -122.434931526027938, 47.097314452407801 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 768, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.35647748464784, 46.068884259901338 ], [ -118.356457815444017, 46.074867789041875 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 769, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.953673774872385, 46.7289461560527 ], [ -122.953762576338079, 46.735381752067539 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 770, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.853054034101433, 47.511870957658559 ], [ -121.842291093904095, 47.514579584441364 ], [ -121.835931962594586, 47.51374662247737 ], [ -121.813496104389756, 47.495295189206153 ], [ -121.802151302610611, 47.491269221702289 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 771, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.194201973790783, 46.76533661603797 ], [ -122.197170828602395, 46.768037857700079 ], [ -122.213704555669466, 46.771820021343203 ], [ -122.231931894637341, 46.780379614217502 ], [ -122.253935509912949, 46.785385082694617 ], [ -122.267887021383473, 46.79320241007288 ], [ -122.275474118652539, 46.799962383264905 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 772, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.511892241802514, 46.626064118539666 ], [ -120.511892390330402, 46.626211773032871 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 773, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.90129404271535, 46.153556146945064 ], [ -122.903046981727385, 46.163296998414928 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 774, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.193721204832116, 46.733421816340474 ], [ -117.186495761626276, 46.731477172075735 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 775, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.474010406095644, 48.644148752874493 ], [ -119.468087418614445, 48.652635510272248 ], [ -119.472001648938459, 48.658440658025761 ], [ -119.47023837909029, 48.672824975640246 ], [ -119.450386834701277, 48.694933143258645 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 776, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.432670010859923, 47.298060625754331 ], [ -122.434434259025579, 47.299957594507376 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 777, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012COABERDN", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.813204082303827, 46.976649580694747 ], [ -123.814395560497218, 46.976034897348804 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 778, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 186000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329103704689842, 47.746905411137327 ], [ -122.329330637044492, 47.750282030327568 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 779, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.475498548969966, 46.536101055634624 ], [ -122.458839821561227, 46.542296331790837 ], [ -122.44312051749219, 46.542618453514741 ], [ -122.427552381093506, 46.537446487357705 ], [ -122.408013463137635, 46.537297046319779 ], [ -122.396370998908509, 46.532823768310024 ], [ -122.386618120340671, 46.532630198887915 ], [ -122.366339486832516, 46.54195511955885 ], [ -122.355787924032867, 46.541390777304642 ], [ -122.343352711367871, 46.546187107308263 ], [ -122.327708489574206, 46.54472064715376 ], [ -122.304327892033029, 46.553693551315092 ], [ -122.296121028865898, 46.554488739245137 ], [ -122.284059821347526, 46.55290353946959 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 780, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.816531071239623, 47.861761082029723 ], [ -121.808042963186779, 47.862109763551871 ], [ -121.797381755900176, 47.865036690057089 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 781, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 103000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.666431452565135, 45.628936169206803 ], [ -122.662273975720296, 45.635954176916449 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 782, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.472295554759285, 47.762035526729363 ], [ -121.461700013555301, 47.753813102677789 ], [ -121.455186047712317, 47.751696341150158 ], [ -121.447920830951944, 47.746246104778763 ], [ -121.419671869107148, 47.733397047608555 ], [ -121.397646104284007, 47.72704296818717 ], [ -121.390652479168182, 47.720670364264279 ], [ -121.380202325842632, 47.716741101103764 ], [ -121.373545978975116, 47.711839309740384 ], [ -121.367794774118551, 47.710178950638458 ], [ -121.361024243306389, 47.711537211471921 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 783, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 960 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.263371855404188, 47.638306306168651 ], [ -119.273375543539231, 47.674324566788663 ], [ -119.261594314792504, 47.714929188136992 ], [ -119.248623935625943, 47.728582126702719 ], [ -119.223094233369793, 47.750173504630958 ], [ -119.216849700317297, 47.759787372582217 ], [ -119.184373336275414, 47.799413367411027 ], [ -119.164081830155041, 47.809846588201367 ], [ -119.159730832862763, 47.814086923964375 ], [ -119.137777039351704, 47.824929957678563 ], [ -119.121249415150473, 47.844167734525314 ], [ -119.110285652747706, 47.853302303754461 ], [ -119.09785490690841, 47.860213678670142 ], [ -119.09260198557314, 47.868149586400079 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 784, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 189000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.266329677622053, 47.486914965209415 ], [ -122.2644031639215, 47.489211794805122 ], [ -122.264866090279639, 47.491703250175469 ], [ -122.278134291864717, 47.503810530122941 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 785, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.486045841787359, 48.807775980473814 ], [ -122.48600643461134, 48.811532211427497 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 786, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.290688000033924, 47.712725876449753 ], [ -121.279490163089079, 47.717187422089509 ], [ -121.268427383306843, 47.714650480105327 ], [ -121.231444571572794, 47.718151091226602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 787, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.045511900454855, 46.405807141312543 ], [ -117.045556290541384, 46.407257511825854 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 788, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 130 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.547342209975255, 46.794839538983908 ], [ -118.547293361458188, 46.809731403378628 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 789, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411487896971892, 47.743953647941694 ], [ -117.411395589048894, 47.747576748813444 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 790, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.885677573356745, 47.456866807907033 ], [ -123.892597639276474, 47.459173196336266 ], [ -123.904769713321471, 47.457996770185737 ], [ -123.911596226870032, 47.459380444472146 ], [ -123.923859644968999, 47.469176691479888 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 791, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.488599286145217, 45.67183403430608 ], [ -122.48381153889386, 45.669601332339624 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 792, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 740 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.604228477386684, 48.879828308198114 ], [ -118.602961059815016, 48.883680658872208 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 793, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.168613105178153, 48.592225908362778 ], [ -118.151604685345092, 48.58761842206264 ], [ -118.148724092338725, 48.588179482683493 ], [ -118.146733605970937, 48.593937263720484 ], [ -118.138547334531154, 48.60588506355132 ], [ -118.138157565925482, 48.616784387085723 ], [ -118.122722282327231, 48.62743719674021 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 794, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.063194802030651, 46.368204376762328 ], [ -117.055900839808757, 46.375029719767767 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 795, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.326823310563, 47.455452040217736 ], [ -122.331248711434554, 47.463015249655157 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 796, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 330 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.813480407817124, 47.69964243384279 ], [ -119.813493301404492, 47.703398905176904 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 797, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 163000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.298400040479564, 47.810449783980637 ], [ -122.282439766690871, 47.818971508792671 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 798, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.634901901091339, 47.541423549614883 ], [ -122.631275782126423, 47.542736967892431 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 799, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.428034605870323, 47.228656808205869 ], [ -122.431870002232344, 47.232465395241469 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 800, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 178000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321705720507694, 47.670374576972833 ], [ -122.320427645041178, 47.677153652014482 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 801, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.320157854699062, 46.371338407514536 ], [ -120.320045057725224, 46.370271266906933 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 802, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.355714050981064, 48.103012937481203 ], [ -123.34733590233003, 48.106591436702949 ], [ -123.335145009484791, 48.099691075615283 ], [ -123.323599047099734, 48.097567697779525 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 803, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.683929235397741, 46.655606363527113 ], [ -123.682365185552385, 46.653719422861357 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 804, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335313918276555, 48.377753236632792 ], [ -122.330824182206115, 48.385834362448541 ], [ -122.330460504748672, 48.395398995855913 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 805, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.250397884917348, 47.489208102154066 ], [ -118.227385054862822, 47.505779147159146 ], [ -118.201298935479372, 47.530819933741789 ], [ -118.194266418761927, 47.541540179835145 ], [ -118.165389282579881, 47.573130232213934 ], [ -118.16499123550436, 47.610622676224295 ], [ -118.162660951738715, 47.616709501208561 ], [ -118.162533537330276, 47.628203113985371 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 806, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529SPEVERET", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.189552282881621, 47.98175363955135 ], [ -122.188026520697392, 47.981696082182353 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 807, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.990869454202027, 46.314935954637797 ], [ -117.976232691195548, 46.321695543894371 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 808, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.006329476293629, 46.597462697449117 ], [ -119.006286228371124, 46.665049294727943 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 809, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.07068397332776, 47.656083693550428 ], [ -122.062691487213726, 47.656513354659559 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 810, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "131", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.954457607298025, 46.521601558205418 ], [ -121.956100259436795, 46.526670455896983 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 811, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.299917084209724, 46.570027498058892 ], [ -123.298782994526405, 46.570037575533412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 812, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.048155407712457, 48.185813001820271 ], [ -117.04682164047378, 48.184334389552063 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 813, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.629535339819697, 47.592477569473225 ], [ -122.629176730075315, 47.602542402171622 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 814, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.570935883761564, 45.608022223195682 ], [ -122.567523710389949, 45.607301340115193 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 815, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "310", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.684438964771587, 47.569585520086896 ], [ -122.683470598334551, 47.569596387115119 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 816, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 193000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.310957498165848, 47.80367684627435 ], [ -122.298400040479564, 47.810449783980637 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 817, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.754702693579304, 49.000477059599781 ], [ -122.756031616686045, 49.002105786945442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 818, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.623147673710022, 46.247388389084655 ], [ -119.561988090241769, 46.266925669535347 ], [ -119.553865200271218, 46.26753727943057 ], [ -119.543004641881623, 46.265484455612658 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 819, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.964206655226619, 46.175219826856072 ], [ -118.944422024080012, 46.160754929270318 ], [ -118.941173373467507, 46.155710403465712 ], [ -118.93809549138868, 46.145703599776411 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 820, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.88574809993986, 46.98064484114991 ], [ -123.887405132312722, 46.979481806230034 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 821, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.974844153029693, 46.151355371913745 ], [ -122.966420914294915, 46.148026853224899 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 822, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.580670595801877, 46.885660649589944 ], [ -119.49603778388304, 46.867087036289085 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 823, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.228383378801155, 48.510483485467965 ], [ -122.225707636725502, 48.510474068648989 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 824, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.23449864676364, 47.881930069433587 ], [ -122.231700448602155, 47.881947714100868 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 825, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.298782994526405, 46.570037575533412 ], [ -123.297649161480322, 46.570047639973019 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 826, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.159282954705418, 48.053711065547937 ], [ -122.143016176274969, 48.053691370720443 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 827, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.602961059815016, 48.883680658872208 ], [ -118.596057866725971, 48.892923052941519 ], [ -118.576584214232014, 48.902930896724904 ], [ -118.570254226121094, 48.908147445285614 ], [ -118.570151868885034, 48.9133243064487 ], [ -118.565603363924609, 48.918246327425571 ], [ -118.567017040348432, 48.926835929248725 ], [ -118.5600110560259, 48.93338164405457 ], [ -118.554464131661859, 48.9452340888541 ], [ -118.547780080300797, 48.952897832631116 ], [ -118.535707589600534, 48.956689139564645 ], [ -118.534158824825766, 48.959166771967809 ], [ -118.53531605045724, 48.962720426429662 ], [ -118.527808847553615, 48.964662240002454 ], [ -118.527014819279714, 48.979270572261385 ], [ -118.520604311737358, 48.983564071065892 ], [ -118.515198606856117, 48.984497908286208 ], [ -118.508294435502009, 48.992025951580608 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 828, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.89392769534102, 46.993141810731181 ], [ -123.895767520026368, 46.994894794279901 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 829, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.027146233672696, 46.218717987408617 ], [ -119.00511516419499, 46.2035490089755 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 830, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.963731928654553, 47.19914689555322 ], [ -121.959928208875922, 47.199071825965241 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 831, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 133000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.658847900613793, 47.08441941770446 ], [ -122.648398391958224, 47.087004850416768 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 832, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.831365726557337, 47.536963829160932 ], [ -121.818240268257384, 47.519502802484141 ], [ -121.784766034626088, 47.497869259745137 ], [ -121.787286583790063, 47.495120452167377 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 833, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.26671723155107, 46.865519286129043 ], [ -122.265443253874182, 46.866803346435219 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 834, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.140333593835535, 47.407055777453252 ], [ -123.140658202334322, 47.406395844260324 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 835, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.169614650911512, 47.114894477930505 ], [ -124.170179750533222, 47.117562055352103 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 836, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.985030158448794, 47.962080118571741 ], [ -118.98463456648868, 47.965200800434083 ], [ -118.979586832821241, 47.96557774993174 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 837, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "153", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.084256158400876, 48.270597111931679 ], [ -120.078228537561088, 48.274821752195407 ], [ -120.062639382558828, 48.295977926223514 ], [ -120.054381129126327, 48.302216498875431 ], [ -120.0523324287349, 48.311117559452001 ], [ -120.054159302062587, 48.318300484825514 ], [ -120.063031997828077, 48.330831946267345 ], [ -120.07351798340089, 48.341795184616309 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 838, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 102000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.106841988175177, 47.568936548452889 ], [ -122.089028105358281, 47.559338976911114 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 839, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.002777856952505, 47.306701697205106 ], [ -122.00339243065595, 47.308701873063235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 840, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "282", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.540464836167359, 47.301657132833682 ], [ -119.511083533312259, 47.289512866850494 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 841, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.688866910457961, 47.850447619368076 ], [ -121.685113262604887, 47.848515193691334 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 842, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.997062663885316, 47.839282063378519 ], [ -119.988693194998859, 47.831858359380298 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 843, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.719695223217641, 46.918530600905378 ], [ -123.71862146287117, 46.922965502237588 ], [ -123.719926339777075, 46.929127071950838 ], [ -123.723262291052009, 46.930651304422199 ], [ -123.725596944554539, 46.934066637171682 ], [ -123.734182169444367, 46.93448767078327 ], [ -123.745917136206458, 46.941973077707154 ], [ -123.756277931275847, 46.944737479078071 ], [ -123.765640039814258, 46.951272514894448 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 844, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.238361395966976, 47.192734459543523 ], [ -122.233798993857107, 47.191531117499686 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 845, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.268452192060153, 46.568033511936903 ], [ -122.26508465537708, 46.571592325337498 ], [ -122.259606858942604, 46.571612877606043 ], [ -122.257379251095472, 46.574474019241876 ], [ -122.251829467728257, 46.576354116463769 ], [ -122.242171044436432, 46.589172878037779 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 846, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.401167823838449, 47.57468944831988 ], [ -117.403193207160896, 47.580290502142823 ], [ -117.403113814045895, 47.587377182514579 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 847, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.374466812505005, 47.612938518126541 ], [ -124.378295213869961, 47.620900138518621 ], [ -124.380163777429019, 47.63279482539653 ], [ -124.38563705759961, 47.643025602194008 ], [ -124.387585093335986, 47.658327919589432 ], [ -124.393502577470841, 47.663240630521194 ], [ -124.399384164408502, 47.67518102289889 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 848, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.396824529368018, 47.527430858602223 ], [ -117.400467428377368, 47.536405350398965 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 849, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322886246930082, 47.821295734159101 ], [ -122.317686385676737, 47.821213939447738 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 850, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.90024650554615, 46.280731519147025 ], [ -122.906720867424966, 46.292249626533632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 851, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411162631023913, 47.660981036599509 ], [ -117.411184230499273, 47.664084168170476 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 852, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.120364078233663, 46.66507115039132 ], [ -121.094687686223764, 46.667114901442389 ], [ -121.081187861836995, 46.675109994739842 ], [ -121.069524709106958, 46.677030287377448 ], [ -121.031274976604479, 46.672351954346723 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 853, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028SPWENTCH", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.289590062077792, 47.406038896404411 ], [ -120.287327632029374, 47.399512001102906 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 854, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129SP6THST", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.045570408971713, 46.416277623995256 ], [ -117.04557435482144, 46.418180045017003 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 855, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 91000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.219199176353911, 47.467699012420596 ], [ -122.20909449377082, 47.46856745778485 ], [ -122.204514744994881, 47.471240198000629 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 856, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.675936023753025, 47.659448765005571 ], [ -122.679523123409055, 47.662857904984342 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 857, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.281561717607588, 47.129753712609542 ], [ -119.279016420982984, 47.131032577440912 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 858, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.58129176057561, 48.852425292982439 ], [ -122.584121356580269, 48.855268045385067 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 859, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.839874060120067, 46.576032654489758 ], [ -122.81406450949207, 46.574503677733333 ], [ -122.783631913307516, 46.57725030182818 ], [ -122.77904666358593, 46.57544902313856 ], [ -122.754230302545338, 46.574176170964485 ], [ -122.740483576542331, 46.571200670094157 ], [ -122.73104030783017, 46.572233744996048 ], [ -122.724596269631192, 46.575583300433912 ], [ -122.719415844636799, 46.575630342642079 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 860, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.814031488608492, 46.438120687492138 ], [ -122.803768033803479, 46.438116363909472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 861, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.474034679782918, 46.531778940866239 ], [ -120.473632489120448, 46.539386031894068 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 862, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.875069146856106, 46.241169451380401 ], [ -123.908889928310941, 46.245917440026616 ], [ -123.923083369703988, 46.253659694227863 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 863, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.683738198397819, 47.566162132973282 ], [ -117.682656430817786, 47.567672217750477 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 864, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101AR", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.005822603158975, 46.322037676795986 ], [ -124.005530761844724, 46.330932774331956 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 865, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.658745078697294, 46.039408490712759 ], [ -118.618376446788872, 46.052427601797589 ], [ -118.601479639840221, 46.053862752338453 ], [ -118.590318347124423, 46.056768336118012 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 866, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.274000198069402, 47.133551295505299 ], [ -119.268238731438757, 47.136438738763069 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 867, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.368059892379051, 46.302762493447418 ], [ -119.359215874506063, 46.303838941561644 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 868, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.528456185692249, 48.41236748531982 ], [ -119.527819253803983, 48.414755496801646 ], [ -119.513846497510599, 48.416820343047043 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 869, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.87791760658537, 47.669492940403948 ], [ -117.876637564509835, 47.669509908460022 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 870, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524SP3RDAVE", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.380348873075206, 47.809725424232639 ], [ -122.380263885808077, 47.80598395546221 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 871, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.32020948062042, 47.67954403040882 ], [ -122.319748079243965, 47.681633366325705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 872, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485239836187972, 48.668069469102555 ], [ -122.487987734291082, 48.674750813754279 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 873, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.31499610107241, 46.382480047831116 ], [ -120.315006217636679, 46.380740113870878 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 874, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.334116064991875, 47.542815102215535 ], [ -122.33435901948009, 47.548548450975652 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 875, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.858794341607052, 47.23333425217362 ], [ -119.854827819909488, 47.233421870039798 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 876, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.954468966997055, 46.861653017253985 ], [ -120.952873848208995, 46.858927384306988 ], [ -120.953144752179398, 46.854423441928041 ], [ -120.948955028747832, 46.84537698865514 ], [ -120.919805423831562, 46.808862438071372 ], [ -120.903781214519071, 46.800281512824007 ], [ -120.88053679131302, 46.794661656587365 ], [ -120.873089680801129, 46.791110633832794 ], [ -120.867026159334657, 46.786553319881108 ], [ -120.863978165529971, 46.780709211601923 ], [ -120.852016457964723, 46.772953741759892 ], [ -120.828010115818685, 46.764664162942211 ], [ -120.829623844935981, 46.759830638204427 ], [ -120.826291358791053, 46.757455186553216 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 877, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.089481469776217, 46.794082911986493 ], [ -124.091057119330642, 46.798829385585634 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 878, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "205", "AADT": 101000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.550990690490892, 45.60126537282099 ], [ -122.552815713127529, 45.612150505913327 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 879, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.125415966879515, 47.35806217653667 ], [ -122.119955079306735, 47.358115108847656 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 880, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.313809808833625, 47.204468161824842 ], [ -122.308284484061929, 47.202410391207465 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 881, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.323251252505685, 47.750392393211115 ], [ -124.318117613552161, 47.758716167573418 ], [ -124.309387410636162, 47.764321305911857 ], [ -124.285558002904267, 47.772692314076046 ], [ -124.275994782543279, 47.782098248771369 ], [ -124.265531786780954, 47.78054905187728 ], [ -124.253015192304673, 47.782266314073809 ], [ -124.249513006625207, 47.788139217867844 ], [ -124.251608927541326, 47.791885469440807 ], [ -124.25214757581621, 47.798129800596314 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 882, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.054617725041638, 46.345364542277665 ], [ -124.054761731118802, 46.345935959045768 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 883, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.044267114217888, 46.417167573414979 ], [ -117.041806177817037, 46.418876272077263 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 884, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.043384833617424, 46.308854520339381 ], [ -124.043382483867632, 46.311738538961151 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 885, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.098636280460894, 47.712113508043373 ], [ -117.068928025920172, 47.724161605631039 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 886, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.123153926641805, 48.073268084656441 ], [ -123.108662332114235, 48.073129607527179 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 887, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.12160501898903, 47.674446665357387 ], [ -122.121529330011143, 47.673893233538053 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 888, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.717799358073023, 47.855788432565681 ], [ -118.724476274366566, 47.86255819492974 ], [ -118.724477231101659, 47.86572562278473 ], [ -118.726298887199562, 47.861651810222334 ], [ -118.726665692261605, 47.866288750981923 ], [ -118.723631219552772, 47.867146570807769 ], [ -118.725257156312168, 47.868693167211191 ], [ -118.719365706997891, 47.87120761399926 ], [ -118.719381634262533, 47.872965003673762 ], [ -118.708130170985001, 47.875357030622737 ], [ -118.714055515829457, 47.875722956028305 ], [ -118.718790448816733, 47.879567979041667 ], [ -118.715227314143277, 47.887503213183315 ], [ -118.714596596963929, 47.893776272964281 ], [ -118.711557677914385, 47.896787296647162 ], [ -118.700513415638611, 47.900569360073 ], [ -118.695278346608191, 47.904651593041962 ], [ -118.694068583748034, 47.908043070409214 ], [ -118.697462099626961, 47.915387073128201 ], [ -118.68969897803774, 47.918831830924013 ], [ -118.68965736622819, 47.926800027012149 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 889, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293853606136366, 47.205180808407455 ], [ -122.293910744224675, 47.206571607370407 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 890, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.93579575565991, 46.138481177530785 ], [ -118.92996519839393, 46.123441249627419 ], [ -118.913814865513785, 46.104488525353943 ], [ -118.912557676868715, 46.099909023820466 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 891, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.661540138653237, 47.596128795346509 ], [ -120.657240849250741, 47.598358932448299 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 892, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292399687069377, 47.731803153843849 ], [ -122.292458623240094, 47.733778690410517 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 893, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.075175116508447, 47.919765200452858 ], [ -122.072401314196355, 47.915999772637683 ], [ -122.066163770692981, 47.914320767125233 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 894, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 70000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.975211354682273, 46.733623027828997 ], [ -122.976287971590764, 46.739598886732793 ], [ -123.009632193264721, 46.792990391543796 ], [ -123.009503185824599, 46.79835971253209 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 895, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.235275246437411, 48.510504468021338 ], [ -122.233958638400182, 48.510507948032917 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 896, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.408008438641971, 45.611584036904944 ], [ -122.407719966257176, 45.610616827170475 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 897, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.242171044436432, 46.589172878037779 ], [ -122.234256123937655, 46.599102378569413 ], [ -122.228913431106463, 46.619556014566982 ], [ -122.217252064830134, 46.624272643494365 ], [ -122.212368657453354, 46.629387695080823 ], [ -122.207625162904506, 46.642708611960117 ], [ -122.202854895946288, 46.647310606444485 ], [ -122.200381035955289, 46.652789207114303 ], [ -122.200055923587172, 46.661271061817914 ], [ -122.196027513424312, 46.678830972900919 ], [ -122.19633972921217, 46.690540169052042 ], [ -122.199720692617802, 46.69711501953077 ], [ -122.199475948747946, 46.704274646141627 ], [ -122.202007915106449, 46.707890708267676 ], [ -122.208364536495807, 46.711137200057401 ], [ -122.219318060722316, 46.725100626610676 ], [ -122.218252322751894, 46.727254320462478 ], [ -122.212083714956606, 46.729733019694152 ], [ -122.207953888550421, 46.733543559735182 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 898, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.692446627617088, 47.852294339911019 ], [ -121.688866910457961, 47.850447619368076 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 899, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "506", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.975040301817984, 46.404702300370126 ], [ -122.969891123674756, 46.401938255373821 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 900, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.893429722282164, 46.548418710798806 ], [ -123.916177315309142, 46.573512981194973 ], [ -123.915777775376966, 46.58407670544792 ], [ -123.919376863905697, 46.599048486326403 ], [ -123.914218501329671, 46.614399492876323 ], [ -123.915873603265467, 46.617994726846227 ], [ -123.92193268648937, 46.623124837892455 ], [ -123.923164002695046, 46.626471825506911 ], [ -123.91950127526168, 46.640563465796092 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 901, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "117", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.459574139679049, 48.110067689231109 ], [ -123.44499233955851, 48.122498577493204 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 902, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335377560157752, 47.251222220435409 ], [ -122.336544064722574, 47.260032687104079 ], [ -122.335522585244021, 47.26472200720449 ], [ -122.322068256990221, 47.282622666398055 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 903, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.439813485256948, 48.704571899440204 ], [ -119.438928498520681, 48.705561123964337 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 904, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.242628199261333, 47.132279748520247 ], [ -117.243020091931271, 47.135105077347539 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 905, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.086847589643298, 46.789299463276052 ], [ -124.089481469776217, 46.794082911986493 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 906, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.322729825983799, 47.10258706810616 ], [ -119.306162506875765, 47.100752626789166 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 907, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "204", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.121769870679046, 47.994857270596448 ], [ -122.11269213030269, 48.000211144436001 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 908, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.141418465690961, 47.506199375569729 ], [ -122.133185538953796, 47.505317493868056 ], [ -122.124828016718354, 47.500840259052687 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 909, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 61000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.135129008243752, 47.640071798951396 ], [ -122.134282942041636, 47.644524475247202 ], [ -122.137740144738885, 47.653882365292375 ], [ -122.134945907999551, 47.661054174609632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 910, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.971224907776758, 46.509867260897693 ], [ -117.948634125433657, 46.510197365218986 ], [ -117.93337836421594, 46.522659222277461 ], [ -117.910349237622043, 46.532663586758112 ], [ -117.890691547504119, 46.545066264684216 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 911, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.986270246579352, 47.530963991646068 ], [ -121.979254153314486, 47.531362535476262 ], [ -121.971946803190917, 47.53561903888189 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 912, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "110SPMORA", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.581639639869593, 47.917669780426259 ], [ -124.590354800835414, 47.917783212011869 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 913, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.352607275110074, 46.656816854026104 ], [ -121.341432662993739, 46.659413473739754 ], [ -121.338596938646219, 46.65594592143556 ], [ -121.32758665547739, 46.657585332950646 ], [ -121.309273345927039, 46.656902899576338 ], [ -121.298774465378074, 46.652896790002032 ], [ -121.280773722632929, 46.650732321308936 ], [ -121.272090374555887, 46.64478415555773 ], [ -121.255680416144898, 46.643762683602503 ], [ -121.24653806593777, 46.646033923994182 ], [ -121.22989452000283, 46.643224199386161 ], [ -121.204026892374728, 46.642734184798833 ], [ -121.197663308309956, 46.643811549050433 ], [ -121.181954710116528, 46.642921515212308 ], [ -121.178513834345338, 46.644438357796034 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 914, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.69994100670425, 45.923000308014593 ], [ -120.696569022478073, 45.932484254902199 ], [ -120.665482765412165, 45.949764463731391 ], [ -120.658347041700253, 45.956264141664406 ], [ -120.653767463603643, 45.964120995151774 ], [ -120.653925917754805, 45.981997887733776 ], [ -120.652337497053168, 45.988079498373075 ], [ -120.653819625335814, 45.996561517222581 ], [ -120.640942329912662, 46.006740966363395 ], [ -120.640247159566712, 46.01592318986598 ], [ -120.632251408445967, 46.018661679173356 ], [ -120.626990116275465, 46.025577245665993 ], [ -120.622499665663568, 46.027136071686094 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 915, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.402291176964837, 47.749169701982431 ], [ -117.396336916033661, 47.755353532980031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 916, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295419811297108, 47.434556835081708 ], [ -122.295851618380169, 47.440464837661267 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 917, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "225", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.475223036846259, 46.251686108599678 ], [ -119.476190246800357, 46.257239037456479 ], [ -119.48712307236481, 46.257906344324546 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 918, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.588995856522303, 47.55683994509981 ], [ -120.58778303213181, 47.556146923305818 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 919, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 870 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.557706734423817, 48.358835633747503 ], [ -124.547780767269899, 48.354459783855667 ], [ -124.54776920763689, 48.352738697292537 ], [ -124.544658854896497, 48.352700560422953 ], [ -124.537042378155562, 48.348771490791236 ], [ -124.525535986005323, 48.348760358043869 ], [ -124.519854404750561, 48.345435017418815 ], [ -124.51300888490664, 48.344164675372554 ], [ -124.501772087068645, 48.337612722358713 ], [ -124.495604666594218, 48.336684934026216 ], [ -124.490906510245637, 48.331860885626931 ], [ -124.484399313467691, 48.331360922822867 ], [ -124.476054240682558, 48.328293231552664 ], [ -124.469403480062837, 48.323547512905535 ], [ -124.448179424144286, 48.316370943340154 ], [ -124.441553728022967, 48.308745064518206 ], [ -124.43550482510426, 48.305903845091514 ], [ -124.417037992141189, 48.30164468935164 ], [ -124.39393061128267, 48.286981512220606 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 920, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294762770557767, 47.059261084711871 ], [ -122.294065221820091, 47.077717873211377 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 921, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "971", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.201790951942286, 47.873417739400978 ], [ -120.201226112541903, 47.874421860833209 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 922, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "107", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.649269084356433, 46.944496517370283 ], [ -123.630946025316575, 46.944134627336723 ], [ -123.619259354637236, 46.946597392824067 ], [ -123.603235701665341, 46.958887734179413 ], [ -123.604161349667947, 46.966113391698713 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 923, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285COWENTCH", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.320670922812269, 47.431977706837863 ], [ -120.312829956287558, 47.42253237171002 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 924, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.736603192352931, 45.698763389637257 ], [ -121.705405211376387, 45.699214593696297 ], [ -121.684890446340887, 45.705472144513081 ], [ -121.675943883057045, 45.709975587879804 ], [ -121.66531818396335, 45.70863749044883 ], [ -121.660410934220309, 45.709731907394676 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 925, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "409", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.383026138210809, 46.204013241808866 ], [ -123.382101974212034, 46.204770147973136 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 926, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.347032287744724, 47.642686237832955 ], [ -122.347331628543628, 47.652771084252123 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 927, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.155404306851111, 47.884345211403485 ], [ -120.151117993075886, 47.883422456002265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 928, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.436279972105822, 48.948557349828413 ], [ -119.436673530171717, 48.948907181261767 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 929, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295977065552165, 47.161081479054559 ], [ -122.297846413988992, 47.161450810177755 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 930, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.715379481665138, 48.208231873559868 ], [ -117.715450652902007, 48.269998491827572 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 931, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.545044147949412, 47.770388726631964 ], [ -117.542549795519037, 47.773097297355427 ], [ -117.543956415349669, 47.777004347451687 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 932, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.359215874506063, 46.303838941561644 ], [ -119.347277198410964, 46.300384193122831 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 933, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 99000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184727787567851, 48.095997776262443 ], [ -122.184772577627655, 48.105912285757604 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 934, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.546840635619091, 47.10390078091153 ], [ -119.455945538542608, 47.103975955412174 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 935, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.203516548055262, 46.708001320988203 ], [ -117.202704700184881, 46.709013116446997 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 936, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552796560047767, 45.6913817982716 ], [ -122.552765544712912, 45.703714925435271 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 937, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.900982517029718, 46.285830725658975 ], [ -122.899703140798934, 46.2867891322677 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 938, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "100SPCANBY", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.056541892093762, 46.290235887097175 ], [ -124.056046583307733, 46.289125868127293 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 939, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485346572755972, 46.534276731774632 ], [ -122.475498548969966, 46.536101055634624 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 940, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.709438419765561, 46.677684145356899 ], [ -123.70389916859142, 46.675045581717988 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 941, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.861432180934173, 46.652330978016955 ], [ -118.852401448560201, 46.651074980244879 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 942, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.692795812659568, 47.661573014996314 ], [ -122.688031643081743, 47.664446406018357 ], [ -122.688240011346679, 47.669276652562658 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 943, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.666904292422942, 47.098835126777516 ], [ -118.66540814096372, 47.102461486002575 ], [ -118.66530044845446, 47.116167762407969 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 944, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.675931461609238, 47.541411500577887 ], [ -122.674891777159814, 47.544020254650533 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 945, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.30168666516677, 47.301951192610744 ], [ -121.291613470754356, 47.299067816014372 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 946, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.846880529959307, 46.444658126459217 ], [ -122.84786465081703, 46.442898255642845 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 947, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.17813858046182, 46.728901855702475 ], [ -117.176904797356897, 46.729513769023768 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 948, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "243", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.955039408774326, 46.881056223976607 ], [ -119.954922240929704, 46.889662912786775 ], [ -119.946533330622373, 46.91238582406632 ], [ -119.952094468302377, 46.924445752438082 ], [ -119.957292505724141, 46.929433558284131 ], [ -119.956933746377771, 46.931072704693193 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 949, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.603542558244868, 46.528545867351916 ], [ -122.595569385684072, 46.525345824871629 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 950, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 120000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.223601115757958, 47.80038968239419 ], [ -122.231502126331691, 47.814019233237964 ], [ -122.252071233522145, 47.824178838119614 ], [ -122.25640773945743, 47.828138808403892 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 951, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.349476114120733, 47.82146343657071 ], [ -122.341327669450123, 47.821450980063837 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 952, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.916349545439417, 47.639117271030692 ], [ -121.915591367113123, 47.645691609662236 ], [ -121.912002504956902, 47.651301458302171 ], [ -121.910259396373888, 47.659120641798296 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 953, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.052535915464361, 46.466597142045806 ], [ -124.052470810790652, 46.468177250538979 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 954, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.970772608124079, 47.857093264699614 ], [ -121.97034469497622, 47.859287672651355 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 955, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395SPNSC", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.356549436087036, 47.72257693877367 ], [ -117.354923516074621, 47.729651599449554 ], [ -117.360673813741926, 47.739238645059807 ], [ -117.35919829917998, 47.750275475540874 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 956, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.132821385521581, 47.418328842854031 ], [ -119.125675216966513, 47.4157210616711 ], [ -119.117078561150521, 47.406244170155588 ], [ -119.106952077841413, 47.402903720550434 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 957, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.347277198410964, 46.300384193122831 ], [ -119.337027626768247, 46.296916328529669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 958, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.961493482079533, 48.050293977391476 ], [ -122.950720210555247, 48.050275000016597 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 959, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.363333971185767, 46.195029019241254 ], [ -123.354448297474093, 46.18723683093868 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 960, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.256087151592126, 47.483856851350005 ], [ -118.254686200474339, 47.485610696412387 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 961, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.359094590151145, 46.932385889383234 ], [ -121.305830498779329, 46.952091588755621 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 962, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.965112893615697, 48.524065543075729 ], [ -121.959407380413793, 48.522951246474854 ], [ -121.93012686850922, 48.526423975197616 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 963, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.976871810839697, 46.656330602030586 ], [ -122.97994106137466, 46.666273563009497 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 964, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 650 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.034530523847479, 46.549222742002307 ], [ -124.037800322916112, 46.549187373582974 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 965, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.292841949468666, 47.615724197305923 ], [ -119.288231320890773, 47.617049865237767 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 966, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.229044672661516, 47.802095034481667 ], [ -117.217873583456267, 47.802349096377903 ], [ -117.212868834614298, 47.804741856444409 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 967, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.121619318303658, 47.675441060823353 ], [ -122.12160501898903, 47.674446665357387 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 968, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.507145410307913, 47.643066968134022 ], [ -117.501061082258573, 47.64258210674636 ], [ -117.489974820467296, 47.63779779447075 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 969, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.01551863969641, 46.171407070584415 ], [ -123.01092180440989, 46.169143498325091 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 970, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "544", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.323440946909102, 48.920195971769033 ], [ -122.321912505180194, 48.920192245521072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 971, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.074160424778228, 47.489790063548107 ], [ -123.079888747868139, 47.483419343692319 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 972, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.520055100438611, 45.865996915998629 ], [ -122.51651368344379, 45.871269575420619 ], [ -122.513524925777133, 45.880971276873879 ], [ -122.514228560487282, 45.885496943426077 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 973, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 146000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.498918855483723, 47.150179615520734 ], [ -122.483975944598541, 47.158948731049954 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 974, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.475337364804005, 46.86253799704734 ], [ -119.453286095663998, 46.856163740805535 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 975, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.830253409135466, 47.44651153886241 ], [ -122.826922042903803, 47.451325656111642 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 976, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.048376727182543, 47.695688856051717 ], [ -117.041702596727404, 47.69663178954378 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 977, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411395589048894, 47.747576748813444 ], [ -117.41085366012021, 47.751319912471523 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 978, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.624899490365976, 47.844751263409044 ], [ -117.641565621042957, 47.853127625833146 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 979, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.463797409376539, 48.749722479034816 ], [ -122.462212289743931, 48.753686761693452 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 980, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.202404855483707, 47.374856735259883 ], [ -122.202208686604024, 47.3993044634217 ], [ -122.197170263157403, 47.403363690084703 ], [ -122.197056867618159, 47.413407153116353 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 981, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.192866507593507, 45.657656032454526 ], [ -121.182328383927214, 45.64904001735043 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 982, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.367307089573586, 47.817958528056344 ], [ -122.366358296091065, 47.821482107906483 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 983, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.993152412759386, 47.222746831998741 ], [ -120.994043556848979, 47.223727202946129 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 984, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.486331207978139, 48.714824595275019 ], [ -122.475189450913291, 48.714396165824439 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 985, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.177412450262636, 47.092857525399566 ], [ -119.163091519950456, 47.091568875719638 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 986, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.341604103289427, 48.480684650606634 ], [ -122.336341313647125, 48.485810198317118 ], [ -122.335443671878735, 48.490275393441962 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 987, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097COMARYHL", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.823931182673817, 45.699442412984943 ], [ -120.824585887380636, 45.698633973075054 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 988, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.075169820797413, 48.60689916623592 ], [ -118.07839372320214, 48.614926917699322 ], [ -118.074012388865938, 48.617867221930517 ], [ -118.071981789427312, 48.621449876283862 ], [ -118.072468577799739, 48.625913503487183 ], [ -118.07679139627642, 48.630228082833092 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 989, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.033892636751787, 46.49152915135042 ], [ -124.033706399176324, 46.492951732774387 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 990, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.982323996925928, 47.827400248214381 ], [ -119.978618622626854, 47.826373309112462 ], [ -119.979808818572891, 47.817913784529864 ], [ -119.983550392090194, 47.812666688494517 ], [ -119.980871637362881, 47.813702714102185 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 991, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.740854975213779, 45.911170197279674 ], [ -122.740274834431986, 45.907107905262549 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 992, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.999084702635471, 46.301980308509016 ], [ -119.978187844384593, 46.3023441821083 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 993, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.133540258859355, 46.811668580011236 ], [ -119.048219812068567, 46.799548777059918 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 994, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.598554678188293, 47.251897161528021 ], [ -119.580225479514255, 47.271544972514675 ], [ -119.57981478346592, 47.281601214859251 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 995, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.246165081574404, 46.327693020426693 ], [ -120.228797033398834, 46.322331888021509 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 996, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.624576699664019, 45.942512646216635 ], [ -122.629242144609066, 45.941283986040474 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 997, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.010361091923286, 47.639842481760077 ], [ -122.002966298760356, 47.636430799226716 ], [ -121.998265185626892, 47.631397117097293 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 998, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.061969381485767, 47.547621303525254 ], [ -122.060931313503872, 47.548863751342566 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 999, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "518", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.332083917432826, 47.470421492505317 ], [ -122.328608609329152, 47.469981829649122 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1000, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.929173544701044, 47.476353555344176 ], [ -123.933762918694512, 47.480111486250834 ], [ -123.958995041270413, 47.480252005417796 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1001, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.052362381512438, 46.336389696960985 ], [ -117.052109898013754, 46.338677789065365 ], [ -117.048737936217449, 46.339771771541059 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1002, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.895767520026368, 46.994894794279901 ], [ -123.899165272995049, 46.997061727991721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1003, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.856273262475668, 46.536965083943407 ], [ -117.833127140862032, 46.526209596478381 ], [ -117.821799270931393, 46.524455646577657 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1004, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.960098434476251, 46.898463150670544 ], [ -122.946759334390734, 46.921345143179813 ], [ -122.93898952430159, 46.947495190699769 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1005, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "970", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.773068226510745, 47.195996988569362 ], [ -120.760723422460586, 47.191786192785848 ], [ -120.749461320194143, 47.197284400118576 ], [ -120.733227393626422, 47.200510216207434 ], [ -120.71897257431408, 47.19936717831601 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1006, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.258073011918654, 47.809822575113671 ], [ -124.264348743686043, 47.82114287391672 ], [ -124.263804262205539, 47.825807737913102 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1007, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.793487933860092, 46.66509787358526 ], [ -123.783180389712129, 46.669837987367991 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1008, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1974475198341, 47.52270023314631 ], [ -117.206006648390797, 47.53393426076601 ], [ -117.210622650530269, 47.536636413270521 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1009, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.826102687533748, 46.970061214094265 ], [ -123.825240850193069, 46.96927249963661 ], [ -123.815854623216197, 46.974060636471776 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1010, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.631176044752053, 48.170941829365383 ], [ -122.609133392004594, 48.171286162855388 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1011, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.42440490349297, 45.650548964911472 ], [ -122.424463433099092, 45.643325581067039 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1012, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 430 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.102769807866125, 46.917452200759975 ], [ -117.097936878931549, 46.91500112362197 ], [ -117.086594622183455, 46.916693263289893 ], [ -117.085309179412889, 46.914301137130295 ], [ -117.08751318053254, 46.912560823757282 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1013, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "307", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.607158394037583, 47.772467209231863 ], [ -122.603242915447012, 47.777122210221975 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1014, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.524779511043022, 45.729215848842948 ], [ -121.520988362930666, 45.728362545016168 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1015, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.381859790359812, 47.812254684869693 ], [ -122.380734713413162, 47.811839642658875 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1016, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.735001393561419, 46.210962387319611 ], [ -119.713434180149619, 46.219565023773214 ], [ -119.691014441783324, 46.219394175514601 ], [ -119.674690503450009, 46.223081242912727 ], [ -119.66478841131169, 46.231690929597619 ], [ -119.637867173269015, 46.241859079127622 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1017, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.041806177817037, 46.418876272077263 ], [ -117.039897904490815, 46.420186914369346 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1018, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "107", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.600903624783427, 46.974749123095755 ], [ -123.600900171786606, 46.975635005386906 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1019, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.100111778489307, 47.212806620886305 ], [ -123.098924491398236, 47.212699063003562 ], [ -123.098450693103302, 47.215078872669814 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1020, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.398395829011889, 47.543770665679766 ], [ -117.393975486405651, 47.553421222146369 ], [ -117.401167823838449, 47.57468944831988 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1021, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.232988543633425, 47.151747261168104 ], [ -122.234798924893084, 47.150414717110479 ], [ -122.236666418626868, 47.139890903335044 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1022, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "543", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.734957906092959, 48.990539037772919 ], [ -122.734957411203965, 48.993987434851718 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1023, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.199842588376612, 48.083854521534683 ], [ -123.172942795688272, 48.079452223814933 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1024, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.895016053483062, 46.191009795465085 ], [ -122.892429726702744, 46.198878038643628 ], [ -122.891571201056038, 46.211702719025126 ], [ -122.887897361524182, 46.229024854872961 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1025, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.854307513130081, 46.898691382100111 ], [ -119.747707891883024, 46.898969608384469 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1026, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.651542756846155, 47.79161363148247 ], [ -122.649407823446566, 47.802112248393641 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1027, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.28451974075702, 47.924487110138749 ], [ -122.275846758000256, 47.922028224037163 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1028, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.206790649301055, 47.89720091265076 ], [ -122.206818324123503, 47.898121111991159 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1029, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.125470582154591, 47.666630307937297 ], [ -117.111967994599638, 47.670190563276286 ], [ -117.103034504160036, 47.677801453030987 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1030, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.134307384078724, 46.782398865136813 ], [ -119.134285547251878, 46.79707315871994 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1031, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 93000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296589390444126, 47.16978000212135 ], [ -122.296698139604899, 47.17662906292226 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1032, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.344436500506802, 47.68695959258001 ], [ -122.3444491680184, 47.690561727290351 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1033, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.34636873554831, 46.060517989918345 ], [ -118.347086854812403, 46.061393464556154 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1034, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.213334177501395, 47.641671832687784 ], [ -122.209303932412681, 47.642807809841806 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1035, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.154772907494603, 46.27012996841912 ], [ -118.153247686331255, 46.270134871832305 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1036, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.024690463716979, 46.431304632847308 ], [ -119.024166969794138, 46.432556087149905 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1037, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.664524259382219, 45.684340572189186 ], [ -122.663319481451168, 45.688951116760101 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1038, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.209358164523053, 47.758825033106532 ], [ -122.20742961034459, 47.758988673605224 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1039, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.071866758699187, 47.091058025339478 ], [ -123.060202228405799, 47.09135032460194 ], [ -123.043879561554462, 47.085101793488043 ], [ -123.032670722301447, 47.085083518823076 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1040, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.046642025048669, 46.23220647015124 ], [ -119.038983233828574, 46.226914300669897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1041, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.143304038853017, 47.665506429497675 ], [ -117.125470582154591, 47.666630307937297 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1042, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.977203781793946, 46.131475035931572 ], [ -122.970843132511689, 46.127607654344608 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1043, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.943733583317808, 46.115914499971524 ], [ -122.930069412065777, 46.116093158140721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1044, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552765544712912, 45.703714925435271 ], [ -122.552640114250394, 45.707988681537266 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1045, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.346173789404361, 47.470182604755244 ], [ -120.340586229641332, 47.468390233788554 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1046, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.04682164047378, 48.184334389552063 ], [ -117.045447888623798, 48.184042304916964 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1047, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 190 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.66530044845446, 47.116167762407969 ], [ -118.665095142654224, 47.130762764863526 ], [ -118.686528826537852, 47.131084059117562 ], [ -118.686887325462493, 47.152595293316537 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1048, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.070578495896186, 46.818061401024515 ], [ -123.044564731938763, 46.803217081703608 ], [ -123.036791997439948, 46.802544382467289 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1049, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632955459224476, 47.576988526631546 ], [ -122.631158803166031, 47.583273830531837 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1050, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.389177909478747, 47.234445270161828 ], [ -122.358819832036417, 47.222679602303479 ], [ -122.346482993460356, 47.216109298920721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1051, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.660203975741041, 45.940107907056806 ], [ -122.678110354355198, 45.939490944405136 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1052, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.257239849444815, 47.890688722826972 ], [ -122.248475669278221, 47.900072614367573 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1053, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.389567766636461, 47.425001746742133 ], [ -117.385169842828418, 47.441644864707314 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1054, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.511575679957389, 48.416808021460831 ], [ -119.508623276064554, 48.416772673434075 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1055, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.558893640908167, 47.103882462795056 ], [ -119.546840635619091, 47.10390078091153 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1056, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.302844442269603, 48.650452046205345 ], [ -121.268768391569182, 48.673574506518719 ], [ -121.253107733750824, 48.672466651725344 ], [ -121.242891162915583, 48.674773404255191 ], [ -121.241787132314542, 48.684823235814825 ], [ -121.236860287465419, 48.687791299058127 ], [ -121.22579752237607, 48.690817122120777 ], [ -121.213387223386945, 48.699623839214574 ], [ -121.208759504564156, 48.701309850507485 ], [ -121.205631980183028, 48.700311219962558 ], [ -121.19305959510875, 48.701465984626957 ], [ -121.184360267617265, 48.705232525081577 ], [ -121.178856267566189, 48.704780591841235 ], [ -121.161546213748338, 48.711848967530401 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1057, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.141556500450747, 47.451300129241424 ], [ -117.150006284954017, 47.471500643649676 ], [ -117.147705570048629, 47.478543660884988 ], [ -117.147371004940169, 47.490110617960099 ], [ -117.15342102428697, 47.495456488861166 ], [ -117.154349678084543, 47.505029488343801 ], [ -117.158108442671931, 47.506976831725083 ], [ -117.172934664695859, 47.508330293127585 ], [ -117.191148354310002, 47.518341588712083 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1058, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 156000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321821318433265, 47.769655941756305 ], [ -122.318286681598408, 47.775139327009626 ], [ -122.31611780492355, 47.789760004694244 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1059, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.972667927651344, 47.309471964669335 ], [ -117.974348339919672, 47.316068812981506 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1060, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.857643340437235, 46.42936811338685 ], [ -123.854645751033743, 46.427497653769628 ], [ -123.842250419804103, 46.411322035635493 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1061, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 790 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.030679460239497, 46.532012021925013 ], [ -124.031138145485073, 46.546457236793749 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1062, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.428358999490925, 48.444856945549894 ], [ -122.422067295353244, 48.44273745646565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1063, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 168000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.19199094840819, 47.972673900872721 ], [ -122.190376081858048, 47.976893661582267 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1064, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.25640773945743, 47.828138808403892 ], [ -122.261565343062856, 47.831348407113268 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1065, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.038967760696124, 46.42026791714202 ], [ -117.035943937738367, 46.420450428237828 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1066, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.419929703903946, 47.244357102215787 ], [ -122.399809360906147, 47.247245078139613 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1067, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.306162506875765, 47.100752626789166 ], [ -119.276011298384404, 47.102681285037313 ], [ -119.235963051625063, 47.098099812653757 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1068, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.651372136528593, 47.765032788396809 ], [ -122.650736343740874, 47.769589163571382 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1069, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.379453463456727, 47.274969727784182 ], [ -122.387307348513005, 47.278952222318459 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1070, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.338671784153519, 47.467239294023301 ], [ -120.337752152990689, 47.467994632082323 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1071, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.350617898771375, 47.943270476784868 ], [ -117.352747413870802, 47.949697166793172 ], [ -117.349634153299661, 47.959640701655189 ], [ -117.349574717306098, 47.970653730391248 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1072, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.823953648695962, 47.103239875357531 ], [ -119.759554542606296, 47.103450609389945 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1073, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.497304892780932, 47.424536612315599 ], [ -119.513907363205419, 47.458259009157089 ], [ -119.516090372327128, 47.473164956546711 ], [ -119.514748121300315, 47.484157015219402 ], [ -119.510357769267358, 47.496679975730117 ], [ -119.501751991553334, 47.510461000460438 ], [ -119.500930295731919, 47.518339346885725 ], [ -119.495956553140374, 47.52621888980314 ], [ -119.487752680523982, 47.53462517302318 ], [ -119.46983174871302, 47.542619719158729 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1074, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.594120527595081, 47.56259952876453 ], [ -117.593576416780834, 47.563948315851547 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1075, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "108", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.286645904332431, 47.055729321193489 ], [ -123.275437230054749, 47.055580731265728 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1076, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.571639148995345, 46.962763316086985 ], [ -118.564368032002662, 46.978427891551284 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1077, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.543664555141049, 46.622677312612566 ], [ -120.538427603128625, 46.622457509374755 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1078, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016AR", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.560743450332012, 47.285298956039171 ], [ -122.561119891655736, 47.278117809139886 ], [ -122.559860193143621, 47.275418191352337 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1079, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.487502730553942, 45.72778652496892 ], [ -121.496418069275776, 45.727974838490901 ], [ -121.506079833055807, 45.73096752675616 ], [ -121.508750065961365, 45.735803513572854 ], [ -121.512387064714162, 45.735485203230155 ], [ -121.513886217228716, 45.742904109141513 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1080, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.898255787128392, 46.144421575199168 ], [ -122.897437776003358, 46.144707728864667 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1081, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPWESTPT", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.110834784922886, 46.868530839037426 ], [ -124.112212109413178, 46.873845582683799 ], [ -124.111600124956013, 46.885083233893752 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1082, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.19778669521753, 47.203763312601268 ], [ -124.198122559393227, 47.209654990069616 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1083, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.30920453016185, 48.963860375216782 ], [ -122.28849889135094, 48.963997295992591 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1084, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322301403111425, 47.438774618905683 ], [ -122.3204263511942, 47.443937555542071 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1085, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 89000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.468507851372905, 47.639029918686695 ], [ -117.447814221616241, 47.648093677240453 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1086, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143456659318133, 47.790344373938339 ], [ -122.143430620923212, 47.804831103973932 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1087, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.514138715415868, 47.305285325995207 ], [ -122.51415322611669, 47.30578601301648 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1088, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.304949803215706, 47.644164856477822 ], [ -122.288654999189845, 47.644785094989324 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1089, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 660 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.052819214570789, 48.665559054633412 ], [ -118.024835520886867, 48.673690401024764 ], [ -118.015632408876499, 48.679975939291126 ], [ -118.011837530001415, 48.691067580281718 ], [ -118.016463321083322, 48.703987310511465 ], [ -118.021046486723876, 48.708237333834226 ], [ -118.024673985457227, 48.714996294964699 ], [ -118.032350001978472, 48.722356199241908 ], [ -118.042427928146907, 48.725869214265089 ], [ -118.049032637429178, 48.735909365275127 ], [ -118.048234002480783, 48.746418316823714 ], [ -118.044931377088176, 48.751377685173416 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1090, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.440954132107805, 48.108110856764362 ], [ -123.432584160286311, 48.117319823442848 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1091, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321748363134532, 48.934759017036747 ], [ -122.32091916768168, 48.943809498274518 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1092, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.163708641702485, 47.169319040773459 ], [ -122.159146879789148, 47.168838945208122 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1093, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "506", "AADT": 270 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.043769571948857, 46.372681329502974 ], [ -123.043603345624362, 46.377894367465366 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1094, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.193495728897773, 46.757317083092367 ], [ -122.192044511290675, 46.76314821493694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1095, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322806127400199, 47.439196369365625 ], [ -122.322227200361937, 47.43888517864184 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1096, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.432584160286311, 48.117319823442848 ], [ -123.431723711873886, 48.118274773090661 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1097, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.770391468187938, 46.955307304450656 ], [ -123.772634005336485, 46.957213138643162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1098, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.801005869020528, 46.97153945083916 ], [ -123.804653298849203, 46.970295887833103 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1099, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.455945538542608, 47.103975955412174 ], [ -119.439990119346277, 47.103981369937607 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1100, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.202704700184881, 46.709013116446997 ], [ -117.194491271868657, 46.712316346379176 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1101, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.842514023362909, 46.458971800573607 ], [ -122.843211788415857, 46.456561604526307 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1102, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.305500032237632, 47.697580308502168 ], [ -122.30189137493673, 47.702170611868254 ], [ -122.300439660352822, 47.710521918410194 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1103, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.241412149339951, 48.510407569933996 ], [ -122.238568264022078, 48.510509214384761 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1104, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "243", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.941795765883967, 46.848996036262506 ], [ -119.956438555804525, 46.870475719010422 ], [ -119.955039408774326, 46.881056223976607 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1105, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.119955079306735, 47.358115108847656 ], [ -122.118393322923495, 47.358083688975192 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1106, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "534", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.291789386445814, 48.33574597753762 ], [ -122.257836881937934, 48.326991971112356 ], [ -122.250354828780388, 48.322391308938421 ], [ -122.234636542942198, 48.316921300705445 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1107, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.68268022977891, 47.572870406499476 ], [ -117.68226292146251, 47.579790864693358 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1108, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296621681110409, 46.564210831150049 ], [ -122.28769080042855, 46.562905111945412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1109, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.72607017667049, 47.994823643340631 ], [ -117.725224651006698, 47.999891793525293 ], [ -117.731175437762047, 48.010667109180538 ], [ -117.731910468687815, 48.027148628465099 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1110, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "547", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.163014477048108, 48.967332821164881 ], [ -122.165488617495612, 48.970447595317367 ], [ -122.179158673156905, 48.976749000976731 ], [ -122.187439745901301, 48.973749071478863 ], [ -122.20324070845588, 48.97214240912178 ], [ -122.224427992836652, 48.963554317401773 ], [ -122.229703737115813, 48.970870283824532 ], [ -122.232735814893246, 48.970967454858972 ], [ -122.232835708351828, 48.973654930281583 ], [ -122.238311669097328, 48.981859587364475 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1111, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.165467930695769, 47.071513026708864 ], [ -124.165591829350404, 47.072370260823639 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1112, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.476340768058094, 47.024825293584442 ], [ -118.467025875040136, 47.029130350808607 ], [ -118.442204373353277, 47.046546835099562 ], [ -118.422754378424827, 47.05322786374343 ], [ -118.41411031887381, 47.0591967856232 ], [ -118.409653168191412, 47.068022810612128 ], [ -118.410934369203559, 47.084323225187113 ], [ -118.407075136627995, 47.103309537394559 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1113, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.737315796008474, 47.689533732394381 ], [ -120.734080409269907, 47.676187191725383 ], [ -120.736360707966838, 47.665311162059417 ], [ -120.729389874753096, 47.659802407991073 ], [ -120.72956379495389, 47.655159527175755 ], [ -120.72410161582556, 47.650900475903917 ], [ -120.723572258462809, 47.645593792673502 ], [ -120.720056191906309, 47.64040361941548 ], [ -120.724701773952802, 47.636417330819199 ], [ -120.727803017119967, 47.630566086837099 ], [ -120.723896328954325, 47.618600949146128 ], [ -120.719526333166542, 47.614332793898598 ], [ -120.712111008308497, 47.593611076776043 ], [ -120.708405536265005, 47.588358313423164 ], [ -120.701765463033013, 47.584174098960546 ], [ -120.695352880258653, 47.584208535391362 ], [ -120.684843663433696, 47.587756402205137 ], [ -120.679488461408596, 47.587092889751794 ], [ -120.675248149565462, 47.588574571054302 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1114, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.901532568666454, 45.68234241906962 ], [ -121.886071306103517, 45.692474978789683 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1115, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.384990934128595, 47.766735284094608 ], [ -117.378220896561956, 47.772633437409254 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1116, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004COKELSO", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.907560117353157, 46.146548671940195 ], [ -122.908506061451561, 46.146702232170078 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1117, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.372061313461145, 47.663072830707385 ], [ -117.362563030931867, 47.666706290343733 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1118, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.052470810790652, 46.468177250538979 ], [ -124.050056981991304, 46.490640709695576 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1119, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.655219925234476, 47.559115880807084 ], [ -122.653297245457665, 47.565534571503449 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1120, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.739399423690529, 47.756380132679702 ], [ -120.737515715234807, 47.751500896946858 ], [ -120.738490614801933, 47.736019593595934 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1121, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.602042804580606, 47.854763585719311 ], [ -122.584415583137712, 47.854229886661152 ], [ -122.584056469596391, 47.852153791758091 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1122, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.483337808026448, 47.770709180003777 ], [ -121.472295554759285, 47.762035526729363 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1123, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.229740409617989, 47.08739256138638 ], [ -119.242600533646751, 47.097918976922898 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1124, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "704", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.448296137001009, 47.097084689937034 ], [ -122.434931526027938, 47.097314452407801 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1125, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515656255319499, 47.299277535655087 ], [ -122.515642471567645, 47.300595473594861 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1126, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.689147501983342, 46.388534752745628 ], [ -122.676854582148962, 46.378840872297978 ], [ -122.673496635204586, 46.361284465605578 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1127, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "122", "AADT": 940 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485822753344451, 46.536429871298843 ], [ -122.485346572755972, 46.534276731774632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1128, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "107", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.67077844830456, 46.937560636182916 ], [ -123.659972472351868, 46.939793583860244 ], [ -123.649269084356433, 46.944496517370283 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1129, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.160193372334547, 47.028398647277996 ], [ -119.194727604170538, 47.057704760647361 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1130, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "115", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.162754246692174, 47.017383114357166 ], [ -124.1550212915445, 47.017344680175924 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1131, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.07301859046666, 47.22679416813267 ], [ -117.078217344076037, 47.226884964108187 ], [ -117.083978434987003, 47.229534999676559 ], [ -117.093383284468928, 47.229124511198954 ], [ -117.096840404018423, 47.232098546004757 ], [ -117.111583927745329, 47.232390043084813 ], [ -117.118601770060693, 47.235495439301047 ], [ -117.121636178469032, 47.240317882065284 ], [ -117.130472870874087, 47.242079002758253 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1132, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.610958878455065, 46.649779292752015 ], [ -121.603485918859349, 46.654152867976549 ], [ -121.602009161750487, 46.657210274576343 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1133, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.003543932323367, 48.800841022385114 ], [ -118.004405357924327, 48.803552417935101 ], [ -118.000052419946684, 48.807387833886267 ], [ -117.983991490079404, 48.81379333083003 ], [ -117.973215923750431, 48.815372547419393 ], [ -117.959719501582939, 48.813605119664309 ], [ -117.94873924614248, 48.809485340277107 ], [ -117.929254646494826, 48.8147409952091 ], [ -117.919906047326506, 48.819732520726291 ], [ -117.911425089004112, 48.827107032459196 ], [ -117.895948446365438, 48.850870247376776 ], [ -117.888235211380945, 48.851145187606861 ], [ -117.881274635954171, 48.853652644643446 ], [ -117.877355948180622, 48.860216219149478 ], [ -117.872197637716098, 48.86485403206801 ], [ -117.853598904164727, 48.873679993968068 ], [ -117.849052700698238, 48.873975538966036 ], [ -117.844409630572471, 48.871081689923834 ], [ -117.841272719931595, 48.871952626266847 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1134, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.356448217173181, 46.075882035761992 ], [ -118.356443457991631, 46.077185899501842 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1135, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529SPEVERET", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.188026520697392, 47.981696082182353 ], [ -122.186673872254659, 47.981687837861266 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1136, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.852175045301792, 46.976073338923534 ], [ -123.853981904544327, 46.976075110407244 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1137, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.485438046665962, 45.798617495382416 ], [ -121.490785135235456, 45.80721059052572 ], [ -121.488077892016719, 45.8191175850164 ], [ -121.489711447638129, 45.823819330112322 ], [ -121.509518930324944, 45.849808906178765 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1138, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002CONEWPRT", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.042441887085005, 48.184010170534492 ], [ -117.043933314208473, 48.18402956524055 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1139, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.853547960703054, 47.103252983890513 ], [ -119.853533074983488, 47.117722674910617 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1140, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.085935890112466, 47.358074866592879 ], [ -122.074051220704035, 47.35810053335473 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1141, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 177000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.197636001163573, 47.968278392297606 ], [ -122.19199094840819, 47.972673900872721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1142, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5393560123659, 47.679508670806356 ], [ -122.550960549673192, 47.69050421198552 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1143, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.765463651006272, 48.109561014749673 ], [ -119.740890216994501, 48.107868924483306 ], [ -119.736665452558526, 48.104510584833953 ], [ -119.718033773154062, 48.102378565635441 ], [ -119.698707638469514, 48.103403189168127 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1144, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.109827108840179, 47.875295458726683 ], [ -122.109772432963865, 47.87811922601206 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1145, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.356664533596472, 48.46576115970872 ], [ -122.347162814448723, 48.46895935054205 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1146, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.498739627188854, 48.452263302307841 ], [ -122.464749088226057, 48.446580419742602 ], [ -122.443902727639312, 48.446021134802336 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1147, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.861547543731902, 46.850109919426835 ], [ -122.861982835894821, 46.851655257249796 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1148, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009SPSUMAS", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.263463247993954, 49.000025473668551 ], [ -122.263615147535546, 49.002336597059752 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1149, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.318941215577723, 46.758863934934361 ], [ -118.308445228927368, 46.758407436037558 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1150, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524SPCEDRWY", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292335809589474, 47.816111394011557 ], [ -122.292308948820946, 47.813704600187542 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1151, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.254686200474339, 47.485610696412387 ], [ -118.250397884917348, 47.489208102154066 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1152, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.517062986670979, 46.671256151307482 ], [ -120.509031671900459, 46.67670279626725 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1153, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.790697915652188, 47.436332432234011 ], [ -117.788774298034113, 47.435239557603872 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1154, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "702", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.541748150395193, 46.937837009950265 ], [ -122.528332171733169, 46.937764175021229 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1155, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.11336177042817, 47.671528365998277 ], [ -122.103599726218988, 47.668444841991288 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1156, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "100", "AADT": 960 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.048752120608185, 46.310189760572534 ], [ -124.052553686883897, 46.313070030557576 ], [ -124.061120591458945, 46.313346213329467 ], [ -124.064645587241216, 46.309558892164155 ], [ -124.060652883945124, 46.305650457156005 ], [ -124.064372112623957, 46.300383588729112 ], [ -124.063199593462897, 46.298358877493023 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1157, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.356192679394141, 47.978819259376593 ], [ -122.370959862109288, 47.979159491035652 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1158, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097COMARYHL", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.824585887380636, 45.698633973075054 ], [ -120.824534867948259, 45.698019660285013 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1159, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.289933471929487, 45.695998937510055 ], [ -121.289666681618911, 45.697135679544424 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1160, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.703840774585856, 48.26930585311672 ], [ -118.71180799363114, 48.271740175755845 ], [ -118.730391225600059, 48.290309008232811 ], [ -118.734745553701956, 48.299072435153519 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1161, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.335129763951315, 46.548771068068753 ], [ -120.291710569574491, 46.534745933379163 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1162, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.998265185626892, 47.631397117097293 ], [ -121.993233224320505, 47.62792244805766 ], [ -121.987460641653925, 47.627994798448519 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1163, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "433", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.951208942893729, 46.115761426424946 ], [ -122.950614760906106, 46.116489802312572 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1164, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.380734713413162, 47.811839642658875 ], [ -122.379606535103676, 47.811428451757408 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1165, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.642180426162, 48.495334999670824 ], [ -121.626657964390873, 48.488780807687434 ], [ -121.596169762116375, 48.487275378881087 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1166, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 194000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.462088280256509, 47.197049535779655 ], [ -122.461663028348894, 47.200192883320476 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1167, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.971575499747686, 46.680680636571893 ], [ -122.969691633160082, 46.693354364473365 ], [ -122.972693801564759, 46.703306275492004 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1168, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.058680005933283, 46.419926261535018 ], [ -117.057416806474635, 46.419927330907193 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1169, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 130 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.68965736622819, 47.926800027012149 ], [ -118.689936079537631, 47.929218270506276 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1170, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.497251069059473, 47.370285029789812 ], [ -119.490492646732363, 47.375924811598018 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1171, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.400514288628528, 47.055858198536797 ], [ -122.428494472918416, 47.078773704993189 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1172, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "207", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.739491654134341, 47.756511044092107 ], [ -120.730179083001531, 47.763683255630291 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1173, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.999527805347697, 46.240131802764758 ], [ -119.999211918273488, 46.28649632213618 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1174, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.322978895750524, 46.37180433460297 ], [ -120.329526933848186, 46.375119311971069 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1175, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.054745626347724, 46.346612471004534 ], [ -124.054580485598237, 46.350118615089876 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1176, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.710341623987219, 47.759738010791835 ], [ -118.709147899876143, 47.759454432774653 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1177, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.504726913047236, 48.497189516858953 ], [ -119.51322026880888, 48.503712071368874 ], [ -119.521010247869427, 48.517265044636517 ], [ -119.529422804038163, 48.526188480652849 ], [ -119.543399478811381, 48.558806781082467 ], [ -119.542882178867288, 48.565245776074875 ], [ -119.533609333287487, 48.575604223354752 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1178, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.115033679929468, 47.462147459295529 ], [ -123.111580438752796, 47.459121237849722 ], [ -123.113388327448249, 47.456950341654846 ], [ -123.113551631638686, 47.45323193731803 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1179, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "110", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.48171627013248, 47.930896701090916 ], [ -124.500124317940561, 47.923054348036217 ], [ -124.524561970703104, 47.917660962633519 ], [ -124.529993278097081, 47.915069702489731 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1180, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434931526027938, 47.097314452407801 ], [ -122.434907904171169, 47.099300405808577 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1181, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.04894972709603, 46.735058809086404 ], [ -117.039945704615207, 46.732407043693875 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1182, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.909303181094572, 46.144613716450095 ], [ -122.908492533516778, 46.144467836111588 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1183, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.039897904490815, 46.420186914369346 ], [ -117.039123163694967, 46.420256329616308 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1184, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.289183953238236, 48.155717637888628 ], [ -122.286498895282705, 48.155695823194897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1185, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.375955261341801, 48.104855547077584 ], [ -123.371877727254713, 48.104868243588172 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1186, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.582719030347761, 48.48884463290414 ], [ -121.562763250041115, 48.492722111987511 ], [ -121.554500350456649, 48.491304965211633 ], [ -121.521974523480495, 48.501892589450954 ], [ -121.504139293687047, 48.503554204944628 ], [ -121.488132799817819, 48.508950098018381 ], [ -121.47214226424849, 48.508843736167329 ], [ -121.467394436360735, 48.513344911408787 ], [ -121.462345584422991, 48.521588762380439 ], [ -121.449902918794209, 48.527369770016634 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1187, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.392358608529989, 47.91886418374515 ], [ -119.373667244419693, 47.925042096630861 ], [ -119.360155687401559, 47.933766285634469 ], [ -119.342171066894053, 47.933953057271147 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1188, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.562292404038246, 46.695467909948455 ], [ -121.557956155718045, 46.690493051883294 ], [ -121.551863533285697, 46.688105873633745 ], [ -121.546083814543366, 46.683030593218135 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1189, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.804653298849203, 46.970295887833103 ], [ -123.811070066937972, 46.973262377695661 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1190, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.053845938882517, 47.835984992868198 ], [ -120.052354033291863, 47.83580566329735 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1191, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.459484559013802, 48.995311748826694 ], [ -119.46178077654541, 49.000086810606184 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1192, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.12400433866199, 47.837514385944232 ], [ -122.116902677662594, 47.849260616200652 ], [ -122.115659465930136, 47.854330649993599 ], [ -122.110117861004483, 47.860666174847616 ], [ -122.109827108840179, 47.875295458726683 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1193, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.671985478475719, 47.547549323481256 ], [ -122.667352865774888, 47.549059761335776 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1194, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125SP125SP", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.360611100204409, 46.068680225344721 ], [ -118.362058013477622, 46.06864675432621 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1195, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.479617090454127, 46.516495101330101 ], [ -120.480199159912829, 46.522222813857191 ], [ -120.474034679782918, 46.531778940866239 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1196, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.325733290246148, 48.435758576564517 ], [ -122.322813391890776, 48.435726219881815 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1197, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 129000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552696417264144, 47.121026171887678 ], [ -122.547904716865418, 47.123849887794513 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1198, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.661702096361935, 45.644626475371957 ], [ -122.662431148043495, 45.65219062971066 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1199, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434170529808981, 47.162825656562752 ], [ -122.433966120899555, 47.205404862421453 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1200, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.150787088648897, 48.152052366290235 ], [ -122.140608262718388, 48.151913289027434 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1201, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.886728428941112, 47.820463539502526 ], [ -122.903012657474306, 47.817110515091478 ], [ -122.909988232736566, 47.811340111103078 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1202, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.045083350227202, 47.39453536985296 ], [ -122.043805985086536, 47.401236566725302 ], [ -122.040221681901784, 47.405137523827484 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1203, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.564935972547644, 45.659147453263223 ], [ -122.552764512119353, 45.665414745404313 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1204, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.817948612327527, 48.071156388604095 ], [ -122.817955935066053, 48.078069092242544 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1205, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 136000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.198286336234418, 47.515964748373534 ], [ -122.198117151511596, 47.521534784569802 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1206, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.415831440986878, 47.652657702623451 ], [ -117.404003193708022, 47.65212385435899 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1207, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.083607430375309, 46.219435461748688 ], [ -119.08020225819179, 46.218655691963164 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1208, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "544", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.464240563017583, 48.891667265008095 ], [ -122.383672593608864, 48.891377648960599 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1209, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.429972983648227, 48.117565995244981 ], [ -123.418933152819221, 48.113039913127146 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1210, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.824534867948259, 45.698019660285013 ], [ -120.823931182673817, 45.699442412984943 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1211, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "008", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.382100299019172, 47.006849018935696 ], [ -123.370724874039524, 47.010716259514361 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1212, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207036498594277, 47.459407738701245 ], [ -122.207176229673792, 47.460991061001742 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1213, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.198132583247983, 48.807184498617083 ], [ -122.202259204640967, 48.811575591615878 ], [ -122.202534822912597, 48.816156561025245 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1214, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.214303316878741, 47.98204812438189 ], [ -122.213780260262439, 47.994220742460655 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1215, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.593279583000836, 46.934769491976574 ], [ -122.590030423873486, 46.933191201926725 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1216, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.14573240571778, 46.217595725392442 ], [ -119.139733926956382, 46.216805478766879 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1217, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.918677808913145, 45.653351083899409 ], [ -121.912464666447036, 45.654899725707729 ], [ -121.908092977782829, 45.658265273345584 ], [ -121.905265762449289, 45.663017263543111 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1218, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.794603387455766, 46.664438437829951 ], [ -123.793487933860092, 46.66509787358526 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1219, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.930280839672676, 47.061828455235378 ], [ -123.929195204458551, 47.069822031367465 ], [ -123.912850625445955, 47.079659824102784 ], [ -123.905349794655976, 47.086237888091134 ], [ -123.904624927523784, 47.092957088555053 ], [ -123.906568351883564, 47.102522463258047 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1220, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "409", "AADT": 750 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.376808334970988, 46.160080238443541 ], [ -123.377247312452241, 46.171261278558248 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1221, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.017149371061464, 47.533899271015017 ], [ -122.007897527206396, 47.536442657034932 ], [ -121.996429215884774, 47.532309839419675 ], [ -121.986270246579352, 47.530963991646068 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1222, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "283", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.686049460055258, 47.19440072567992 ], [ -119.60589820494161, 47.244359302376076 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1223, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.334726948443048, 47.53783183117045 ], [ -122.334116064991875, 47.542815102215535 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1224, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "197", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.140780876244648, 45.611278229131827 ], [ -121.145101823306874, 45.614790952372793 ], [ -121.145887174475149, 45.620746481756669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1225, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.508228369274576, 48.417115248403825 ], [ -119.49570466592894, 48.42797528108381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1226, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "971", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.19240691216099, 47.866359942025198 ], [ -120.19866102231984, 47.869161671754703 ], [ -120.201790951942286, 47.873417739400978 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1227, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.292917287199487, 47.407953191758764 ], [ -120.292457478439616, 47.406215807363623 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1228, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.312425316441747, 48.305289375917567 ], [ -122.322055364879773, 48.313308008209859 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1229, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.191330456467355, 47.755720280808276 ], [ -122.183943705523816, 47.758709247537396 ], [ -122.171978994776936, 47.757621595963606 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1230, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.688809379810792, 47.664663366781902 ], [ -122.69230690875672, 47.663643126447347 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1231, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.928973282451295, 46.952792743885325 ], [ -122.934240825321453, 46.952766632475651 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1232, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.986048021654611, 45.641372188710662 ], [ -121.97501354291694, 45.64066542725913 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1233, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.714723801323487, 46.890466702222852 ], [ -123.717178627916866, 46.900967808952842 ], [ -123.716858127183514, 46.91437516519003 ], [ -123.719695223217641, 46.918530600905378 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1234, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.831867271641144, 45.823059503707867 ], [ -120.824681801853785, 45.823005993470602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1235, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.788376675017105, 47.494065390711064 ], [ -121.794753258631403, 47.489394127296485 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1236, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.330317322084994, 48.658599065685074 ], [ -119.300956592023027, 48.653291277090467 ], [ -119.277460183611865, 48.659300528412757 ], [ -119.264615600052423, 48.664411745444205 ], [ -119.255049263891621, 48.665984116640224 ], [ -119.249427784026082, 48.668748824205352 ], [ -119.232008359838659, 48.670726810076246 ], [ -119.217076145542393, 48.669421975158542 ], [ -119.197765522918033, 48.661391239569632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1237, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.425622572878694, 47.223122781961493 ], [ -122.426290922558792, 47.225964251958246 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1238, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "970", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.850297723415238, 47.175225632763983 ], [ -120.835010601043948, 47.181362192919728 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1239, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320236381330659, 48.949281296039715 ], [ -122.316879515305118, 48.952717849366536 ], [ -122.309466058001007, 48.955792833756163 ], [ -122.30920453016185, 48.963860375216782 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1240, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.062748397721222, 47.545705776713476 ], [ -122.061969381485767, 47.547621303525254 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1241, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 530 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.638076096707138, 47.81219129526896 ], [ -119.636809987006131, 47.811607921395016 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1242, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.265002944304683, 48.993579315990225 ], [ -122.26498775015196, 48.999101576441412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1243, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.045389357657044, 47.390333093253005 ], [ -122.045083350227202, 47.39453536985296 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1244, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.986200562134997, 47.609617512029821 ], [ -122.990036614977186, 47.602916964008244 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1245, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.212974645511238, 48.652713438089222 ], [ -122.212867549815556, 48.655877457408117 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1246, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.629614866978756, 47.565023409610674 ], [ -122.626945865956529, 47.565015327603646 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1247, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 141000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.197938621892931, 47.509415060790403 ], [ -122.198286336234418, 47.515964748373534 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1248, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.886444128784106, 47.569223355516357 ], [ -121.871409960469393, 47.566618038302785 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1249, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.301269834599125, 47.373309348391864 ], [ -122.296379117270391, 47.386520195244259 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1250, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 204000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.400047207770626, 47.240266890830675 ], [ -122.391989637272033, 47.241517532160863 ], [ -122.376126003665703, 47.240486919720681 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1251, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.336830963851099, 45.574285426208554 ], [ -122.320922755560417, 45.572154233480497 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1252, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.073392596623421, 48.584875433847252 ], [ -118.075376155671904, 48.590211446231429 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1253, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.682677724302536, 47.572143868676541 ], [ -117.68268022977891, 47.572870406499476 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1254, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.423311671102226, 47.317046900468434 ], [ -122.419467726573089, 47.318143365659679 ], [ -122.408876427357953, 47.317267723922654 ], [ -122.400761298469249, 47.319975265413156 ], [ -122.398711313508073, 47.322378181495743 ], [ -122.393359055192434, 47.322379808810595 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1255, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 99000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.662431148043495, 45.65219062971066 ], [ -122.664164383831476, 45.656485583117373 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1256, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.285944848240163, 47.66198935575035 ], [ -122.279374269847736, 47.667983949812253 ], [ -122.273121321377744, 47.668605412575225 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1257, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.908492533516778, 46.144467836111588 ], [ -122.907479926262113, 46.144285354530368 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1258, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.886071306103517, 45.692474978789683 ], [ -121.885352651745791, 45.69284594550966 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1259, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "821", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.48269283697158, 46.680783935598534 ], [ -120.47883208158234, 46.683636847425866 ], [ -120.477020851487111, 46.690052265999419 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1260, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 146000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.517339148883238, 47.140258346213699 ], [ -122.508717176645547, 47.144773798297265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1261, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 203000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.284413691369252, 47.511800325477914 ], [ -122.288279543152271, 47.517112110510574 ], [ -122.295991660729911, 47.534858971854554 ], [ -122.30525674159486, 47.543467570089192 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1262, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.323952406472415, 47.397136250242973 ], [ -122.31904793620825, 47.394671138556085 ], [ -122.314449288256455, 47.394438319544584 ], [ -122.311449370750537, 47.391536018073239 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1263, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.195441230959034, 46.674302085831741 ], [ -117.194966866572301, 46.679247582082056 ], [ -117.204128328620328, 46.690852856000205 ], [ -117.204337991115423, 46.705845765062946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1264, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.960173329179455, 47.282055380504815 ], [ -122.947621414822791, 47.284312022787198 ], [ -122.936777817234912, 47.29202478611225 ], [ -122.917852035869018, 47.311355875512263 ], [ -122.907262820282071, 47.319622827760021 ], [ -122.895789205165698, 47.32407436729472 ], [ -122.884498378483329, 47.331412887494594 ], [ -122.880446336371406, 47.331920456166465 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1265, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.899606179677704, 46.398070720325002 ], [ -122.890124919677604, 46.407106646927474 ], [ -122.890377804066233, 46.415684534951161 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1266, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.907976328774922, 46.693935844627667 ], [ -120.900450840355091, 46.695472322061242 ], [ -120.898415949354487, 46.697707402473725 ], [ -120.899340182740872, 46.703168303064743 ], [ -120.890781489470058, 46.705986825224969 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1267, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.212761855998593, 47.197026639564619 ], [ -122.205378624790498, 47.197727929734604 ], [ -122.201456902128569, 47.194176953470574 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1268, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.919119912484177, 48.705888890636103 ], [ -120.915755334069928, 48.706082583942944 ], [ -120.901878823422862, 48.699304730712868 ], [ -120.886932951447093, 48.68787062934647 ], [ -120.873063218278958, 48.666214950310405 ], [ -120.860204576010901, 48.658019622770873 ], [ -120.857094496573822, 48.647109356637522 ], [ -120.839655481729096, 48.623667670148663 ], [ -120.826895692312533, 48.615001572778652 ], [ -120.824325786460605, 48.611272036870012 ], [ -120.805261098842081, 48.596842761483828 ], [ -120.802370297096601, 48.58883301687591 ], [ -120.793967874370765, 48.580410532323384 ], [ -120.791055603093213, 48.57534482273428 ], [ -120.785275522096285, 48.572132464962372 ], [ -120.779460305799105, 48.565519806757173 ], [ -120.77198807238932, 48.561920426773824 ], [ -120.764620177983886, 48.547235208755453 ], [ -120.76096028286652, 48.54440967779427 ], [ -120.75591893641294, 48.53609431966769 ], [ -120.746804012561029, 48.531842989026053 ], [ -120.735353297009112, 48.523771493792573 ], [ -120.733764021135286, 48.511380619737587 ], [ -120.730018625802032, 48.505391496459168 ], [ -120.714734826857509, 48.504208080356058 ], [ -120.704735194781335, 48.50140546473353 ], [ -120.682856974217472, 48.516673995123853 ], [ -120.674267565126556, 48.519739794415379 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1269, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 186000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329330637044492, 47.750282030327568 ], [ -122.32964723397896, 47.751023302038369 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1270, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1686914858889, 48.456706270509457 ], [ -120.164120107899009, 48.448203115828527 ], [ -120.164547196616979, 48.4382388131542 ], [ -120.162657036986161, 48.427700415931191 ], [ -120.156947821324039, 48.422012872822755 ], [ -120.150329148401312, 48.418256392426386 ], [ -120.142750791441941, 48.409648073873512 ], [ -120.139458114247248, 48.395595955708579 ], [ -120.135728087963415, 48.391078399295509 ], [ -120.133160133922331, 48.384113118023464 ], [ -120.124160785426696, 48.372312375166246 ], [ -120.122453029342083, 48.367342777811274 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1271, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.590366244236762, 47.419579391146762 ], [ -121.583817845209808, 47.413078006638493 ], [ -121.577603552202717, 47.410002127240197 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1272, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.215258356323389, 47.075122481242012 ], [ -119.229740409617989, 47.08739256138638 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1273, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.655009775561993, 48.296169091415564 ], [ -122.645906529170986, 48.304453638118119 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1274, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612642421647806, 48.347960920751881 ], [ -122.612436690685328, 48.354727714854185 ], [ -122.614439244300613, 48.357150764814435 ], [ -122.63765020468179, 48.358728989991135 ], [ -122.648135869451494, 48.362966348819427 ], [ -122.652939327790122, 48.3694852782669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1275, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.061555391044109, 48.236329210797507 ], [ -122.057714417470095, 48.241588216411522 ], [ -122.052791283339545, 48.244961878659161 ], [ -122.042270083571481, 48.247273043058257 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1276, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.510906144782382, 46.644208450191393 ], [ -120.523724997963328, 46.637739616683675 ], [ -120.523159104340209, 46.635071934344296 ], [ -120.517679251294084, 46.631227130234301 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1277, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.246088026626765, 47.482214079169218 ], [ -122.235782032536605, 47.480987028538479 ], [ -122.226281250606291, 47.477733349464181 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1278, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.606337912492307, 48.873286374818015 ], [ -118.606721148964922, 48.876427036427351 ], [ -118.604228477386684, 48.879828308198114 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1279, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.115551230213327, 47.444827978223188 ], [ -123.117116076914485, 47.441874394406916 ], [ -123.121244641976091, 47.439472022999425 ], [ -123.121043803332469, 47.435069654552208 ], [ -123.125057273314454, 47.43023992090184 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1280, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.888987911762868, 46.435916736306062 ], [ -122.887483816141199, 46.446560103402334 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1281, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 101000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.33024891850495, 47.653713239018408 ], [ -117.324246283014276, 47.654916688658453 ], [ -117.316053230382863, 47.662062717598005 ], [ -117.305953399713474, 47.666619659066676 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1282, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "821", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.510085755852501, 46.926149802819978 ], [ -120.497976910805178, 46.926218229202796 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1283, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.193531274204858, 47.369374337410598 ], [ -122.189202811570979, 47.367852678063642 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1284, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.57981478346592, 47.281601214859251 ], [ -119.566673812652041, 47.299858655282279 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1285, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.170552412627899, 46.261830974011687 ], [ -119.130800640331714, 46.249545431190434 ], [ -119.123284544292162, 46.248662601578026 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1286, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.892192048884638, 46.267577082864442 ], [ -122.90024650554615, 46.280731519147025 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1287, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "519", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335644288253775, 47.596527992508015 ], [ -122.336611513053015, 47.601770505312771 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1288, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.49840555961994, 47.799630733720548 ], [ -122.498048415284487, 47.798506382458733 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1289, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632864206919749, 47.5666355147807 ], [ -122.632946940056954, 47.567332683275339 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1290, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.213863515922085, 47.998943614369679 ], [ -122.213900569436063, 48.008866067286746 ], [ -122.206679268488514, 48.016692825725585 ], [ -122.200513354730461, 48.0176056902176 ], [ -122.194138328989311, 48.01432878061356 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1291, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.26587057641872, 47.820744648921391 ], [ -122.260355003686215, 47.820063346885114 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1292, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.517805186303619, 46.82921565081795 ], [ -117.505667950869196, 46.832959152788106 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1293, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612614699784757, 48.512615782028817 ], [ -122.615807335899461, 48.512636822716388 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1294, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.681154462613591, 47.566246198647953 ], [ -122.68723592908519, 47.575458442194005 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1295, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.247228535990672, 48.504965103855945 ], [ -122.244125636231374, 48.506295213135743 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1296, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.05019996921105, 46.340770072629091 ], [ -117.054448335269626, 46.341189423000358 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1297, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "263", "AADT": 340 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.556848579242526, 46.635516328086688 ], [ -118.55248951362708, 46.641494681214553 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1298, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.034173789061327, 46.156528361781163 ], [ -119.040486107266716, 46.161211968059099 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1299, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.208746956381901, 46.519219156039718 ], [ -120.199118218856924, 46.511920621807242 ], [ -120.187902884040284, 46.506059951820951 ], [ -120.151217007704602, 46.505769000083689 ], [ -120.134855667945374, 46.501177732726013 ], [ -120.095117957216232, 46.504690025785266 ], [ -120.012205994750332, 46.519745854228383 ], [ -119.969209900290352, 46.519651668 ], [ -119.910788556694655, 46.536420505435309 ], [ -119.880076303283744, 46.533993313779106 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1300, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.876734233393705, 47.905864379252954 ], [ -122.871088314697715, 47.898245458010024 ], [ -122.869598558621462, 47.893534107752821 ], [ -122.876775826398955, 47.886442176065607 ], [ -122.877052521698715, 47.873283042086555 ], [ -122.878869901438165, 47.866027985720976 ], [ -122.88562376225785, 47.856854449851269 ], [ -122.889188629269881, 47.848753657561943 ], [ -122.886976263170965, 47.834194096452151 ], [ -122.878214631926525, 47.826987207563334 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1301, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "308", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.682703077770242, 47.701236210218831 ], [ -122.669923657476602, 47.701241911470767 ], [ -122.664684404626016, 47.704245915422533 ], [ -122.66016205413213, 47.704564702789661 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1302, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.955243405453629, 46.14710682945897 ], [ -122.951711013411185, 46.146902157197836 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1303, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485654962262757, 48.869841039917702 ], [ -122.485347089449391, 48.891721004997571 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1304, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 850 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.692298812246747, 47.33249608365773 ], [ -118.692231093051134, 47.333315666636096 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1305, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.471265438309601, 46.539414212838608 ], [ -120.47168058031086, 46.531543452615516 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1306, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.456888889350594, 47.715415795456451 ], [ -117.458669386825775, 47.715411884360144 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1307, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.091746744846702, 46.250303521816839 ], [ -119.08079169715198, 46.25167603842565 ], [ -119.071993451186401, 46.249483691820984 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1308, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "274", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.071549411990873, 47.226814156689862 ], [ -117.059117801024186, 47.230097055569779 ], [ -117.042645019284819, 47.239821159303162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1309, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.250447797915044, 46.524888901502507 ], [ -120.230919687135398, 46.520431581195247 ], [ -120.208746956381901, 46.519219156039718 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1310, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.261368236276155, 47.631497785169003 ], [ -119.263021805545421, 47.637183544112155 ], [ -119.262067483310588, 47.638792737305216 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1311, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.049476697357136, 46.168670079035998 ], [ -119.054732335346543, 46.173406560299817 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1312, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.584121356580269, 48.855268045385067 ], [ -122.587476300646998, 48.85941987469527 ], [ -122.58844524433789, 48.867482523412527 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1313, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.003281298545105, 47.947389361999072 ], [ -119.005266057737401, 47.94490957555459 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1314, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.450386834701277, 48.694933143258645 ], [ -119.442670124309885, 48.701328550980968 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1315, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.075356614385214, 48.598579374268979 ], [ -118.075169820797413, 48.60689916623592 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1316, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.22574539916873, 46.736355393914863 ], [ -117.208860642836797, 46.733747506301846 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1317, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 71000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335932665933967, 48.347174658929532 ], [ -122.335313918276555, 48.377753236632792 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1318, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.740366325015174, 46.791625482919713 ], [ -118.735554337961531, 46.793750807762144 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1319, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.122345378428093, 47.667181773686472 ], [ -122.115157878718534, 47.667096279399587 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1320, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.417664840582148, 46.246889012450062 ], [ -120.410713062631572, 46.255407269744197 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1321, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.875671430799102, 47.824142318116422 ], [ -122.876024385546089, 47.822110675801092 ], [ -122.878433839110983, 47.821394556532873 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1322, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.410523712588017, 47.752316359184178 ], [ -117.406639866396546, 47.763222621232323 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1323, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.265005071246051, 48.992731807074072 ], [ -122.265002944304683, 48.993579315990225 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1324, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005HD15602", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.269375668087903, 47.4848401944732 ], [ -122.271737787474606, 47.481542877638077 ], [ -122.271537637959923, 47.47746238839629 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1325, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "300", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.863144207219548, 47.438638765567823 ], [ -122.851089359858179, 47.446717857930565 ], [ -122.843229071473488, 47.447241419772404 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1326, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "262", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.333734241190754, 46.96755591385358 ], [ -119.320979929387647, 46.965364278228137 ], [ -119.313738667911579, 46.97096795616801 ], [ -119.290589343694862, 46.981978531715406 ], [ -119.278935796569002, 46.983757736857214 ], [ -119.272398123828708, 46.980804900919487 ], [ -119.259198987187304, 46.982726951765017 ], [ -119.254646437141119, 46.98169115874078 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1327, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.87791760658537, 47.669492940403948 ], [ -117.878404249248874, 47.677701545429088 ], [ -117.882368880872036, 47.690430715714811 ], [ -117.872121492333875, 47.713378462878602 ], [ -117.869867282168556, 47.724425881622935 ], [ -117.870530194309197, 47.732077034585565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1328, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028COWENTCH", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.290335125065369, 47.40890094805782 ], [ -120.292056688443282, 47.41052821366069 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1329, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 75000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.480181976798008, 47.163214850193476 ], [ -122.473678655829389, 47.161579212203918 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1330, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.583684497937782, 47.813587039804155 ], [ -122.57567924201534, 47.808398297446182 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1331, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.170997888521029, 48.267960125177424 ], [ -122.181076145638045, 48.276036589625633 ], [ -122.180860207187024, 48.279989595749356 ], [ -122.182723979647648, 48.282095890895761 ], [ -122.197183653772385, 48.293550757282823 ], [ -122.210814926087693, 48.308349596775749 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1332, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.567598878141965, 47.593368100230144 ], [ -117.564917202042025, 47.591692702827565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1333, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184768822325424, 48.068137954149151 ], [ -122.184688057846273, 48.081606951690027 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1334, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.371241075359464, 46.100085005302745 ], [ -118.373028131829102, 46.103228296626114 ], [ -118.371868087245872, 46.106844086198997 ], [ -118.374113134331608, 46.113142671572227 ], [ -118.37230268094531, 46.117445546374654 ], [ -118.372366967827503, 46.124136900988937 ], [ -118.375260257628668, 46.12971656239813 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1335, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.997641541105537, 47.684484429813104 ], [ -118.985352868512408, 47.684966130993189 ], [ -118.955243243252028, 47.700154456413962 ], [ -118.92780719821846, 47.70984005138547 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1336, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 191000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.179508185477403, 47.587907527447001 ], [ -122.179914892653457, 47.598495893939472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1337, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.40710702628833, 45.604982882299304 ], [ -122.406870838947327, 45.601867264623046 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1338, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.490492646732363, 47.375924811598018 ], [ -119.488596417311314, 47.377485891213183 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1339, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485965163409148, 48.833349154385395 ], [ -122.485968288291531, 48.855145538902732 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1340, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.235971777634802, 48.066111656769579 ], [ -124.181021503435517, 48.061996174537789 ], [ -124.127774356875165, 48.061089142893472 ], [ -124.085649753113373, 48.068244521442132 ], [ -124.037698168617538, 48.070387496715362 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1341, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.570503454992874, 47.813279974338798 ], [ -121.567923527839099, 47.810804711338193 ], [ -121.557856685847042, 47.807637566477098 ], [ -121.549839833729223, 47.807215909397669 ], [ -121.544584779167678, 47.810031441041062 ], [ -121.540417972024571, 47.810158778195614 ], [ -121.52685803849333, 47.804188085034305 ], [ -121.517471643601795, 47.804071842332796 ], [ -121.512400876711141, 47.792831905997794 ], [ -121.498758254100238, 47.785154207978117 ], [ -121.495804708910825, 47.780568330703488 ], [ -121.488037134991032, 47.774390939840643 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1342, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.661277098949768, 45.746467718710605 ], [ -122.664414851926963, 45.756639908088047 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1343, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.135501710172605, 47.972868825645826 ], [ -122.13049008677369, 47.966813444099131 ], [ -122.114744563777407, 47.954618627484152 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1344, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.298061500199537, 47.409742022294708 ], [ -120.300607207051087, 47.409654076146197 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1345, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "181", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.247352685339351, 47.37795837672212 ], [ -122.247376556263248, 47.38135444140709 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1346, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.644238838669821, 46.531879556660876 ], [ -122.634093082292452, 46.532248674470374 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1347, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.203516548055262, 46.708001320988203 ], [ -117.209822486628937, 46.708045772684443 ], [ -117.215497123498864, 46.710741140992575 ], [ -117.222631107649434, 46.725847558272449 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1348, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.400125516580204, 45.586998701920038 ], [ -122.40264132731437, 45.585686270133145 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1349, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293787584715531, 47.200149198579325 ], [ -122.293870047177251, 47.20439840597281 ], [ -122.290066264727031, 47.203805056393179 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1350, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.406884499707218, 47.158958883739658 ], [ -122.393823270359533, 47.158137239662793 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1351, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.370959862109288, 47.979159491035652 ], [ -122.377087191915507, 47.978767843268983 ], [ -122.385831363209974, 47.982748053922897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1352, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293814458262347, 47.198880376844755 ], [ -122.293787584715531, 47.200149198579325 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1353, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.633538062812562, 47.649042313948556 ], [ -122.636557393982187, 47.650467379900242 ], [ -122.655558176294406, 47.650535836979536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1354, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501COVANCVR", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.673833689823041, 45.631859894221719 ], [ -122.67266460611701, 45.631866589384494 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1355, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "730", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.912284865729234, 46.056970700287877 ], [ -118.909947142163389, 46.058308654678434 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1356, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "821", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.47420834992522, 46.700892471975273 ], [ -120.473148536009333, 46.70436639391172 ], [ -120.465829961055746, 46.711097427802258 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1357, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.377696220895118, 47.798612414664639 ], [ -122.373695657487318, 47.795196513082033 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1358, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296157619293865, 48.435565171009721 ], [ -122.29184011792934, 48.435550659808271 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1359, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 145000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.188511970338141, 47.611623862886105 ], [ -122.188529647997044, 47.616765508931827 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1360, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "310", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.653315631267063, 47.567379882309289 ], [ -122.653297245457665, 47.565534571503449 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1361, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.916597970303556, 46.144744943205865 ], [ -122.916264697101752, 46.145605350135412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1362, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.028516892580512, 46.305963005949373 ], [ -120.013093485176171, 46.305982904648467 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1363, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320553420825291, 48.891030585021163 ], [ -122.320722865949122, 48.912829965079062 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1364, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.038983233828574, 46.226914300669897 ], [ -119.027146233672696, 46.218717987408617 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1365, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.528253126215063, 46.654039018846234 ], [ -120.527113323103251, 46.655943553200323 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1366, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.118265929418115, 47.25028704537948 ], [ -122.112160128759058, 47.242931552609932 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1367, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.79379915592294, 47.433132785765764 ], [ -117.783418362412093, 47.441020789186851 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1368, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 189000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293993914653754, 47.326235555938929 ], [ -122.292614717450732, 47.344545475778325 ], [ -122.295819424335036, 47.353032929860134 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1369, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.626109567657707, 47.384698061692582 ], [ -122.620850775162808, 47.372720529432009 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1370, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.410423958158773, 47.740712806519973 ], [ -117.40708723621772, 47.744195225279078 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1371, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.39952223265955, 48.793981232852559 ], [ -119.401078624670774, 48.814963264433956 ], [ -119.409891775773772, 48.841721276710423 ], [ -119.407549153306348, 48.859081556252619 ], [ -119.419681232541961, 48.880463654434919 ], [ -119.423760253290737, 48.885052038513976 ], [ -119.426794558769203, 48.898801598717981 ], [ -119.420443464004478, 48.919524219682543 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1372, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.621462692852816, 46.346976223825095 ], [ -123.615423303280295, 46.353203372700698 ], [ -123.609351616889441, 46.356012526104962 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1373, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.903076937515067, 46.284254283689421 ], [ -122.901700070548131, 46.285276014194245 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1374, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.244670656353989, 47.904148545304118 ], [ -122.241005020009737, 47.904892859226976 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1375, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 243000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.319274617593322, 47.57772137457723 ], [ -122.318990083415542, 47.57936976048105 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1376, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "534", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.332618262119141, 48.341159403605289 ], [ -122.32231360186141, 48.34097452604923 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1377, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.217566158070582, 47.849690876510849 ], [ -122.218079123845527, 47.852093640403005 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1378, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.062691487213726, 47.656513354659559 ], [ -122.049961815540158, 47.652642799948737 ], [ -122.039116537244212, 47.646432503274063 ], [ -122.024659802566831, 47.644263262000543 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1379, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.211100709923272, 47.878184265598193 ], [ -122.206449503654156, 47.878180766327723 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1380, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.603896853557487, 47.642930457102267 ], [ -117.593089756549503, 47.642918812622518 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1381, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 94000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.688395438241372, 45.82152945322693 ], [ -122.699496916591343, 45.845401667714121 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1382, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.514228560487282, 45.885496943426077 ], [ -122.514116367730338, 45.888267008376637 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1383, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "906", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.412787102362188, 47.422542421940427 ], [ -121.412508613276813, 47.418857502372106 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1384, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "092", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.067000553127173, 48.031134417324068 ], [ -122.056060985772035, 48.03246757083916 ], [ -122.051514997402606, 48.034741364607164 ], [ -122.015412092829365, 48.067401767332242 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1385, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 73000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.86106596526362, 46.047865250501246 ], [ -122.867737390595934, 46.066231654359783 ], [ -122.866731665217529, 46.081553949675019 ], [ -122.876647239090445, 46.102739118075618 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1386, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.298324517967387, 47.66106004144762 ], [ -122.292384800132737, 47.661192847984282 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1387, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.728844260717935, 46.327375552752535 ], [ -122.709604065783807, 46.341306258857735 ], [ -122.705966831964375, 46.350625811089863 ], [ -122.695764335414466, 46.359026044274501 ], [ -122.686815678593561, 46.361827214379161 ], [ -122.679498242504806, 46.361618515478881 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1388, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.126056682478165, 47.833819378114498 ], [ -122.12400433866199, 47.837514385944232 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1389, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 320 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.044931377088176, 48.751377685173416 ], [ -118.03410983185384, 48.76362781101713 ], [ -118.025299206209425, 48.768909457785298 ], [ -118.011448406077022, 48.7742533573118 ], [ -118.002920408217534, 48.781715524530291 ], [ -117.998459415436855, 48.793023789254093 ], [ -117.999070004842963, 48.797563651219214 ], [ -118.003543932323367, 48.800841022385114 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1390, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "213", "AADT": 680 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.704906039106845, 48.27820378985669 ], [ -119.704200375729769, 48.279518946839907 ], [ -119.706008475823339, 48.282630411978595 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1391, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300484167773988, 46.887392915851279 ], [ -122.297783081828584, 46.893138535170557 ], [ -122.297765190298051, 46.906902658591477 ], [ -122.295683874584753, 46.910147070783218 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1392, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515944338142461, 47.259959104221025 ], [ -122.515854246626034, 47.265516626978297 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1393, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.460587517435869, 47.715407136193882 ], [ -117.475500972629689, 47.715405460073477 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1394, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "106", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.94874516224489, 47.381610018607113 ], [ -122.920128965068841, 47.388561327396793 ], [ -122.914757678554494, 47.388043454655744 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1395, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.59736169129701, 47.828865968819223 ], [ -117.60868386178889, 47.839539399292235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1396, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.293885132461426, 47.149636909792328 ], [ -119.294218817180592, 47.149727948883914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1397, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.169616112472056, 47.87782864570628 ], [ -122.165952723613572, 47.877799075396652 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1398, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.08020225819179, 46.218655691963164 ], [ -119.076567422897426, 46.223878362462294 ], [ -119.076728009735461, 46.226590831806313 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1399, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632929343571746, 47.565033362358442 ], [ -122.632862566005713, 47.565755526915211 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1400, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.003770001278767, 46.30532053715342 ], [ -117.99168187834691, 46.312854873357942 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1401, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.05491342093201, 46.331157364649748 ], [ -124.044713133526557, 46.331198201967432 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1402, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 580 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.031138145485073, 46.546457236793749 ], [ -124.031058614973688, 46.549143652323878 ], [ -124.034530523847479, 46.549222742002307 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1403, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 89000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.290526581934259, 47.672483866142429 ], [ -117.274059505463214, 47.6747650498599 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1404, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.206818324123503, 47.898121111991159 ], [ -122.207007235541838, 47.904960629854315 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1405, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.281965348263412, 47.864172748046379 ], [ -122.280478947800262, 47.865772012999315 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1406, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "197", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.149338525599845, 45.627246476964977 ], [ -121.153525229417525, 45.636291317849519 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1407, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.887897361524182, 46.229024854872961 ], [ -122.885558695626571, 46.243136327445633 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1408, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.291613470754356, 47.299067816014372 ], [ -121.285599041080417, 47.294343061351654 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1409, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.73009205831336, 45.919429359457524 ], [ -122.733903088492028, 45.918773383186227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1410, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.079520179417585, 46.232297928430441 ], [ -119.080053636589298, 46.233384559886659 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1411, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.939367330301579, 47.026315604338592 ], [ -119.874297770194971, 47.073107229090539 ], [ -119.865717201992325, 47.081385264136031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1412, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.58517244391588, 47.092882859507959 ], [ -117.59703699218602, 47.095543250552851 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1413, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 320 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.205892243009487, 48.865029997203493 ], [ -118.214404575973504, 48.874449448031065 ], [ -118.219199731881801, 48.891168941385182 ], [ -118.218489894172166, 48.896205512750605 ], [ -118.206090760441199, 48.906042390063725 ], [ -118.204913599166801, 48.908879903722919 ], [ -118.207669961314195, 48.916259348525216 ], [ -118.21868697565796, 48.928165986997499 ], [ -118.222481004593774, 48.937341106513834 ], [ -118.221852976836118, 48.941812048556613 ], [ -118.214100448167557, 48.956549762312704 ], [ -118.214955995965553, 48.962081791542815 ], [ -118.221857041813266, 48.968350756780978 ], [ -118.223193704353079, 48.97145368551849 ], [ -118.225525311579162, 48.993142170738317 ], [ -118.224439920750271, 48.99811578046841 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1414, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.056532360281352, 47.195825610490381 ], [ -121.050120478652474, 47.193844348643402 ], [ -121.046769006570827, 47.190672131629647 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1415, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.215998368238161, 47.473770254421389 ], [ -122.214719291724819, 47.475391299645253 ], [ -122.216263351868164, 47.478470607581436 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1416, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.001624621517948, 47.956002034889899 ], [ -119.000277641148855, 47.952144492546743 ], [ -119.002377226736385, 47.948533089236733 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1417, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.043382483867632, 46.311738538961151 ], [ -124.04279897393873, 46.31486161458502 ], [ -124.044606618196795, 46.317989866247551 ], [ -124.054772670796112, 46.323425158094594 ], [ -124.054947732122983, 46.330246772901475 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1418, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.234147864135196, 46.387454465295747 ], [ -120.223645849199386, 46.380127313307995 ], [ -120.200680188944503, 46.357573287733253 ], [ -120.182959056038797, 46.349209599567345 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1419, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411097387585272, 47.686238881054152 ], [ -117.411101904295435, 47.687150653964544 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1420, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.582610488249827, 47.642912863021564 ], [ -117.577214570107699, 47.642932904843434 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1421, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.643946939900729, 47.502784521821305 ], [ -122.64153655585271, 47.504818025821152 ], [ -122.634247378622447, 47.50492717413362 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1422, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.147513064848397, 47.339074769232305 ], [ -122.143767362364272, 47.345066001861063 ], [ -122.128207298168832, 47.353574893557983 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1423, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.650885583615079, 47.53744473350946 ], [ -122.646361546630089, 47.537308291980381 ], [ -122.637848629692186, 47.542187291519198 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1424, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.495889545445195, 48.783500549088714 ], [ -122.497820086448939, 48.783587733434537 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1425, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.18185475496891, 46.729705134759591 ], [ -117.182511221736121, 46.729023359402838 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1426, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.564633443935321, 47.513589589291051 ], [ -117.567047697407389, 47.526881555020907 ], [ -117.593629232661755, 47.554738091366858 ], [ -117.594120527595081, 47.56259952876453 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1427, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "102", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.159561450189358, 47.252225085917814 ], [ -123.145765470894801, 47.252121037595735 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1428, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.303513312096641, 47.110007206912748 ], [ -119.29424574680327, 47.119132439190331 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1429, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.615807335899461, 48.512636822716388 ], [ -122.636132486050869, 48.512755540503846 ], [ -122.657978741716136, 48.506992600578961 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1430, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.668938631763382, 48.073348609756756 ], [ -123.637136307412959, 48.071445912452148 ], [ -123.598965558026592, 48.063806291376437 ], [ -123.583078776170325, 48.065841690149455 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1431, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292406555277367, 47.820973150659725 ], [ -122.287114971466522, 47.820933921518062 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1432, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.746224608388246, 48.137356281920965 ], [ -123.745586975218174, 48.137285238730655 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1433, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "117", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.46265355610926, 48.106621014509145 ], [ -123.462540653362765, 48.107899627428509 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1434, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.668572481840911, 47.894342293360999 ], [ -117.672512234320848, 47.89130131810856 ], [ -117.679510419361208, 47.892108493761228 ], [ -117.686186201388963, 47.890718012116224 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1435, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.441091926613225, 48.703150918200507 ], [ -119.439813485256948, 48.704571899440204 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1436, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.192037521642177, 47.288368397672457 ], [ -122.177941413935869, 47.288130723504757 ], [ -122.160303418452557, 47.276931860527242 ], [ -122.154828224392247, 47.274967721400394 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1437, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.950074709445062, 47.861313163759149 ], [ -119.930668757972271, 47.86310438336033 ], [ -119.924186531989733, 47.866623169763486 ], [ -119.922561148111782, 47.872143411968537 ], [ -119.920442447839307, 47.872582175409967 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1438, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.324149951143752, 46.9733140337108 ], [ -117.343566545204553, 46.982382779473966 ], [ -117.349911117076914, 46.987419149490272 ], [ -117.353646835024364, 46.994398259197176 ], [ -117.354064456991352, 47.005882445124683 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1439, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.405380887934157, 48.685132053283944 ], [ -117.396461636233781, 48.667289585763655 ], [ -117.371385464899802, 48.63883478765711 ], [ -117.362922273223461, 48.603348115776853 ], [ -117.352655557324468, 48.590436785851459 ], [ -117.351258966481964, 48.579900005339667 ], [ -117.354644499172935, 48.566966490160112 ], [ -117.351454687088975, 48.564197356130194 ], [ -117.35209284765736, 48.56149939825319 ], [ -117.350149905900807, 48.558289487950148 ], [ -117.345558882603314, 48.555367530134269 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1440, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.351048352663298, 47.782943186368612 ], [ -122.348707769530705, 47.781426295792329 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1441, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.695320957443997, 47.333317827520212 ], [ -118.693673459967258, 47.333365258324363 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1442, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.047676523819618, 47.733358665848961 ], [ -117.041955367085265, 47.735800091362691 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1443, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.265443253874182, 46.866803346435219 ], [ -122.265450775061325, 46.869141366287543 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1444, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.053676429743362, 47.357995259119342 ], [ -122.043550485082378, 47.357973821795852 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1445, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.709670661847042, 47.46327516174987 ], [ -121.70389497835464, 47.459848626966838 ], [ -121.700358732240275, 47.450406662557285 ], [ -121.696592013986375, 47.446769656352174 ], [ -121.688584002718699, 47.443598322481606 ], [ -121.67495655374637, 47.443251500998755 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1446, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.637029108402757, 47.732315224067548 ], [ -122.637075428419053, 47.733467131883472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1447, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.125057273314454, 47.43023992090184 ], [ -123.135227803582239, 47.411259620375176 ], [ -123.140333593835535, 47.407055777453252 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1448, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "283", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.762408837931162, 47.146818992069562 ], [ -119.738029801679104, 47.162025528492201 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1449, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.02398853280836, 47.836037192991313 ], [ -120.017528316401439, 47.83577184794455 ], [ -120.01510753200742, 47.836692067770109 ], [ -120.014883602279227, 47.838858014748816 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1450, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.36427876875436, 47.821506704381562 ], [ -122.361708309094524, 47.821485407636935 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1451, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.363905077003736, 48.644133222493046 ], [ -122.367891931354507, 48.654517081439487 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1452, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.980925049582297, 47.207837572712442 ], [ -120.982525220733436, 47.209234482494971 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1453, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.673838776937586, 45.632559899699672 ], [ -122.677075241222823, 45.632772139073047 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1454, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.811070066937972, 46.973262377695661 ], [ -123.81327859505312, 46.975058826280723 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1455, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.935642047941485, 47.522410772789712 ], [ -121.920184705432106, 47.516227964306267 ], [ -121.903493556563376, 47.506541775806959 ], [ -121.889966995552712, 47.507262302989382 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1456, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.169361525767613, 46.268812851751079 ], [ -118.159927028218377, 46.270183251411886 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1457, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.121017875405343, 48.3612124715645 ], [ -120.11789227649497, 48.359995303789191 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1458, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.179444856372996, 47.665768017322023 ], [ -117.143304038853017, 47.665506429497675 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1459, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.685072339697726, 47.527048557451586 ], [ -122.668023988682592, 47.531878978513895 ], [ -122.662091039175124, 47.539282091638327 ], [ -122.650885583615079, 47.53744473350946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1460, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.891017634737054, 46.421545267035846 ], [ -122.888987911762868, 46.435916736306062 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1461, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.298604580410952, 47.290674507300466 ], [ -122.284486184781684, 47.298220875807594 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1462, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "261", "AADT": 470 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.065402195124022, 46.505633184361088 ], [ -118.109757182040056, 46.512921210769115 ], [ -118.140418843293972, 46.527665872312724 ], [ -118.146611089944116, 46.534850483439477 ], [ -118.154752003498672, 46.539479251667089 ], [ -118.165579953174017, 46.544463988322399 ], [ -118.178033677221222, 46.547293889530096 ], [ -118.179701549318324, 46.549775279095265 ], [ -118.178732483184064, 46.558210958930893 ], [ -118.188041079614365, 46.565785816755685 ], [ -118.203492405239174, 46.572148702654658 ], [ -118.217550979369349, 46.584015334141228 ], [ -118.220609061996811, 46.596905322796069 ], [ -118.222302280852531, 46.598111115137471 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1463, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.722622225467831, 45.928000884189544 ], [ -122.725591561412799, 45.920528940935938 ], [ -122.73009205831336, 45.919429359457524 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1464, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.333169631931412, 46.376967707418174 ], [ -120.359757614656232, 46.390548467886262 ], [ -120.393374497703164, 46.415054976581132 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1465, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 100000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.907079955967802, 47.008528213116854 ], [ -122.906003446918959, 47.021545965546217 ], [ -122.898390582660454, 47.025431031921393 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1466, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.625157561887448, 46.60074637766386 ], [ -123.620266028114912, 46.596767244517622 ], [ -123.618744180520153, 46.59260821821195 ], [ -123.618502852937382, 46.564256892811002 ], [ -123.611178075071393, 46.555555809006599 ], [ -123.603576087507321, 46.554836152152149 ], [ -123.58792738025322, 46.563085968481907 ], [ -123.574657667505008, 46.562624625918602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1467, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.675248149565462, 47.588574571054302 ], [ -120.671508030017293, 47.590263712201221 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1468, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.88911247613737, 46.583669137857981 ], [ -122.885750729186512, 46.583809204693047 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1469, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.778759274121981, 48.917169304350161 ], [ -117.777288263236429, 48.917759441114171 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1470, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.961543513779162, 47.601540509971706 ], [ -121.959988004883826, 47.594531686363389 ], [ -121.953247282813606, 47.588372095704692 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1471, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.114744563777407, 47.954618627484152 ], [ -122.106378900303667, 47.95203116162844 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1472, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.729377121926859, 46.68662952080814 ], [ -123.730051929909976, 46.688858411744526 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1473, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.517679251294084, 46.631227130234301 ], [ -120.513577041782284, 46.62848965824373 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1474, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.884585691963451, 47.504313222044075 ], [ -121.883903298017017, 47.507566268051761 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1475, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.182511221736121, 46.729023359402838 ], [ -117.180095245937054, 46.728918094302635 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1476, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.305116425754306, 47.526696943528414 ], [ -120.293092081857921, 47.543409541286223 ], [ -120.287967442552073, 47.546238730285992 ], [ -120.282642003278482, 47.553431956779917 ], [ -120.272001133752681, 47.558397050059959 ], [ -120.262078237043454, 47.568872114114747 ], [ -120.249176440498218, 47.5869624312597 ], [ -120.242852312398412, 47.600967421674937 ], [ -120.239242191429213, 47.621125704330105 ], [ -120.241420398470268, 47.630983512524679 ], [ -120.228266789670954, 47.650259650565069 ], [ -120.224545529502294, 47.663264841698741 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1477, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.898113512298977, 47.571273361697671 ], [ -121.888033564235286, 47.567584502047787 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1478, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "532", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.379284717805021, 48.240979182519013 ], [ -122.370672134768782, 48.241070696744671 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1479, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.085823104778029, 46.19661506819152 ], [ -119.09334686280873, 46.199133631614664 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1480, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "971", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.152582169346587, 47.860201246611297 ], [ -120.13914198771252, 47.853649911282645 ], [ -120.122950892718208, 47.851785095228045 ], [ -120.114481516988974, 47.847725419522504 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1481, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "261", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.971606228426708, 46.509744574184801 ], [ -117.973483231037619, 46.512865996008152 ], [ -117.977840654016163, 46.512579007888633 ], [ -118.029558898815694, 46.502950393076524 ], [ -118.050008143030723, 46.507292613739189 ], [ -118.065402195124022, 46.505633184361088 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1482, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "307", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.645684510430286, 47.75184286421355 ], [ -122.639978566916994, 47.756166092326147 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1483, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.594712953659084, 47.504905792030804 ], [ -122.59279423225081, 47.504927880298595 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1484, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "165", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.052821815520076, 47.141055273332867 ], [ -122.036341396005895, 47.156422077643512 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1485, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.204337991115423, 46.705845765062946 ], [ -117.203516548055262, 46.708001320988203 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1486, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.477349014932798, 47.9428804513106 ], [ -117.481552386619569, 47.947005209598963 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1487, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.141300861940678, 47.405012501806958 ], [ -123.147774384376703, 47.384520677677358 ], [ -123.153371665083867, 47.375446711694785 ], [ -123.159376621958486, 47.370405308566951 ], [ -123.157789488172483, 47.360991838405752 ], [ -123.160773389146442, 47.353096120320416 ], [ -123.161116265715805, 47.34064181569557 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1488, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.555153906558445, 48.311333202874557 ], [ -121.554392316275184, 48.321462528596847 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1489, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.819166039924241, 48.320150205282573 ], [ -117.826670839836538, 48.327146945515544 ], [ -117.832311971054978, 48.342060525887824 ], [ -117.833986735838764, 48.353122342890586 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1490, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005RL005EXP", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329829059676499, 47.704134634650863 ], [ -122.329952106349054, 47.704882007218821 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1491, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.154828224392247, 47.274967721400394 ], [ -122.152629008163714, 47.274448600320063 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1492, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.841560284144833, 47.410924863988264 ], [ -122.838363531146001, 47.410922375589486 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1493, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.38548211846232, 47.946057096128101 ], [ -124.385457650194525, 47.948085936254756 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1494, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.161116265715805, 47.34064181569557 ], [ -123.161323536285423, 47.333867097993448 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1495, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "106", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.860540292745142, 47.423328077483177 ], [ -122.854011878201959, 47.427572293911062 ], [ -122.840707680301904, 47.432561733758618 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1496, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.027992805505662, 47.359680347903051 ], [ -122.020926540679625, 47.361394117124746 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1497, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 430 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.375260257628668, 46.12971656239813 ], [ -118.376032696862453, 46.134741992620256 ], [ -118.372644343429101, 46.140914538913805 ], [ -118.372622271491664, 46.147436197024028 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1498, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552592386843642, 45.667269374585871 ], [ -122.552555247678612, 45.677831341701292 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1499, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 66000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.137126389252771, 46.221619445547823 ], [ -119.134005824046426, 46.228841292899375 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1500, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.34824902527825, 48.494212262854063 ], [ -122.377330564171004, 48.515561334940195 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1501, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.509518930324944, 45.849808906178765 ], [ -121.510916201175206, 45.853093475116609 ], [ -121.510864891391591, 45.865505866328625 ], [ -121.520082315409624, 45.877713917942742 ], [ -121.521232831913167, 45.884748055701195 ], [ -121.519240087163226, 45.889669672406107 ], [ -121.499674197914857, 45.915317053952286 ], [ -121.491734448754798, 45.94180393642398 ], [ -121.489450712973607, 45.960811529561411 ], [ -121.493535282283318, 45.96843528922561 ], [ -121.52521030857298, 45.995799815103098 ], [ -121.533733565145809, 45.998403068792292 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1502, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.794473089484299, 48.098315156784906 ], [ -119.790196608334625, 48.100144655090922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1503, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.602890706984184, 48.445709836918383 ], [ -122.582371208147777, 48.454401804712546 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1504, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.799623657787492, 48.050485332257082 ], [ -122.815529775579904, 48.068412549137904 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1505, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.664164383831476, 45.656485583117373 ], [ -122.666920309719501, 45.663291930471352 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1506, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "519", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329127007047077, 47.590307849876361 ], [ -122.33419204952969, 47.590279780834067 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1507, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.345492024132611, 47.752635419397848 ], [ -122.345920633950058, 47.77083416369959 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1508, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.685005097523273, 48.65064929316695 ], [ -118.673811891540595, 48.650431699504054 ], [ -118.670635263180728, 48.654138832599223 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1509, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.228797033398834, 46.322331888021509 ], [ -120.117378226679421, 46.248725870821751 ], [ -120.059224824210062, 46.226361597360132 ], [ -120.041926287571201, 46.221991493051306 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1510, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "263", "AADT": 190 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.584396609728699, 46.533432677580549 ], [ -118.576110906737782, 46.535646545582082 ], [ -118.572332425650004, 46.534779464821966 ], [ -118.565160662420666, 46.537428165989404 ], [ -118.544479768538366, 46.564740022403512 ], [ -118.534825246955307, 46.572156727439861 ], [ -118.547168932754332, 46.594636374586251 ], [ -118.561154034162755, 46.627326138352167 ], [ -118.55642456688696, 46.632957105639804 ], [ -118.556848579242526, 46.635516328086688 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1511, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503SPCOUGAR", "AADT": 570 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.246433641543874, 46.055605308681287 ], [ -122.24560913488169, 46.055680719788263 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1512, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "547", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.262812267746753, 48.992749594778175 ], [ -122.265005071246051, 48.992731807074072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1513, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.547342209975255, 46.794839538983908 ], [ -118.483953405415804, 46.795471160245505 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1514, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.269198387003215, 48.496735426406602 ], [ -122.252782505656882, 48.502886244329979 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1515, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.056208336721014, 48.72880962680378 ], [ -121.041603296197252, 48.728200471037034 ], [ -121.024812358057332, 48.724133100021845 ], [ -121.002825857450645, 48.715540065202177 ], [ -120.968318631866723, 48.705224961256675 ], [ -120.957782523608188, 48.706195784351387 ], [ -120.950206791790194, 48.704066105202088 ], [ -120.919119912484177, 48.705888890636103 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1516, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.788090911234036, 46.967896690950269 ], [ -123.793730764421539, 46.971506237214449 ], [ -123.801005869020528, 46.97153945083916 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1517, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612626586589585, 48.493451127507456 ], [ -122.612833645466225, 48.496398719745642 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1518, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "292", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.637751379427783, 48.063009348453754 ], [ -117.636770498151151, 48.062719337103708 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1519, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.954577124595644, 48.075450517679897 ], [ -123.947921035211053, 48.07233438016344 ], [ -123.931991204653812, 48.071573273304743 ], [ -123.916784450182661, 48.067797845049476 ], [ -123.906084323791262, 48.062154088968697 ], [ -123.892328678876041, 48.058874100318377 ], [ -123.885058784454046, 48.058942075328943 ], [ -123.873775953227778, 48.052604006241118 ], [ -123.858852409194938, 48.049459926673137 ], [ -123.846235246561818, 48.04869695773241 ], [ -123.8409267019141, 48.051483381614112 ], [ -123.826778905139165, 48.052291291876358 ], [ -123.807677862367072, 48.048863648704391 ], [ -123.798413115524298, 48.051191239547911 ], [ -123.79566847493038, 48.054532180463276 ], [ -123.779905823084661, 48.060119262485173 ], [ -123.776467676497447, 48.06346222234319 ], [ -123.776622534748725, 48.067010906673097 ], [ -123.773631335005632, 48.072591063123532 ], [ -123.769762640337746, 48.075838811552181 ], [ -123.735837619277163, 48.081323112404895 ], [ -123.730668280763524, 48.086136372765942 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1520, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "205", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.565521330023856, 45.648308855935589 ], [ -122.568202249655798, 45.654090253981309 ], [ -122.579412024900563, 45.667671509390679 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1521, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.375970115948476, 47.246990619140469 ], [ -122.373038808487124, 47.247348750984969 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1522, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.862512719004215, 47.086191127777234 ], [ -119.862843386091185, 47.0896867871854 ], [ -119.854003428870897, 47.093700134960059 ], [ -119.853547960703054, 47.103252983890513 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1523, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.080364486063388, 46.745280488461553 ], [ -124.082452188131327, 46.754402918834742 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1524, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.060939272722578, 46.176246614605397 ], [ -119.074559942489557, 46.186526936625448 ], [ -119.07554605201409, 46.19231311319475 ], [ -119.077331004970745, 46.194073370880616 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1525, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "300", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.881649691983839, 47.430579358692867 ], [ -122.87635954674721, 47.431832987847116 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1526, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.497295586009741, 47.797577011748075 ], [ -122.496876955564929, 47.79704098385163 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1527, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.168895232464337, 47.752366135365698 ], [ -122.166000449537478, 47.748105380190495 ], [ -122.161191571276049, 47.745209637144733 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1528, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.566673812652041, 47.299858655282279 ], [ -119.561131670991045, 47.307552076570353 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1529, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.144515819568866, 48.227617892413583 ], [ -117.114708009801618, 48.222520715209434 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1530, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.29299375177132, 47.15662884147298 ], [ -122.294069570442161, 47.16049345129565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1531, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.271494257666305, 47.377466250078584 ], [ -122.265608954849938, 47.375364843270596 ], [ -122.246846279959115, 47.377964291177598 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1532, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.661701633558977, 45.779505486263872 ], [ -122.656548613503958, 45.779610725539399 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1533, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.394991893307292, 47.657584632828758 ], [ -117.396554323552365, 47.661842762907469 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1534, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.201670504160603, 47.721495814883781 ], [ -120.197066983353437, 47.73552096817609 ], [ -120.188416507428087, 47.745071832302798 ], [ -120.179851786979611, 47.750141130600525 ], [ -120.148957768087925, 47.762722774937394 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1535, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.283809503226422, 47.760008456557401 ], [ -122.280599866629203, 47.75656583702883 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1536, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.400418780215034, 46.47427794967512 ], [ -120.387370638693469, 46.46700418548253 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1537, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.754773443150555, 46.682331222224633 ], [ -123.749275560592551, 46.684773409873152 ], [ -123.745782143592393, 46.682825318719757 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1538, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.56464729624021, 47.507958508540014 ], [ -117.564633443935321, 47.513589589291051 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1539, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.759554542606296, 47.103450609389945 ], [ -119.558893640908167, 47.103882462795056 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1540, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 160000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.314791488520413, 47.797788041337981 ], [ -122.310957498165848, 47.80367684627435 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1541, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.016289419458047, 46.139440137454159 ], [ -119.012942508349539, 46.142596644652855 ], [ -119.013609534720644, 46.147890311082726 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1542, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.797563812541867, 46.224556295910673 ], [ -119.789279170993211, 46.221932717028139 ], [ -119.779376178177202, 46.221205174567174 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1543, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.148584559075417, 47.888641626225549 ], [ -122.146942015925859, 47.890208717364352 ], [ -122.147898136463596, 47.891240116027518 ], [ -122.144284589044702, 47.891173255555849 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1544, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 166000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.257680961415417, 47.462429673318368 ], [ -122.253811390819777, 47.461751114268111 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1545, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.651197780069083, 48.376593555387203 ], [ -122.649808007494315, 48.385489158861887 ], [ -122.646951111707807, 48.391135786077484 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1546, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.489974820467296, 47.63779779447075 ], [ -117.483419434454078, 47.634916335501721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1547, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.669463427088289, 48.28062899113884 ], [ -122.66869354692831, 48.28392234736517 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1548, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.288340059412576, 47.39938479633917 ], [ -120.286339343335584, 47.398285650245384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1549, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "523", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.29784438697979, 47.73380690712974 ], [ -122.296538445705806, 47.733797081433551 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1550, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.09510641396318, 47.142989269336915 ], [ -123.096323519304391, 47.134272394579583 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1551, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.984252857006553, 47.199462080598131 ], [ -121.981395463623414, 47.199415234829942 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1552, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.072862455424513, 48.607084662075529 ], [ -118.075403226596052, 48.60622009244755 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1553, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.045556290541384, 46.407257511825854 ], [ -117.045566791268442, 46.414486419905707 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1554, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.044294662084752, 46.419932827678586 ], [ -117.041885819522903, 46.419993072573497 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1555, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.781151703417322, 48.104181729521031 ], [ -119.775684841290101, 48.108642657837265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1556, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.920372202436184, 48.55484304117541 ], [ -117.925161936558339, 48.557993926001515 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1557, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.897497354091669, 46.479396397776341 ], [ -122.881749481023334, 46.475259386937331 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1558, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 169000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.363209074826116, 47.240589668519526 ], [ -122.344490274539154, 47.241062232606446 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1559, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.150260957147736, 46.142040045940469 ], [ -118.144880001936286, 46.145258702669409 ], [ -118.132651075522091, 46.157455291282375 ], [ -118.130696857856805, 46.165415474539714 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1560, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.916599884963333, 46.205741983731237 ], [ -122.916283966738007, 46.216701839284866 ], [ -122.90956772898538, 46.233183287897376 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1561, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPWESTPT", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.104206303877831, 46.88685914736417 ], [ -124.104230764070877, 46.887871778229929 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1562, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.420443464004478, 48.919524219682543 ], [ -119.434163266902402, 48.932386835942545 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1563, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.385759302832952, 47.940854639438832 ], [ -124.385510623527338, 47.944172956277242 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1564, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.93809549138868, 46.145703599776411 ], [ -118.93579575565991, 46.138481177530785 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1565, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.56153752864536, 47.710001752985413 ], [ -122.570785594692978, 47.713968150660705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1566, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.323204156349121, 47.592989716797248 ], [ -122.315658494347971, 47.594845418598226 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1567, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.176413614588839, 46.796858286498171 ], [ -119.176696844070307, 46.804638285254434 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1568, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364342917203899, 46.888526117343964 ], [ -117.364248234550899, 46.889589876509419 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1569, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.273133342420579, 47.54078205444678 ], [ -124.287584452007493, 47.536577081922843 ], [ -124.319847884744618, 47.516524179185772 ], [ -124.324090324620144, 47.516142639666477 ], [ -124.333430982511615, 47.519141528511739 ], [ -124.337624769406574, 47.52716473937717 ], [ -124.333373397299653, 47.535316612520845 ], [ -124.333471332335918, 47.538223003456991 ], [ -124.339759417824752, 47.545519333718914 ], [ -124.356428060881797, 47.554005940789125 ], [ -124.370897801406258, 47.605252276969892 ], [ -124.374466812505005, 47.612938518126541 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1570, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 166000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.240843500174748, 47.465256976904037 ], [ -122.219199176353911, 47.467699012420596 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1571, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.687327648314721, 45.815867041973277 ], [ -122.685471017189684, 45.815918602820247 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1572, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.128207298168832, 47.353574893557983 ], [ -122.110572710623117, 47.363944159453126 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1573, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.124063025001149, 47.216025336254681 ], [ -121.105809252602256, 47.212792325350534 ], [ -121.056532360281352, 47.195825610490381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1574, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.579254389094999, 45.780262943958462 ], [ -122.563268685186088, 45.780509429525395 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1575, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.344680786806052, 47.671728963857532 ], [ -117.341965966497852, 47.672396184282753 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1576, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.85643031703205, 46.646165675013158 ], [ -118.850561469392503, 46.660610888932041 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1577, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.629521198563552, 48.320290979390471 ], [ -122.628642300885431, 48.325690040966066 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1578, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.579864137262803, 47.812264536547865 ], [ -121.570503454992874, 47.813279974338798 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1579, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 88000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.460090051062679, 47.158565784708884 ], [ -122.444060501274976, 47.158268456007384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1580, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293168879469505, 47.850417256602938 ], [ -122.287576154742638, 47.858150705104791 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1581, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529SPEVERET", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.190960133030174, 47.981774674482992 ], [ -122.189552282881621, 47.98175363955135 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1582, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.152647623566239, 47.804983049175576 ], [ -122.143430620923212, 47.804831103973932 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1583, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.906720867424966, 46.292249626533632 ], [ -122.911948212091474, 46.303622760943014 ], [ -122.914803798026043, 46.315281332914296 ], [ -122.914456217414624, 46.320216529742048 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1584, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.194984523487079, 47.502141777624381 ], [ -122.187184739381962, 47.501857325400131 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1585, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.129688599241049, 48.200331111571217 ], [ -122.129998052227577, 48.205757020221782 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1586, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.871409960469393, 47.566618038302785 ], [ -121.86554433323569, 47.562596014833389 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1587, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.682365185552385, 46.653719422861357 ], [ -123.662398840708448, 46.646951966069125 ], [ -123.654260035379892, 46.633500721995993 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1588, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.100207740564784, 47.12623269251867 ], [ -123.102377982985573, 47.112671686088177 ], [ -123.099948695782828, 47.109072044984345 ], [ -123.095203059969009, 47.106661623542536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1589, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485156688758934, 48.993345617767702 ], [ -122.485088769968655, 49.000573970295697 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1590, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.474633272686205, 47.393916472267058 ], [ -121.46758770152482, 47.392943994038788 ], [ -121.446973949302006, 47.398224332448635 ], [ -121.443300524996289, 47.402061004123105 ], [ -121.431214226089779, 47.424461473684723 ], [ -121.422341719529356, 47.428268878348739 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1591, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.626679802667098, 45.618488744597201 ], [ -122.598939776587983, 45.612974016825596 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1592, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.19432847074394, 47.811612660151496 ], [ -122.192118820418386, 47.812969411071883 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1593, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300115628571589, 47.918585403863915 ], [ -122.300174272263959, 47.921996202515935 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1594, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632929343571746, 47.565033362358442 ], [ -122.630443639253471, 47.565025907656711 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1595, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411137105677895, 47.694497322218041 ], [ -117.411138760062514, 47.695364210595322 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1596, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.639256115641189, 47.867730523561924 ], [ -122.609054417208228, 47.85212563658304 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1597, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.349586635602975, 47.981474680905684 ], [ -117.349645452645873, 48.006891476229413 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1598, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.745826823038655, 48.025218701429857 ], [ -122.743735295747754, 48.025325982572554 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1599, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.125523976710724, 47.463515808810946 ], [ -122.137621938472392, 47.465295400100779 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1600, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.417472887429668, 48.746283143282056 ], [ -117.414688142297649, 48.756626766458922 ], [ -117.403919626793993, 48.764450403187588 ], [ -117.402437726028367, 48.767667125897638 ], [ -117.407638209058334, 48.776459047703106 ], [ -117.417126863787743, 48.778619457286304 ], [ -117.422085135322703, 48.782708073083661 ], [ -117.423235010713981, 48.788371205667445 ], [ -117.410905475440046, 48.805537468373977 ], [ -117.40219110961587, 48.812765712920239 ], [ -117.394633961207518, 48.826819088773789 ], [ -117.391258022357434, 48.833936676618144 ], [ -117.3916705521127, 48.847562031950282 ], [ -117.38804787693438, 48.85701153485013 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1601, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.823628238111851, 45.696374883542788 ], [ -120.825058154386028, 45.696776690625022 ], [ -120.824534867948259, 45.698019660285013 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1602, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.723851232195486, 47.772533091038312 ], [ -118.722593508509433, 47.770852469461161 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1603, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.829347812275969, 47.135514825296823 ], [ -117.829386907587931, 47.140876411258709 ], [ -117.833472553563027, 47.142944213158167 ], [ -117.844891009712086, 47.154291328323872 ], [ -117.871041369607767, 47.157813877157068 ], [ -117.86971661582804, 47.170911976022737 ], [ -117.871387597285789, 47.187839622651218 ], [ -117.87803110737984, 47.193685321680057 ], [ -117.87896114922799, 47.196762278381421 ], [ -117.890363619604528, 47.209222122664315 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1604, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.79365948951579, 48.043762698715568 ], [ -122.799623657787492, 48.050485332257082 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1605, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.938151187048504, 46.491131611785214 ], [ -122.930337758433637, 46.491553232725245 ], [ -122.924561600818265, 46.489524276462141 ], [ -122.920965555728259, 46.485939226756379 ], [ -122.910333599130382, 46.482928058004646 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1606, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.49603778388304, 46.867087036289085 ], [ -119.475337364804005, 46.86253799704734 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1607, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.334702393556611, 47.53752849937392 ], [ -122.334726948443048, 47.53783183117045 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1608, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.056080360764639, 46.32503054093565 ], [ -117.063967954561534, 46.328821040332038 ], [ -117.061440068689592, 46.328055315328356 ], [ -117.059281112343143, 46.332392566467576 ], [ -117.057050410233288, 46.331110759889597 ], [ -117.05681367959086, 46.333555819943996 ], [ -117.053320189391798, 46.335256508376098 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1609, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "506", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.969891123674756, 46.401938255373821 ], [ -122.961521274163758, 46.401988220965237 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1610, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.045566791268442, 46.414486419905707 ], [ -117.0451921635877, 46.416527454990252 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1611, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.339365238817294, 47.574870995871301 ], [ -122.339333590986016, 47.58577682731017 ], [ -122.336346718079554, 47.591654033419452 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1612, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.706218593179671, 46.877987626787856 ], [ -123.709580028592384, 46.882422144562995 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1613, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.466895028230013, 46.295217675038479 ], [ -123.467406143795671, 46.285965159422069 ], [ -123.465118033915715, 46.282211226095818 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1614, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.182392328901628, 46.715330188352894 ], [ -117.184576052975814, 46.720909245583343 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1615, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.361391847233278, 46.549463895554652 ], [ -120.335129763951315, 46.548771068068753 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1616, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364714656647536, 46.881018551055021 ], [ -117.364342917203899, 46.888526117343964 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1617, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.769599737815682, 46.954635166584779 ], [ -123.770391468187938, 46.955307304450656 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1618, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.202462298145065, 47.095325541918697 ], [ -122.187759518765063, 47.081938472712039 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1619, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "102", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.198694023082197, 47.240170631515745 ], [ -123.191242888244844, 47.242935812779869 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1620, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 410 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.097610307813184, 45.826067191082323 ], [ -121.088429926387732, 45.831208049463008 ], [ -121.082043599620036, 45.831940208376103 ], [ -121.077566918497396, 45.83691358923236 ], [ -121.064289423625084, 45.837612584711032 ], [ -121.060896024462053, 45.843177933516479 ], [ -121.051256695424854, 45.841249733231855 ], [ -121.044002493577764, 45.843371461064791 ], [ -121.041605833271547, 45.846528859160259 ], [ -121.042019507991668, 45.848528330750931 ], [ -121.040581147805113, 45.846916300477595 ], [ -121.041249632581255, 45.84306565094311 ], [ -121.037431310365449, 45.841060737604771 ], [ -121.015416675300102, 45.841381874192358 ], [ -121.00438784279099, 45.846294675193377 ], [ -121.003848291772414, 45.857237926938254 ], [ -120.997219649499982, 45.857574439362594 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1621, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.233958638400182, 48.510507948032917 ], [ -122.232397920441286, 48.510494546408545 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1622, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.617473035943746, 47.365342874891837 ], [ -122.61779313364066, 47.366051473328959 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1623, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104COKNGSTN", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.496488730202671, 47.798131725435162 ], [ -122.497554247786695, 47.798831291147188 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1624, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.829286058444211, 45.694065406581714 ], [ -120.823628238111851, 45.696374883542788 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1625, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.530420705645668, 46.643087440394865 ], [ -120.53042114793594, 46.648673581937167 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1626, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.637075428419053, 47.733467131883472 ], [ -122.637777688949228, 47.736774087198171 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1627, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.387305963606366, 46.00087337946335 ], [ -118.390040065553109, 46.007627801040854 ], [ -118.389504835127497, 46.01168967830138 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1628, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.221741092709848, 46.839196372192902 ], [ -123.186352443692385, 46.830341964523342 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1629, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 990 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.571060807888188, 46.970023831614697 ], [ -118.588821056643738, 46.970155862821464 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1630, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 950 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.813196231870947, 47.612634348054918 ], [ -119.755706338961346, 47.612164193328475 ], [ -119.737823227499987, 47.60515788415637 ], [ -119.720721817182365, 47.591102789405021 ], [ -119.712250267654511, 47.590041352383473 ], [ -119.706797355948538, 47.586376059894029 ], [ -119.694629581208673, 47.584182828389778 ], [ -119.688211771145262, 47.585640043980831 ], [ -119.669767452626999, 47.599791676296881 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1631, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.243057082735447, 47.378057579003702 ], [ -122.237362405527364, 47.377914705247903 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1632, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.361708309094524, 47.821485407636935 ], [ -122.356567987335737, 47.821704250439097 ], [ -122.354119487335367, 47.820305006275078 ], [ -122.351825984668395, 47.821404825995728 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1633, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.193293704621027, 47.637148756275757 ], [ -122.188159619725255, 47.632297944258916 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1634, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.315534249866602, 47.101630402264945 ], [ -119.312911607971472, 47.103458954826422 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1635, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.160167104805637, 47.653951884466977 ], [ -118.157668452655614, 47.654046720921784 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1636, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPBOONE", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8023268261108, 46.970613858583548 ], [ -123.802314696690729, 46.971505074895227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1637, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.071479554644981, 47.648195998020768 ], [ -120.071448459492103, 47.649174407709495 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1638, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.347086854812403, 46.061393464556154 ], [ -118.348481306378005, 46.063085166556611 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1639, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.329101340863332, 47.787323772252478 ], [ -117.303824325048168, 47.787519684302268 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1640, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 146000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.198117151511596, 47.521534784569802 ], [ -122.197652766589911, 47.528447926224672 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1641, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "705", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.432220221648933, 47.238642593531736 ], [ -122.4330740997882, 47.240304818258586 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1642, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.098450693103302, 47.215078872669814 ], [ -123.088678991636399, 47.214132561767613 ], [ -123.082787016717759, 47.216778785704648 ], [ -123.071964157668702, 47.225587121483834 ], [ -123.064519505742908, 47.228831609750301 ], [ -123.05410373692375, 47.236867681751143 ], [ -123.046342160314069, 47.247280654269417 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1643, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.054226041329613, 47.693974327289453 ], [ -117.048376727182543, 47.695688856051717 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1644, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "243", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.916960776346841, 46.737852894254516 ], [ -119.918138718813253, 46.745319525755832 ], [ -119.930383358284814, 46.756611664606226 ], [ -119.924584270422315, 46.789316953763063 ], [ -119.925060968559279, 46.799259524633953 ], [ -119.919467667925616, 46.813419137415544 ], [ -119.929564560327989, 46.825731607661751 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1645, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "170", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.042225635160534, 46.969683760929946 ], [ -119.040600717119716, 46.969676722813489 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1646, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.959413616757899, 46.896544591643213 ], [ -122.95044623583982, 46.896255370313973 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1647, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.590106375917955, 48.48856820846774 ], [ -121.582719030347761, 48.48884463290414 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1648, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.074051220704035, 47.35810053335473 ], [ -122.056859544966272, 47.357999824852662 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1649, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.155209171378701, 45.649156826895158 ], [ -121.133731416493546, 45.650143900164963 ], [ -121.104388387913801, 45.648591460579489 ], [ -121.081741522931466, 45.658490519894663 ], [ -121.07472122044085, 45.657642744944745 ], [ -121.037369215300856, 45.664174095600536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1650, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.514518613007127, 47.304061906760644 ], [ -122.514138715415868, 47.305285325995207 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1651, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294752189274107, 47.394336888924805 ], [ -122.296674778694438, 47.399436908969875 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1652, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.331494065331015, 48.413596405929681 ], [ -122.335142695197547, 48.421566968015526 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1653, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.031274976604479, 46.672351954346723 ], [ -121.016273436209104, 46.671539444782418 ], [ -121.010425680052464, 46.673182050113304 ], [ -121.004386843962109, 46.671111831852343 ], [ -120.975125560120858, 46.671171640623299 ], [ -120.95397421972811, 46.683679184678518 ], [ -120.942336238118372, 46.683459211788126 ], [ -120.923659893636582, 46.690189834568912 ], [ -120.91996745203349, 46.695363991241933 ], [ -120.907976328774922, 46.693935844627667 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1654, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.879310735196455, 46.977845548607704 ], [ -123.882350975671287, 46.979220086206588 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1655, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.475500972629689, 47.715405460073477 ], [ -117.477586451440004, 47.715503692424456 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1656, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "506", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.961521274163758, 46.401988220965237 ], [ -122.949013170185907, 46.402084921929699 ], [ -122.936052151222441, 46.409828411637484 ], [ -122.92793302379215, 46.41161006878923 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1657, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 98000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.670186995799966, 45.775331764224653 ], [ -122.674247167312387, 45.788463389780723 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1658, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.569522175479136, 47.297602795224286 ], [ -122.57284757436372, 47.301360429553199 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1659, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.665613796744069, 46.813801431239035 ], [ -117.655064922923032, 46.809179514993687 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1660, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320722865949122, 48.912829965079062 ], [ -122.320664178351393, 48.920195996956508 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1661, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.918327484937933, 46.117976228602245 ], [ -122.903098241047189, 46.109738964702579 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1662, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294801653977515, 47.053064106789932 ], [ -122.294762770557767, 47.059261084711871 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1663, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.05178107340376, 46.379587812213529 ], [ -117.04481767809628, 46.3941409901038 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1664, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 186000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.182562213341214, 47.68615327362118 ], [ -122.17966954957592, 47.699244791831987 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1665, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.121615187208903, 47.67659568560984 ], [ -122.121619318303658, 47.675441060823353 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1666, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300696449695479, 46.885655934584761 ], [ -122.300484167773988, 46.887392915851279 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1667, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.519208512822843, 46.049950256584275 ], [ -118.509058600463192, 46.051380476223464 ], [ -118.488117434464115, 46.048642901635269 ], [ -118.480204124034813, 46.049048642839232 ], [ -118.467333249192365, 46.053915899940804 ], [ -118.438085937314554, 46.057729211325835 ], [ -118.422123437734129, 46.067888420334484 ], [ -118.415063311269847, 46.070678448274656 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1668, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.341055291679638, 48.43131101356753 ], [ -122.3410260439436, 48.442075631716534 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1669, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "194", "AADT": 990 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.253697876282956, 46.720834603925077 ], [ -117.242161621034882, 46.724945810321032 ], [ -117.222631107649434, 46.725847558272449 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1670, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364914465293964, 46.890563387669424 ], [ -117.363624515861133, 46.8909558493962 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1671, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.179090836518185, 48.040414721592413 ], [ -122.180053248004555, 48.044039402042571 ], [ -122.177835226883587, 48.046828315996621 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1672, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.573975922292576, 47.642938657441185 ], [ -117.566205816569592, 47.642947502989273 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1673, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.899165272995049, 46.997061727991721 ], [ -123.904163899551065, 46.999413545935028 ], [ -123.907258097976609, 47.006603628360395 ], [ -123.914296787666956, 47.015110256309242 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1674, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.191598935598563, 48.012573229790014 ], [ -122.190360402953402, 48.011258829453276 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1675, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.494952058785032, 45.724974359387964 ], [ -121.489969530129187, 45.724018801962771 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1676, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.375045609769757, 46.549398523834043 ], [ -120.361391847233278, 46.549463895554652 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1677, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.622499665663568, 46.027136071686094 ], [ -120.603730446930768, 46.030134486575534 ], [ -120.585899455923837, 46.037337890707761 ], [ -120.575532397164736, 46.039428891281716 ], [ -120.567772334473617, 46.051602031103769 ], [ -120.563182624013166, 46.068821384909604 ], [ -120.556150179223948, 46.075788390504393 ], [ -120.534751098510171, 46.123950149653886 ], [ -120.515530493648257, 46.143093366555327 ], [ -120.509986662423643, 46.152181210447218 ], [ -120.503793683121188, 46.172358962800374 ], [ -120.487854800155318, 46.197116284702261 ], [ -120.479708986379947, 46.203649917926462 ], [ -120.469066413584272, 46.205702844446861 ], [ -120.457801112783358, 46.211857315254733 ], [ -120.429869876392814, 46.222839543687201 ], [ -120.41927959296973, 46.233519365631885 ], [ -120.417664840582148, 46.246889012450062 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1678, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.346098276560966, 46.053273732957166 ], [ -118.34636873554831, 46.060517989918345 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1679, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.291710569574491, 46.534745933379163 ], [ -120.250447797915044, 46.524888901502507 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1680, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.669240505165476, 46.040335022751911 ], [ -118.658745078697294, 46.039408490712759 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1681, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.338430626573953, 47.787597206558253 ], [ -117.329101340863332, 47.787323772252478 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1682, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016SPGORST", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.696088831863136, 47.524835015798814 ], [ -122.697108961759142, 47.524879573016392 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1683, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 135000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.30819143746794, 47.284254798582509 ], [ -122.302875798159477, 47.300053013830123 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1684, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.181158518371561, 47.364977258587437 ], [ -122.176118084384996, 47.363166787763639 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1685, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012COABERDN", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.809046887463126, 46.977210686286064 ], [ -123.813204082303827, 46.976649580694747 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1686, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.730710282864791, 46.682355779820242 ], [ -123.71738235987128, 46.677553521788916 ], [ -123.709438419765561, 46.677684145356899 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1687, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 114000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.244776326136957, 47.318098504532834 ], [ -122.244685812440409, 47.329721985780601 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1688, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.303760564222117, 47.510609425300594 ], [ -122.312488370490996, 47.516734821125091 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1689, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "274", "AADT": 220 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0400651004515, 47.240331654782892 ], [ -117.039872538253974, 47.240275062125349 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1690, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.46274702023635, 47.215959170787364 ], [ -122.463262451689005, 47.224364833737326 ], [ -122.461552615748133, 47.228736272488909 ], [ -122.456565510322491, 47.230637492729869 ], [ -122.446627369228665, 47.230157966935657 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1691, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.324862717294309, 47.675410475084092 ], [ -117.312270921945881, 47.675150132212707 ], [ -117.282785873653182, 47.681052638398619 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1692, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.418933152819221, 48.113039913127146 ], [ -123.417186310737975, 48.112326338502129 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1693, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.624560448088602, 47.47526970781712 ], [ -122.627117024275364, 47.480479264282238 ], [ -122.642332524040697, 47.497883179453936 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1694, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.303554765473748, 47.410929096987296 ], [ -120.304106900235013, 47.412297837753137 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1695, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.045381435660516, 48.177497463299538 ], [ -117.044118100544523, 48.178055343480068 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1696, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "523", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.323606871649204, 47.734060088848331 ], [ -122.3127959962451, 47.733976653052189 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1697, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.187296503918105, 48.144438471189112 ], [ -122.19002141523471, 48.159825483292138 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1698, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.361293530959401, 47.667477375697366 ], [ -117.359431970400706, 47.668611138215027 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1699, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.517031573452428, 46.533035016474493 ], [ -122.485346572755972, 46.534276731774632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1700, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.195484263445451, 48.820649558127151 ], [ -122.184419544228348, 48.823751814252262 ], [ -122.171628361806754, 48.83235506014573 ], [ -122.162243473108319, 48.847573657004915 ], [ -122.155341195994026, 48.8530309989738 ], [ -122.152315166574482, 48.866521893103361 ], [ -122.156782069376121, 48.873362455300118 ], [ -122.157023436608441, 48.880620672513672 ], [ -122.143678928354802, 48.900487639708963 ], [ -122.143323619084683, 48.904712373674741 ], [ -122.138001808676322, 48.906085316660025 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1701, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.15455908919354, 47.039676186898141 ], [ -117.160861289615184, 47.050954630484128 ], [ -117.154361637906206, 47.055796474105243 ], [ -117.152717497272491, 47.06101648316244 ], [ -117.146111611970099, 47.067878034955775 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1702, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.87651001736586, 46.543928554825953 ], [ -122.876494769882896, 46.555080308402154 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1703, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "243", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.929564560327989, 46.825731607661751 ], [ -119.938781506670736, 46.835315190379241 ], [ -119.9378634012904, 46.843234490488818 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1704, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.043125887405068, 48.348189060793807 ], [ -120.036243503115244, 48.360787946165154 ], [ -119.980976306549167, 48.371736887990885 ], [ -119.939712777294744, 48.371508493824095 ], [ -119.93213372535557, 48.369568457779422 ], [ -119.914175859070227, 48.374242439584854 ], [ -119.908986613744091, 48.377471965393269 ], [ -119.898418789605444, 48.388927984101201 ], [ -119.88824307963813, 48.387799660397697 ], [ -119.876976385990886, 48.391132361806307 ], [ -119.872928052818935, 48.395764976720479 ], [ -119.864801083930615, 48.396933852830195 ], [ -119.864135883730711, 48.394572698440001 ], [ -119.859814107583077, 48.392810422566299 ], [ -119.847294106322039, 48.391674282952849 ], [ -119.841139061375671, 48.387577175008438 ], [ -119.828799328880962, 48.384690611673669 ], [ -119.823544965369436, 48.380893153595643 ], [ -119.802634548529895, 48.380234576267839 ], [ -119.793249734034077, 48.378416031613867 ], [ -119.784579131002914, 48.379834719726347 ], [ -119.762077485123953, 48.37337698529128 ], [ -119.749742668612285, 48.366086568263931 ], [ -119.739383302957791, 48.36458324168899 ], [ -119.728766633521971, 48.367106699589776 ], [ -119.716876851980743, 48.362480248164815 ], [ -119.706563017058471, 48.362740641104196 ], [ -119.70152716833654, 48.355893390640794 ], [ -119.701124330443548, 48.349910044278758 ], [ -119.699333410546885, 48.346764899481158 ], [ -119.690199666372195, 48.340265369137931 ], [ -119.68846920901629, 48.336529428433046 ], [ -119.669686753474792, 48.326604130834738 ], [ -119.668092465478452, 48.323036739338782 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1705, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.428494472918416, 47.078773704993189 ], [ -122.435054349404794, 47.083944887594939 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1706, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "108", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.268924316504382, 47.067984467782686 ], [ -123.262698165568636, 47.073479205607754 ], [ -123.252518965869399, 47.078996395938638 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1707, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.183208277774099, 47.244320631111854 ], [ -121.176899997135877, 47.238944811742662 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1708, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 270 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.037800322916112, 46.549187373582974 ], [ -124.037331726885697, 46.567241591558918 ], [ -124.03460269227719, 46.569677380664601 ], [ -124.032405411229831, 46.577522592975299 ], [ -124.026552155577065, 46.584299850035869 ], [ -124.034658767439609, 46.594544780844217 ], [ -124.039728302704702, 46.597881698495605 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1709, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.044085349369411, 47.052573294941133 ], [ -124.047172253501301, 47.05570022157297 ], [ -124.050553109907412, 47.056629236314429 ], [ -124.10821747466116, 47.056023750421915 ], [ -124.13858560003267, 47.046315287875778 ], [ -124.153148232238593, 47.043350307387797 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1710, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.55106967919177, 47.505156933902178 ], [ -122.529840017355824, 47.504901930180999 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1711, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.721200055538915, 48.262619157576424 ], [ -119.71716591068855, 48.268760511719876 ], [ -119.704906039106845, 48.27820378985669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1712, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.547259863523152, 45.758946281558856 ], [ -122.547333020165269, 45.770303523694338 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1713, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "534", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.33358123019751, 48.341165856045606 ], [ -122.332618262119141, 48.341159403605289 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1714, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.214171931912986, 47.656175559895296 ], [ -120.21318227383378, 47.659160629851421 ], [ -120.199761466161078, 47.672757560983626 ], [ -120.192470933120063, 47.683827524185894 ], [ -120.192423985529715, 47.689373521937213 ], [ -120.190232750066798, 47.694023640242158 ], [ -120.193718794822246, 47.699853448470812 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1715, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.32091916768168, 48.943809498274518 ], [ -122.320236381330659, 48.949281296039715 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1716, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.179936919160511, 47.812576249407712 ], [ -122.175415037896627, 47.811547042988927 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1717, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.959158209108367, 46.348167717790915 ], [ -123.955544747190061, 46.350454299980164 ], [ -123.949867913012525, 46.373269799719893 ], [ -123.953188389186494, 46.378421541776262 ], [ -123.952691507931831, 46.382495923597297 ], [ -123.949521156812779, 46.384398347331782 ], [ -123.952473681998654, 46.388577578018307 ], [ -123.95094586900035, 46.394702279410538 ], [ -123.951959766986718, 46.402502512608343 ], [ -123.946259503906106, 46.404017213818697 ], [ -123.93885825300687, 46.403238409830365 ], [ -123.937181080528177, 46.41219293835001 ], [ -123.934644570507359, 46.415825295920108 ], [ -123.924298937229111, 46.41909295514327 ], [ -123.921280324807171, 46.421679501204771 ], [ -123.919775814410769, 46.427237817198893 ], [ -123.916010472130893, 46.429796141179935 ], [ -123.905851756834693, 46.429320091181296 ], [ -123.900365878197505, 46.434797424323953 ], [ -123.890681059904807, 46.435014693092675 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1718, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "506", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.92793302379215, 46.41161006878923 ], [ -122.91211788857369, 46.410552133228812 ], [ -122.892952038978819, 46.416466987130839 ], [ -122.891660015623145, 46.418162911139738 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1719, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "223", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.180194115580733, 46.345278852186489 ], [ -120.179114482278479, 46.345519165443598 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1720, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.991568619336903, 47.204446626775024 ], [ -121.991078005435853, 47.204921628150657 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1721, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.133344349409569, 46.826322014929531 ], [ -119.133187297471707, 46.840989608405323 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1722, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.728286148205044, 46.577329772449154 ], [ -119.727242108914112, 46.571648448259012 ], [ -119.724843941821518, 46.568316690091457 ], [ -119.707710865650895, 46.559972335903076 ], [ -119.690281129112734, 46.546380582301587 ], [ -119.679092947210719, 46.526348272177636 ], [ -119.663420272843339, 46.513299188658983 ], [ -119.654825211553558, 46.509740768578297 ], [ -119.625617450558252, 46.505625838227189 ], [ -119.616605860494388, 46.502381391341636 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1723, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322068256990221, 47.282622666398055 ], [ -122.317848845660947, 47.289841138315147 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1724, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.27527659326941, 47.132523853358272 ], [ -119.274000198069402, 47.133551295505299 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1725, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 241000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321491668159595, 47.561289773043633 ], [ -122.320109390964362, 47.569219939168704 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1726, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.158789864082834, 46.209496312714975 ], [ -119.158836492914901, 46.212219507273439 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1727, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.280478947800262, 47.865772012999315 ], [ -122.278980462567219, 47.867386824966182 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1728, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.202938502568784, 46.165273956543857 ], [ -119.197572222928613, 46.169229399362045 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1729, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411138760062514, 47.695364210595322 ], [ -117.411153862676116, 47.713375171924589 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1730, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "702", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.472720513409499, 46.937733804158441 ], [ -122.471659728514638, 46.937712347252351 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1731, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542COMTBAKR", "AADT": 330 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.679949024281612, 48.862366554575956 ], [ -121.67648405877685, 48.862747070704742 ], [ -121.675440298595248, 48.86519104864302 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1732, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "547", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.137980814567982, 48.917211390436321 ], [ -122.143204017948364, 48.917388145691199 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1733, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.392358608529989, 47.91886418374515 ], [ -119.396171573487521, 47.919272726030059 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1734, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 77000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.97994106137466, 46.666273563009497 ], [ -122.980523161473926, 46.669369940569823 ], [ -122.978490988812069, 46.672381097487914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1735, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167HD01440", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.252218766599697, 47.30348278034436 ], [ -122.253658472159614, 47.30129357614328 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1736, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.056859544966272, 47.357999824852662 ], [ -122.053676429743362, 47.357995259119342 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1737, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.353351102705318, 47.785116167920116 ], [ -122.351048352663298, 47.782943186368612 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1738, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.068928025920172, 47.724161605631039 ], [ -117.047676523819618, 47.733358665848961 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1739, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.906271557827452, 46.981082315378899 ], [ -123.908386053875446, 46.981101741101561 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1740, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.544028419130271, 47.001952640033011 ], [ -122.542334434380138, 47.00502781175873 ], [ -122.540038028135754, 47.00460876204631 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1741, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293850202966212, 47.250048111478741 ], [ -122.293851920669425, 47.250946951374694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1742, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "165", "AADT": 270 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.039544621853594, 47.033662887036861 ], [ -122.039015029765906, 47.036892907390822 ], [ -122.042096990904128, 47.041180418908425 ], [ -122.040455848446527, 47.042415578963713 ], [ -122.043659030471574, 47.051688720864576 ], [ -122.041343688300898, 47.057515733093233 ], [ -122.043396567533449, 47.061198561592917 ], [ -122.040777035248652, 47.06934638078846 ], [ -122.041031056601483, 47.073412833520536 ], [ -122.047472656302261, 47.080452981126761 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1743, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 610 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.41226985516866, 46.701216260838095 ], [ -118.344182075452053, 46.736172435645898 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1744, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.949387860226594, 47.658311021176395 ], [ -117.937941742183241, 47.66068536101799 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1745, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.562413658630291, 45.606210172534006 ], [ -122.527484212355105, 45.597996722483742 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1746, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.05491342093201, 46.331157364649748 ], [ -124.054873250321222, 46.33231727716408 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1747, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294065221820091, 47.077717873211377 ], [ -122.293924077334879, 47.080038511262934 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1748, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.813727298716188, 47.922952148329294 ], [ -122.794710098701756, 47.91754732775248 ], [ -122.758100077241082, 47.894541503482593 ], [ -122.739633872222001, 47.891139503453509 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1749, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.344621017744956, 47.705063887488421 ], [ -122.34473393847837, 47.706554117786396 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1750, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364993136365968, 46.874611063822357 ], [ -117.36500111708439, 46.875100319569846 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1751, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552151748684011, 45.682087270033662 ], [ -122.531897904514153, 45.682684997075874 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1752, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.732310652740864, 46.324533827812239 ], [ -122.728844260717935, 46.327375552752535 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1753, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.034031109439169, 48.927868621180991 ], [ -122.022755928768419, 48.927085030253139 ], [ -122.017434701767044, 48.922983330501765 ], [ -122.007539068271811, 48.919368790622642 ], [ -122.003015571438198, 48.913193560745007 ], [ -121.984999767494983, 48.900836706802387 ], [ -121.964764470383841, 48.892667734589395 ], [ -121.945053307519558, 48.88964109129742 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1754, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.778025327882034, 48.108358907495635 ], [ -122.772874057539269, 48.109600754011019 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1755, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.345578705589432, 47.780681488896377 ], [ -122.3446909130503, 47.781753623442818 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1756, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.249028468188229, 47.483058941627021 ], [ -122.246088026626765, 47.482214079169218 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1757, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.886803316563942, 47.569096800583097 ], [ -121.887427285044751, 47.571845126703565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1758, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.657978741716136, 48.506992600578961 ], [ -122.675812415010128, 48.49963997295967 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1759, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.885330176309111, 47.913927091619996 ], [ -122.876734233393705, 47.905864379252954 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1760, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.34204502410384, 47.213577697202012 ], [ -122.336442362151743, 47.210711234934195 ], [ -122.313809808833625, 47.204468161824842 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1761, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.33205829671914, 47.626482681179859 ], [ -119.297877166481385, 47.616608480735202 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1762, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.403113814045895, 47.587377182514579 ], [ -117.406071057941219, 47.595865661464821 ], [ -117.411745008517556, 47.601977328456783 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1763, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.303873683832052, 46.414040556357094 ], [ -120.290718818368489, 46.410967197702675 ], [ -120.284252451157627, 46.405664437857851 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1764, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "165", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.047085011642167, 47.106279201809855 ], [ -122.055419725099597, 47.112433827986649 ], [ -122.055564925016824, 47.119163342740045 ], [ -122.05035540257883, 47.123779887079337 ], [ -122.049031700758277, 47.130287962630504 ], [ -122.049741202949974, 47.133379969695255 ], [ -122.055720622157651, 47.138818733216866 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1765, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.990849498271615, 47.865717413563559 ], [ -121.97912045938449, 47.861321829552082 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1766, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.306414616637156, 48.261716417198109 ], [ -124.293667560537955, 48.257826849853132 ], [ -124.282648648542164, 48.257571990171968 ], [ -124.279398087095657, 48.254862185088577 ], [ -124.27420300877526, 48.253532373499482 ], [ -124.264793495776217, 48.253169139266696 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1767, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 780 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.841272719931595, 48.871952626266847 ], [ -117.838710070286552, 48.876758152534805 ], [ -117.827799169009225, 48.888248786791166 ], [ -117.819629108534457, 48.892129494478517 ], [ -117.813692616673535, 48.897117719943004 ], [ -117.800991750294699, 48.899088371045828 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1768, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.183614853228747, 48.051864397399648 ], [ -122.182293234324348, 48.051873874417922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1769, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.626945865956529, 47.565015327603646 ], [ -122.626968669098247, 47.563649620725911 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1770, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.511460093254485, 45.716637242446026 ], [ -120.495993913072411, 45.708276749841588 ], [ -120.476914834427248, 45.702702538267033 ], [ -120.408308669101899, 45.705944171996137 ], [ -120.376112492622312, 45.711038304880802 ], [ -120.363927113246902, 45.711464479141135 ], [ -120.348603525759955, 45.715662509705282 ], [ -120.320910965500175, 45.719254716666192 ], [ -120.312289234501137, 45.723569175775587 ], [ -120.277260030260337, 45.727941387526386 ], [ -120.263349709174719, 45.733907703854968 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1771, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.585343985430413, 48.360215974917388 ], [ -119.583575739140045, 48.361600175938868 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1772, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.208424345872075, 47.919513115713748 ], [ -122.207438282735282, 47.918856067693802 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1773, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.977574437486311, 48.130752286003684 ], [ -118.976256149725486, 48.135096529029276 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1774, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.252896795939691, 47.648337193316664 ], [ -119.123757455301401, 47.684669851370245 ], [ -118.997641541105537, 47.684484429813104 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1775, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "010", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.816994486404013, 47.165445994935325 ], [ -120.810858967877195, 47.163838705194728 ], [ -120.807321983538273, 47.159813106633052 ], [ -120.804396129842672, 47.151352432219916 ], [ -120.789700817051397, 47.136639653063867 ], [ -120.783573285076088, 47.132517797368131 ], [ -120.749718476212536, 47.12886625553363 ], [ -120.742297309038307, 47.124929800635563 ], [ -120.72686347638458, 47.124847728392773 ], [ -120.723255647139084, 47.119970088333147 ], [ -120.716556976135479, 47.115900373686991 ], [ -120.714591251072974, 47.108965525766223 ], [ -120.706757702137466, 47.104463983014632 ], [ -120.691960833988745, 47.09926115927972 ], [ -120.670202592793132, 47.078844997894805 ], [ -120.659740560954234, 47.073496399429267 ], [ -120.643958979996683, 47.057334067941426 ], [ -120.623508512257089, 47.043255125432729 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1776, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.117020060476193, 48.208448951729885 ], [ -122.104308415811971, 48.222137854966945 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1777, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 450 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.639930354464511, 47.813732471963284 ], [ -119.638076096707138, 47.81219129526896 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1778, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.484229716907379, 47.393484868377065 ], [ -119.485382513332624, 47.399473884290927 ], [ -119.490431098185496, 47.406506561188927 ], [ -119.495045335491213, 47.421454569841856 ], [ -119.497304892780932, 47.424536612315599 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1779, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.106928824733941, 48.006328067544558 ], [ -122.108092835869797, 48.013254047915936 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1780, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.217721754969887, 47.472049768408475 ], [ -122.215998368238161, 47.473770254421389 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1781, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.341965966497852, 47.672396184282753 ], [ -117.328302663496387, 47.67544135955422 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1782, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.713259493542125, 47.523971466392737 ], [ -122.706629013196178, 47.524789163060554 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1783, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.161546213748338, 48.711848967530401 ], [ -121.14877058949196, 48.71227888512805 ], [ -121.146082571362882, 48.709863002507156 ], [ -121.14241714229162, 48.710436725592253 ], [ -121.138490962567474, 48.707946770385611 ], [ -121.13548948471572, 48.710141451193763 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1784, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "131", "AADT": 310 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.953554316599508, 46.507320811778335 ], [ -121.954272166520326, 46.516741194571665 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1785, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.979002671059845, 46.331672597374727 ], [ -119.979099429728095, 46.365427737422799 ], [ -119.970594384976977, 46.375313022578908 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1786, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.071448459492103, 47.649174407709495 ], [ -120.063467216666339, 47.649181278575213 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1787, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.934698828798446, 47.192199706844384 ], [ -121.916002265883847, 47.174914477932113 ], [ -121.911303440314924, 47.166006055067236 ], [ -121.903224043714005, 47.164233431492121 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1788, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.362741011391208, 46.041507820745508 ], [ -118.346459198358431, 46.051056921589584 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1789, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.007230255722774, 47.18406179666448 ], [ -120.99298563107503, 47.18538933631234 ], [ -120.965876132625723, 47.193616516903468 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1790, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.761532507857268, 46.677740465348656 ], [ -123.754773443150555, 46.682331222224633 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1791, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.276237817267727, 46.55201300211349 ], [ -122.270999549538516, 46.550474770909332 ], [ -122.260497715277623, 46.542574779532856 ], [ -122.254525683621026, 46.540471649094805 ], [ -122.245610772737365, 46.532863614947921 ], [ -122.228675349509601, 46.524875700566817 ], [ -122.224834656756911, 46.521545519348962 ], [ -122.219626294625499, 46.520376976990811 ], [ -122.209087407373801, 46.511489794300097 ], [ -122.195890981494003, 46.508205833604144 ], [ -122.182798105263174, 46.509401143558591 ], [ -122.156375670520774, 46.518996575719946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1792, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "523", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3127959962451, 47.733976653052189 ], [ -122.310073364888709, 47.733938920414175 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1793, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.202267076913543, 46.142254547209866 ], [ -119.19689630235068, 46.143209749008726 ], [ -119.191581988322, 46.146931562792403 ], [ -119.183767840320783, 46.14838258426699 ], [ -119.171952885582783, 46.153817292733883 ], [ -119.149547750579231, 46.154170422138662 ], [ -119.124214058284167, 46.149340478690775 ], [ -119.093707141605108, 46.135163326277727 ], [ -119.066814936572896, 46.126888887906176 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1794, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.231398764864792, 47.396166360388719 ], [ -122.221480861841442, 47.4035987998246 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1795, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.740532149663892, 48.027070327091295 ], [ -122.73506389393529, 48.0308244206472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1796, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "547", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.151589597275049, 48.946090996400223 ], [ -122.153615448359005, 48.949882378328425 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1797, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.705951896289108, 45.815636230970945 ], [ -122.702661090540786, 45.81554770163148 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1798, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.303824325048168, 47.787519684302268 ], [ -117.258208773134342, 47.787610575259123 ], [ -117.235958795524866, 47.801431235351536 ], [ -117.229044672661516, 47.802095034481667 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1799, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.606791798623178, 48.437038326573351 ], [ -122.601725069992156, 48.44181669187379 ], [ -122.602890706984184, 48.445709836918383 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1800, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.541484241934185, 48.011987345964066 ], [ -122.545504734599902, 48.015191195920984 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1801, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.130472870874087, 47.242079002758253 ], [ -117.132870584743742, 47.247506163386987 ], [ -117.12969882377098, 47.254277947249079 ], [ -117.132009720980719, 47.274123715428217 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1802, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.499879326424775, 48.710301255742863 ], [ -122.499922198405756, 48.714250556319023 ], [ -122.502072946877774, 48.715965125923141 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1803, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.167652506416403, 46.726238503672867 ], [ -117.164806102841212, 46.723272356527097 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1804, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 166000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.32964723397896, 47.751023302038369 ], [ -122.329511872918388, 47.755738268508345 ], [ -122.324949506166149, 47.760975013973166 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1805, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.817955935066053, 48.078069092242544 ], [ -122.815097401448057, 48.097207949037156 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1806, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.019798038294653, 47.176873084781221 ], [ -122.016253916029456, 47.178420765373268 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1807, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.42667315360589, 45.579885332662293 ], [ -122.417005457777293, 45.575197740069534 ], [ -122.396298268695233, 45.578556758623847 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1808, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.40178326251278, 47.934588286903043 ], [ -124.385759302832952, 47.940854639438832 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1809, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "119", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.192594841140405, 47.413683046830855 ], [ -123.201606958154045, 47.421814244359872 ], [ -123.207633233739088, 47.422969566501649 ], [ -123.209395620448021, 47.426374142095611 ], [ -123.216247353086956, 47.430100203248038 ], [ -123.217959682242324, 47.432796524802392 ], [ -123.214659758399534, 47.444797296393631 ], [ -123.209901989560819, 47.449967519664696 ], [ -123.210562271209099, 47.455407284783256 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1810, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.586741587128557, 47.002395709468232 ], [ -120.555502563698724, 46.97695983851964 ], [ -120.530963491121156, 46.971801339065784 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1811, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.17648294881208, 46.775469671665036 ], [ -119.176494649933801, 46.78207259159862 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1812, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "532", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.344383008357454, 48.239891315920516 ], [ -122.330308403742094, 48.23969395888934 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1813, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.629242144609066, 45.941283986040474 ], [ -122.635997933915846, 45.939673899249172 ], [ -122.660203975741041, 45.940107907056806 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1814, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.976408319740685, 47.306520850971346 ], [ -117.964072776169957, 47.312061945670983 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1815, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.333010153733269, 46.308134973719312 ], [ -120.321048284965073, 46.321089582575823 ], [ -120.320503305464484, 46.33139909063442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1816, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.576764640237741, 47.486222185724451 ], [ -117.575965758574384, 47.486890338074836 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1817, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.164627110443774, 47.75721053577039 ], [ -122.165346057776276, 47.754516792953254 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1818, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.058178621318902, 47.856017657242319 ], [ -120.054025982473689, 47.855326762857132 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1819, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 136000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.529484328395654, 47.134748182026634 ], [ -122.517339148883238, 47.140258346213699 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1820, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.777466965304967, 47.867838558275565 ], [ -121.762481637099881, 47.869677431758504 ], [ -121.748839064870467, 47.867178683425642 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1821, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.168091001383246, 46.191027551174408 ], [ -123.165124232567806, 46.192586407138165 ], [ -123.15271813055702, 46.193261962416486 ], [ -123.134766706954039, 46.189120187195527 ], [ -123.121081402524666, 46.190065032218477 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1822, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.280599866629203, 47.75656583702883 ], [ -122.276408048488591, 47.75357665757118 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1823, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 176000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.31611780492355, 47.789760004694244 ], [ -122.314791488520413, 47.797788041337981 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1824, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.945454993409243, 47.236177875443957 ], [ -123.931145249454616, 47.243796473789544 ], [ -123.918289174748097, 47.267288911122236 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1825, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.25635796863007, 47.302806556709534 ], [ -122.244302140902477, 47.302712250410273 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1826, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285COWENTCH", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.322552842361844, 47.434276468979661 ], [ -120.320670922812269, 47.431977706837863 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1827, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.704489392233796, 48.892193408918772 ], [ -122.726383728871426, 48.892152279722694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1828, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.261565343062856, 47.831348407113268 ], [ -122.263270534968612, 47.832397759020033 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1829, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "211", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.278589829406044, 48.097019969634147 ], [ -117.276529210679328, 48.104674536931917 ], [ -117.277028302499104, 48.109488017591566 ], [ -117.272998256099669, 48.122049334527816 ], [ -117.274807453580152, 48.125796204914906 ], [ -117.291127712445757, 48.143071264731716 ], [ -117.303435399863204, 48.151795164295635 ], [ -117.300299702008886, 48.16655919934518 ], [ -117.301413406797337, 48.172607385479296 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1830, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COPRTANG", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.420014403076763, 48.114684685307893 ], [ -123.427211290658491, 48.117642047726477 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1831, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485968288291531, 48.855145538902732 ], [ -122.485955958774568, 48.862420218364967 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1832, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 181000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.324949506166149, 47.760975013973166 ], [ -122.321821318433265, 47.769655941756305 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1833, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 159000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.298157912762235, 47.312895010971495 ], [ -122.293993914653754, 47.326235555938929 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1834, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.713075020654173, 47.760489837158048 ], [ -118.710341623987219, 47.759738010791835 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1835, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.372529039603705, 48.864032049957785 ], [ -117.369079137583896, 48.862815453550809 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1836, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.110572710623117, 47.363944159453126 ], [ -122.098714277273984, 47.369492418112102 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1837, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.171041445842178, 46.742490409370639 ], [ -117.172470015562965, 46.747419562970222 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1838, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.230733731612645, 47.81783560764719 ], [ -122.224013073496792, 47.809721463486277 ], [ -122.208930873475609, 47.809437448536372 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1839, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.292877677971489, 47.167144058625588 ], [ -118.23284523334317, 47.208378484437233 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1840, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016SPGORST", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.699652221350618, 47.525293628844345 ], [ -122.700925811068146, 47.525407789228439 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1841, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552764512119353, 45.665414745404313 ], [ -122.552592386843642, 45.667269374585871 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1842, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.421050314530845, 45.924138658850204 ], [ -122.380710601537828, 45.924278572809264 ], [ -122.37969278006905, 45.92786182946594 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1843, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.536088451871422, 46.979826348233473 ], [ -121.535992046639251, 46.974757294396454 ], [ -121.525521910766912, 46.958589578880854 ], [ -121.530802513624195, 46.951871865174937 ], [ -121.53233249521206, 46.946931668605586 ], [ -121.531075310611826, 46.930943534289106 ], [ -121.535794516935653, 46.915604535502666 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1844, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.983976336569995, 47.432043093358125 ], [ -121.976498494183176, 47.435373038070374 ], [ -121.967236218599609, 47.436449093114639 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1845, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "261", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.36563171249675, 47.112475028022999 ], [ -118.365674851215545, 47.116919458059918 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1846, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 190000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.344490274539154, 47.241062232606446 ], [ -122.339033357398591, 47.241609587768068 ], [ -122.33505074796048, 47.244062294064186 ], [ -122.329833774778265, 47.257366559445629 ], [ -122.315148548251798, 47.271992087172457 ], [ -122.30819143746794, 47.284254798582509 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1847, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "263", "AADT": 350 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.55248951362708, 46.641494681214553 ], [ -118.552525565180943, 46.642228519863579 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1848, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.265757964373208, 45.711153535229521 ], [ -121.261160161577664, 45.713515235480138 ], [ -121.255750689266051, 45.719624608687255 ], [ -121.247272167588733, 45.721711103537395 ], [ -121.244181878027902, 45.727744002659534 ], [ -121.229868824265125, 45.729292886955108 ], [ -121.231423560573646, 45.737261284560553 ], [ -121.221621632188942, 45.741559083063379 ], [ -121.222903344047594, 45.748171594843477 ], [ -121.212095423917233, 45.749115906614676 ], [ -121.208489151798148, 45.750899687772225 ], [ -121.207786848761941, 45.753411236104036 ], [ -121.210902855391936, 45.760478560138175 ], [ -121.205395357271883, 45.767990032826901 ], [ -121.213184099925869, 45.772415070523735 ], [ -121.207883873965102, 45.779291026963108 ], [ -121.205570273734907, 45.792557085248013 ], [ -121.200434100982079, 45.795172708570497 ], [ -121.19464992172594, 45.795047037958824 ], [ -121.188184137310714, 45.801677167331206 ], [ -121.178325714014107, 45.804926270448469 ], [ -121.169827870350076, 45.812276654403917 ], [ -121.153119387867818, 45.814953812999107 ], [ -121.151145783713403, 45.818334026400045 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1849, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.402914986726358, 46.971519895736265 ], [ -120.375688858164125, 46.972858527506126 ], [ -120.353361006139139, 46.97154868208689 ], [ -120.319713102011661, 46.958602891000652 ], [ -120.307133990319542, 46.955978350247136 ], [ -120.2994945632026, 46.956302413422684 ], [ -120.288284684305097, 46.952398450305289 ], [ -120.25657407468168, 46.949958202692883 ], [ -120.238285223366148, 46.94396376510236 ], [ -120.208944883483923, 46.942068743324931 ], [ -120.193276544110986, 46.944981567179305 ], [ -120.180816353638463, 46.942803976865747 ], [ -120.151783782225479, 46.943795133867667 ], [ -120.128529736161966, 46.938409907446029 ], [ -120.107558174669109, 46.944096545570169 ], [ -120.092331719541605, 46.944947566288249 ], [ -120.078682178433766, 46.940462888636489 ], [ -120.062088889217208, 46.93992046839714 ], [ -120.043471089813437, 46.936309792102577 ], [ -120.026251202989869, 46.938592436615103 ], [ -120.013787354899009, 46.937777702281416 ], [ -120.003682220771452, 46.940852943979117 ], [ -119.985668490863077, 46.939923999476953 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1850, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.287818599843192, 47.924514488577927 ], [ -122.28451974075702, 47.924487110138749 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1851, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335262653876896, 47.416057096153082 ], [ -122.335244606048633, 47.42395446278109 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1852, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.048737936217449, 46.339771771541059 ], [ -117.048778895205302, 46.340650080279694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1853, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.013609534720644, 46.147890311082726 ], [ -119.021217122854679, 46.148081745336924 ], [ -119.024188294652717, 46.149871227696096 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1854, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.312911607971472, 47.103458954826422 ], [ -119.309497313183059, 47.105841174634598 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1855, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239846835115458, 47.644532783175499 ], [ -117.239856428207929, 47.646212052726518 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1856, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.660410934220309, 45.709731907394676 ], [ -121.65193438803864, 45.711658957509002 ], [ -121.638289052135647, 45.709972738059406 ], [ -121.626766506379269, 45.710480206499234 ], [ -121.616542159452052, 45.716362929343269 ], [ -121.604484040017425, 45.72087463146606 ], [ -121.584584212169744, 45.720068996879967 ], [ -121.560878346071433, 45.723055259766788 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1857, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.082633971163474, 48.348568806904716 ], [ -120.078231726681139, 48.346462605917232 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1858, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "409", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.377247312452241, 46.171261278558248 ], [ -123.37714180881467, 46.180276374416032 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1859, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.821799270931393, 46.524455646577657 ], [ -117.814796384903786, 46.521703392757907 ], [ -117.802459367593315, 46.520978940534079 ], [ -117.791959430225759, 46.516819878751647 ], [ -117.787466025072931, 46.51305818586971 ], [ -117.783736679671804, 46.507075029331638 ], [ -117.77659804345555, 46.503165851009967 ], [ -117.772511252995784, 46.496773601532745 ], [ -117.765576876124101, 46.490972070273244 ], [ -117.73846789800956, 46.482343388116597 ], [ -117.725698679059278, 46.47423577768155 ], [ -117.703876668457298, 46.464325457154978 ], [ -117.688071123572399, 46.462746474453851 ], [ -117.677559984716822, 46.46509640326461 ], [ -117.671585544389913, 46.471065249604486 ], [ -117.662548626862048, 46.474687864616612 ], [ -117.637996873668669, 46.478355952274178 ], [ -117.628745336448858, 46.478021616294249 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1860, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.979770850525938, 46.660022128112509 ], [ -122.978020353027659, 46.660570661442961 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1861, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612617318656362, 48.511792983817202 ], [ -122.612614699784757, 48.512615782028817 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1862, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434856954140685, 47.11948097913961 ], [ -122.434416219932913, 47.147529408608435 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1863, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300279956995126, 47.925646077144485 ], [ -122.300545501380824, 47.928204061593661 ], [ -122.302810058575048, 47.929817519123418 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1864, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.910259396373888, 47.659120641798296 ], [ -121.907053949999849, 47.677615477159982 ], [ -121.920396291109569, 47.682901991007249 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1865, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.181631231579033, 48.034487448085677 ], [ -122.17989213532671, 48.039576142610386 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1866, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.801473642989677, 45.836314269718208 ], [ -120.798497599487078, 45.842302478019079 ], [ -120.792112052703999, 45.848375413297234 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1867, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.575630911805035, 46.3701554294015 ], [ -122.561523170201454, 46.372670938329442 ], [ -122.553890672683295, 46.371903656560171 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1868, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.583078776170325, 48.065841690149455 ], [ -123.576471668517058, 48.065610173635889 ], [ -123.575204425274492, 48.069942092059541 ], [ -123.569437148579851, 48.072784913939358 ], [ -123.563656501003848, 48.079126585173078 ], [ -123.558629214626492, 48.081956269649289 ], [ -123.559067470235618, 48.088831529011372 ], [ -123.542425414950557, 48.096386168805182 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1869, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.25214757581621, 47.798129800596314 ], [ -124.25050861552586, 47.80421186200789 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1870, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.308076516353381, 47.275568560946745 ], [ -122.309832841635725, 47.277925603818332 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1871, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.965868137648627, 47.199186921457205 ], [ -121.963731928654553, 47.19914689555322 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1872, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.659666966840177, 48.28635974143338 ], [ -122.65786970030608, 48.287180504066988 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1873, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.595381933092497, 48.346234530005546 ], [ -119.591078218260904, 48.349487972963864 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1874, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "221", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.603123068379688, 45.938926097399289 ], [ -119.601830692288786, 46.102565853051281 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1875, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.33435901948009, 47.548548450975652 ], [ -122.339156045628158, 47.557656604827685 ], [ -122.339379851654897, 47.562061614217363 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1876, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "092", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.072988770032083, 48.030444367195706 ], [ -122.067000553127173, 48.031134417324068 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1877, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.297950785707755, 46.980094485635945 ], [ -122.295535110596205, 46.994879881031267 ], [ -122.296344995445239, 47.016667816660004 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1878, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.846710272641857, 46.859045713671357 ], [ -122.828370843454564, 46.857484681110748 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1879, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.769069669256837, 48.13967694581337 ], [ -123.746224608388246, 48.137356281920965 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1880, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.385831363209974, 47.982748053922897 ], [ -122.392171147352585, 47.986605199410121 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1881, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "165", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.047472656302261, 47.080452981126761 ], [ -122.048032810109277, 47.085455839923945 ], [ -122.057602940879846, 47.091681776267677 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1882, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.109161945179707, 47.358098863604248 ], [ -122.107021968892894, 47.358060180472179 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1883, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.349924354375062, 46.069095536037807 ], [ -118.351239545598403, 46.069099866242354 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1884, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285COWENTCH", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.324544580500159, 47.436711554260135 ], [ -120.322552842361844, 47.434276468979661 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1885, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "532", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.455259890514441, 48.240034233021973 ], [ -122.451971892780733, 48.242229134597963 ], [ -122.447469078130084, 48.241938468764076 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1886, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8155189413784, 46.975464231916462 ], [ -123.816707412630137, 46.974841864501833 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1887, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.132246497669541, 48.917315639828473 ], [ -122.12035844283777, 48.915853282598832 ], [ -122.102984160949504, 48.91699704034022 ], [ -122.086666801243837, 48.92408624569746 ], [ -122.079909498241889, 48.924179648639203 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1888, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.446916738159544, 45.91016727801594 ], [ -122.446800662917809, 45.913702032903885 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1889, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.113035482152014, 48.624541672164938 ], [ -118.122722282327231, 48.62743719674021 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1890, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.960076450805772, 46.940448732856822 ], [ -119.958723360189936, 46.932833889627283 ], [ -119.956933746377771, 46.931072704693193 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1891, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 760 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.467199858056844, 47.009795487910814 ], [ -117.490699524757886, 47.015148808785192 ], [ -117.498907800471159, 47.03303312562231 ], [ -117.512262025208955, 47.040723695582081 ], [ -117.52409105380616, 47.062203222755095 ], [ -117.535273832875831, 47.072343154563043 ], [ -117.539747265168728, 47.080766613249388 ], [ -117.545125111964779, 47.084320720048552 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1892, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.078551080996121, 47.655737714706191 ], [ -122.07068397332776, 47.656083693550428 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1893, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.333488752724065, 46.937467422799116 ], [ -117.335165828913247, 46.942808011860102 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1894, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.656548613503958, 45.779610725539399 ], [ -122.605320176969315, 45.780129801549855 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1895, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "092", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.009898974201477, 48.071628269047416 ], [ -122.001213391551047, 48.079177095638897 ], [ -121.990053825308721, 48.083409856194685 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1896, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "702", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.484172063481523, 46.938007018154558 ], [ -122.472720513409499, 46.937733804158441 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1897, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.593449536311255, 48.485900583061316 ], [ -121.590106375917955, 48.48856820846774 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1898, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.216263351868164, 47.478470607581436 ], [ -122.217077273137917, 47.479908761359511 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1899, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.403466519498323, 47.967463185099703 ], [ -124.403657352320764, 47.970099866252752 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1900, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "108", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.252518965869399, 47.078996395938638 ], [ -123.2330370728221, 47.083276060459248 ], [ -123.23016058240627, 47.089908889427214 ], [ -123.221728577793158, 47.096152986557236 ], [ -123.20552798017529, 47.096873315571607 ], [ -123.195553349247263, 47.099624772786527 ], [ -123.169892022029543, 47.099323329909566 ], [ -123.137011834399289, 47.106127557213988 ], [ -123.13276753922564, 47.110886788194989 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1901, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.276237817267727, 46.55201300211349 ], [ -122.275303538748787, 46.553456335575142 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1902, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "115", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1550212915445, 47.017344680175924 ], [ -124.158562931315544, 47.042143090252914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1903, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 66000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.663319481451168, 45.688951116760101 ], [ -122.658726878441499, 45.697730843697798 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1904, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.442124530437624, 48.107323541484007 ], [ -123.440954132107805, 48.108110856764362 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1905, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.564368032002662, 46.978427891551284 ], [ -118.553421747705983, 46.990595886032445 ], [ -118.543979549095909, 46.996993641407684 ], [ -118.506076872940469, 47.013962956283606 ], [ -118.476340768058094, 47.024825293584442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1906, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.388880896469786, 46.023864194696827 ], [ -118.387709362033064, 46.027451012856964 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1907, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.345489043446605, 47.752490517431461 ], [ -122.345492024132611, 47.752635419397848 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1908, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.01491470283743, 48.266704490043928 ], [ -122.010267715415495, 48.268304573345915 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1909, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.486682183998127, 45.727758078267264 ], [ -121.487502730553942, 45.72778652496892 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1910, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293851920669425, 47.250946951374694 ], [ -122.294736287654601, 47.257568077263116 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1911, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 117000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.326526705816661, 47.603443393266296 ], [ -122.330796798820671, 47.608824904437895 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1912, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.903136226573167, 46.385390741189411 ], [ -122.899606179677704, 46.398070720325002 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1913, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.309832841635725, 47.277925603818332 ], [ -122.311388725494211, 47.280016622066938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1914, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.896051288461464, 46.980998530624127 ], [ -123.897076554689036, 46.981004020534364 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1915, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.424463433099092, 45.643325581067039 ], [ -122.417694339578588, 45.641107566146111 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1916, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.651386023213846, 48.50419345281734 ], [ -121.642180426162, 48.495334999670824 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1917, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.288664435201866, 48.843341019908195 ], [ -122.288327355337927, 48.854065229284956 ], [ -122.293860970729511, 48.857565579186577 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1918, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "106", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.161323536285423, 47.333867097993448 ], [ -123.148514151356494, 47.321809282097149 ], [ -123.133682051432501, 47.318666754881377 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1919, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.985830348168577, 47.742682870903089 ], [ -121.985662542613227, 47.745168652252225 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1920, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.623220084885901, 47.469905047319649 ], [ -117.613426266490507, 47.471353912013129 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1921, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.715551513120758, 48.280931139705267 ], [ -117.715790156486548, 48.283544826832994 ], [ -117.717959422603883, 48.285470006413902 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1922, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.255634568171502, 48.839046183576897 ], [ -122.239504252454438, 48.83182351209372 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1923, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.507545144270523, 47.737161965513671 ], [ -117.507510958324275, 47.741638156513908 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1924, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.989641515851545, 47.213883977096863 ], [ -121.989711786402808, 47.228316551905628 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1925, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "518", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.28149361019446, 47.463910419060767 ], [ -122.277690998903495, 47.465654632338115 ], [ -122.27375876143914, 47.465095804957038 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1926, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.422185317903413, 48.565442515819228 ], [ -122.421730802266765, 48.595107671792 ], [ -122.42283278117084, 48.59933128531344 ], [ -122.431475859442486, 48.604413221539218 ], [ -122.439355010295444, 48.617793965552011 ], [ -122.442411123409855, 48.615387797498862 ], [ -122.442728468387699, 48.618964018545597 ], [ -122.448077930649603, 48.623742527782809 ], [ -122.462714495122654, 48.626500790187578 ], [ -122.489813733528507, 48.648897302326205 ], [ -122.492151906804679, 48.661706411185087 ], [ -122.489766418313607, 48.664956662779723 ], [ -122.485492277152801, 48.665877620811031 ], [ -122.485239836187972, 48.668069469102555 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1927, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6314890753886, 47.504928710839636 ], [ -122.624429651030113, 47.504849436976741 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1928, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.749722348356983, 45.917765067880474 ], [ -122.753449416128561, 45.92364517261958 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1929, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.294218817180592, 47.149727948883914 ], [ -119.311843170242952, 47.156724983737817 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1930, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.092186940478101, 47.199839907871393 ], [ -123.091672535039081, 47.200787005196588 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1931, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292441666472854, 47.735585142250443 ], [ -122.284485984985395, 47.74884810633062 ], [ -122.280297386625989, 47.752002751132636 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1932, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.188666249018951, 47.979430596898055 ], [ -122.185861118018124, 47.979473196513695 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1933, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.720736025374805, 48.026811053663415 ], [ -122.713606451958967, 48.025687641796843 ], [ -122.709289890446527, 48.020433321219095 ], [ -122.697769072959971, 48.018281474986544 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1934, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.861982835894821, 46.851655257249796 ], [ -122.85869572535529, 46.853293572098011 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1935, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.097157172266634, 47.18181284015089 ], [ -123.097337669672058, 47.18265441280105 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1936, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.420257639356464, 46.4360420894943 ], [ -117.409066395414257, 46.439118150779905 ], [ -117.405942904304041, 46.442722832061762 ], [ -117.402156754443752, 46.444197372169761 ], [ -117.393673451630434, 46.441265990142092 ], [ -117.374814282455702, 46.441816859040024 ], [ -117.365992907771854, 46.438026569729907 ], [ -117.33514535336613, 46.432997387805401 ], [ -117.327472667674357, 46.43645015123343 ], [ -117.323681866536177, 46.436435528817597 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1937, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.979117066111868, 47.199396871656774 ], [ -121.965868137648627, 47.199186921457205 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1938, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.690253067007987, 47.643095278219867 ], [ -117.668611477119171, 47.642951301653319 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1939, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.628766045193572, 47.589121012609041 ], [ -120.613968958482204, 47.580745454894128 ], [ -120.612801962863145, 47.573591045748593 ], [ -120.608110161460559, 47.570884440752799 ], [ -120.605716968023557, 47.567442828181449 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1940, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503SPCOUGAR", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.310528437755849, 46.04178070352517 ], [ -122.305684986961637, 46.049059604666049 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1941, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.366284463235573, 46.197242044061774 ], [ -123.363333971185767, 46.195029019241254 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1942, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.034209998414752, 47.159549653876454 ], [ -122.027100693268324, 47.166169809575656 ], [ -122.023915123280034, 47.173218692046973 ], [ -122.019798038294653, 47.176873084781221 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1943, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.120553856357361, 48.526076599177522 ], [ -122.115173394957139, 48.525094857641228 ], [ -122.105340281248644, 48.526935763538212 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1944, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.726659829589025, 48.906869957074555 ], [ -122.726504835841439, 48.917598413195563 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1945, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.471184156636355, 46.257571515724116 ], [ -119.461103039841333, 46.262060798209163 ], [ -119.452290972019924, 46.263206690348326 ], [ -119.433125555795428, 46.272408885631918 ], [ -119.425480768530875, 46.273432969905471 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1946, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.349794205388719, 48.032114906294112 ], [ -117.349476495360392, 48.03782069561921 ], [ -117.343635145963745, 48.047403949274504 ], [ -117.344202033773215, 48.061754727022468 ], [ -117.334110607573848, 48.069587361292818 ], [ -117.330652678698272, 48.07581832560485 ], [ -117.324163432199981, 48.07997588996038 ], [ -117.323579914803759, 48.082506236698698 ], [ -117.326024920161444, 48.089066012600007 ], [ -117.324990554119054, 48.091918625618781 ], [ -117.300604824674451, 48.098504866304353 ], [ -117.284168690353212, 48.096746748258013 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1947, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.004448625687232, 48.020509363332529 ], [ -122.995804225631531, 48.024055760468812 ], [ -122.978516714490226, 48.046585562041571 ], [ -122.968150105857433, 48.05005289396793 ], [ -122.961493482079533, 48.050293977391476 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1948, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.362749748707955, 48.108559920176937 ], [ -123.36019678747688, 48.109344406656227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1949, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.802398376345494, 46.967887712325478 ], [ -123.802397479261018, 46.96872494992175 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1950, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.327035237965333, 48.818184803496386 ], [ -122.304976714271803, 48.832388806447213 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1951, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.048219812068567, 46.799548777059918 ], [ -119.014123186920472, 46.794659240817666 ], [ -118.899091142437427, 46.794010221214727 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1952, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.091672535039081, 47.200787005196588 ], [ -123.092924650576435, 47.204219529068659 ], [ -123.099712027162681, 47.205696953485834 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1953, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "153", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.07351798340089, 48.341795184616309 ], [ -120.078231726681139, 48.346462605917232 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1954, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.593576416780834, 47.563948315851547 ], [ -117.593599657296963, 47.566140187315845 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1955, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.183877881437056, 47.174736546041729 ], [ -122.178137469846007, 47.170970887785622 ], [ -122.169180508170172, 47.16989664386093 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1956, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.692635556718685, 47.663252331245651 ], [ -122.692988927436957, 47.661397052020419 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1957, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.645634686022746, 47.860105265832459 ], [ -117.647906537175714, 47.864165936671078 ], [ -117.64802109281608, 47.869654030225718 ], [ -117.651313110198387, 47.874953866236652 ], [ -117.655519691644585, 47.877839008111003 ], [ -117.660195675744177, 47.887269221035908 ], [ -117.660024695414108, 47.893261158652372 ], [ -117.668572481840911, 47.894342293360999 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1958, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.669376341335507, 45.632571970560811 ], [ -122.670439506705293, 45.632577207770495 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1959, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 113000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.48279661597924, 47.234976754514619 ], [ -122.491951754409214, 47.234887789116186 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1960, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "282", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.560510624474986, 47.308418186954718 ], [ -119.554898095549561, 47.306482052642252 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1961, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "546", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.463166107898417, 48.96461504036715 ], [ -122.451971471794494, 48.964651037839239 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1962, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.146615172383505, 46.217968659934307 ], [ -119.14573240571778, 46.217595725392442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1963, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.904018699204585, 47.188626240235195 ], [ -120.909723769239264, 47.190106762639786 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1964, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.14305457671766, 47.977909322117576 ], [ -122.138320447812077, 47.976681295290966 ], [ -122.135501710172605, 47.972868825645826 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1965, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.68226292146251, 47.579790864693358 ], [ -117.675621899032222, 47.579410600655102 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1966, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.263021805545421, 47.637183544112155 ], [ -119.263371855404188, 47.638306306168651 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1967, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 480 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.776045267678668, 48.928358073990012 ], [ -117.773009358659976, 48.931019405411668 ], [ -117.772249994305852, 48.944995950296843 ], [ -117.775616366981552, 48.946231205054076 ], [ -117.786428484298256, 48.943921195333353 ], [ -117.790310030114156, 48.944472558399724 ], [ -117.79262580821387, 48.94630816690669 ], [ -117.791519881670297, 48.949819330134993 ], [ -117.793402302894208, 48.95224621604418 ], [ -117.79345875892534, 48.955565369324255 ], [ -117.80098554899368, 48.958210243374594 ], [ -117.803578175491964, 48.96107551322509 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1968, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.970594384976977, 46.375313022578908 ], [ -119.966750153066727, 46.379458651032678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1969, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.680267402238087, 48.008990227159273 ], [ -119.685472808747619, 48.009711607783068 ], [ -119.691075897791663, 48.018709410238721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1970, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.640540398414132, 46.334941224434388 ], [ -123.638490685053767, 46.335207877774572 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1971, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.431030774620538, 48.526837873858199 ], [ -121.430510169216006, 48.532976389068281 ], [ -121.425503810029852, 48.541379638341702 ], [ -121.423972012809756, 48.549134164620774 ], [ -121.410725826308692, 48.564458051515473 ], [ -121.407100272865293, 48.577964384502266 ], [ -121.402478709377945, 48.583136517162274 ], [ -121.394916647842479, 48.587933517225977 ], [ -121.382196441674708, 48.589507790132409 ], [ -121.375975903562903, 48.591890566818151 ], [ -121.362319661527025, 48.606256059666165 ], [ -121.361058331422257, 48.614514294698644 ], [ -121.352444738895599, 48.617262227442197 ], [ -121.345702695855877, 48.624632731053474 ], [ -121.330885158047963, 48.628823002646683 ], [ -121.323200632607254, 48.632921979052732 ], [ -121.302844442269603, 48.650452046205345 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1972, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295097717112355, 47.047555150811696 ], [ -122.294801653977515, 47.053064106789932 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1973, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "008", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.315836317955785, 47.04399929414199 ], [ -123.307778103199126, 47.048286768926623 ], [ -123.28643678523602, 47.054106290057639 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1974, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.819662877524934, 48.049319569966279 ], [ -122.82022572119962, 48.062684334989967 ], [ -122.817948612327527, 48.071156388604095 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1975, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.824934680222512, 46.97065203068864 ], [ -123.825814271386236, 46.971474761694516 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1976, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.563268685186088, 45.780509429525395 ], [ -122.558361613985667, 45.780526878954291 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1977, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.205738671664449, 47.981949443365771 ], [ -122.212960738994653, 47.982029513690208 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1978, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.698707638469514, 48.103403189168127 ], [ -119.68537214816881, 48.10402044911968 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1979, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.104308415811971, 48.222137854966945 ], [ -122.098666236510269, 48.225573464276756 ], [ -122.086889490917528, 48.227606612542871 ], [ -122.069679602626735, 48.233967579997966 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1980, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.163645855390655, 47.879601492240155 ], [ -122.16086184782543, 47.881408936366867 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1981, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.523271327373564, 47.653629992786335 ], [ -122.52410255550059, 47.660490901839587 ], [ -122.532036854447867, 47.672053053132181 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1982, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155SPOMAK", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.521393624655374, 48.408433846921831 ], [ -119.523296206197287, 48.409470013843993 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1983, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.433966120899555, 47.205404862421453 ], [ -122.433966807669975, 47.206401298872478 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1984, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.585162399403771, 47.0923339804745 ], [ -121.583325346693172, 47.08969627366897 ], [ -121.58209579337705, 47.078453851805982 ], [ -121.57712684752228, 47.071534206941216 ], [ -121.573322120957329, 47.054606298668546 ], [ -121.567425209015838, 47.040379196138232 ], [ -121.555195712836223, 47.030366721433587 ], [ -121.546848150140505, 47.028980990158452 ], [ -121.534091938268986, 47.022575639711768 ], [ -121.527644598755131, 47.012875758320682 ], [ -121.526629111903745, 47.00829110452181 ], [ -121.529105359965982, 46.998019647792425 ], [ -121.53463514103565, 46.986957919915092 ], [ -121.535952920925098, 46.980696515035937 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1985, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.13376856299513, 46.568132031773381 ], [ -117.14544548148605, 46.572191855601147 ], [ -117.157084679451316, 46.58366104664745 ], [ -117.172901762019237, 46.591922349490844 ], [ -117.173139240121728, 46.596336640020212 ], [ -117.164802989410632, 46.605032771083451 ], [ -117.160724520288412, 46.616443833013406 ], [ -117.173392645875509, 46.629015554173044 ], [ -117.177345169510716, 46.63758947187236 ], [ -117.186244275891127, 46.643635948457252 ], [ -117.187576040810015, 46.64780285356899 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1986, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.334499835000585, 47.531933408175796 ], [ -122.334702393556611, 47.53752849937392 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1987, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 760 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.667711125951641, 48.617451727658349 ], [ -118.652672234403084, 48.60000388837701 ], [ -118.644329631693722, 48.597372196669099 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1988, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.942272354626056, 47.916813951107422 ], [ -118.921454020879779, 47.921774677754989 ], [ -118.911555399554459, 47.92136560633972 ], [ -118.863354704521711, 47.901154007122599 ], [ -118.861601043228731, 47.899053314795907 ], [ -118.860882466817046, 47.891914272825296 ], [ -118.853739297826365, 47.88386877594759 ], [ -118.723851232195486, 47.772533091038312 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1989, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "108", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.13276753922564, 47.110886788194989 ], [ -123.124234749656026, 47.119416888156451 ], [ -123.116947520483336, 47.120977394813629 ], [ -123.112749324815852, 47.126417807576786 ], [ -123.105067388646916, 47.129641063602797 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1990, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "702", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.528332171733169, 46.937764175021229 ], [ -122.492390975534491, 46.93797730992042 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1991, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.767190433510919, 46.674447034230177 ], [ -123.761532507857268, 46.677740465348656 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1992, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "225", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.48712307236481, 46.257906344324546 ], [ -119.487330415142381, 46.260755377463127 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1993, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.55307627860401, 48.822516070933176 ], [ -122.573687598001712, 48.844831450583271 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1994, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.523470564514753, 46.661985736263162 ], [ -120.519738152711398, 46.668125952903722 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1995, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.364767205825927, 47.619390169433188 ], [ -119.337792482218276, 47.626283823668174 ], [ -119.33205829671914, 47.626482681179859 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1996, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.651129321213745, 47.565545994174414 ], [ -122.647571915616368, 47.565258176136552 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1997, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.329418103508914, 46.960126357952412 ], [ -123.319687317333376, 46.945878880651961 ], [ -123.31101333647365, 46.938552592608303 ], [ -123.304487626511687, 46.92708474037601 ], [ -123.3020697681321, 46.917658412424515 ], [ -123.289881683818749, 46.900863713309008 ], [ -123.272782121420803, 46.881193866656233 ], [ -123.254658445958029, 46.854740829983356 ], [ -123.249175913794389, 46.849381393066842 ], [ -123.248062190088433, 46.845884290297462 ], [ -123.239989388251701, 46.841442224877852 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1998, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.15879371392559, 48.238953466776813 ], [ -122.160781359152324, 48.241996567914747 ], [ -122.159359351523094, 48.243306362677636 ], [ -122.166905599631022, 48.255016462722047 ], [ -122.166633346255921, 48.264855014481761 ], [ -122.170997888521029, 48.267960125177424 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 1999, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0544043706862, 46.352653916128155 ], [ -124.053680407879327, 46.367582858274595 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2000, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.741223238003172, 45.91318085704507 ], [ -122.740854975213779, 45.911170197279674 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2001, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.502302775850296, 48.402278157164808 ], [ -119.508484222352152, 48.40313673885143 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2002, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.482884856818515, 45.722539983114302 ], [ -121.467735256366595, 45.715283597845954 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2003, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "310", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.662126769674728, 47.571362035288537 ], [ -122.656562609872836, 47.570330458081237 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2004, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.743763598482644, 46.715301692702326 ], [ -123.740663072242342, 46.72538648149024 ], [ -123.747921108323723, 46.733567417276895 ], [ -123.744977593522037, 46.735858659322524 ], [ -123.743904499647968, 46.739343071451316 ], [ -123.749040580994674, 46.747003745338667 ], [ -123.754733782486369, 46.760574447010562 ], [ -123.740655286698711, 46.778157634495017 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2005, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.184576052975814, 46.720909245583343 ], [ -117.185809964305946, 46.725257108335832 ], [ -117.183098546506869, 46.728416263471402 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2006, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 190 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.557835361418654, 46.643125399403971 ], [ -118.557997059089047, 46.644559999501276 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2007, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "041", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.039552860808726, 48.182953896901324 ], [ -117.03958628351451, 48.181055213689042 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2008, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.675083699891502, 46.602182966447842 ], [ -121.668828193958802, 46.610192722705449 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2009, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 850 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.167496769425654, 46.978172249607809 ], [ -121.156759239455027, 46.978269812199741 ], [ -121.139368926027743, 46.981996724628871 ], [ -121.127381782623488, 46.98100746919669 ], [ -121.114380514793652, 46.987075613358577 ], [ -121.110555984597596, 46.98637841243297 ], [ -121.094668144151825, 46.989267303043604 ], [ -121.091382184570918, 46.98561815135637 ], [ -121.093921616531091, 46.98214178852723 ], [ -121.094611184842833, 46.970342713250531 ], [ -121.075658425660222, 46.956540583452799 ], [ -121.07179335853867, 46.952577879523275 ], [ -121.069787345831045, 46.946169641102976 ], [ -121.063706526643642, 46.941811004180273 ], [ -121.057289207139192, 46.934269298663452 ], [ -121.04729054428428, 46.928324619170979 ], [ -121.045920459604659, 46.925743681245379 ], [ -121.047593582613672, 46.922542689666791 ], [ -121.04674294285067, 46.920190613133833 ], [ -121.019657604670542, 46.903375772694886 ], [ -121.005127475435827, 46.897000896190733 ], [ -121.000008664069753, 46.892140688804851 ], [ -120.994375492254122, 46.889355790740758 ], [ -120.987418402907494, 46.888619316987558 ], [ -120.98724420306452, 46.885605832648842 ], [ -120.982828183647555, 46.883409988047468 ], [ -120.979140790402866, 46.87712140794612 ], [ -120.969981024995292, 46.870854734115483 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2010, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.65759217782275, 48.293044692222715 ], [ -122.655009775561993, 48.296169091415564 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2011, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.36265740452788, 47.815367954925513 ], [ -119.362262838765872, 47.860085765504543 ], [ -119.370723211366311, 47.87383096994558 ], [ -119.369559797533284, 47.883677720831699 ], [ -119.37264404405137, 47.904567970654035 ], [ -119.388480347325213, 47.917695481199864 ], [ -119.392358608529989, 47.91886418374515 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2012, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.617444360698258, 48.891747906975162 ], [ -122.638529037444201, 48.891709409501381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2013, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "310", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.683470598334551, 47.569596387115119 ], [ -122.673143573851775, 47.568179933046778 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2014, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.835643111771844, 47.234027670382567 ], [ -119.832023730135489, 47.234035199961504 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2015, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.325524706791313, 46.081735058901202 ], [ -118.319827943605176, 46.083005931964095 ], [ -118.304381981371861, 46.081133974747061 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2016, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.297649161480322, 46.570047639973019 ], [ -123.296317791781945, 46.576533838963606 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2017, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.885732767429573, 46.980935669525365 ], [ -123.889523026272499, 46.98096188102528 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2018, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.558935183766749, 47.595361529197625 ], [ -117.512326897750128, 47.614439947888194 ], [ -117.49575324971488, 47.624062761297573 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2019, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "127", "AADT": 990 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.821714855612953, 46.524855555775694 ], [ -117.813822898194971, 46.522181513616736 ], [ -117.802298621617282, 46.525696092896325 ], [ -117.789186845099678, 46.525469168900031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2020, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.19749366972232, 46.811423551661321 ], [ -119.173708393734884, 46.811531078216596 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2021, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "119", "AADT": 650 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.212746255559153, 47.457686866298452 ], [ -123.216374178375531, 47.462553504058569 ], [ -123.210549580273678, 47.476434858097228 ], [ -123.209172854985852, 47.491435855389099 ], [ -123.210305096270716, 47.492304965222353 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2022, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 190000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.30525674159486, 47.543467570089192 ], [ -122.316635572855304, 47.55176274683685 ], [ -122.321491668159595, 47.561289773043633 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2023, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 77000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.935418056503451, 46.959676324540887 ], [ -122.930355641330394, 46.976133841470279 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2024, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.743735295747754, 48.025325982572554 ], [ -122.740532149663892, 48.027070327091295 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2025, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.885732767429573, 46.980935669525365 ], [ -123.885771557051015, 46.989221384297593 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2026, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296698139604899, 47.17662906292226 ], [ -122.293967612218779, 47.179602463326006 ], [ -122.284847670813306, 47.18157334924458 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2027, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.073001201116398, 47.222163475739315 ], [ -117.073000360973637, 47.223043156119459 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2028, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.879282575918225, 47.669483932562443 ], [ -117.87791760658537, 47.669492940403948 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2029, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.050176045476903, 46.475581515150893 ], [ -117.055656003014747, 46.480439580874688 ], [ -117.069818918309124, 46.486190991716249 ], [ -117.077465049589392, 46.497786296665154 ], [ -117.087484261135586, 46.539395298306218 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2030, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.814156772692627, 46.97424855103916 ], [ -123.811070066937972, 46.973262377695661 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2031, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "283", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.827257676637714, 47.10630718798555 ], [ -119.762408837931162, 47.146818992069562 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2032, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "970", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.899961343096876, 47.187712731620955 ], [ -120.892643017263339, 47.185219467668261 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2033, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270COPULLMN", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.179908097514129, 46.729629926185297 ], [ -117.18185475496891, 46.729705134759591 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2034, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.309728932517814, 46.365077469403914 ], [ -120.277141210499323, 46.348446573897164 ], [ -120.251843555422312, 46.331539616412918 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2035, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.497820086448939, 48.783587733434537 ], [ -122.505656007233426, 48.785005835598362 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2036, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.180984819364355, 46.73069476721038 ], [ -117.18185475496891, 46.729705134759591 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2037, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.363416141810688, 47.790622223310514 ], [ -122.358216100418147, 47.791729721100893 ], [ -122.353989902487299, 47.787784944327647 ], [ -122.353351102705318, 47.785116167920116 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2038, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.888992968517101, 47.144192540582345 ], [ -123.879496601006721, 47.161715677643585 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2039, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.40193606344971, 47.239469307979931 ], [ -122.396987132335866, 47.237584311757459 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2040, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.356706419135563, 47.781286752126412 ], [ -117.353191655453927, 47.787208051454265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2041, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.71142776588151, 47.374522075570766 ], [ -122.703440195239921, 47.380234876319214 ], [ -122.694793762297252, 47.381239063041136 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2042, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "544", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.376030476486477, 48.891834108959763 ], [ -122.374565794327509, 48.904788294979625 ], [ -122.358535363751258, 48.909339219170022 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2043, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.277256571289172, 46.77249754603605 ], [ -117.298681751381949, 46.781979091557623 ], [ -117.308363602553001, 46.788409983729849 ], [ -117.314276184153215, 46.796437164603894 ], [ -117.328066208210245, 46.830123369408554 ], [ -117.338401674253362, 46.838069271543667 ], [ -117.339888252814802, 46.845088419844899 ], [ -117.339143604010005, 46.850435511515862 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2044, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.378772240285102, 47.812427925884428 ], [ -122.374391835708025, 47.817704208124908 ], [ -122.372126264317131, 47.817776268528299 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2045, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.087849026486722, 46.731794332136701 ], [ -117.068718673163985, 46.738116486581234 ], [ -117.057368700036292, 46.739057813039679 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2046, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.337050963235811, 48.503991478987437 ], [ -122.342600390322318, 48.513479003102837 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2047, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.670635263180728, 48.654138832599223 ], [ -118.665529603689507, 48.661406785996604 ], [ -118.665930625709848, 48.666407914105172 ], [ -118.667909449971134, 48.668750524976303 ], [ -118.664034573217947, 48.679033690750678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2048, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "547", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.153615448359005, 48.949882378328425 ], [ -122.163014477048108, 48.967332821164881 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2049, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "205", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.600874425694272, 45.687439573707216 ], [ -122.613368061944442, 45.697538550710874 ], [ -122.624447201134345, 45.700736517578385 ], [ -122.632005882664785, 45.707592555714029 ], [ -122.640386359670401, 45.712503753896272 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2050, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.076895172590795, 46.910582235893457 ], [ -117.076982486194694, 46.910862134830218 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2051, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.015580453156772, 48.600051745952669 ], [ -118.040528478995384, 48.611445845030204 ], [ -118.062369418934409, 48.610474810916457 ], [ -118.072862455424513, 48.607084662075529 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2052, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.189505252108816, 46.267690257271724 ], [ -119.170552412627899, 46.261830974011687 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2053, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411298272865395, 47.739633773950075 ], [ -117.410423958158773, 47.740712806519973 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2054, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.302597485956255, 47.76998698030792 ], [ -122.292232550929725, 47.763031853984494 ], [ -122.283809503226422, 47.760008456557401 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2055, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.442670124309885, 48.701328550980968 ], [ -119.442107154817933, 48.701994917911463 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2056, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.696519453335753, 48.061245007098485 ], [ -122.699936812247515, 48.063360859549874 ], [ -122.70174501457781, 48.066821230280162 ], [ -122.701864316526326, 48.078607275954617 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2057, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.075376155671904, 48.590211446231429 ], [ -118.075356614385214, 48.598579374268979 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2058, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.128754746630619, 46.600496945696271 ], [ -123.126263012849421, 46.601831522883714 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2059, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 91000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.206475225592499, 47.791083140376159 ], [ -122.223601115757958, 47.80038968239419 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2060, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "243", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.91663465418263, 46.697295796581493 ], [ -119.916960776346841, 46.737852894254516 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2061, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "401", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.810426917137534, 46.337610586596789 ], [ -123.813621130200858, 46.340977984767363 ], [ -123.815649382737107, 46.354383327872831 ], [ -123.815149292192686, 46.362505788340791 ], [ -123.811811120251576, 46.365574240961742 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2062, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 119000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.596393383129708, 47.10270621951225 ], [ -122.586097673162683, 47.104709593894228 ], [ -122.57932167152687, 47.107892831478381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2063, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.62050663650156, 48.060076006542651 ], [ -117.630503667985778, 48.080995458995098 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2064, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.81730675722352, 46.951644541386827 ], [ -123.811926119578004, 46.952123449191497 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2065, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 224000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.423149831117357, 47.23621727098643 ], [ -122.417644232055906, 47.23821292278086 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2066, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.812260239487316, 45.822992682750638 ], [ -120.80810647136515, 45.824581942381322 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2067, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.547565688958898, 45.780716946894245 ], [ -122.547485506912537, 45.785201757830166 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2068, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.726046511606157, 48.150359313914905 ], [ -117.725780578644574, 48.156229186155706 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2069, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.751849100651128, 46.203691501014156 ], [ -119.748601067541898, 46.206079067619235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2070, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "113", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.268826955056525, 48.080346231679847 ], [ -124.263311905350321, 48.085966764604656 ], [ -124.263754652896168, 48.090770738553879 ], [ -124.267229300043184, 48.093890668010069 ], [ -124.262034490703741, 48.102087042369284 ], [ -124.250927388148895, 48.111969025488847 ], [ -124.223742336626231, 48.121308204733722 ], [ -124.212531038085373, 48.133819620212897 ], [ -124.212647420044675, 48.136074671076905 ], [ -124.216744925103342, 48.138168329611226 ], [ -124.220293182848891, 48.142827062747401 ], [ -124.216046662163919, 48.14761590313082 ], [ -124.220521694959544, 48.150376077947641 ], [ -124.220635952462317, 48.153990031875274 ], [ -124.207708131823949, 48.15782431807731 ], [ -124.207957344771742, 48.163155339678418 ], [ -124.204632396175157, 48.167186739399583 ], [ -124.210345909615867, 48.169216768939997 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2071, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.014883602279227, 47.838858014748816 ], [ -120.014828527204287, 47.839831442265776 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2072, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.309143099107274, 47.774377396335623 ], [ -122.30640407908551, 47.77253858075499 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2073, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.455809751107765, 46.516358140907514 ], [ -120.449533775750723, 46.503965486846965 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2074, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 100000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.754178235294404, 47.06444453693387 ], [ -122.725374037240783, 47.06792969010899 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2075, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632531038069743, 46.964619754835439 ], [ -122.632854251135441, 46.958792651285187 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2076, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.410433622320696, 48.690488770492763 ], [ -117.410815799267937, 48.707087022655173 ], [ -117.41333736982817, 48.714486141184317 ], [ -117.41354495940503, 48.721379622234544 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2077, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.973536307895301, 47.845064539559282 ], [ -119.965112554581438, 47.852964600897231 ], [ -119.958853385017278, 47.855512217320012 ], [ -119.956039018359789, 47.859365391042118 ], [ -119.950074709445062, 47.861313163759149 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2078, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.105340281248644, 48.526935763538212 ], [ -122.086178042777533, 48.530032610109814 ], [ -122.06118041566738, 48.529185624169919 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2079, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3771647614698, 48.804134103758287 ], [ -122.35063145909227, 48.803690529218457 ], [ -122.343789167100297, 48.807321054805342 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2080, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.122453029342083, 48.367342777811274 ], [ -120.121017875405343, 48.3612124715645 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2081, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.26724249791971, 46.086477503432228 ], [ -118.259143148908848, 46.088663665581244 ], [ -118.256499768283533, 46.093037346372668 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2082, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.488003742933458, 46.607531401814612 ], [ -120.479885092169511, 46.597737697197964 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2083, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "106", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.914757678554494, 47.388043454655744 ], [ -122.906051504756974, 47.392171451715562 ], [ -122.892366147152515, 47.404043715573373 ], [ -122.877710028202713, 47.408801618691705 ], [ -122.860540292745142, 47.423328077483177 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2084, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 970 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.469043884283337, 47.385298895928898 ], [ -119.426913667003745, 47.395513492892441 ], [ -119.38734054305877, 47.414520736692367 ], [ -119.300634945377709, 47.424903109801171 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2085, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.121253997444427, 47.087799811742528 ], [ -119.050805502583316, 47.08576776359989 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2086, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109COHQUIAM", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.889523026272499, 46.98096188102528 ], [ -123.888386398543716, 46.980177755295294 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2087, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.140899954292806, 47.654795746839127 ], [ -118.141047318809257, 47.664764855574653 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2088, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.16086184782543, 47.881408936366867 ], [ -122.148584559075417, 47.888641626225549 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2089, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.953782416661525, 46.73669289135502 ], [ -122.953823151760147, 46.748781150736079 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2090, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.133187297471707, 46.840989608405323 ], [ -119.133148108077592, 46.886685746001881 ], [ -119.138472205742332, 46.892262264988702 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2091, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.628834077114831, 47.615881278725837 ], [ -122.628868229891495, 47.621337157893855 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2092, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.570973798590117, 48.462635752333611 ], [ -122.558899919863336, 48.459854942922739 ], [ -122.54064841357895, 48.462952426107023 ], [ -122.520318599759463, 48.455634186372073 ], [ -122.498739627188854, 48.452263302307841 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2093, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.214348263710392, 48.206328150548302 ], [ -122.21832188594766, 48.216603711482016 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2094, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.482679814977018, 47.381469205445903 ], [ -119.469043884283337, 47.385298895928898 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2095, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329962986863748, 47.474841478887797 ], [ -122.327737404692741, 47.479270819749786 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2096, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3161312286162, 47.64291430306141 ], [ -122.304949803215706, 47.644164856477822 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2097, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.554392316275184, 48.321462528596847 ], [ -121.550058107620089, 48.33188865542143 ], [ -121.551453485799158, 48.343744063873586 ], [ -121.542834499097424, 48.344256908437977 ], [ -121.540112691975253, 48.34621516395665 ], [ -121.539906925396508, 48.366375816996694 ], [ -121.542024863647043, 48.37228758898933 ], [ -121.554425459152753, 48.380127436357562 ], [ -121.554087915213231, 48.384948274189149 ], [ -121.550281694912712, 48.388981489510044 ], [ -121.55001338030317, 48.393466863123955 ], [ -121.555671207740147, 48.404528293880965 ], [ -121.554809613439289, 48.407581689803237 ], [ -121.55687226816849, 48.413587564900759 ], [ -121.566872918976031, 48.428884216780297 ], [ -121.583254085248626, 48.446388373254706 ], [ -121.591700101157585, 48.451327644234453 ], [ -121.590310857084674, 48.45734773599952 ], [ -121.585518275881853, 48.460927573512834 ], [ -121.593449536311255, 48.485900583061316 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2098, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.734570016747895, 47.116926604247325 ], [ -117.742925110123466, 47.117459606583061 ], [ -117.747322620230861, 47.122096579895327 ], [ -117.754905766431378, 47.125716432405191 ], [ -117.817509280332615, 47.111093263280111 ], [ -117.822912325175295, 47.114442770124654 ], [ -117.828978341289186, 47.128165535718693 ], [ -117.829347812275969, 47.135514825296823 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2099, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.067753216272848, 46.246804529765335 ], [ -119.046642025048669, 46.23220647015124 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2100, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.124828016718354, 47.500840259052687 ], [ -122.12190539010443, 47.500530407753558 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2101, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.313301401074, 47.316652422814037 ], [ -122.311990139738185, 47.333987545994759 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2102, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.334374309406257, 47.529782668297663 ], [ -122.334499835000585, 47.531933408175796 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2103, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.979586832821241, 47.96557774993174 ], [ -118.979697854273226, 47.96843038043351 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2104, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.385457650194525, 47.948085936254756 ], [ -124.385447165159675, 47.948955410057117 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2105, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485955958774568, 48.862420218364967 ], [ -122.485687149173714, 48.869537093873234 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2106, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 890 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.345558882603314, 48.555367530134269 ], [ -117.339218705053213, 48.551467156508792 ], [ -117.321837685618874, 48.547821235091497 ], [ -117.30643218537061, 48.541940968277601 ], [ -117.302804502177466, 48.536050454835092 ], [ -117.305521735153718, 48.529914262726571 ], [ -117.304650258908438, 48.527031102867703 ], [ -117.29974320965492, 48.522396249077673 ], [ -117.284879275210486, 48.516174584700245 ], [ -117.278524899818706, 48.511845619123903 ], [ -117.275036076578417, 48.505097518396497 ], [ -117.26902463264129, 48.49925618710558 ], [ -117.269265238030172, 48.487322419282222 ], [ -117.275854017320157, 48.479154680258567 ], [ -117.320541457044925, 48.468516398866868 ], [ -117.32594259878752, 48.458761719523295 ], [ -117.326455589910992, 48.453207424933829 ], [ -117.322222957265652, 48.445694555202053 ], [ -117.323780920547321, 48.439318060842496 ], [ -117.316627106819112, 48.425214068426847 ], [ -117.319097356871282, 48.418946066214822 ], [ -117.313120485353821, 48.411375627074825 ], [ -117.314630901271457, 48.394450270631637 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2107, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.498048415284487, 47.798506382458733 ], [ -122.497295586009741, 47.797577011748075 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2108, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.435463721368876, 46.574592459268402 ], [ -120.397180647307053, 46.559659038248533 ], [ -120.393324315189417, 46.556351737547793 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2109, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.330460504748672, 48.395398995855913 ], [ -122.330911508090722, 48.406025215567063 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2110, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.644801591402469, 47.501961609178117 ], [ -122.643946939900729, 47.502784521821305 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2111, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.372126264317131, 47.817776268528299 ], [ -122.367307089573586, 47.817958528056344 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2112, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.165952723613572, 47.877799075396652 ], [ -122.163645855390655, 47.879601492240155 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2113, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COPRTANG", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.427211290658491, 48.117642047726477 ], [ -123.430902000778588, 48.119157941594125 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2114, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.503821823515949, 48.102754873611147 ], [ -123.468545392054935, 48.106190606434957 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2115, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.348999393829558, 47.189958653023538 ], [ -119.427611674999852, 47.239928314291994 ], [ -119.471071659095443, 47.273753970123387 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2116, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.290450982239904, 45.696258645724136 ], [ -121.27963311855045, 45.690688236071139 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2117, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.357406929960035, 46.936642209221233 ], [ -122.35793434118041, 46.980224389529731 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2118, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104COKNGSTN", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.495587689598821, 47.797525249066531 ], [ -122.496488730202671, 47.798131725435162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2119, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.934240825321453, 46.952766632475651 ], [ -122.93571547491787, 46.952758994095113 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2120, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "117", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.462540653362765, 48.107899627428509 ], [ -123.459574139679049, 48.110067689231109 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2121, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 198000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.323883246590754, 47.632698970668493 ], [ -122.322628571475335, 47.63862000975832 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2122, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.336749310447757, 48.48463901253178 ], [ -122.338500106355099, 48.486228159935898 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2123, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.251298773980267, 48.099857116594556 ], [ -117.240643873859412, 48.105820429367895 ], [ -117.219321340909659, 48.113310778947074 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2124, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.273121321377744, 47.668605412575225 ], [ -122.271061548710918, 47.670043994219903 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2125, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.361066420704887, 47.253456630647939 ], [ -117.361805933283279, 47.258257291293141 ], [ -117.368796016214233, 47.264035475638018 ], [ -117.37058567861439, 47.268075141802363 ], [ -117.369853751150714, 47.275372159382648 ], [ -117.361479911837193, 47.285582777165558 ], [ -117.361254009155417, 47.290879305267936 ], [ -117.364815527665485, 47.294375194662628 ], [ -117.385941884151023, 47.304628672180399 ], [ -117.390138783953205, 47.310362066406462 ], [ -117.388597733415097, 47.319472762204491 ], [ -117.3806624630611, 47.330079757648996 ], [ -117.380673193597204, 47.360657544181045 ], [ -117.382525606471532, 47.370491770179747 ], [ -117.390419921886419, 47.384384857620425 ], [ -117.391339284571274, 47.389115786388849 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2126, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.582371208147777, 48.454401804712546 ], [ -122.581775544986542, 48.463077181995779 ], [ -122.577775011782208, 48.462803717440423 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2127, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.994354542915914, 46.567494215936023 ], [ -119.001780507410643, 46.570088618622925 ], [ -119.004060927450425, 46.57408445874249 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2128, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.665955536273771, 45.63189854695969 ], [ -122.669376341335507, 45.632571970560811 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2129, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.465759248236395, 48.106460575042576 ], [ -123.461138151141412, 48.106935246734594 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2130, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.499917878354765, 48.717652925544833 ], [ -122.486331207978139, 48.714824595275019 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2131, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.213367238728807, 48.372379240129241 ], [ -122.215622884098124, 48.376778253192221 ], [ -122.229673571086238, 48.385256496811678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2132, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.182972372116325, 48.152416491053422 ], [ -122.172296207801011, 48.152289709179747 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2133, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.167008503573527, 46.191719662666515 ], [ -119.159158770931057, 46.198638478016385 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2134, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.157044219165414, 47.28032820219817 ], [ -123.145765470894801, 47.252121037595735 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2135, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.173877287938637, 47.112127049428686 ], [ -124.173548084859917, 47.114260183862953 ], [ -124.169614650911512, 47.114894477930505 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2136, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.545125111964779, 47.084320720048552 ], [ -117.5754644576799, 47.091801678283026 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2137, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.248475669278221, 47.900072614367573 ], [ -122.244670656353989, 47.904148545304118 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2138, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632907041435374, 47.572695391349569 ], [ -122.632955459224476, 47.576988526631546 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2139, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335608842846796, 48.475571374128926 ], [ -122.335565019609561, 48.477859767864032 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2140, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.685005097523273, 48.65064929316695 ], [ -118.683951387840679, 48.649131657611782 ], [ -118.68550356156247, 48.644882601850682 ], [ -118.677911776426328, 48.637204393347467 ], [ -118.675695585484291, 48.627247472875439 ], [ -118.667711125951641, 48.617451727658349 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2141, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.905691619360624, 46.282456889551256 ], [ -122.903578295292149, 46.283861002352182 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2142, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.458669386825775, 47.715411884360144 ], [ -117.460587517435869, 47.715407136193882 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2143, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 430 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.270425518308741, 46.912759444687026 ], [ -117.266928454409765, 46.91321874898275 ], [ -117.26166631123975, 46.918966221929928 ], [ -117.249834160605559, 46.924645796888413 ], [ -117.234331027803506, 46.925309947833824 ], [ -117.220529711863932, 46.933106671159472 ], [ -117.192069214146869, 46.938295397222603 ], [ -117.173945867757311, 46.937490564865357 ], [ -117.159352064360277, 46.941705790452552 ], [ -117.150461033539514, 46.940141346025058 ], [ -117.13608091962287, 46.932633247613637 ], [ -117.126234586456604, 46.932193652556307 ], [ -117.110476071336549, 46.928462956868323 ], [ -117.10733684501362, 46.923512215360255 ], [ -117.103344398926524, 46.920801271902597 ], [ -117.102769807866125, 46.917452200759975 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2144, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016SPGORST", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.700925811068146, 47.525407789228439 ], [ -122.704501785721291, 47.525661698036799 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2145, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.150880994236175, 47.779603158951161 ], [ -122.138776323662668, 47.784870612304196 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2146, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.691075897791663, 48.018709410238721 ], [ -119.697687025335426, 48.031118396614019 ], [ -119.693725489526685, 48.039290469006225 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2147, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.347271149439834, 47.653986720158343 ], [ -122.347269898206108, 47.664239955735603 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2148, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 137000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.875302195758522, 47.036689104007081 ], [ -122.868443629652262, 47.040324006887907 ], [ -122.859381883867428, 47.040353374782363 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2149, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.252782505656882, 48.502886244329979 ], [ -122.247228535990672, 48.504965103855945 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2150, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304COTUNNEL", "AADT": 410 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.625012856474697, 47.562436961871086 ], [ -122.629614866978756, 47.565023409610674 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2151, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335881339383931, 47.821450872089486 ], [ -122.325052919504159, 47.82132970852637 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2152, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.836073628269276, 46.437219469475338 ], [ -122.814031488608492, 46.438120687492138 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2153, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.042241304707616, 46.474230977696671 ], [ -117.047517464933605, 46.474461423101133 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2154, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.051516255080543, 47.391659997761799 ], [ -122.046591762620821, 47.395170854863331 ], [ -122.044831924326189, 47.399706131887527 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2155, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.658726878441499, 45.697730843697798 ], [ -122.652986888341033, 45.709455040135026 ], [ -122.654549427461916, 45.717300241725709 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2156, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.347624507360351, 48.055953127159889 ], [ -124.337683892360459, 48.054732999689413 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2157, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.320539039074859, 46.338643096724361 ], [ -120.320194750729399, 46.360518252893897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2158, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.67420711171664, 45.78137064304434 ], [ -122.667261725676028, 45.779820174972102 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2159, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.168973758427541, 46.759989077883503 ], [ -117.164438154372149, 46.769754928279603 ], [ -117.151417176136789, 46.780286467842586 ], [ -117.147368488955436, 46.790469895461818 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2160, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "506", "AADT": 970 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.027368158587734, 46.40218885630695 ], [ -123.01964501552699, 46.404895382477761 ], [ -123.010163562747564, 46.411386146564723 ], [ -122.9987012021206, 46.413611615546955 ], [ -122.984685311396873, 46.408571972369998 ], [ -122.982052038437359, 46.40582186084923 ], [ -122.975040301817984, 46.404702300370126 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2161, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.546840301683048, 46.992764977519897 ], [ -122.545777660957782, 46.996177086480351 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2162, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "283", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.694359620512117, 47.189224623436289 ], [ -119.686049460055258, 47.19440072567992 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2163, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.770900456862805, 45.861551476881225 ], [ -120.756138064345123, 45.871859525012425 ], [ -120.748887042749175, 45.883275659722727 ], [ -120.734961673967646, 45.887916335032664 ], [ -120.721915965526534, 45.896451949746158 ], [ -120.71245936090402, 45.899262853816687 ], [ -120.711202431563351, 45.901607599301464 ], [ -120.711577386233984, 45.907740132432671 ], [ -120.700633901580829, 45.922109739779408 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2164, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.595048768601274, 48.35599699680494 ], [ -119.585343985430413, 48.360215974917388 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2165, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.315085552775244, 47.821191790109552 ], [ -122.296612530654244, 47.842575512801282 ], [ -122.294569069803984, 47.846843594494999 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2166, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.611566454526795, 47.534032947945313 ], [ -122.609635826569274, 47.534003386055211 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2167, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.138776323662668, 47.784870612304196 ], [ -122.135115949443289, 47.794290888190069 ], [ -122.131009392601968, 47.795521487321537 ], [ -122.11608814248855, 47.794953841078659 ], [ -122.113398982454925, 47.796869032683929 ], [ -122.111416419544312, 47.802110102374421 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2168, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364967587793984, 46.875930957252415 ], [ -117.364903450253053, 46.877276230223238 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2169, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 75000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.527484212355105, 45.597996722483742 ], [ -122.515822848306485, 45.594914321573555 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2170, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.050626562526716, 47.423470777931186 ], [ -122.058070465940261, 47.431959266489166 ], [ -122.071997034122361, 47.442365053557872 ], [ -122.074519303351394, 47.45150191508835 ], [ -122.079603723944871, 47.457991946823491 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2171, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "310", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.663594377997484, 47.570754986546731 ], [ -122.662126769674728, 47.571362035288537 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2172, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.320194750729399, 46.360518252893897 ], [ -120.320045057725224, 46.370271266906933 ], [ -120.322978895750524, 46.37180433460297 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2173, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.07210048764847, 47.859499394957524 ], [ -120.066302212727138, 47.859107865570998 ], [ -120.058178621318902, 47.856017657242319 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2174, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.324887521403369, 47.438245710915098 ], [ -120.324816769287224, 47.440990914902081 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2175, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.328302663496387, 47.67544135955422 ], [ -117.324862717294309, 47.675410475084092 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2176, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.658951480031376, 47.553936957331793 ], [ -122.655768263982765, 47.556096563035027 ], [ -122.655219925234476, 47.559115880807084 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2177, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239631880802463, 47.67167271211995 ], [ -117.23958453105034, 47.672579561456189 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2178, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPWESTPT", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.108797735995964, 46.90226489821621 ], [ -124.111012387674165, 46.90401275408329 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2179, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.069154654951689, 46.419911749437141 ], [ -117.063917083040096, 46.419919126360135 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2180, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.366799176658162, 47.790544376987924 ], [ -122.363416141810688, 47.790622223310514 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2181, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.446800662917809, 45.913702032903885 ], [ -122.436028318083544, 45.9171487909734 ], [ -122.427261756429132, 45.917127220779541 ], [ -122.421117973715653, 45.919803521169385 ], [ -122.421050314530845, 45.924138658850204 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2182, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.277783324752235, 47.131652171798777 ], [ -119.27527659326941, 47.132523853358272 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2183, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.568278873012503, 47.33605857627326 ], [ -120.5657749165875, 47.339364044848423 ], [ -120.566039557257497, 47.345552567798237 ], [ -120.571515201103637, 47.35058558921687 ], [ -120.563972142120861, 47.355545613034415 ], [ -120.563363344009531, 47.359157664211487 ], [ -120.576749715065944, 47.363819611919844 ], [ -120.578644347549272, 47.367695468696553 ], [ -120.584379916582591, 47.370716865720148 ], [ -120.587589523583304, 47.376745178505743 ], [ -120.59423453542135, 47.381679915901323 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2184, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.916295967144293, 47.637296985472574 ], [ -121.916349545439417, 47.639117271030692 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2185, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "225", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.487330415142381, 46.260755377463127 ], [ -119.487608308569349, 46.269831528563536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2186, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.567913207230191, 47.593745037766624 ], [ -117.567598878141965, 47.593368100230144 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2187, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.803937911810863, 45.826466493773999 ], [ -120.801473642989677, 45.836314269718208 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2188, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.994938289835929, 46.142280192696425 ], [ -122.987609849671387, 46.137842902089361 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2189, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.344353330855938, 48.469916134095072 ], [ -122.340751785253858, 48.471136370473324 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2190, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.338500106355099, 48.486228159935898 ], [ -122.34824902527825, 48.494212262854063 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2191, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.820154302928415, 47.454597961809377 ], [ -122.815041854933838, 47.460872770713884 ], [ -122.804266783815052, 47.467763599800641 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2192, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.880076303283744, 46.533993313779106 ], [ -119.854942110565517, 46.539436360368292 ], [ -119.827895480241054, 46.549339935882699 ], [ -119.810155795551481, 46.55774005972426 ], [ -119.791445814013343, 46.5692125790261 ], [ -119.728293539433679, 46.578053477790093 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2193, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.459748548619615, 48.77243402674393 ], [ -122.449178166504268, 48.77604275135382 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2194, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515950787635745, 47.258434649077316 ], [ -122.515944338142461, 47.259959104221025 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2195, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.288654999189845, 47.644785094989324 ], [ -122.231923075510863, 47.636062816301965 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2196, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.263852823676601, 47.758298512898627 ], [ -122.251864888500975, 47.758569785362248 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2197, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.236666418626868, 47.139890903335044 ], [ -122.237300031132904, 47.132452638727258 ], [ -122.229238150071382, 47.117950629156525 ], [ -122.214353528609735, 47.103607615829816 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2198, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.775578433381284, 46.682026725236788 ], [ -123.789643650558531, 46.685224629582805 ], [ -123.811450259160395, 46.699384844673169 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2199, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "705", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.432112725668176, 47.233323158936059 ], [ -122.431873938230169, 47.234680353047978 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2200, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.462633966090422, 48.771342824491384 ], [ -122.459748548619615, 48.77243402674393 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2201, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.699115260210121, 47.3325467605003 ], [ -118.695320957443997, 47.333317827520212 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2202, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "092", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.979611987818416, 48.090995406864344 ], [ -121.97281378564675, 48.089975132116464 ], [ -121.961577666665505, 48.093592054191845 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2203, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.679523123409055, 47.662857904984342 ], [ -122.688809379810792, 47.664663366781902 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2204, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.834496190653908, 47.439909492098742 ], [ -122.830253409135466, 47.44651153886241 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2205, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.156623732427107, 47.468501808480703 ], [ -122.180219587308841, 47.477386640485385 ], [ -122.184434544962372, 47.476818273113551 ], [ -122.188620638660609, 47.478462399038129 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2206, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "211", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.301413406797337, 48.172607385479296 ], [ -117.301532072716057, 48.181441509673419 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2207, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "008", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.251203279130451, 47.045282316327921 ], [ -123.231164055447394, 47.050438705490521 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2208, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.140899954292806, 47.654795746839127 ], [ -118.129620057402576, 47.657168911616111 ], [ -118.097893087103486, 47.657305852219473 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2209, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "523", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296538445705806, 47.733797081433551 ], [ -122.292458623240094, 47.733778690410517 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2210, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.197523307885263, 46.738419939438657 ], [ -119.189779697034979, 46.738143993783432 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2211, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "223", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.179114482278479, 46.345519165443598 ], [ -120.177603705507778, 46.345860060345949 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2212, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.752345439315008, 48.997156789567995 ], [ -122.75204728983509, 48.997865276420761 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2213, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.509031671900459, 46.67670279626725 ], [ -120.505072351199686, 46.679072149850462 ], [ -120.487292380517303, 46.680124523325205 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2214, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.396554323552365, 47.661842762907469 ], [ -117.387193219370488, 47.661914020608265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2215, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.746143435315716, 45.815362244255461 ], [ -122.744893128605881, 45.815369658665418 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2216, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 127000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.667972201116754, 45.626404641062507 ], [ -122.666431452565135, 45.628936169206803 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2217, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.110563041212359, 46.248522956849492 ], [ -119.093941382570222, 46.249878458250748 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2218, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 73000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.223176560476901, 47.92265765143987 ], [ -122.21256409977353, 47.921590993723576 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2219, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.096753861226858, 47.488540894906784 ], [ -124.104799994709907, 47.490868583260287 ], [ -124.109398964861114, 47.494751518727092 ], [ -124.113922483317467, 47.496262306604926 ], [ -124.12544929185114, 47.497201712746403 ], [ -124.153897187022039, 47.503590965321145 ], [ -124.161478036873234, 47.506903677956124 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2220, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "262", "AADT": 660 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.205954712576528, 46.984795443157445 ], [ -119.117929867522093, 46.984670877499035 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2221, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.398548074717851, 45.584157326246881 ], [ -122.385518978249067, 45.582108216438499 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2222, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "113", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.280918513695298, 48.069957095815866 ], [ -124.277724731354951, 48.074190569982598 ], [ -124.268826955056525, 48.080346231679847 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2223, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "300", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.87635954674721, 47.431832987847116 ], [ -122.869587375866516, 47.433674128850157 ], [ -122.863144207219548, 47.438638765567823 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2224, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.204962522132917, 48.861182790307907 ], [ -118.205892243009487, 48.865029997203493 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2225, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.385510623527338, 47.944172956277242 ], [ -124.38548211846232, 47.946057096128101 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2226, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.39126831955187, 47.004069776756609 ], [ -123.387506762881557, 47.005179546521866 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2227, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.863957586038808, 48.009572551593337 ], [ -122.866981304973933, 48.004631023442045 ], [ -122.881061961067175, 47.999867439001598 ], [ -122.889729460279199, 47.992352819057707 ], [ -122.889893115896683, 47.98943620173614 ], [ -122.885683715879537, 47.987020464311001 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2228, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.245590463662992, 47.196062925394315 ], [ -122.238361395966976, 47.192734459543523 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2229, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 66000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.330911508090722, 48.406025215567063 ], [ -122.331494065331015, 48.413596405929681 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2230, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.991078005435853, 47.204921628150657 ], [ -121.989616934109009, 47.206510650568596 ], [ -121.989641515851545, 47.213883977096863 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2231, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.43511597774372, 48.933184615336806 ], [ -119.43633325303901, 48.934214630370114 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2232, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.032032014636712, 45.619563022679465 ], [ -122.025671811653609, 45.622855567391845 ], [ -122.024621875213811, 45.625404013127799 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2233, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.139011970605566, 47.358015368067079 ], [ -122.13401044682719, 47.357977342935932 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2234, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.675621899032222, 47.579410600655102 ], [ -117.668745172854884, 47.579876434407787 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2235, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.560878346071433, 45.723055259766788 ], [ -121.556404558766943, 45.726607581209869 ], [ -121.551175261367305, 45.727845065064344 ], [ -121.524779511043022, 45.729215848842948 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2236, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.628901394055291, 47.632234824869947 ], [ -122.629359729371629, 47.64555627695227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2237, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125SP125SP", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.362058013477622, 46.06864675432621 ], [ -118.369083203797601, 46.068409727106427 ], [ -118.369780510416945, 46.069847874391471 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2238, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.783017302859989, 47.1120217119431 ], [ -120.766603867221434, 47.106377856254518 ], [ -120.759944575274972, 47.096013762228978 ], [ -120.754575802069084, 47.092742920122966 ], [ -120.74513784665892, 47.090283595583024 ], [ -120.738883428474381, 47.083321157692666 ], [ -120.723776923150666, 47.078658643463761 ], [ -120.691780070205155, 47.062759105857417 ], [ -120.658515798761258, 47.051493470630923 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2239, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.172296207801011, 48.152289709179747 ], [ -122.161616720560474, 48.152123549622509 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2240, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.88574809993986, 46.98064484114991 ], [ -123.885732767429573, 46.980935669525365 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2241, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.982525220733436, 47.209234482494971 ], [ -120.993152412759386, 47.222746831998741 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2242, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.884038854289201, 46.662768880914477 ], [ -118.871481668138927, 46.654206022570257 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2243, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.397896310292509, 48.106192363330905 ], [ -123.375955261341801, 48.104855547077584 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2244, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.413577184851874, 48.728581825814985 ], [ -117.413560260891003, 48.732500641586491 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2245, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207028983810915, 47.914243946030567 ], [ -122.206275969343181, 47.918009646252457 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2246, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.595569385684072, 46.525345824871629 ], [ -122.58997649414961, 46.52255941900237 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2247, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.606443415290755, 48.163559474619113 ], [ -122.609133392004594, 48.171286162855388 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2248, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.909559214627578, 47.346792407549628 ], [ -123.908438010208599, 47.351436201075757 ], [ -123.91091586363828, 47.355146607668409 ], [ -123.911487520939872, 47.361791660640534 ], [ -123.902577135380426, 47.372295066649393 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2249, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.128272774190563, 47.881155158876233 ], [ -122.109772432963865, 47.87811922601206 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2250, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.280297386625989, 47.752002751132636 ], [ -122.276408048488591, 47.75357665757118 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2251, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295311486830343, 47.043931016244542 ], [ -122.295097717112355, 47.047555150811696 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2252, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.099491124872756, 46.858880637078229 ], [ -124.082337386797533, 46.858875897764968 ], [ -124.061492395494582, 46.864288916543174 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2253, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.577775011782208, 48.462803717440423 ], [ -122.570973798590117, 48.462635752333611 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2254, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "225", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.487608308569349, 46.269831528563536 ], [ -119.490306656563519, 46.272344573218959 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2255, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.122722282327231, 48.62743719674021 ], [ -118.119648738610763, 48.635004250521092 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2256, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207819198568927, 47.099663350007539 ], [ -122.201490184528495, 47.096115116491148 ], [ -122.202462298145065, 47.095325541918697 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2257, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.403610252542379, 45.699383097434584 ], [ -121.394945338167474, 45.698223114559475 ], [ -121.382957728497971, 45.705115007981206 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2258, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.693725489526685, 48.039290469006225 ], [ -119.689737252676835, 48.050268413469361 ], [ -119.690447248381801, 48.061481261559955 ], [ -119.705207539379899, 48.062166303186679 ], [ -119.719186609856592, 48.065900689813716 ], [ -119.722430304998582, 48.069871945328799 ], [ -119.72268693683624, 48.07491161007308 ], [ -119.724720005849335, 48.076439116360604 ], [ -119.743242646552233, 48.076781011640627 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2259, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.61070849250379, 45.647880157974079 ], [ -122.597462253571848, 45.649728357676587 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2260, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.937571908929215, 46.75390955436341 ], [ -122.929010993379933, 46.765261811345908 ], [ -122.924194693726207, 46.768735706501253 ], [ -122.923246241508565, 46.77320757338682 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2261, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.669058799698405, 47.749633705558175 ], [ -122.658888863204155, 47.755345529189519 ], [ -122.651372136528593, 47.765032788396809 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2262, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.041518516239478, 46.308852550618973 ], [ -124.043384833617424, 46.308854520339381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2263, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.449902918794209, 48.527369770016634 ], [ -121.431030774620538, 48.526837873858199 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2264, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "207", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.714915032555581, 47.809342382404438 ], [ -120.716962414819719, 47.811497214816931 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2265, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.159927028218377, 46.270183251411886 ], [ -118.154772907494603, 46.27012996841912 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2266, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 187000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.201995781500742, 47.92713755222919 ], [ -122.197110718098457, 47.930282302329076 ], [ -122.195827584470777, 47.933021240958425 ], [ -122.198952187848278, 47.949949174239286 ], [ -122.19924574959704, 47.961609169232084 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2267, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.649407823446566, 47.802112248393641 ], [ -122.643319372553705, 47.818106847879733 ], [ -122.630091157492046, 47.828750693983068 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2268, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.369596328349061, 46.237150703251707 ], [ -118.351589530432065, 46.265116798728315 ], [ -118.350780066665891, 46.269186184395494 ], [ -118.339726884331498, 46.287725998124188 ], [ -118.340887862028438, 46.29869562296571 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2269, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.35793434118041, 46.980224389529731 ], [ -122.359252624304574, 46.999076360923119 ], [ -122.368916961408033, 47.009369658123013 ], [ -122.369476906536107, 47.020299668782023 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2270, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143016176274969, 48.053691370720443 ], [ -122.140842333952349, 48.053655770816761 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2271, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "223", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.246165081574404, 46.327693020426693 ], [ -120.207786787928882, 46.328586357039711 ], [ -120.199816309365517, 46.331131533539015 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2272, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 137000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.200054353351902, 47.578719073949287 ], [ -122.181098346761544, 47.57976028720212 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2273, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.851188812370438, 46.650840242293725 ], [ -118.80836170871747, 46.634901689158013 ], [ -118.76238645940704, 46.634559367345695 ], [ -118.755230100871728, 46.63190939501964 ], [ -118.726639387244504, 46.629258492068992 ], [ -118.720110966174062, 46.624044594235933 ], [ -118.709064484169687, 46.620073978234018 ], [ -118.667193424223981, 46.620332170902124 ], [ -118.651963250070096, 46.623324300737515 ], [ -118.641494067131021, 46.631430571994557 ], [ -118.61951976340616, 46.639367709900192 ], [ -118.611755359327233, 46.649048560660106 ], [ -118.599420725796364, 46.649879834317723 ], [ -118.588493994521301, 46.64781366091885 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2274, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.93655043110796, 48.566794575266854 ], [ -117.952607635797804, 48.577391783267572 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2275, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.315402910221636, 47.68471045038266 ], [ -122.315126489689376, 47.685256401682118 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2276, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "300", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.827259250435318, 47.454059906005085 ], [ -122.826922042903803, 47.451325656111642 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2277, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.887427285044751, 47.571845126703565 ], [ -121.913192354671892, 47.596592544301288 ], [ -121.913956292102156, 47.606111979856408 ], [ -121.910431118167494, 47.613334756624411 ], [ -121.90969075980685, 47.624989034179343 ], [ -121.915878597248636, 47.634358672620202 ], [ -121.916295967144293, 47.637296985472574 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2278, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.970993700841149, 47.278675160564582 ], [ -122.960173329179455, 47.282055380504815 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2279, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "292", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.741373518513655, 48.056659417247076 ], [ -117.704874261005187, 48.067061891476889 ], [ -117.673159591410027, 48.062248924039416 ], [ -117.649264944537109, 48.065234541306282 ], [ -117.637751379427783, 48.063009348453754 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2280, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 193000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.274709422591158, 47.428712485110346 ], [ -122.270622874528584, 47.432239969967561 ], [ -122.269011183268205, 47.437789766638957 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2281, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104SPAURORA", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.338880034249456, 47.778114643446266 ], [ -122.346227490723876, 47.77779555423443 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2282, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.316103289369437, 46.377988710810826 ], [ -120.318493364988669, 46.376254892786108 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2283, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.699066423066597, 45.641264987383359 ], [ -122.704142351428587, 45.644577060934601 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2284, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.00511516419499, 46.2035490089755 ], [ -118.964206655226619, 46.175219826856072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2285, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.316512072320862, 47.100944860664136 ], [ -119.315534249866602, 47.101630402264945 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2286, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515544164856848, 47.635779378594513 ], [ -122.515825767981781, 47.640246679068071 ], [ -122.519827714150821, 47.644479769926846 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2287, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.210622650530269, 47.536636413270521 ], [ -117.214770178155177, 47.541673317389403 ], [ -117.213488516548509, 47.549182315518799 ], [ -117.214435222380843, 47.561959096004685 ], [ -117.222910009819046, 47.573066742833177 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2288, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109SPLONNGR", "AADT": 490 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.924170030044209, 46.982514410212772 ], [ -123.923454124287957, 46.987324020766586 ], [ -123.921093144019537, 46.989561899316698 ], [ -123.9026569355281, 46.991501947013404 ], [ -123.895767520026368, 46.994894794279901 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2289, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 169000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.203586134691747, 47.475180577294914 ], [ -122.202907789604737, 47.478183175894308 ], [ -122.200274287686483, 47.48032398531722 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2290, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.362380338137058, 46.244018440418721 ], [ -119.35311951230095, 46.244832267994973 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2291, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.925928061552369, 46.146338437377608 ], [ -122.923520704969008, 46.146068995317584 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2292, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.340887862028438, 46.29869562296571 ], [ -118.319380156773818, 46.299522199389898 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2293, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.596169762116375, 48.487275378881087 ], [ -121.590106375917955, 48.48856820846774 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2294, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.373150104122729, 45.946680716023117 ], [ -119.351379696163846, 45.9446481587362 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2295, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 93000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.26074299832618, 47.268899057521288 ], [ -122.2583295165511, 47.280565297147412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2296, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.780998914585268, 48.029788800120976 ], [ -122.778477748679961, 48.03019011568967 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2297, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.190397844483442, 48.011226214380947 ], [ -122.186084026458317, 48.021915049938166 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2298, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.486103143099541, 48.782691250126753 ], [ -122.486096201911991, 48.783628412524685 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2299, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "225", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.490306656563519, 46.272344573218959 ], [ -119.493858413948416, 46.275981097231671 ], [ -119.494241787920785, 46.279543472050591 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2300, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515897937875366, 47.271095950965474 ], [ -122.515764730526371, 47.279822397387576 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2301, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.192044511290675, 46.76314821493694 ], [ -122.193654417487494, 46.764554452166692 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2302, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.43633325303901, 48.934214630370114 ], [ -119.436951250295564, 48.935274943208249 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2303, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501COVANCVR", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.669383742715752, 45.631846962507602 ], [ -122.665955536273771, 45.63189854695969 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2304, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.298724590691549, 48.096108532512218 ], [ -123.291251261771251, 48.095412493059968 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2305, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.854222276403135, 46.975166309922443 ], [ -123.831838498172871, 46.975077901150023 ], [ -123.827868590503257, 46.971685376325013 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2306, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.379716311447893, 47.661938751107662 ], [ -117.372061313461145, 47.663072830707385 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2307, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.654260035379892, 46.633500721995993 ], [ -123.644601753690182, 46.616740397142998 ], [ -123.625157561887448, 46.60074637766386 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2308, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.183098546506869, 46.728416263471402 ], [ -117.182511221736121, 46.729023359402838 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2309, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.65783772102553, 48.291328040681464 ], [ -122.65759217782275, 48.293044692222715 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2310, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.304903977559064, 46.292829903687014 ], [ -119.306559277279192, 46.288438439095444 ], [ -119.306688915024196, 46.278802215512705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2311, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174SPLEAHY", "AADT": 60 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.389404974458785, 47.919132812360594 ], [ -119.388810295032556, 47.917927027008766 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2312, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.172041843437384, 47.317707549927093 ], [ -123.181487179932674, 47.299874506433277 ], [ -123.17890414288631, 47.292484583200363 ], [ -123.174905591319316, 47.289039031008222 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2313, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 180 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.78400005470705, 47.472842312040093 ], [ -118.785007589757498, 47.513764462301275 ], [ -118.781798392743312, 47.535058210724756 ], [ -118.782810389975936, 47.541387190798595 ], [ -118.785495015040468, 47.545563216479259 ], [ -118.786156902345994, 47.610465907525281 ], [ -118.784263452940777, 47.612155991250667 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2314, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.845082926449535, 46.293579813570176 ], [ -122.835107025087709, 46.292878933520413 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2315, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.357382771910181, 46.929736850399209 ], [ -122.357406929960035, 46.936642209221233 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2316, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.877263805925523, 45.696788560303908 ], [ -121.872169081462829, 45.699570211691949 ], [ -121.862941511577674, 45.700660677753689 ], [ -121.848873759362235, 45.706705385111313 ], [ -121.844618031707853, 45.707129600035579 ], [ -121.842610259603575, 45.709489405886352 ], [ -121.837697789498279, 45.709976682388856 ], [ -121.834459236136141, 45.713414522602157 ], [ -121.829348175674269, 45.71485766442796 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2317, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.400290715290367, 47.399395735542363 ], [ -121.396515187168234, 47.395778248957591 ], [ -121.390124871762794, 47.393230258794155 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2318, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.519587863195227, 48.407451171088525 ], [ -119.521661144723964, 48.408142503995393 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2319, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.453286095663998, 46.856163740805535 ], [ -119.34645290287024, 46.810764896566539 ], [ -119.256984579490421, 46.810235263019216 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2320, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.284252451157627, 46.405664437857851 ], [ -120.268235143329875, 46.401178348792122 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2321, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.091057119330642, 46.798829385585634 ], [ -124.097699447424077, 46.826854311587915 ], [ -124.106282358509091, 46.84951970011884 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2322, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.237362405527364, 47.377914705247903 ], [ -122.230688141702643, 47.377835494628208 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2323, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.629359729371629, 47.64555627695227 ], [ -122.633538062812562, 47.649042313948556 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2324, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.890681059904807, 46.435014693092675 ], [ -123.879905625408355, 46.430831894924353 ], [ -123.867159177099481, 46.431054338956343 ], [ -123.857643340437235, 46.42936811338685 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2325, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.835036922134577, 45.682664960298425 ], [ -120.830873689836992, 45.683266742100649 ], [ -120.81760610981533, 45.691454533153745 ], [ -120.817982144583539, 45.695970182416517 ], [ -120.815376949231307, 45.697928946286979 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2326, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.96381479743529, 47.857816596754411 ], [ -121.927065336291037, 47.855859934264402 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2327, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.740547181511957, 45.902501182540668 ], [ -122.749722348356983, 45.917765067880474 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2328, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.863757516258843, 47.086768846846645 ], [ -118.720874480329542, 47.086155289098457 ], [ -118.71059772197188, 47.087829579601355 ], [ -118.686741536671562, 47.095814639055568 ], [ -118.675635892836283, 47.096990194960227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2329, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.498935680741766, 46.649277051842105 ], [ -120.510906144782382, 46.644208450191393 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2330, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.09473049364162, 47.13986891400257 ], [ -122.091587142107542, 47.140760207751903 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2331, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 230000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.268748856426626, 47.472178548862026 ], [ -122.271023970716158, 47.477579959242256 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2332, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.533822775678686, 46.290820586363694 ], [ -118.504578821997001, 46.290080070034897 ], [ -118.493390640159575, 46.287987258237933 ], [ -118.428761567706928, 46.299220350927911 ], [ -118.356201937591322, 46.299926300002987 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2333, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.174837509133468, 47.767969201876618 ], [ -120.165172240019999, 47.770798302758841 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2334, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.50748268757917, 47.744381586228222 ], [ -117.508858522502976, 47.749363725353739 ], [ -117.520380013735021, 47.758297026605717 ], [ -117.531226886685616, 47.758845230624523 ], [ -117.547264673094205, 47.765923818866852 ], [ -117.547847451011535, 47.767639420537549 ], [ -117.545044147949412, 47.770388726631964 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2335, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.324775391268275, 47.405730086718201 ], [ -122.32513895418046, 47.407511369146306 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2336, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184062738237287, 47.760638188200367 ], [ -122.185841226128275, 47.763446951341962 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2337, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 201000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294634377800662, 47.364358862474674 ], [ -122.290042830148494, 47.383756241739121 ], [ -122.292053646675214, 47.400669800443254 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2338, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.727008460941093, 45.815673419148439 ], [ -122.705951896289108, 45.815636230970945 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2339, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.736058461565932, 46.646847393338824 ], [ -119.732514913541095, 46.649271265679936 ], [ -119.707334022260071, 46.653935705724066 ], [ -119.686256486685735, 46.668504096434724 ], [ -119.681750283928736, 46.675001696133506 ], [ -119.683393740373091, 46.694279815550409 ], [ -119.682116181979637, 46.70191944399059 ], [ -119.64152401026935, 46.730890227734953 ], [ -119.627051021851202, 46.735547572970582 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2340, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.577214570107699, 47.642932904843434 ], [ -117.573975922292576, 47.642938657441185 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2341, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "599", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.274414357202858, 47.485065206648081 ], [ -122.28164358955992, 47.491197644139227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2342, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.896416472614817, 47.698580768476042 ], [ -122.897990560346969, 47.693584234687798 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2343, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.675738111404016, 47.08133005018108 ], [ -122.658847900613793, 47.08441941770446 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2344, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.54096742903225, 48.399614794025538 ], [ -119.532788279540071, 48.405692745335585 ], [ -119.528676364355661, 48.406051984310508 ], [ -119.528498714841689, 48.409540792973004 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2345, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.296317791781945, 46.576533838963606 ], [ -123.294364747914926, 46.578394847445331 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2346, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.931624680375776, 47.027755501144725 ], [ -122.928170766830036, 47.026188983347133 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2347, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "127", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.791383799065031, 46.614441905334814 ], [ -117.793103767673472, 46.617894856953619 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2348, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.04689458149501, 46.41992959347882 ], [ -117.045583720979948, 46.419935817647605 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2349, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.192442595099536, 47.695898690021963 ], [ -117.169091774341211, 47.697131511665503 ], [ -117.152082744556282, 47.701179934959796 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2350, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.382865474760834, 47.812642294496534 ], [ -122.381974153673823, 47.812114513865524 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2351, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515328583922425, 47.301975486437073 ], [ -122.514518613007127, 47.304061906760644 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2352, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.353862608672216, 47.838149676480988 ], [ -117.355582348909607, 47.858807196837127 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2353, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.371997110814647, 46.837063334043961 ], [ -120.354701401089017, 46.815345671254171 ], [ -120.353925733775256, 46.812565686875608 ], [ -120.361749255096399, 46.802185177847349 ], [ -120.358754236830009, 46.792818439656493 ], [ -120.372836771484998, 46.781903642888182 ], [ -120.380605612957154, 46.759389077926315 ], [ -120.390116766385987, 46.749445115439613 ], [ -120.390351638231152, 46.7452071466696 ], [ -120.385569375851816, 46.735590097523072 ], [ -120.386459662605148, 46.730567182634644 ], [ -120.392190797298824, 46.726399088536439 ], [ -120.405296181466511, 46.724135662487839 ], [ -120.413679759878562, 46.714272714673477 ], [ -120.433016451039421, 46.710978993308544 ], [ -120.437593748699626, 46.706996121581618 ], [ -120.443323640356496, 46.696344282449417 ], [ -120.475978806092783, 46.681083666998298 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2354, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.206275969343181, 47.918009646252457 ], [ -122.207438282735282, 47.918856067693802 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2355, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.16741024593037, 47.230914669120658 ], [ -121.148772436826277, 47.220398466467778 ], [ -121.135298152239827, 47.217920541534099 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2356, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.435384177105718, 48.947731820716925 ], [ -119.436279972105822, 48.948557349828413 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2357, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.350947556359884, 46.221897884950579 ], [ -119.341877601896968, 46.209562485828897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2358, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.228042090985326, 47.627788861811567 ], [ -120.227225180719827, 47.631075511820384 ], [ -120.215035859307463, 47.641981006350655 ], [ -120.214171931912986, 47.656175559895296 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2359, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.337752152990689, 47.467994632082323 ], [ -120.335546620256821, 47.469450058956191 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2360, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.696160251977645, 45.640445464955796 ], [ -122.699066423066597, 45.641264987383359 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2361, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.144376428006922, 46.721707377258348 ], [ -117.133835224924667, 46.721518589272989 ], [ -117.117141802235281, 46.727592034427843 ], [ -117.103620701672043, 46.728242039623737 ], [ -117.087849026486722, 46.731794332136701 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2362, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434299490318352, 47.304822344446009 ], [ -122.431704209173105, 47.308943314891877 ], [ -122.430940467345323, 47.314219055402297 ], [ -122.427580837372233, 47.316802342065358 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2363, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.042496270836239, 48.183023593641167 ], [ -117.042441887085005, 48.184010170534492 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2364, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "546", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.331189920448523, 48.963797220523496 ], [ -122.30920453016185, 48.963860375216782 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2365, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.219321340909659, 48.113310778947074 ], [ -117.207189897481754, 48.119672054706918 ], [ -117.19061737282351, 48.124978781669782 ], [ -117.160934664247009, 48.139515627750072 ], [ -117.143191344002474, 48.14502984603822 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2366, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "821", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.455331932203265, 46.818935115279757 ], [ -120.459033023947057, 46.822824628569393 ], [ -120.460674446242891, 46.82758342333193 ], [ -120.454892127290009, 46.833767653405438 ], [ -120.454364847871261, 46.837752781413805 ], [ -120.45608104127038, 46.840945749322358 ], [ -120.462611753482847, 46.844241462757637 ], [ -120.461324043908633, 46.850322894216383 ], [ -120.465279252902334, 46.853970085834113 ], [ -120.482104421483527, 46.855324776740531 ], [ -120.478765810054867, 46.862451400578117 ], [ -120.479444945349314, 46.867276903488246 ], [ -120.483103739296894, 46.870879727332202 ], [ -120.489732820967873, 46.872846278058262 ], [ -120.495264574366729, 46.876788251464617 ], [ -120.493078809721197, 46.878387632957143 ], [ -120.486233676556168, 46.874989774224538 ], [ -120.479579040149872, 46.875455864563897 ], [ -120.474971342247599, 46.878657302032551 ], [ -120.474817454153893, 46.882884498928483 ], [ -120.48111417710281, 46.885584003959487 ], [ -120.488133103604795, 46.883407486374701 ], [ -120.492220401640253, 46.884089970261506 ], [ -120.498337740205145, 46.892696927179088 ], [ -120.503503352856271, 46.896610545138749 ], [ -120.503150524729591, 46.898838409565968 ], [ -120.495076222751393, 46.898615161064669 ], [ -120.492884433507527, 46.902015629686815 ], [ -120.504769141983658, 46.910050121027297 ], [ -120.507829598389321, 46.915248261071504 ], [ -120.510085755852501, 46.926149802819978 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2367, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503SPCOUGAR", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.354729390827671, 46.000879136981645 ], [ -122.342569010813918, 46.00942336360081 ], [ -122.33522251767009, 46.009596513635429 ], [ -122.331077220469723, 46.015062341548507 ], [ -122.325906883737616, 46.017586363814978 ], [ -122.320290007480352, 46.025579861402022 ], [ -122.314391569461577, 46.030212649393995 ], [ -122.310528437755849, 46.04178070352517 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2368, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.247073417807698, 47.310505541564439 ], [ -122.244776326136957, 47.318098504532834 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2369, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.317780212138459, 47.335423352110624 ], [ -122.31204401834627, 47.335872343980007 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2370, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.168007203855709, 47.757408442082152 ], [ -122.159818660057155, 47.760252736799067 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2371, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 790 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.132009720980719, 47.274123715428217 ], [ -117.14500315904661, 47.275346802875383 ], [ -117.15291408037703, 47.277737739435231 ], [ -117.153198601945533, 47.279679874274898 ], [ -117.159173196185804, 47.280549545413173 ], [ -117.161872375794914, 47.284513420608093 ], [ -117.164055686448719, 47.292556320814562 ], [ -117.164444508804607, 47.311338761885693 ], [ -117.186180526349503, 47.325813427365468 ], [ -117.192413928798771, 47.331795498080226 ], [ -117.192217378202116, 47.335300577392765 ], [ -117.185010338423439, 47.342334730300522 ], [ -117.178036524892107, 47.35810477909768 ], [ -117.180916077366049, 47.364663773479954 ], [ -117.177023753726345, 47.369404748775452 ], [ -117.174270773026876, 47.379782915228382 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2372, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.336148263341514, 48.417507714540129 ], [ -122.3336059484309, 48.417495423700757 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2373, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.107113214945528, 46.207545838684268 ], [ -119.107209271065926, 46.213744083085025 ], [ -119.102014152265994, 46.222742062678705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2374, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293083368367334, 47.12565213707515 ], [ -122.293022339546511, 47.136469010657294 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2375, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.645684510430286, 47.75184286421355 ], [ -122.6524298188789, 47.757228435078694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2376, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.919617324817807, 46.147218448039709 ], [ -122.910399241909545, 46.147036877996712 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2377, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.209983535857901, 48.08537862161127 ], [ -123.199842588376612, 48.083854521534683 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2378, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.909947142163389, 46.058308654678434 ], [ -118.907596618671889, 46.05620139630561 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2379, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.359716934068018, 47.25694505627979 ], [ -122.356666370268869, 47.260089624105255 ], [ -122.357446163100619, 47.264435739967745 ], [ -122.379453463456727, 47.274969727784182 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2380, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.322374392366754, 48.543587960994408 ], [ -120.3152493002885, 48.535665574733969 ], [ -120.274692061380833, 48.52089343139712 ], [ -120.259511199308008, 48.511797698554304 ], [ -120.251419826289819, 48.501356903996239 ], [ -120.22727288529434, 48.488256588487644 ], [ -120.19283150349132, 48.477935123949678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2381, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.283146126795714, 48.069756569174857 ], [ -124.280918513695298, 48.069957095815866 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2382, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296674778694438, 47.399436908969875 ], [ -122.298417439780152, 47.40515993691146 ], [ -122.296752117157538, 47.419099415183496 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2383, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 161000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321753727986504, 47.666099862207716 ], [ -122.321705720507694, 47.670374576972833 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2384, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.04481767809628, 46.3941409901038 ], [ -117.044476644033423, 46.404073277245686 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2385, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002CODIVISN", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411212053380268, 47.684340672202325 ], [ -117.411193487242613, 47.666155363741105 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2386, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.594541512844756, 48.355123430794251 ], [ -119.591651933074729, 48.350216857616701 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2387, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.49570466592894, 48.42797528108381 ], [ -119.479320311643505, 48.442710676755844 ], [ -119.47455389003656, 48.456507402885045 ], [ -119.481781203903623, 48.466223518155552 ], [ -119.486910276152585, 48.476727072560152 ], [ -119.504726913047236, 48.497189516858953 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2388, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.064449026826722, 46.62697579438484 ], [ -123.054039295602067, 46.628090926802692 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2389, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411143579869858, 47.659075543738503 ], [ -117.411162631023913, 47.660981036599509 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2390, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.348481306378005, 46.063085166556611 ], [ -118.349164427749514, 46.063926639872506 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2391, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.99168187834691, 46.312854873357942 ], [ -117.990869454202027, 46.314935954637797 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2392, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.285225106954883, 47.146079747197923 ], [ -119.293885132461426, 47.149636909792328 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2393, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "532", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.447469078130084, 48.241938468764076 ], [ -122.433429185922066, 48.239888869136493 ], [ -122.387292779818267, 48.239699403744424 ], [ -122.379284717805021, 48.240979182519013 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2394, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 73000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.265129968328068, 47.461402410511198 ], [ -122.26293024307364, 47.461922989546125 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2395, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.620784164225697, 46.934374699436887 ], [ -122.60758221252982, 46.941363190236565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2396, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.323681866536177, 46.436435528817597 ], [ -117.315932120595207, 46.431561094853585 ], [ -117.301076294934248, 46.426715931962406 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2397, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "262", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.460712354204858, 46.956629708380113 ], [ -119.397075758879652, 46.957773680244962 ], [ -119.385857031183519, 46.960085309764899 ], [ -119.371015225882175, 46.966130937069991 ], [ -119.364154806440297, 46.970687616348485 ], [ -119.347507429745264, 46.970670168885441 ], [ -119.333734241190754, 46.96755591385358 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2398, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.069679602626735, 48.233967579997966 ], [ -122.061555391044109, 48.236329210797507 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2399, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 990 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.67654729985172, 48.011006920307523 ], [ -119.677492645942763, 48.010363151864276 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2400, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.848233224271084, 46.858616212616248 ], [ -122.846710272641857, 46.859045713671357 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2401, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.655064922923032, 46.809179514993687 ], [ -117.641301768112868, 46.810461556844977 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2402, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.006286228371124, 46.665049294727943 ], [ -118.975226715625467, 46.663730272287275 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2403, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 177000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.252009338333451, 47.857141929084626 ], [ -122.245946464333301, 47.864436562944249 ], [ -122.2429768733587, 47.873894678673118 ], [ -122.236957759455194, 47.879069739528973 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2404, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.93012686850922, 48.526423975197616 ], [ -121.892554507389889, 48.530955095283055 ], [ -121.844016557681186, 48.541101094499062 ], [ -121.8251820673796, 48.538972312952453 ], [ -121.81569188716793, 48.541421594682291 ], [ -121.805621550981016, 48.540310468523373 ], [ -121.793327001880527, 48.543507314309458 ], [ -121.772702548833891, 48.537823519309008 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2405, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.28849889135094, 48.963997295992591 ], [ -122.27622498836719, 48.965022025083648 ], [ -122.27152855438456, 48.974869667170651 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2406, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.050805502583316, 47.08576776359989 ], [ -119.035163557293671, 47.085426001778352 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2407, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.802151302610611, 47.491269221702289 ], [ -121.791675244602857, 47.483269079543149 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2408, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.970153865464567, 47.844960878568358 ], [ -121.970772608124079, 47.857093264699614 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2409, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.902868523265326, 46.788297571747201 ], [ -117.877941534588544, 46.795976189253452 ], [ -117.849457433561398, 46.799832214129985 ], [ -117.810174320077437, 46.813648863815644 ], [ -117.804222362223598, 46.813089021688093 ], [ -117.781126713781305, 46.804881802387236 ], [ -117.757124281934523, 46.802723918404929 ], [ -117.74639356919009, 46.803633828662939 ], [ -117.716713310973347, 46.810350787802797 ], [ -117.691454666946441, 46.808715409003526 ], [ -117.665613796744069, 46.813801431239035 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2410, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515854246626034, 47.265516626978297 ], [ -122.515841842240349, 47.267143818683365 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2411, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.449716718887359, 47.644309250864026 ], [ -117.451612066932668, 47.646901725949348 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2412, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0175921586181, 46.448268561625021 ], [ -119.013123977922689, 46.459254072376112 ], [ -119.01046574916748, 46.480707289650518 ], [ -119.015118414172704, 46.497445895818451 ], [ -119.011426253409539, 46.514580199039919 ], [ -119.014369618690623, 46.524362204047378 ], [ -119.014775383490388, 46.533049264069668 ], [ -118.995992353708118, 46.561228338930725 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2413, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.256337961926278, 46.251966726393015 ], [ -119.246127238322288, 46.240989423358663 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2414, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "546", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.352240220990097, 48.963632788448415 ], [ -122.331189920448523, 48.963797220523496 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2415, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.479857033769377, 45.585751721238402 ], [ -122.466151024001803, 45.58382252860202 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2416, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.159158770931057, 46.198638478016385 ], [ -119.158824453581829, 46.202223090683503 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2417, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.667352865774888, 47.549059761335776 ], [ -122.658951480031376, 47.553936957331793 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2418, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.637777688949228, 47.736774087198171 ], [ -122.639182061340307, 47.746477449640494 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2419, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.511485307262632, 46.626062679249486 ], [ -120.506997635917344, 46.625707316224023 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2420, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.626086199186872, 47.428820891046541 ], [ -121.613173791142898, 47.428575583662642 ], [ -121.597402663864145, 47.424418090248139 ], [ -121.590366244236762, 47.419579391146762 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2421, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.527113323103251, 46.655943553200323 ], [ -120.52589924908105, 46.657957479432355 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2422, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.176696844070307, 46.804638285254434 ], [ -119.176764818111678, 46.809746804978097 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2423, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.604080864698673, 47.55336015550678 ], [ -120.598927088471953, 47.555361186898352 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2424, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.559255047459587, 46.933983955835579 ], [ -122.55566095888237, 46.936196930866153 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2425, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.86505125455794, 46.546566766459328 ], [ -122.831907516092912, 46.543891968214481 ], [ -122.801159647846774, 46.543946767888428 ], [ -122.74742157095956, 46.53233904597873 ], [ -122.719771164357212, 46.532048859496562 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2426, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.380517254274778, 46.031811534266055 ], [ -118.362741011391208, 46.041507820745508 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2427, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 94000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.913444846406804, 47.025338951287097 ], [ -122.909487464207444, 47.021750611404926 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2428, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 73000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.341401835189316, 48.459096872583892 ], [ -122.342445297449544, 48.476913573518679 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2429, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.342600390322318, 48.513479003102837 ], [ -122.351539957407951, 48.530520055765088 ], [ -122.351873257178255, 48.542235351242965 ], [ -122.349383107035848, 48.548483619369186 ], [ -122.350200969145106, 48.553164776832247 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2430, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.777288263236429, 48.917759441114171 ], [ -117.77620167360358, 48.919570505808259 ], [ -117.777475578245671, 48.926087725814448 ], [ -117.776045267678668, 48.928358073990012 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2431, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.520498653888183, 45.757592861737869 ], [ -121.527546159954071, 45.760623493803614 ], [ -121.527989065562465, 45.766117692258874 ], [ -121.524051256568228, 45.771275827163208 ], [ -121.51213346240327, 45.77637416400762 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2432, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.533987290904705, 48.009762296313838 ], [ -122.541484241934185, 48.011987345964066 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2433, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.736798022120709, 46.680552573537561 ], [ -123.730318212441148, 46.682339102345374 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2434, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.733480595429612, 47.762334290247956 ], [ -118.721243935789616, 47.763146625247458 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2435, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.30795231434999, 47.390989098194325 ], [ -122.303017474596359, 47.395534283888914 ], [ -122.300412458794526, 47.395773851253594 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2436, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.68723592908519, 47.575458442194005 ], [ -122.690131623883602, 47.579854202855941 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2437, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.139335004018747, 48.053651104053088 ], [ -122.119313093932945, 48.053547427439412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2438, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "106", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.073220077269042, 47.347496595048923 ], [ -123.067939175814232, 47.34660902733016 ], [ -123.056284149845737, 47.349487277464661 ], [ -123.040651516773551, 47.349010454806752 ], [ -123.029325592240383, 47.350804202108883 ], [ -123.019650379170102, 47.353740860032097 ], [ -122.986872527198855, 47.373399569185139 ], [ -122.972994811352109, 47.377944825995598 ], [ -122.94874516224489, 47.381610018607113 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2439, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.30640407908551, 47.77253858075499 ], [ -122.302597485956255, 47.76998698030792 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2440, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.053320189391798, 46.335256508376098 ], [ -117.052362381512438, 46.336389696960985 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2441, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.778477748679961, 48.03019011568967 ], [ -122.769101484093525, 48.03299918433737 ], [ -122.757972415797894, 48.031755234944811 ], [ -122.751288376431134, 48.026214728000163 ], [ -122.745826823038655, 48.025218701429857 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2442, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.071993451186401, 46.249483691820984 ], [ -119.067753216272848, 46.246804529765335 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2443, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.280918513695298, 48.069957095815866 ], [ -124.271024429947644, 48.070290120308727 ], [ -124.235971777634802, 48.066111656769579 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2444, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "008", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.387506762881557, 47.005179546521866 ], [ -123.382100299019172, 47.006849018935696 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2445, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.262669504259335, 47.139868927123963 ], [ -119.270112652542849, 47.141966536393475 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2446, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.177155703290936, 46.188470852825041 ], [ -123.168091001383246, 46.191027551174408 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2447, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "008", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.231164055447394, 47.050438705490521 ], [ -123.217814535249445, 47.050649914096148 ], [ -123.193667564506825, 47.058142136499264 ], [ -123.175467151964725, 47.058686653494476 ], [ -123.154699037075162, 47.055249629140768 ], [ -123.142453761863507, 47.046476231892129 ], [ -123.12693897038892, 47.039401264838489 ], [ -123.118395051316384, 47.033698634185122 ], [ -123.11128029456323, 47.032595602555979 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2448, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.102014152265994, 46.222742062678705 ], [ -119.10112258798307, 46.224092029327991 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2449, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 145000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.236957759455194, 47.879069739528973 ], [ -122.22689644449872, 47.886791904888057 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2450, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.82715383471583, 45.869699138937811 ], [ -119.802753232365006, 45.865322610021181 ], [ -119.77995810154836, 45.866032850713339 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2451, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.082452188131327, 46.754402918834742 ], [ -124.082904921311552, 46.767809325370642 ], [ -124.080935544891219, 46.77038024207085 ], [ -124.081342461444592, 46.77579340660791 ], [ -124.086847589643298, 46.789299463276052 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2452, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 77000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.169776680064388, 47.978234071819351 ], [ -122.14305457671766, 47.977909322117576 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2453, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.053680407879327, 46.367582858274595 ], [ -124.053438935970831, 46.370628562236384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2454, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.942007440386959, 46.895919678223173 ], [ -122.918993253645297, 46.899477958686859 ], [ -122.908639489557103, 46.899146685381176 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2455, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.865717201992325, 47.081385264136031 ], [ -119.854070022568948, 47.088382438834834 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2456, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.176764818111678, 46.809746804978097 ], [ -119.176781515874708, 46.811499440916727 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2457, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.422710867417294, 46.696905779360264 ], [ -118.41226985516866, 46.701216260838095 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2458, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 176000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.186387532822948, 47.640513346762866 ], [ -122.186903818426714, 47.66363047860721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2459, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.93898952430159, 46.947495190699769 ], [ -122.935418056503451, 46.959676324540887 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2460, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.487178151853087, 46.671384763612544 ], [ -120.496460879977093, 46.659635398162756 ], [ -120.497103417459257, 46.651597140197886 ], [ -120.498935680741766, 46.649277051842105 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2461, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.691426359543101, 45.635858138670336 ], [ -122.693857063829569, 45.637225154954052 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2462, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.647628304347734, 46.976564048641514 ], [ -123.627228668862884, 46.976553239373871 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2463, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411101904295435, 47.687150653964544 ], [ -117.411137105677895, 47.694497322218041 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2464, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.783180389712129, 46.669837987367991 ], [ -123.767190433510919, 46.674447034230177 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2465, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.435100794518377, 47.715447291060684 ], [ -117.436421814115405, 47.715439546757842 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2466, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.12947559174853, 48.198761111927809 ], [ -122.129688599241049, 48.200331111571217 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2467, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.588157825032624, 48.123052548355986 ], [ -122.594666773905061, 48.151680394670471 ], [ -122.606443415290755, 48.163559474619113 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2468, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.653297245457665, 47.565534571503449 ], [ -122.651129321213745, 47.565545994174414 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2469, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.668828193958802, 46.610192722705449 ], [ -121.666363813565468, 46.61419098644997 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2470, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 160 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.588837556195372, 45.975811147623645 ], [ -121.593257518736905, 45.971049173279958 ], [ -121.605401194052845, 45.966582020145736 ], [ -121.609285041708745, 45.962715813832205 ], [ -121.612529331281991, 45.962572106171258 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2471, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.739710289825382, 46.701289613829637 ], [ -123.74090722976041, 46.703225050152234 ], [ -123.739112278865548, 46.707059460937195 ], [ -123.743763598482644, 46.715301692702326 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2472, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005RL005EXP", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.330409308448552, 47.607952382600168 ], [ -122.328646019504035, 47.621839867887125 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2473, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.005165366491042, 47.265814847312335 ], [ -123.002965502582526, 47.266040634658381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2474, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.158836492914901, 46.212219507273439 ], [ -119.157322065551469, 46.214295267712437 ], [ -119.150977982508721, 46.214876564245849 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2475, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.733597434580858, 48.979211973350239 ], [ -122.741020031532742, 48.984055347800826 ], [ -122.748239795535099, 48.986487357703325 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2476, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.885948848804617, 46.520281643814954 ], [ -123.893429722282164, 46.548418710798806 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2477, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.885769935372821, 46.990092803121328 ], [ -123.885752763096178, 46.992767658543407 ], [ -123.89392769534102, 46.993141810731181 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2478, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.189894961668131, 47.979068415654822 ], [ -122.188666249018951, 47.979430596898055 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2479, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4108555760277, 48.550846561945264 ], [ -122.420794865991866, 48.561345338820523 ], [ -122.422185317903413, 48.565442515819228 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2480, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.264959141111333, 49.000030960397375 ], [ -122.265263764728545, 49.002333133142734 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2481, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.657848881745082, 48.289541012730318 ], [ -122.65783772102553, 48.291328040681464 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2482, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.170377575210836, 47.744938247360487 ], [ -118.173410635506912, 47.754662112918886 ], [ -118.173659831143283, 47.788368584642917 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2483, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.162533537330276, 47.628203113985371 ], [ -118.162410666765268, 47.639423491334242 ], [ -118.159705125033469, 47.64273409255938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2484, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "243", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.907061669863424, 46.680637532310293 ], [ -119.91631567542089, 46.693315593317607 ], [ -119.91663465418263, 46.697295796581493 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2485, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.106378900303667, 47.95203116162844 ], [ -122.094618563988419, 47.951492505773814 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2486, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.695932072602801, 48.903455504370434 ], [ -121.682828173141729, 48.897176552282403 ], [ -121.671356511318209, 48.887175527883507 ], [ -121.668773812320538, 48.88108800222841 ], [ -121.670522028332755, 48.877218095287446 ], [ -121.668293119377338, 48.876564484216502 ], [ -121.66837463854624, 48.873596402094584 ], [ -121.673980881295108, 48.875803847162459 ], [ -121.668735673230913, 48.871571943532231 ], [ -121.665132784209092, 48.872272463396705 ], [ -121.664895625555971, 48.87008948841175 ], [ -121.659489746352151, 48.868863089433511 ], [ -121.658026228344326, 48.864041946109488 ], [ -121.654761913522762, 48.866308154476627 ], [ -121.658917247121011, 48.859043362702835 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2487, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 130 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.690803640991604, 47.946881149207151 ], [ -118.68987877932507, 47.94833756510495 ], [ -118.691796812509764, 47.953716427530416 ], [ -118.700143917598467, 47.96127410686649 ], [ -118.699265775607401, 47.968892917876921 ], [ -118.700766693380984, 47.971575598769491 ], [ -118.693236644400372, 47.985804220255588 ], [ -118.692878650152551, 47.995849852923008 ], [ -118.686557654729086, 48.000397680685587 ], [ -118.688109738389272, 48.005163178920526 ], [ -118.681191137477128, 48.013475131031669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2488, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.730055253453145, 48.641911185502089 ], [ -118.723311951148858, 48.644559045029631 ], [ -118.717362283401641, 48.649257082837508 ], [ -118.701095040576746, 48.65293007540501 ], [ -118.685005097523273, 48.65064929316695 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2489, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.715519020859986, 48.276246085102656 ], [ -117.715551513120758, 48.280931139705267 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2490, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.581342993881833, 47.310972648544222 ], [ -122.593460106263649, 47.324644617880161 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2491, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 440 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.642582851650815, 46.970873143443228 ], [ -118.659863915102434, 46.970594937053875 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2492, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.435029923818973, 47.243209781320687 ], [ -122.419929703903946, 47.244357102215787 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2493, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.784936310771116, 46.371753220656075 ], [ -123.778991591662702, 46.36693252604276 ], [ -123.77021981425257, 46.363985580429507 ], [ -123.756719426687994, 46.35566328524915 ], [ -123.734713566234888, 46.354353747357393 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2494, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 740 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.364767205825927, 47.619390169433188 ], [ -119.353659263795535, 47.631053870777201 ], [ -119.359501847153197, 47.641373911071867 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2495, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.673063449886101, 47.463794937630254 ], [ -117.650548601202757, 47.464097413061502 ], [ -117.623220084885901, 47.469905047319649 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2496, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.282785873653182, 47.681052638398619 ], [ -117.279905047598817, 47.681635658572922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2497, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.304106900235013, 47.412297837753137 ], [ -120.305523870310623, 47.415408638020992 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2498, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.340549846465677, 46.073901475348485 ], [ -118.336076466640037, 46.078207232967642 ], [ -118.325524706791313, 46.081735058901202 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2499, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.60824257865066, 48.428787876835251 ], [ -122.606791798623178, 48.437038326573351 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2500, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "544", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485768792637629, 48.891409465614572 ], [ -122.464240563017583, 48.891667265008095 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2501, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.814496006777205, 46.974524596299723 ], [ -123.814156772692627, 46.97424855103916 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2502, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.392436934096395, 47.321613730375518 ], [ -122.39036291251017, 47.321634062249977 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2503, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 104000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.909083344937741, 47.005153403026377 ], [ -122.907079955967802, 47.008528213116854 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2504, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.297877166481385, 47.616608480735202 ], [ -119.292841949468666, 47.615724197305923 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2505, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.666197776795414, 48.284130638071083 ], [ -122.659666966840177, 48.28635974143338 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2506, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.578544731547467, 46.685708578719428 ], [ -121.578967939104857, 46.689687297179169 ], [ -121.571635929101447, 46.691716988120675 ], [ -121.567703454432475, 46.69614616714879 ], [ -121.562292404038246, 46.695467909948455 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2507, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.313425795530421, 47.297956594784345 ], [ -122.313330040548806, 47.303094965965549 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2508, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 107000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.674247167312387, 45.788463389780723 ], [ -122.68133336358035, 45.806361536276107 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2509, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.359283416689152, 46.069578110990577 ], [ -118.35386719991871, 46.069697845590682 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2510, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.563306341002487, 47.805613270017901 ], [ -122.555317337769196, 47.809538789587471 ], [ -122.531041412625271, 47.809513658289667 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2511, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.325629621974258, 47.50910032782145 ], [ -122.332916532897414, 47.52348936518753 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2512, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.140454259551348, 47.730977296263298 ], [ -122.135891196910762, 47.725627985512695 ], [ -122.133677463330727, 47.716070456125486 ], [ -122.131767779859331, 47.714400972728498 ], [ -122.132192092208726, 47.695282679226068 ], [ -122.12825351534245, 47.687407080886246 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2513, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "706", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.981410569529501, 46.757281391199705 ], [ -121.963810168837327, 46.755113985039131 ], [ -121.947499467223693, 46.755041928370176 ], [ -121.94064361456094, 46.751552160900189 ], [ -121.927378301663353, 46.749355201586553 ], [ -121.922037542537396, 46.742687586520269 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2514, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.735554337961531, 46.793750807762144 ], [ -118.568417730752671, 46.794722484425812 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2515, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.500959157133508, 46.623267507547695 ], [ -120.493109336025967, 46.616896086324125 ], [ -120.488003742933458, 46.607531401814612 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2516, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.940179987451245, 47.196077890730542 ], [ -120.943771749246224, 47.196532896453384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2517, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPWESTPT", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.104230764070877, 46.887871778229929 ], [ -124.104302567005774, 46.895974041631128 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2518, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.638490685053767, 46.335207877774572 ], [ -123.631295947893719, 46.337273402502262 ], [ -123.621462692852816, 46.346976223825095 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2519, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.127789926729648, 46.243575565274739 ], [ -119.126619412359787, 46.246327603021562 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2520, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.974182862094594, 46.327018262432247 ], [ -117.979395154186051, 46.336957343433468 ], [ -117.978538772708617, 46.346463855726242 ], [ -117.952490936693749, 46.356372887554983 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2521, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.86554433323569, 47.562596014833389 ], [ -121.848927576609555, 47.558131962898059 ], [ -121.842067151640762, 47.554548867760793 ], [ -121.834786903769754, 47.553987399357879 ], [ -121.840684343141731, 47.551463573500236 ], [ -121.835800922001027, 47.546510008728404 ], [ -121.836757658190933, 47.543297010115012 ], [ -121.833118178538626, 47.54058949833 ], [ -121.831365726557337, 47.536963829160932 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2522, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.985662542613227, 47.745168652252225 ], [ -121.985993251861132, 47.74924240216054 ], [ -121.984573390735022, 47.75138041055154 ], [ -121.960342160052306, 47.764539617577064 ], [ -121.955705313643023, 47.769720887941077 ], [ -121.957292988259709, 47.773282504724889 ], [ -121.974017169299728, 47.788507198087579 ], [ -121.982341791615625, 47.812780129060144 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2523, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.754235983758861, 46.978403612036558 ], [ -123.744597967725127, 46.973572635848427 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2524, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.013093485176171, 46.305982904648467 ], [ -119.986175866163947, 46.306076549451447 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2525, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.125181517841384, 48.200293378726577 ], [ -122.123612070719091, 48.200278239432578 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2526, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.437155858522189, 48.707698988194466 ], [ -119.436000641705434, 48.710984053286715 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2527, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515822848306485, 45.594914321573555 ], [ -122.515628701077333, 45.594861204182081 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2528, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.596412455858385, 48.892060699708857 ], [ -122.59838859937939, 48.89166179758319 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2529, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.007865329234733, 47.872487544011641 ], [ -121.990849498271615, 47.865717413563559 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2530, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364816528712623, 46.879029799464554 ], [ -117.364773077953558, 46.879906306789792 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2531, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.493797523030608, 47.234861136469931 ], [ -122.499365188658388, 47.236414761897286 ], [ -122.510003080734847, 47.249038175860179 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2532, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.396336916033661, 47.755353532980031 ], [ -117.394695192876384, 47.757093937689042 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2533, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.459894611713239, 45.712339651142926 ], [ -121.425352203548897, 45.699600537227134 ], [ -121.403610252542379, 45.699383097434584 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2534, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.959860863408025, 46.711980420260879 ], [ -122.956475352753728, 46.711286950578376 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2535, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503SPCOUGAR", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.305684986961637, 46.049059604666049 ], [ -122.297903113599929, 46.055351080582049 ], [ -122.274830503170506, 46.063600691698305 ], [ -122.266726161008592, 46.063710557244903 ], [ -122.258815118934251, 46.058382670766306 ], [ -122.246433641543874, 46.055605308681287 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2536, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.065493119894569, 47.817931230120244 ], [ -122.056250193240245, 47.829998507796155 ], [ -122.045007170703514, 47.831500468682918 ], [ -122.02959568430748, 47.829876226608476 ], [ -122.017676472401789, 47.837138464171822 ], [ -122.010384242557308, 47.846973774323565 ], [ -121.999229962386607, 47.852339701768408 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2537, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.136478190806358, 47.638442178748704 ], [ -122.135129008243752, 47.640071798951396 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2538, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.546985666479941, 45.816821755574786 ], [ -122.54096500798704, 45.823713733381005 ], [ -122.536784434148601, 45.832198278174445 ], [ -122.536537579718683, 45.836320907450236 ], [ -122.522068819584106, 45.853246725597508 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2539, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.23288750482601, 47.92335219254673 ], [ -122.223176560476901, 47.92265765143987 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2540, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.129998052227577, 48.205757020221782 ], [ -122.143389182029651, 48.224677901692552 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2541, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.209602461562838, 48.821069882990187 ], [ -122.202529349128341, 48.815960966082933 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2542, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.937941742183241, 47.66068536101799 ], [ -117.916702149869806, 47.665311003906893 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2543, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 128000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.491951754409214, 47.234887789116186 ], [ -122.493797523030608, 47.234861136469931 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2544, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.764871137368914, 47.061291889259678 ], [ -122.764545577581885, 47.05648425590644 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2545, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.691647236954026, 47.011506857676736 ], [ -122.688198335453407, 47.009027615621008 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2546, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.349936357649753, 47.243030334844676 ], [ -122.340616403942875, 47.242790100189275 ], [ -122.336563296786665, 47.245039798077158 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2547, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.311962962337759, 47.352280902317553 ], [ -122.309246253930795, 47.358081797100191 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2548, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.157996431539885, 46.139111668424583 ], [ -118.150260957147736, 46.142040045940469 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2549, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.320503305464484, 46.33139909063442 ], [ -120.320539039074859, 46.338643096724361 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2550, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.580873540228765, 47.335330983556766 ], [ -120.573383179025129, 47.333274945229334 ], [ -120.568278873012503, 47.33605857627326 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2551, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.202213615483814, 47.372559284413292 ], [ -122.200615099760256, 47.37227205858035 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2552, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.733411255276081, 47.64348385310084 ], [ -117.690253067007987, 47.643095278219867 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2553, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.325052919504159, 47.82132970852637 ], [ -122.322886246930082, 47.821295734159101 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2554, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.257445157749856, 47.201882110117353 ], [ -122.254047684974054, 47.200943512809665 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2555, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.666363813565468, 46.61419098644997 ], [ -121.65772559914798, 46.623916184841349 ], [ -121.6336367912768, 46.639070882175517 ], [ -121.616003575812343, 46.6478940681937 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2556, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.97279602079324, 46.323781967681995 ], [ -117.974182862094594, 46.327018262432247 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2557, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.524309672877635, 47.5048277183989 ], [ -122.510482342255202, 47.504848737325879 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2558, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 179000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322457988642057, 47.646211058995675 ], [ -122.322462732008546, 47.649617031366432 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2559, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.256984579490421, 46.810235263019216 ], [ -119.247638165929388, 46.810570314294218 ], [ -119.22756534238539, 46.814671680165432 ], [ -119.218196494160367, 46.814163495102768 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2560, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "225", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.446045358115299, 46.371667617215387 ], [ -119.440655677387582, 46.380876464916234 ], [ -119.422814149708259, 46.383299103590787 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2561, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.427580837372233, 47.316802342065358 ], [ -122.423311671102226, 47.317046900468434 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2562, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.85772838237898, 46.693948643883616 ], [ -123.848051945460952, 46.698803949436552 ], [ -123.843169682766103, 46.698412045844371 ], [ -123.815351378800159, 46.670740711679954 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2563, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.099110968410443, 47.180706089962925 ], [ -123.097157172266634, 47.18181284015089 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2564, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.859747683426576, 45.824429700198856 ], [ -120.831867271641144, 45.823059503707867 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2565, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.579954340944511, 48.364475813266885 ], [ -119.545085984625658, 48.396250067960899 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2566, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.285789036072089, 46.561371888564736 ], [ -122.282515582653261, 46.558255596911593 ], [ -122.275243482698372, 46.558324606293162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2567, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.29322628986975, 47.118364891108158 ], [ -122.293083368367334, 47.12565213707515 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2568, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.792112052703999, 45.848375413297234 ], [ -120.770900456862805, 45.861551476881225 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2569, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 390 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.681191137477128, 48.013475131031669 ], [ -118.675847309383272, 48.016821610378898 ], [ -118.674672529238393, 48.021120322928688 ], [ -118.671384825004836, 48.023878598570903 ], [ -118.674533895633871, 48.032939331061847 ], [ -118.670728783919103, 48.040317200489298 ], [ -118.671255925841479, 48.045897882208038 ], [ -118.668829662982446, 48.050315585427221 ], [ -118.673475181166609, 48.061604072396477 ], [ -118.673824602600234, 48.069260523859541 ], [ -118.690746259989496, 48.082852740633207 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2570, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.893609498837719, 46.589134577688974 ], [ -122.90449436302238, 46.602130269164348 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2571, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.113551631638686, 47.45323193731803 ], [ -123.112127528136128, 47.450417143737262 ], [ -123.115551230213327, 47.444827978223188 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2572, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 208000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.417644232055906, 47.23821292278086 ], [ -122.408349942107293, 47.23917979550162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2573, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302SPPURDY", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.625971802572792, 47.398107084973461 ], [ -122.625772112200067, 47.400002299698215 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2574, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.224368274442497, 47.477801894948705 ], [ -122.220911129003241, 47.478825466344468 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2575, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.551496168110233, 47.993632692719075 ], [ -117.566302510269978, 47.993875943562834 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2576, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.700633901580829, 45.922109739779408 ], [ -120.69994100670425, 45.923000308014593 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2577, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.61933781901655, 45.943914826612435 ], [ -122.624576699664019, 45.942512646216635 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2578, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.618136899570857, 47.250037303521566 ], [ -119.600328075262425, 47.24997753066306 ], [ -119.598554678188293, 47.251897161528021 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2579, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.304514492455723, 47.645285222705667 ], [ -122.304573455492218, 47.649044063259971 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2580, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.444732982873816, 47.632699017342887 ], [ -117.448371310236737, 47.641008035635622 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2581, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.10027828338842, 47.211973236315188 ], [ -123.100111778489307, 47.212806620886305 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2582, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.884496518544609, 46.256196953085819 ], [ -122.892192048884638, 46.267577082864442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2583, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.341143146485166, 48.446976752167018 ], [ -122.341401835189316, 48.459096872583892 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2584, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.95044623583982, 46.896255370313973 ], [ -122.942007440386959, 46.895919678223173 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2585, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.900788784607272, 46.108478242682345 ], [ -122.892543258704535, 46.106806579720377 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2586, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.883825273777106, 47.952251071377766 ], [ -122.884483536409149, 47.947261847491987 ], [ -122.881744519550011, 47.944652390262938 ], [ -122.853669394521134, 47.940789816901876 ], [ -122.813727298716188, 47.922952148329294 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2587, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "122", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.595569385684072, 46.525345824871629 ], [ -122.577096063187142, 46.53447237503164 ], [ -122.565213601961972, 46.543440782807394 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2588, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.496876955564929, 47.79704098385163 ], [ -122.495984081201883, 47.795839854955261 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2589, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.813259501300763, 48.100401481449005 ], [ -122.798108470187373, 48.103386903501693 ], [ -122.788558961082543, 48.102942128193199 ], [ -122.783199502848547, 48.107007579771938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2590, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239712502932221, 47.689753611824145 ], [ -117.229984783226399, 47.693617519918163 ], [ -117.218478744623852, 47.69449381708295 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2591, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411487190913704, 47.739650548192898 ], [ -117.411427803028957, 47.740847495936769 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2592, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.23958453105034, 47.672579561456189 ], [ -117.239551680506835, 47.672993962185579 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2593, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.694793762297252, 47.381239063041136 ], [ -122.686504264357083, 47.386954393418364 ], [ -122.68081252695255, 47.388765448475212 ], [ -122.661306576295217, 47.388976470858552 ], [ -122.65186762173127, 47.385441657324847 ], [ -122.652851016563673, 47.377332321529352 ], [ -122.641894565051786, 47.379505721443685 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2594, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.823931182673817, 45.699442412984943 ], [ -120.820418122435242, 45.703643500165171 ], [ -120.802800237027171, 45.709348194557947 ], [ -120.80081761429436, 45.711712685824232 ], [ -120.808059784260962, 45.719956501415368 ], [ -120.814450276335776, 45.721300349985924 ], [ -120.813871373842801, 45.725811965318258 ], [ -120.816390182547238, 45.72911180331478 ], [ -120.816263805447306, 45.73302060316994 ], [ -120.822499269732887, 45.743168922993867 ], [ -120.822947646857813, 45.777179853264187 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2595, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.609054417208228, 47.85212563658304 ], [ -122.602042804580606, 47.854763585719311 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2596, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.169983570721172, 47.753052414870602 ], [ -122.168895232464337, 47.752366135365698 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2597, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4450607280681, 47.066579651415211 ], [ -122.442280194133673, 47.068691613706719 ], [ -122.43468673315121, 47.083417430113776 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2598, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.040486107266716, 46.161211968059099 ], [ -119.049476697357136, 46.168670079035998 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2599, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.22939079461004, 47.192863402271605 ], [ -122.229395489972234, 47.191639746052743 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2600, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.786851206795077, 46.967101999947396 ], [ -123.788090911234036, 46.967896690950269 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2601, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.311493874625185, 46.862481513256448 ], [ -122.326042395987017, 46.864961154885641 ], [ -122.330955177921027, 46.868650931341833 ], [ -122.346151983234179, 46.864671256273681 ], [ -122.348798787395822, 46.867553691391606 ], [ -122.348599611694411, 46.869896401468765 ], [ -122.341247335315714, 46.878373559060947 ], [ -122.345090516976953, 46.879239657460893 ], [ -122.351279488649425, 46.887338175251493 ], [ -122.359020038714917, 46.889838245802991 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2602, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.218478744623852, 47.69449381708295 ], [ -117.192442595099536, 47.695898690021963 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2603, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.208800066235369, 47.91507219409921 ], [ -122.207566482863314, 47.915287680645015 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2604, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.132707043280249, 48.152686440596007 ], [ -122.116764399569789, 48.15163142371167 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2605, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.351825984668395, 47.821404825995728 ], [ -122.349476114120733, 47.82146343657071 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2606, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 118000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.888045170609317, 47.034962724668546 ], [ -122.875302195758522, 47.036689104007081 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2607, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "702", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.492390975534491, 46.93797730992042 ], [ -122.484172063481523, 46.938007018154558 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2608, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 123000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.220352926703171, 47.582451626368886 ], [ -122.213020285286888, 47.578665476318811 ], [ -122.200054353351902, 47.578719073949287 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2609, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.469437454910619, 46.506554291819413 ], [ -120.479617090454127, 46.516495101330101 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2610, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.575401006243808, 47.487355220568766 ], [ -117.565740931916636, 47.495402945964237 ], [ -117.564733440419857, 47.498272492043519 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2611, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "194", "AADT": 350 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.467680710112177, 46.702386698196037 ], [ -117.467287985293936, 46.703452811451456 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2612, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "223", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.199816309365517, 46.331131533539015 ], [ -120.191160709661574, 46.334759657368998 ], [ -120.183363784095491, 46.343990083510455 ], [ -120.180194115580733, 46.345278852186489 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2613, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.286987929513899, 47.661463342410848 ], [ -122.285944848240163, 47.66198935575035 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2614, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.275636924416986, 47.870880789445572 ], [ -122.274852247488582, 47.8718113530566 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2615, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.729957308175244, 48.032611956235229 ], [ -122.720736025374805, 48.026811053663415 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2616, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.30652868815497, 47.416668391867717 ], [ -120.317045772142663, 47.429466244064308 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2617, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.620686334684692, 46.660500336478606 ], [ -120.61423577492846, 46.654490871364096 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2618, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026SPCOLFAX", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364914465293964, 46.890563387669424 ], [ -117.364248234550899, 46.889589876509419 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2619, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 193000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.462495705955817, 47.214291678765996 ], [ -122.46274702023635, 47.215959170787364 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2620, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.044831924326189, 47.399706131887527 ], [ -122.041994332318666, 47.405808949187673 ], [ -122.039324433880438, 47.407973190199925 ], [ -122.005064919541397, 47.419436488830478 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2621, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434380151242124, 47.148970958856708 ], [ -122.434250601993483, 47.155430989558461 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2622, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.294775757052847, 47.415324222818889 ], [ -120.294127652245379, 47.41301534943392 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2623, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.196925317096699, 47.445266757228012 ], [ -122.198250392440627, 47.447197230197347 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2624, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.570692450572949, 47.803729114686838 ], [ -122.563306341002487, 47.805613270017901 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2625, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.244986940093668, 48.156605492598324 ], [ -122.23835200046662, 48.151975474166647 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2626, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "205", "AADT": 135000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552815713127529, 45.612150505913327 ], [ -122.556305050360194, 45.616735027084502 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2627, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.624893170784432, 45.928329865379183 ], [ -119.603047109049925, 45.936904906542651 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2628, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 470 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.760735502989945, 47.838409447637936 ], [ -117.822222209273249, 47.839204810242215 ], [ -117.838087408089507, 47.840835213140402 ], [ -117.842379238337273, 47.839766465704969 ], [ -117.852438650169645, 47.847663729112391 ], [ -117.855326948471387, 47.848311980549781 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2629, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 66000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.971946803190917, 47.53561903888189 ], [ -121.942399051219851, 47.530214060632531 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2630, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.581387376264487, 48.363341681916516 ], [ -119.579954340944511, 48.364475813266885 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2631, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 92000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.19002141523471, 48.159825483292138 ], [ -122.193028377555265, 48.176135221983643 ], [ -122.199439421835265, 48.18423234624214 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2632, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "261", "AADT": 440 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.334575396972369, 46.884811685947362 ], [ -118.332910287661264, 46.91128658466463 ], [ -118.335191006265731, 46.913252298732104 ], [ -118.341854349709763, 46.913824535426912 ], [ -118.343440479362755, 46.915750158985063 ], [ -118.343385390487171, 46.986084506167387 ], [ -118.345970703351767, 46.989860685423864 ], [ -118.347007694138568, 46.995389438670642 ], [ -118.345358429569771, 47.002118430998436 ], [ -118.352361527570068, 47.010620054783097 ], [ -118.349496423816447, 47.021943937197996 ], [ -118.350185301677627, 47.02994007397983 ], [ -118.347825199502395, 47.040541544908379 ], [ -118.365168418133948, 47.060107234361951 ], [ -118.36563171249675, 47.112475028022999 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2633, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005RL005EXP", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320662024751499, 47.676906509750609 ], [ -122.321481755295764, 47.682554821913278 ], [ -122.328944460417503, 47.689769989127065 ], [ -122.329344549997671, 47.695753648674248 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2634, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.938415335560634, 47.194899606300261 ], [ -120.940179987451245, 47.196077890730542 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2635, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.09260198557314, 47.868149586400079 ], [ -119.091461766389273, 47.870975741273469 ], [ -119.093897603897631, 47.875428149536148 ], [ -119.092825470742596, 47.88045776018415 ], [ -119.088749661667791, 47.884713847006168 ], [ -119.07734771727435, 47.890119071481749 ], [ -119.064173043815885, 47.905872503777267 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2636, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507COPEARL", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.954310122865948, 46.719354594553046 ], [ -122.955524056280908, 46.716503990207521 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2637, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 151000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.192243083282918, 47.494131979703646 ], [ -122.19534163589077, 47.499456439189949 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2638, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.151145783713403, 45.818334026400045 ], [ -121.14639601152065, 45.82178187118194 ], [ -121.139572711840842, 45.818958690973759 ], [ -121.132733757425171, 45.820912903794643 ], [ -121.120394404698047, 45.81829619339198 ], [ -121.115288165102555, 45.825028865458577 ], [ -121.105742731988528, 45.82340014501024 ], [ -121.100019608072841, 45.824926880522078 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2639, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.13401044682719, 47.357977342935932 ], [ -122.128107064073831, 47.358033512431383 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2640, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.33755177580106, 45.949894142876637 ], [ -119.332466565438409, 45.939340476061993 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2641, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.822585393445522, 48.534895129041992 ], [ -117.817888608239315, 48.52539887736053 ], [ -117.8047913469713, 48.514740899762444 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2642, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.089820147817179, 47.839707846691681 ], [ -120.074749316144064, 47.835647322344691 ], [ -120.053845938882517, 47.835984992868198 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2643, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.763698450952589, 47.612498886459171 ], [ -118.722774486030403, 47.61248517809652 ], [ -118.720620357689327, 47.613601522639378 ], [ -118.721686502199546, 47.756587506285342 ], [ -118.719743950928205, 47.758204333655705 ], [ -118.71011147132451, 47.757920299601757 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2644, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.764545577581885, 47.05648425590644 ], [ -122.764636559588624, 47.052285571602027 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2645, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.945053307519558, 48.88964109129742 ], [ -121.942027628879629, 48.889158419679369 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2646, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.216714377582917, 47.911343964910394 ], [ -122.212938500761453, 47.912799529983211 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2647, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.224735507447221, 47.586273943680922 ], [ -117.221607451251074, 47.596981261456087 ], [ -117.223579115239886, 47.616455505783364 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2648, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "092", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.015412092829365, 48.067401767332242 ], [ -122.009898974201477, 48.071628269047416 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2649, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.150977982508721, 46.214876564245849 ], [ -119.141109524388355, 46.215426044396501 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2650, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "970", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.71897257431408, 47.19936717831601 ], [ -120.708024373647717, 47.203648771272704 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2651, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.098714277273984, 47.369492418112102 ], [ -122.081556476555363, 47.377254224139328 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2652, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.590602617211104, 45.652794820418805 ], [ -122.581605412347017, 45.65598736296927 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2653, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.297511450365022, 46.300101854100788 ], [ -119.304903977559064, 46.292829903687014 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2654, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "433", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.961795182958966, 46.104738240549509 ], [ -122.951208942893729, 46.115761426424946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2655, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.27963311855045, 45.690688236071139 ], [ -121.272377843987485, 45.686726250977983 ], [ -121.21387923037102, 45.673461159815737 ], [ -121.192866507593507, 45.657656032454526 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2656, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "906", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.398139108904118, 47.395175906989877 ], [ -121.398065621991122, 47.395608745671318 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2657, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.977015037561046, 47.817024460691158 ], [ -119.974790843519742, 47.817388845187175 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2658, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "127", "AADT": 790 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.704325545197435, 46.773822606667203 ], [ -117.699845524396423, 46.783865350702968 ], [ -117.693973727147309, 46.788923715790844 ], [ -117.67783153282889, 46.793652444941152 ], [ -117.655064922923032, 46.809179514993687 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2659, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 91000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.257900493121326, 47.291814197678988 ], [ -122.25411829096042, 47.299842864385361 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2660, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.547333020165269, 45.770303523694338 ], [ -122.547565688958898, 45.780716946894245 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2661, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.194138328989311, 48.01432878061356 ], [ -122.191598935598563, 48.012573229790014 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2662, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.854827819909488, 47.233421870039798 ], [ -119.853366397300007, 47.233449711529495 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2663, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.347344093606026, 47.653823445498787 ], [ -117.33024891850495, 47.653713239018408 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2664, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.765640039814258, 46.951272514894448 ], [ -123.769599737815682, 46.954635166584779 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2665, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.451210130114134, 46.577085327554826 ], [ -120.441729554907866, 46.576708029109334 ], [ -120.435463721368876, 46.574592459268402 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2666, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.006286228371124, 46.665049294727943 ], [ -119.005874759573118, 46.700806829798019 ], [ -119.009835216288565, 46.710106335274396 ], [ -119.014851328822814, 46.715718653013184 ], [ -119.022009185990413, 46.720422426259219 ], [ -119.0487109157188, 46.729196681931391 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2667, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.575637756993416, 45.957740050360208 ], [ -122.579054009591573, 45.957611277093612 ], [ -122.604879909687909, 45.946045366108024 ], [ -122.61933781901655, 45.943914826612435 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2668, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411745008517556, 47.601977328456783 ], [ -117.418129634832198, 47.610298530272338 ], [ -117.439007811804871, 47.624062479855844 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2669, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.616494335736633, 48.788441017260858 ], [ -118.616803513018183, 48.795955186918441 ], [ -118.603415779243136, 48.804910712173104 ], [ -118.598312004959922, 48.817868078805105 ], [ -118.594820208305649, 48.820908179446569 ], [ -118.591618267517134, 48.827026486429553 ], [ -118.59212960262343, 48.835434792622493 ], [ -118.603937251716729, 48.855909163563432 ], [ -118.605836869608524, 48.866840359414581 ], [ -118.608051124130455, 48.870872621889561 ], [ -118.606337912492307, 48.873286374818015 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2670, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.864239590442082, 47.511184175860521 ], [ -121.853054034101433, 47.511870957658559 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2671, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.278589829406044, 48.097019969634147 ], [ -117.258250621291239, 48.097430793335405 ], [ -117.251298773980267, 48.099857116594556 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2672, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.583279323476987, 47.481886183309058 ], [ -117.581932978986103, 47.482522184713716 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2673, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.700474082690391, 46.88194301954001 ], [ -122.688859129383204, 46.888362931438401 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2674, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.435610210147601, 45.580163137191967 ], [ -122.42667315360589, 45.579885332662293 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2675, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 190000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3242862881512, 47.71852191044897 ], [ -122.324165458882035, 47.729615819462794 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2676, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.46983174871302, 47.542619719158729 ], [ -119.453241173265539, 47.566569662946108 ], [ -119.446211699100928, 47.570608527341804 ], [ -119.43626880292986, 47.572640579781641 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2677, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "544", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.34716933405295, 48.919529469805134 ], [ -122.323440946909102, 48.920195971769033 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2678, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.099712027162681, 47.205696953485834 ], [ -123.101162050676422, 47.207212564751934 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2679, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.521907403705939, 45.856848830761479 ], [ -122.520055100438611, 45.865996915998629 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2680, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.413129962116216, 48.450215427115822 ], [ -122.381067320790706, 48.457315612257624 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2681, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.63625426548667, 47.541726008107297 ], [ -122.634901901091339, 47.541423549614883 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2682, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.952739627226734, 46.720041065014556 ], [ -122.952249981596907, 46.727480339570924 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2683, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364773077953558, 46.879906306789792 ], [ -117.364714656647536, 46.881018551055021 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2684, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.312363667331923, 47.347799161144373 ], [ -122.311962962337759, 47.352280902317553 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2685, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.907187010722495, 47.184801595926835 ], [ -120.897727887078943, 47.180423953594413 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2686, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.952607635797804, 48.577391783267572 ], [ -117.962392217527537, 48.583026373889446 ], [ -117.989437568550898, 48.589057101577055 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2687, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632946940056954, 47.567332683275339 ], [ -122.632914151353035, 47.571068204644547 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2688, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.545777660957782, 46.996177086480351 ], [ -122.544028419130271, 47.001952640033011 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2689, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.345252791659647, 47.741452446956245 ], [ -122.345489043446605, 47.752490517431461 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2690, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.498698481873049, 47.369072135131326 ], [ -119.497251069059473, 47.370285029789812 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2691, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.657240849250741, 47.598358932448299 ], [ -120.654043935637361, 47.599084438716716 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2692, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515628701077333, 45.594861204182081 ], [ -122.494389272762504, 45.589055721672771 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2693, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.141577430964787, 47.450008249225213 ], [ -117.141556500450747, 47.451300129241424 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2694, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.179623885955721, 46.73239560109441 ], [ -117.174164814171888, 46.737912873421955 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2695, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515758745787963, 47.281707767972797 ], [ -122.515740677517755, 47.290804219512921 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2696, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "181", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.245588636585637, 47.441221085537798 ], [ -122.245961120117443, 47.444861900156262 ], [ -122.243305050446082, 47.447721159981427 ], [ -122.243838936407926, 47.456863249195095 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2697, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155SPOMAK", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.523296206197287, 48.409470013843993 ], [ -119.525680334139167, 48.410508638475619 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2698, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.48600643461134, 48.811532211427497 ], [ -122.485993891367727, 48.815000193796678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2699, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.965876132625723, 47.193616516903468 ], [ -120.959659283559247, 47.194685928016945 ], [ -120.928033390653965, 47.189314567928811 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2700, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 132000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.508717176645547, 47.144773798297265 ], [ -122.498918855483723, 47.150179615520734 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2701, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.263541723119388, 47.922179159262846 ], [ -122.251099789556207, 47.923251180134216 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2702, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.899961343096876, 47.187712731620955 ], [ -120.904018699204585, 47.188626240235195 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2703, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.187184739381962, 47.501857325400131 ], [ -122.182621094697751, 47.498815123224347 ], [ -122.174077864239976, 47.505820768625227 ], [ -122.163632918082087, 47.503684972914584 ], [ -122.159856862205899, 47.504657659895045 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2704, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.729995110701452, 48.962176777686857 ], [ -122.72841417869688, 48.975755992565638 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2705, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.41896356137606, 47.83149480961071 ], [ -117.421847485834235, 47.838187834522699 ], [ -117.423143167123271, 47.884351820418722 ], [ -117.426428812260255, 47.889752130142007 ], [ -117.453850354619604, 47.918261358370387 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2706, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.719519990555213, 45.649917745333731 ], [ -122.730817493923468, 45.655963797020341 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2707, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 125000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.648398391958224, 47.087004850416768 ], [ -122.63415273899092, 47.090309300768837 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2708, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.966750153066727, 46.379458651032678 ], [ -119.950716872838584, 46.397066288239209 ], [ -119.947935165808801, 46.414195625446261 ], [ -119.937359903685035, 46.433729893223415 ], [ -119.938319541983049, 46.457595269330987 ], [ -119.934585912393104, 46.463125264607292 ], [ -119.931018093062363, 46.474130456233624 ], [ -119.916508251776506, 46.48531223044774 ], [ -119.910939475705177, 46.487547390258669 ], [ -119.901708315469278, 46.49730408495337 ], [ -119.892761533716794, 46.50014030196575 ], [ -119.884335095886428, 46.505082388351695 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2709, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.924700924454854, 46.122138523153822 ], [ -122.918327484937933, 46.117976228602245 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2710, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002COBROWNE", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.413318339979881, 47.659992095916088 ], [ -117.413322953365437, 47.659074764909271 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2711, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.152366198637566, 47.73308041389128 ], [ -122.142626899028542, 47.732728682078509 ], [ -122.140454259551348, 47.730977296263298 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2712, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.704477620236119, 47.548263456645834 ], [ -117.704451580442424, 47.551027418048399 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2713, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.780998914585268, 48.029788800120976 ], [ -122.785012048177435, 48.039211048136217 ], [ -122.788828616319122, 48.041435371926553 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2714, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.897990560346969, 47.693584234687798 ], [ -122.900115246731872, 47.686511132886338 ], [ -122.900066849755177, 47.677266599913871 ], [ -122.907679842510561, 47.671451178280158 ], [ -122.910731967469985, 47.666514066087004 ], [ -122.922152601790458, 47.661750585894694 ], [ -122.925883337383212, 47.654749729139084 ], [ -122.932301409574734, 47.651873939529303 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2715, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.003632927578622, 47.309464702201957 ], [ -122.004606187504848, 47.31773880550449 ], [ -122.011624264258899, 47.333040471127134 ], [ -122.018297171738681, 47.341006772308909 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2716, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 73000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.159818660057155, 47.760252736799067 ], [ -122.157000635697059, 47.765024262958491 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2717, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.681604375406437, 48.269260962035233 ], [ -121.674372320442586, 48.269225590053694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2718, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.540038028135754, 47.00460876204631 ], [ -122.527130170628197, 47.006995839201196 ], [ -122.460282872999954, 47.059036581127714 ], [ -122.4450607280681, 47.066579651415211 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2719, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.525993174849276, 48.794574176658074 ], [ -122.544684767608587, 48.813863064221302 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2720, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.307012344287358, 46.567981685991214 ], [ -123.299917084209724, 46.570027498058892 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2721, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.319748079243965, 47.681633366325705 ], [ -122.318091806028946, 47.682431997417261 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2722, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.905102340528416, 46.184711848942264 ], [ -122.907074601348128, 46.190049258558226 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2723, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.172787934227642, 46.739769734155814 ], [ -117.171041445842178, 46.742490409370639 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2724, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.882350975671287, 46.979220086206588 ], [ -123.88574809993986, 46.98064484114991 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2725, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.00653162213915, 47.055212302670199 ], [ -122.999819081437622, 47.050500637510183 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2726, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.323545995455873, 47.476904531597476 ], [ -120.320705919610177, 47.480877181609316 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2727, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.787286583790063, 47.495120452167377 ], [ -121.788376675017105, 47.494065390711064 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2728, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254854844963006, 47.825197281063396 ], [ -122.243115319602239, 47.825676567834684 ], [ -122.233172088456627, 47.821066967327454 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2729, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.890781489470058, 46.705986825224969 ], [ -120.886078081151368, 46.708654311895046 ], [ -120.882980214258055, 46.712717408059625 ], [ -120.87368698955153, 46.712256900674113 ], [ -120.864434398517972, 46.716245578920457 ], [ -120.85252401835632, 46.717602460680347 ], [ -120.845798615725343, 46.721461564234176 ], [ -120.840819497816526, 46.721476468064068 ], [ -120.834858813357158, 46.719212287028732 ], [ -120.826391737380277, 46.720943797669264 ], [ -120.818784696588409, 46.71944291671408 ], [ -120.811195608536067, 46.726698166251445 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2730, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.574657667505008, 46.562624625918602 ], [ -123.540294740716845, 46.557692377797423 ], [ -123.520315093690328, 46.545220347389503 ], [ -123.494926020995891, 46.541009466602034 ], [ -123.472217793439199, 46.544510080060178 ], [ -123.465418879442765, 46.542307084476889 ], [ -123.452674728975893, 46.547883216116865 ], [ -123.436290943841342, 46.547488212268384 ], [ -123.416451494919315, 46.550889163613313 ], [ -123.393897732430958, 46.544302294066874 ], [ -123.374665320588264, 46.551940327456208 ], [ -123.349868971620396, 46.552643727221195 ], [ -123.338755401762043, 46.549840092167329 ], [ -123.327848829329227, 46.553432820192207 ], [ -123.318153313433854, 46.55376990569799 ], [ -123.307012344287358, 46.567981685991214 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2731, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.744597967725127, 46.973572635848427 ], [ -123.738195968604956, 46.971090700663346 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2732, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.064173043815885, 47.905872503777267 ], [ -119.056355265635048, 47.915376585163486 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2733, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.650736343740874, 47.769589163571382 ], [ -122.651542756846155, 47.79161363148247 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2734, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.736102562352613, 46.69370721474008 ], [ -123.747746263340929, 46.693374154384173 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2735, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 77000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.461613891865724, 48.760763625735215 ], [ -122.462228315888609, 48.768161057276842 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2736, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.803768033803479, 46.438116363909472 ], [ -122.731224012879821, 46.438697217662693 ], [ -122.72674855993148, 46.437357559483999 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2737, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.046342160314069, 47.247280654269417 ], [ -123.04567001099457, 47.247837466168455 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2738, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 61000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.57554467316281, 45.6090058956663 ], [ -122.570935883761564, 45.608022223195682 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2739, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.553834768524126, 46.952413496701077 ], [ -122.551606236397447, 46.968243878297052 ], [ -122.548050721723669, 46.978068427939512 ], [ -122.548545373015131, 46.985666294122439 ], [ -122.546840301683048, 46.992764977519897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2740, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 570 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.552551361753146, 46.644788750335827 ], [ -118.549509477152071, 46.645356033367669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2741, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.219327033678454, 47.303388059995356 ], [ -122.205490235619493, 47.303065366165143 ], [ -122.186934388627918, 47.298301147007656 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2742, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.658117051741911, 45.618558865371092 ], [ -122.633422151264071, 45.618498071939001 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2743, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.842250419804103, 46.411322035635493 ], [ -123.834998321065029, 46.394895656479918 ], [ -123.828198165923581, 46.391360921891803 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2744, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 480 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.146875159460308, 48.306812825507755 ], [ -118.148846258737024, 48.310996642104676 ], [ -118.148723508227647, 48.316446555829096 ], [ -118.163118670622595, 48.352028812266731 ], [ -118.162958529653949, 48.3622043536568 ], [ -118.165431602981158, 48.370987305619487 ], [ -118.168501331747095, 48.400202596607492 ], [ -118.17155222750516, 48.409100633143339 ], [ -118.17179262179603, 48.418356481157133 ], [ -118.169605524879429, 48.423516788072682 ], [ -118.170843796339668, 48.428829625411595 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2745, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.853405347288003, 47.222329436501425 ], [ -119.853382887364944, 47.231885111011927 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2746, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.76199426480828, 48.063266369562172 ], [ -117.763214244544827, 48.067878704007278 ], [ -117.757994456948751, 48.080836246895615 ], [ -117.757768974350768, 48.104408046879442 ], [ -117.755592444764744, 48.107479178655261 ], [ -117.755210289188156, 48.11676186009413 ], [ -117.750136316376341, 48.122453642618744 ], [ -117.744806162801808, 48.124761997035151 ], [ -117.743159910538182, 48.13129644101879 ], [ -117.732778112169328, 48.138301395089812 ], [ -117.726046511606157, 48.150359313914905 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2747, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.72271222326053, 48.168542211555611 ], [ -117.724870942432773, 48.176010356869412 ], [ -117.726284757149301, 48.176220476478832 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2748, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.671508030017293, 47.590263712201221 ], [ -120.667643367900908, 47.592781258704413 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2749, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "262", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.254646437141119, 46.98169115874078 ], [ -119.248702994543237, 46.980274484392297 ], [ -119.205954712576528, 46.984795443157445 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2750, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.185741568722833, 47.754859998083901 ], [ -122.184062738237287, 47.760638188200367 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2751, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.605320176969315, 45.780129801549855 ], [ -122.599982644002012, 45.780145376680991 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2752, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.095723781845692, 47.157298820155454 ], [ -123.09510641396318, 47.142989269336915 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2753, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.275545727904557, 47.820914372484026 ], [ -122.26587057641872, 47.820744648921391 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2754, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "261", "AADT": 460 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.286718814038863, 46.774083295097938 ], [ -118.288657225559447, 46.787931700811875 ], [ -118.298724756939706, 46.797307747314633 ], [ -118.299416885839776, 46.800874283923527 ], [ -118.305201608628451, 46.807678025538017 ], [ -118.309745397086985, 46.809848982881448 ], [ -118.30998626186701, 46.816119655661858 ], [ -118.32176415445872, 46.822539058019281 ], [ -118.327625982232348, 46.834015615265287 ], [ -118.332139242109875, 46.838981876594794 ], [ -118.336263813232307, 46.853480714791552 ], [ -118.334575396972369, 46.884811685947362 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2755, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.987609501788725, 46.157644308153316 ], [ -122.983354596631813, 46.155547457546767 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2756, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.917970384466429, 46.981933432487594 ], [ -123.924170030044209, 46.982514410212772 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2757, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.693673459967258, 47.333365258324363 ], [ -118.692231093051134, 47.333315666636096 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2758, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "271", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.255459168922783, 47.145496228919441 ], [ -117.267706028073277, 47.161508018235594 ], [ -117.282922150041045, 47.164047729753669 ], [ -117.289177435682745, 47.167952476127162 ], [ -117.2958452371779, 47.183325498135602 ], [ -117.315394622968327, 47.187194634973501 ], [ -117.3295786243431, 47.186982457511846 ], [ -117.354687911224957, 47.203496109340406 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2759, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281SPBURKE", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.832449934684803, 47.104225926818771 ], [ -119.830782215372395, 47.103697310504366 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2760, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.811450259160395, 46.699384844673169 ], [ -123.825374536081227, 46.709170275044912 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2761, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.10112258798307, 46.224092029327991 ], [ -119.099771153947501, 46.223724902007078 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2762, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.884773839763582, 47.985575900733359 ], [ -122.885653261561842, 47.981725156442224 ], [ -122.882024161521159, 47.968795396007572 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2763, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.746889316458748, 47.234636278185455 ], [ -119.72517092560436, 47.248912161535152 ], [ -119.618136899570857, 47.250037303521566 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2764, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.661304943848393, 45.64749822402726 ], [ -122.656466210514907, 45.650277551804912 ], [ -122.64964979724958, 45.650423183654873 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2765, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.406870838947327, 45.601867264623046 ], [ -122.405502658618744, 45.596100378827963 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2766, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.952269365996045, 46.72896425571011 ], [ -122.953673774872385, 46.7289461560527 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2767, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.115130120349789, 47.672044652113257 ], [ -122.11336177042817, 47.671528365998277 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2768, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "211", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.301532072716057, 48.181441509673419 ], [ -117.301212642394987, 48.1912672649824 ], [ -117.289717620178777, 48.206522926695925 ], [ -117.291618111261471, 48.215030815940338 ], [ -117.291480250220573, 48.227312607671593 ], [ -117.283086253496748, 48.236682837494037 ], [ -117.284366985691676, 48.241167583659021 ], [ -117.284575433895014, 48.28127657359699 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2769, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 205000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.327158730670462, 47.713627215857137 ], [ -122.3242862881512, 47.71852191044897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2770, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.738462718590483, 48.5359258923745 ], [ -121.72233694467073, 48.531946086181065 ], [ -121.707521914935285, 48.519146603540825 ], [ -121.681517992357541, 48.514717378628127 ], [ -121.676039301665682, 48.515161287343439 ], [ -121.661474867338825, 48.510630872409855 ], [ -121.651386023213846, 48.50419345281734 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2771, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.658515798761258, 47.051493470630923 ], [ -120.629181264335514, 47.039600724594841 ], [ -120.622400179073466, 47.031070225020471 ], [ -120.602037848611928, 47.013371921392938 ], [ -120.586741587128557, 47.002395709468232 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2772, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.138001808676322, 48.906085316660025 ], [ -122.137590950494001, 48.91714328019669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2773, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.286339343335584, 47.398285650245384 ], [ -120.281427168826227, 47.394263173878791 ], [ -120.256496735630222, 47.385313725817213 ], [ -120.192223719347979, 47.377314531136356 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2774, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.850561469392503, 46.660610888932041 ], [ -118.836746209255168, 46.694971588717912 ], [ -118.83488543583735, 46.719138636225168 ], [ -118.830969596566391, 46.72511446963815 ], [ -118.820843535512395, 46.734021038883832 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2775, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.951711013411185, 46.146902157197836 ], [ -122.925928061552369, 46.146338437377608 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2776, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.857643340437235, 46.42936811338685 ], [ -123.855583680662662, 46.432701902234669 ], [ -123.856614353418379, 46.436640633215198 ], [ -123.871447488175519, 46.447636019764353 ], [ -123.873688770230856, 46.452790113594759 ], [ -123.874041637283213, 46.459116775213737 ], [ -123.881661704921044, 46.472026837686393 ], [ -123.887829776358885, 46.47915847770907 ], [ -123.888350008104396, 46.491843180650427 ], [ -123.886351044227652, 46.501948032709883 ], [ -123.885948848804617, 46.520281643814954 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2777, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.438928498520681, 48.705561123964337 ], [ -119.437398043059943, 48.70729920327787 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2778, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.766732319697297, 48.110171864995706 ], [ -122.760830541225317, 48.112587725370176 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2779, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.645906529170986, 48.304453638118119 ], [ -122.643433158354924, 48.306580660585645 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2780, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.846451108882775, 47.42460318716418 ], [ -122.840707680301904, 47.432561733758618 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2781, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302SPPURDY", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.626092716800329, 47.389054986218632 ], [ -122.625971802572792, 47.398107084973461 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2782, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.053203923969107, 46.375564201249162 ], [ -124.050915072900338, 46.446867237235338 ], [ -124.05293722473904, 46.455113077105239 ], [ -124.052535915464361, 46.466597142045806 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2783, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "008", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.096767187374638, 47.034123827908779 ], [ -123.075452955226126, 47.040501892201839 ], [ -123.057714818378344, 47.040926856194048 ], [ -123.049797964595896, 47.046975337279491 ], [ -123.037659918036894, 47.050433392104601 ], [ -123.022376311845733, 47.058077182147706 ], [ -123.012427460154342, 47.056316642737286 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2784, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.992391644940696, 47.19917729800968 ], [ -121.984252857006553, 47.199462080598131 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2785, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.270593977489725, 46.287340526141612 ], [ -122.25869333560081, 46.28296289482109 ], [ -122.253382219672503, 46.285313870269533 ], [ -122.218407742289472, 46.290256531998509 ], [ -122.194906365262071, 46.282330540288527 ], [ -122.201910292613192, 46.278940565384573 ], [ -122.210217543452671, 46.28295323801985 ], [ -122.216691878245015, 46.282549821583721 ], [ -122.230107403956978, 46.277811982008409 ], [ -122.218532111814255, 46.277597057108011 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2786, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.254669381318919, 47.479786644034114 ], [ -118.254619604477256, 47.483794136188251 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2787, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "283", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.831155034277742, 47.103871256586821 ], [ -119.827257676637714, 47.10630718798555 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2788, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.897076554689036, 46.981004020534364 ], [ -123.902252550976954, 46.981045286821768 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2789, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.194015632509533, 48.523674249130785 ], [ -122.185919187654278, 48.526774386306336 ], [ -122.149310256969997, 48.531140124240679 ], [ -122.120553856357361, 48.526076599177522 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2790, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.215888421816686, 47.844398369483891 ], [ -122.217566158070582, 47.849690876510849 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2791, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.571252840166224, 48.114671255556736 ], [ -123.566690726764335, 48.114021331982407 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2792, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.226018055020901, 48.537578659518331 ], [ -122.225111655180868, 48.550330614579494 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2793, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.339143604010005, 46.850435511515862 ], [ -117.348621454397957, 46.856548892420754 ], [ -117.349797920589282, 46.859706395938062 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2794, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.952490936693749, 46.356372887554983 ], [ -117.950681295139375, 46.358029660759179 ], [ -117.949932380818552, 46.364013783081177 ], [ -117.939582892385246, 46.379534304904098 ], [ -117.939261629158466, 46.38262052302376 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2795, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.306221311856959, 47.416281940960417 ], [ -120.30652868815497, 47.416668391867717 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2796, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.277773723574683, 47.87948156399893 ], [ -122.279969000286641, 47.882689195419069 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2797, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.042666862163287, 48.178097309088727 ], [ -117.042496270836239, 48.183023593641167 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2798, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.513886217228716, 45.742904109141513 ], [ -121.516738418613798, 45.746599197514378 ], [ -121.515861732357237, 45.750407081532813 ], [ -121.517216760824383, 45.755366871757381 ], [ -121.520498653888183, 45.757592861737869 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2799, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 98000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.447814221616241, 47.648093677240453 ], [ -117.429907001221849, 47.652429058507707 ], [ -117.41956029146381, 47.652634740746642 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2800, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.319580717500656, 47.471603209510988 ], [ -120.302587343141411, 47.46860656657833 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2801, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.573687598001712, 48.844831450583271 ], [ -122.58129176057561, 48.852425292982439 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2802, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.224889202040515, 46.031730899166895 ], [ -119.226778941786506, 46.018087104270187 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2803, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.138472205742332, 46.892262264988702 ], [ -119.14359177712133, 46.895772522102178 ], [ -119.144489615877987, 46.89848515618381 ], [ -119.136399920389138, 46.911106677325414 ], [ -119.135647535076444, 46.922274431612045 ], [ -119.129220124782691, 46.937484809502735 ], [ -119.127970605538181, 46.948558243675834 ], [ -119.1186109826631, 46.959526672941145 ], [ -119.117938296355106, 46.970178233712154 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2804, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.002377226736385, 47.948533089236733 ], [ -119.003281298545105, 47.947389361999072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2805, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.097337669672058, 47.18265441280105 ], [ -123.099287799066559, 47.186877924678384 ], [ -123.098432778875733, 47.189899278896647 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2806, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.100879717959998, 47.933790986864558 ], [ -122.101069391652302, 47.945623791348616 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2807, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 140000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320756053610424, 47.589947442199957 ], [ -122.320505071551139, 47.597507913755258 ], [ -122.326526705816661, 47.603443393266296 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2808, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 127000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.61689074850166, 47.095200003555767 ], [ -122.607193461218472, 47.10000707309549 ], [ -122.596393383129708, 47.10270621951225 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2809, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.109931729810469, 48.026239466419895 ], [ -122.110236543873398, 48.027904226185036 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2810, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.352326864701283, 47.896195442520231 ], [ -117.351103636539918, 47.903873351020309 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2811, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.405380887934157, 48.685132053283944 ], [ -117.410433622320696, 48.690488770492763 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2812, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.705914185210872, 48.212264044221655 ], [ -122.717378325157682, 48.209546536961831 ], [ -122.725461141903409, 48.211111053850921 ], [ -122.739906625355886, 48.229200774461134 ], [ -122.739317408184519, 48.23130827543536 ], [ -122.734332810761885, 48.234078313289189 ], [ -122.724752456401077, 48.234292871586391 ], [ -122.714806118193124, 48.240309297786446 ], [ -122.713937081212535, 48.248914903475523 ], [ -122.709870923053884, 48.252375046947421 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2813, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "205", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.579412024900563, 45.667671509390679 ], [ -122.587012074980933, 45.679331785442407 ], [ -122.600874425694272, 45.687439573707216 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2814, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.220911129003241, 47.478825466344468 ], [ -122.219472077842553, 47.479506736402165 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2815, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.671804578546514, 45.623437203966979 ], [ -122.665487439137706, 45.620068800211804 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2816, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485340099032555, 48.906697669050764 ], [ -122.485438928245586, 48.935124034796388 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2817, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "100", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.044727134451492, 46.308126455567496 ], [ -124.04472259684249, 46.30887195360355 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2818, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "205", "AADT": 149000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.549966554842626, 45.596930635522455 ], [ -122.550990690490892, 45.60126537282099 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2819, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.093941382570222, 46.249878458250748 ], [ -119.091746744846702, 46.250303521816839 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2820, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.522068819584106, 45.853246725597508 ], [ -122.521907403705939, 45.856848830761479 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2821, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.350203448909539, 47.913704343713633 ], [ -117.351493180045523, 47.928543632245827 ], [ -117.350617898771375, 47.943270476784868 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2822, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.005064919541397, 47.419436488830478 ], [ -121.994392986557941, 47.423987578751358 ], [ -121.983976336569995, 47.432043093358125 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2823, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.807249664573874, 45.812378431456885 ], [ -120.803937911810863, 45.826466493773999 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2824, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293173814758617, 47.922087901084673 ], [ -122.291437428117803, 47.922028754503529 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2825, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485346709064572, 48.94605678420757 ], [ -122.485215379081765, 48.964238869100988 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2826, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.564729693424283, 47.498854207601767 ], [ -117.564705970608571, 47.50118974915614 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2827, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.047629963159679, 46.628574325078915 ], [ -123.036643285777373, 46.636209929888985 ], [ -123.025048132841988, 46.638430641770867 ], [ -123.018339764610047, 46.64375866255633 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2828, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 240 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.722593508509433, 47.770852469461161 ], [ -118.721802429977473, 47.830754206524595 ], [ -118.71581716334606, 47.841824483511026 ], [ -118.718411217547029, 47.851970220051044 ], [ -118.717799358073023, 47.855788432565681 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2829, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.422067295353244, 48.44273745646565 ], [ -122.390445812035026, 48.44229890593369 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2830, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.199993321011092, 47.981876614419505 ], [ -122.204347122235532, 47.981929763594287 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2831, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.407456154536519, 47.787521918206856 ], [ -117.408427122831128, 47.792275381983231 ], [ -117.405978251116593, 47.800166096121806 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2832, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.77995810154836, 45.866032850713339 ], [ -119.741899582730468, 45.876121901223584 ], [ -119.728673364478183, 45.881907047862413 ], [ -119.700317575846441, 45.890464521341571 ], [ -119.663181917424865, 45.913184000250716 ], [ -119.624893170784432, 45.928329865379183 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2833, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "100", "AADT": 800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.056135401873206, 46.290258796672653 ], [ -124.051494408481844, 46.295962443545896 ], [ -124.05278239775113, 46.296961700038977 ], [ -124.052039350796335, 46.299693715662841 ], [ -124.048097541149261, 46.302051926863037 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2834, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.22332889192856, 47.909586154781678 ], [ -122.216714377582917, 47.911343964910394 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2835, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.923859644968999, 47.469176691479888 ], [ -123.929173544701044, 47.476353555344176 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2836, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.698740873378156, 47.586696110477902 ], [ -122.698640741858213, 47.596019008915597 ], [ -122.704749004376879, 47.600798524558137 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2837, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.881992736796263, 48.547212818745471 ], [ -117.88004588071739, 48.547326521082788 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2838, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.223631723810399, 47.627886792128557 ], [ -117.225509427451243, 47.632531419536839 ], [ -117.238172534559183, 47.641144736967703 ], [ -117.239846835115458, 47.644532783175499 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2839, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.699315561412703, 48.259360944249387 ], [ -122.673042558886962, 48.267163379132398 ], [ -122.67072865627074, 48.271327806941315 ], [ -122.669463427088289, 48.28062899113884 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2840, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.422341719529356, 47.428268878348739 ], [ -121.418567896979539, 47.428100051822881 ], [ -121.411041178198843, 47.424357692163454 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2841, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.608500123032016, 47.037484430174906 ], [ -120.609221849272828, 47.048058592101079 ], [ -120.620747118131803, 47.060626526847422 ], [ -120.629428280365161, 47.074477523240468 ], [ -120.655282075839224, 47.092161682125074 ], [ -120.663019900690017, 47.104508621686747 ], [ -120.668659839823192, 47.120025059958749 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2842, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "599", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.271022847215903, 47.481945309579274 ], [ -122.274414357202858, 47.485065206648081 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2843, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.274216435531557, 47.847995263805998 ], [ -122.274445599710532, 47.863025065316172 ], [ -122.277275942212853, 47.869594920217587 ], [ -122.276814935747964, 47.872663023794281 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2844, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.407269104905865, 47.239352940466148 ], [ -122.40193606344971, 47.239469307979931 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2845, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.148572778087086, 47.167724522492399 ], [ -122.144185524781363, 47.167459107185486 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2846, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.569178883687314, 47.594619977532282 ], [ -117.567913207230191, 47.593745037766624 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2847, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 187000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3288644624878, 47.741140358999495 ], [ -122.329772653307771, 47.74369593776342 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2848, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.60758221252982, 46.941363190236565 ], [ -122.606541076777916, 46.941941313299992 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2849, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.772874057539269, 48.109600754011019 ], [ -122.770687135055681, 48.109957956957935 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2850, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.326852616573632, 46.29779068395581 ], [ -119.320499343916424, 46.293472560885071 ], [ -119.30851834227694, 46.293123369759364 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2851, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.602426876389714, 48.353805119013153 ], [ -119.595048768601274, 48.35599699680494 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2852, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "518", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.312755550448728, 47.470155670949254 ], [ -122.300968213633695, 47.465753183518125 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2853, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 128000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.169841807479955, 47.580124984221484 ], [ -122.138075286863284, 47.578657203945085 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2854, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.014828527204287, 47.839831442265776 ], [ -120.012783225337841, 47.839805990761228 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2855, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.732337519901279, 47.889896867597685 ], [ -122.725514666530856, 47.888252613631522 ], [ -122.716366211873293, 47.881308011725828 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2856, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.249771308851749, 47.758393083810482 ], [ -122.243678337216878, 47.75743570401422 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2857, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293918658255535, 47.209493222007957 ], [ -122.295185044436664, 47.215634768988586 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2858, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.741382096885118, 48.056948228106961 ], [ -117.744165846545471, 48.057870913800805 ], [ -117.747443348337214, 48.056059029960792 ], [ -117.756234783276597, 48.059508372096758 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2859, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.231080052950688, 47.383307260584722 ], [ -122.229775260014321, 47.383322670300728 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2860, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "181", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.247376556263248, 47.38135444140709 ], [ -122.247422590499525, 47.385264943792883 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2861, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.04567001099457, 47.247837466168455 ], [ -123.041107774005411, 47.251821697302283 ], [ -123.035016130277057, 47.253938049016085 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2862, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.610095605865567, 47.504790449240431 ], [ -122.594712953659084, 47.504905792030804 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2863, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.521179451402034, 48.403968476860911 ], [ -119.517106264863315, 48.406623107291352 ], [ -119.508228369274576, 48.417115248403825 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2864, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.434163266902402, 48.932386835942545 ], [ -119.43511597774372, 48.933184615336806 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2865, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.483207461291727, 47.381523710583565 ], [ -119.483208834435601, 47.383543517484064 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2866, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPWESTPT", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.111600124956013, 46.885083233893752 ], [ -124.111614440151683, 46.88680923366374 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2867, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.09772276027833, 47.49885108644731 ], [ -122.095212815209123, 47.503105558574795 ], [ -122.090399495178971, 47.505729939360997 ], [ -122.087032509428226, 47.510008353563222 ], [ -122.069854013839219, 47.518141062833109 ], [ -122.070097344797588, 47.521188811976117 ], [ -122.065403521252918, 47.524531526770446 ], [ -122.061944812301718, 47.531184556415873 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2868, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 71000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.248590292587906, 46.260915772873915 ], [ -119.22793641208871, 46.272792226188564 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2869, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.17989213532671, 48.039576142610386 ], [ -122.179090836518185, 48.040414721592413 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2870, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.042270083571481, 48.247273043058257 ], [ -122.0264694740371, 48.256522769324526 ], [ -122.022907918636207, 48.262712510838391 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2871, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.528498714841689, 48.409540792973004 ], [ -119.528486519088872, 48.410845601874932 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2872, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.804648479677994, 46.958726717282026 ], [ -123.802570051521002, 46.96202789454253 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2873, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 220 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.27847338352619, 45.998448902860282 ], [ -117.276758911578327, 46.004401290754345 ], [ -117.280941070066717, 45.998989409336552 ], [ -117.279817264135161, 46.005447460816704 ], [ -117.268466132386337, 46.014615550305564 ], [ -117.257661345586214, 46.027222317277634 ], [ -117.254781056576121, 46.033799520727776 ], [ -117.253942865743113, 46.041033952563808 ], [ -117.251726872396702, 46.041729002716551 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2874, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.810762466093095, 47.234104028865914 ], [ -119.768146463617697, 47.234302020586632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2875, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.002713399321877, 46.212166620837543 ], [ -119.998439324035502, 46.211121560277967 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2876, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.991998143476749, 46.566813438755936 ], [ -118.994354542915914, 46.567494215936023 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2877, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "906SPHYAK", "AADT": 420 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.398139108904118, 47.395175906989877 ], [ -121.38987838848675, 47.392771093051216 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2878, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.329526933848186, 46.375119311971069 ], [ -120.333169631931412, 46.376967707418174 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2879, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.764763806910508, 47.039222848651711 ], [ -122.756460096073511, 47.036386867857047 ], [ -122.748280379959255, 47.037032723553907 ], [ -122.738644335777323, 47.03492761759496 ], [ -122.733414273942458, 47.031398616281869 ], [ -122.728796101795481, 47.025054085744493 ], [ -122.727145829936973, 47.017871292053151 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2880, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.286526806338173, 47.390672964885255 ], [ -122.279313519607015, 47.389970334019537 ], [ -122.276440212661086, 47.381670081330263 ], [ -122.271494257666305, 47.377466250078584 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2881, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.422649327454195, 46.383209280997058 ], [ -119.398917675058073, 46.370274191574673 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2882, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "970", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.903302717053009, 47.183036081838836 ], [ -120.900869444718722, 47.186221290267156 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2883, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.815351378800159, 46.670740711679954 ], [ -123.812298900509163, 46.666584194520787 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2884, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.077350333981101, 47.139092994429447 ], [ -122.074317110934658, 47.138748509985369 ], [ -122.072173898628151, 47.142516992112469 ], [ -122.068412443153704, 47.143839552524575 ], [ -122.059029397986464, 47.142195626751828 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2885, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.907596618671889, 46.05620139630561 ], [ -118.891347990433772, 46.054345918520276 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2886, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.550960549673192, 47.69050421198552 ], [ -122.560542678371817, 47.705631749719856 ], [ -122.56153752864536, 47.710001752985413 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2887, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 165000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.215924349114729, 47.895325602904492 ], [ -122.213194464412425, 47.899380014752964 ], [ -122.210202773386825, 47.909684149189495 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2888, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.580789948969027, 47.48314396722548 ], [ -117.576764640237741, 47.486222185724451 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2889, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.533609333287487, 48.575604223354752 ], [ -119.524710521718106, 48.58521616142572 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2890, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.337027626768247, 46.296916328529669 ], [ -119.326852616573632, 46.29779068395581 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2891, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "702", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.471659728514638, 46.937712347252351 ], [ -122.442382649669838, 46.937291079045096 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2892, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.714984329636209, 47.450188875331953 ], [ -117.673063449886101, 47.463794937630254 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2893, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 104000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.315658494347971, 47.594845418598226 ], [ -122.308759580553115, 47.590099480714713 ], [ -122.294028606105968, 47.590082600991309 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2894, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.983354596631813, 46.155547457546767 ], [ -122.98114187475575, 46.154457643897764 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2895, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005HI13358", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.43638171390181, 47.232588189994047 ], [ -122.430465540450783, 47.233370266050088 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2896, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.200615099760256, 47.37227205858035 ], [ -122.193531274204858, 47.369374337410598 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2897, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 760 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.69303996940809, 48.519622803520704 ], [ -117.68745423568059, 48.519733623462713 ], [ -117.684383389505371, 48.515145544835427 ], [ -117.669804597991913, 48.503722179010566 ], [ -117.664770477503836, 48.506230817560656 ], [ -117.661366132371697, 48.5119548582853 ], [ -117.653927729320742, 48.513822698851683 ], [ -117.636421909248583, 48.52787418345018 ], [ -117.619115494583397, 48.53151049840578 ], [ -117.600825237275444, 48.539712954388861 ], [ -117.593606156047954, 48.539764033241518 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2898, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239794730561059, 47.658376090620614 ], [ -117.239711879520016, 47.670702168370823 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2899, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "092", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.990053825308721, 48.083409856194685 ], [ -121.990426831644157, 48.086663289443571 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2900, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "197", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.145887174475149, 45.620746481756669 ], [ -121.149338525599845, 45.627246476964977 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2901, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.318493364988669, 46.376254892786108 ], [ -120.319926556475039, 46.375058304786123 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2902, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.314185593404559, 46.416664952999383 ], [ -120.314218402484059, 46.414630410210634 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2903, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.002965502582526, 47.266040634658381 ], [ -122.998063402836337, 47.266722095001008 ], [ -122.970993700841149, 47.278675160564582 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2904, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.531041412625271, 47.809513658289667 ], [ -122.51788674157271, 47.8084398669085 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2905, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.490590750602166, 47.396883244866274 ], [ -121.474633272686205, 47.393916472267058 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2906, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 95000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.174140027047429, 47.577836386162751 ], [ -122.174949195120448, 47.58186369705939 ], [ -122.179508185477403, 47.587907527447001 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2907, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.003615758872385, 46.147146610018048 ], [ -122.994938289835929, 46.142280192696425 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2908, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.659076343684063, 48.208690553387264 ], [ -122.66710288489972, 48.208880163020275 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2909, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.054039295602067, 46.628090926802692 ], [ -123.047629963159679, 46.628574325078915 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2910, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 71000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254047684974054, 47.200943512809665 ], [ -122.245590463662992, 47.196062925394315 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2911, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.956933746377771, 46.931072704693193 ], [ -119.95285184336575, 46.929729307672439 ], [ -119.944426790414312, 46.931900052100453 ], [ -119.936291138594157, 46.928836221108895 ], [ -119.896076097827574, 46.926394324358739 ], [ -119.892044449947988, 46.923755402946313 ], [ -119.88920256426141, 46.917859761409133 ], [ -119.871633614318142, 46.903268617779879 ], [ -119.863385353600989, 46.899654571986076 ], [ -119.854307513130081, 46.898691382100111 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2912, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.082754858332748, 46.252250739024632 ], [ -119.084694013970179, 46.259515049419377 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2913, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292974761169177, 47.155310860468099 ], [ -122.29299375177132, 47.15662884147298 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2914, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.020261139341699, 47.841391245214005 ], [ -120.019405647675711, 47.840956773139524 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2915, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.405648486482264, 47.745687617530834 ], [ -117.402291176964837, 47.749169701982431 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2916, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "128", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.073978514213351, 46.426337746000264 ], [ -117.060792853097055, 46.430979098784313 ], [ -117.050953515460307, 46.432132480448658 ], [ -117.039772546714403, 46.431264249308882 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2917, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.335165828913247, 46.942808011860102 ], [ -117.334244328223718, 46.950269737411233 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2918, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.88004588071739, 48.547326521082788 ], [ -117.874397081845956, 48.547393829782685 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2919, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.903098241047189, 46.109738964702579 ], [ -122.900788784607272, 46.108478242682345 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2920, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434416219932913, 47.147529408608435 ], [ -122.434380151242124, 47.148970958856708 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2921, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.567523710389949, 45.607301340115193 ], [ -122.562413658630291, 45.606210172534006 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2922, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.748839064870467, 47.867178683425642 ], [ -121.735085712218805, 47.867172880063244 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2923, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "165", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.056272845780413, 47.140579682085075 ], [ -122.052821815520076, 47.141055273332867 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2924, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.000988019889746, 46.213675046380047 ], [ -119.999664772402042, 46.21494985247395 ], [ -119.999627863833879, 46.220711971794458 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2925, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.263804262205539, 47.825807737913102 ], [ -124.265486709392789, 47.830286724472465 ], [ -124.275817168201755, 47.836363454668998 ], [ -124.284970288694026, 47.848449747332538 ], [ -124.316713891373055, 47.855258131976029 ], [ -124.321749231203853, 47.854895498302788 ], [ -124.324522792293791, 47.858090470706983 ], [ -124.331318487279134, 47.860193407131774 ], [ -124.337280279132912, 47.867492761611949 ], [ -124.337820728548721, 47.871093506624113 ], [ -124.348372985033535, 47.877516791482435 ], [ -124.356402838189183, 47.886836786167081 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2926, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.158045863079735, 47.044601999405415 ], [ -124.161273371459856, 47.047529188235025 ], [ -124.164955301636567, 47.062734048256146 ], [ -124.165467930695769, 47.071513026708864 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2927, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.727145829936973, 47.017871292053151 ], [ -122.724712097600872, 47.014546030184903 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2928, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.305523870310623, 47.415408638020992 ], [ -120.306221311856959, 47.416281940960417 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2929, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5967641772408, 47.476342927146625 ], [ -117.589920216087776, 47.479158675453277 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2930, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.716298311029647, 48.131550921841367 ], [ -123.699373911913199, 48.12778594959466 ], [ -123.676801898729906, 48.119698543559039 ], [ -123.667125840585811, 48.119117447907023 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2931, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.287813674773801, 46.259568700051773 ], [ -119.286003107472524, 46.258553541243046 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2932, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.394791245787133, 46.231576610904085 ], [ -123.389461253303026, 46.211684178864381 ], [ -123.384092012668049, 46.206252844429862 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2933, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 136000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.192273680522504, 47.490126072780598 ], [ -122.192243083282918, 47.494131979703646 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2934, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.395343726855998, 47.05070217361763 ], [ -122.397788788412541, 47.053147781089528 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2935, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.595048768601274, 48.35599699680494 ], [ -119.594541512844756, 48.355123430794251 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2936, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.514116367730338, 45.888267008376637 ], [ -122.511593842156913, 45.888912007396591 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2937, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "123", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.556831555965218, 46.754691057572934 ], [ -121.549283456501712, 46.762803223085207 ], [ -121.548311338246549, 46.770192139121022 ], [ -121.554831628025568, 46.787550731530494 ], [ -121.554760085196051, 46.805739226605141 ], [ -121.556314331633715, 46.813407365891251 ], [ -121.550637607498629, 46.820298306070121 ], [ -121.534523232743084, 46.83399115820734 ], [ -121.518975271790268, 46.830974673408335 ], [ -121.523758860312782, 46.835751044048585 ], [ -121.530643629253191, 46.838811513551605 ], [ -121.530532102129783, 46.842213440456646 ], [ -121.524229765670754, 46.84950848516204 ], [ -121.514777233966186, 46.854388616534152 ], [ -121.528250949394447, 46.856193764105463 ], [ -121.530214892399883, 46.863507109817668 ], [ -121.534295063848219, 46.865752315364723 ], [ -121.539348620381304, 46.865340450277692 ], [ -121.539947008846767, 46.86689717060986 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2938, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.589636086559679, 47.005992688139536 ], [ -120.585973655483144, 47.006613832304858 ], [ -120.594317222221662, 47.01403400013929 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2939, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.126619412359787, 46.246327603021562 ], [ -119.126488052258324, 46.249267758336821 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2940, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515642471567645, 47.300595473594861 ], [ -122.515328583922425, 47.301975486437073 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2941, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.101265123627059, 48.614546561319102 ], [ -118.113035482152014, 48.624541672164938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2942, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.264316543615564, 47.883095025312151 ], [ -122.258312819527816, 47.889540971772497 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2943, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.192163134788885, 48.188250864477226 ], [ -122.143708184077894, 48.188630979956407 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2944, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6524298188789, 47.757228435078694 ], [ -122.655187397916094, 47.757996620327653 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2945, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.830325525101259, 45.986546639148479 ], [ -122.843998045196571, 46.003648610060218 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2946, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.324938986885513, 47.52713054742658 ], [ -122.32692696928099, 47.529118855625477 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2947, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.909597880582311, 46.328237141460583 ], [ -122.905808485614642, 46.354027410261779 ], [ -122.907833053362978, 46.367123983772046 ], [ -122.903136226573167, 46.385390741189411 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2948, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.102498928389622, 47.974783777932117 ], [ -122.102748296561728, 47.978079113987938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2949, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.348953841326392, 47.801871614292693 ], [ -117.3469598485989, 47.810823823700012 ], [ -117.347212270939949, 47.824463311668232 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2950, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.256488287639016, 47.67443774683187 ], [ -117.233238630339542, 47.674097858581902 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2951, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.331248711434554, 47.463015249655157 ], [ -122.332281600255996, 47.467204479357179 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2952, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.135298152239827, 47.217920541534099 ], [ -121.124063025001149, 47.216025336254681 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2953, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "970", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.892643017263339, 47.185219467668261 ], [ -120.854497924127827, 47.174925353752599 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2954, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.815854623216197, 46.974060636471776 ], [ -123.814496006777205, 46.974524596299723 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2955, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.60868386178889, 47.839539399292235 ], [ -117.624899490365976, 47.844751263409044 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2956, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 83000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.705075456692526, 45.857927414484486 ], [ -122.706264690357727, 45.865725919069909 ], [ -122.708600869543886, 45.870002268199784 ], [ -122.71471361354989, 45.876122349384836 ], [ -122.730447400406419, 45.885969214887673 ], [ -122.740547181511957, 45.902501182540668 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2957, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.232397920441286, 48.510494546408545 ], [ -122.228383378801155, 48.510483485467965 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2958, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 650 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.553890672683295, 46.371903656560171 ], [ -122.542165113502236, 46.369580525607091 ], [ -122.534066687053553, 46.365076150542784 ], [ -122.527465783151712, 46.357058478841431 ], [ -122.522015790319017, 46.353105643654544 ], [ -122.520840599807912, 46.346760601784247 ], [ -122.513145957423887, 46.340691184149591 ], [ -122.48787712599372, 46.327893481191083 ], [ -122.460026123099112, 46.33419896045082 ], [ -122.443621199377404, 46.332719415147871 ], [ -122.42397558063945, 46.324379435882783 ], [ -122.420425810137417, 46.324990682118774 ], [ -122.415672043456581, 46.328492897963415 ], [ -122.411602687385354, 46.328826871207802 ], [ -122.408072028931855, 46.327363419143538 ], [ -122.406588061676871, 46.324880409346825 ], [ -122.41182556358369, 46.315366625837669 ], [ -122.410505858051593, 46.313143232739847 ], [ -122.396346784082453, 46.311221101373441 ], [ -122.392382104028329, 46.307832183993128 ], [ -122.38296452376693, 46.30734298095431 ], [ -122.374170816820936, 46.311320336206236 ], [ -122.363722036055606, 46.308769067338673 ], [ -122.353877583931123, 46.310133302757365 ], [ -122.351060563498351, 46.307101177186162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2959, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.224545529502294, 47.663264841698741 ], [ -120.223427226869077, 47.664815758122238 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2960, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.347162814448723, 48.46895935054205 ], [ -122.344353330855938, 48.469916134095072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2961, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.465118033915715, 46.282211226095818 ], [ -123.457284327541032, 46.27060036528696 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2962, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.111443955566372, 47.463154478465292 ], [ -122.125523976710724, 47.463515808810946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2963, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.790196608334625, 48.100144655090922 ], [ -119.786847801854535, 48.101573516994975 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2964, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "193", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.073978514213351, 46.426337746000264 ], [ -117.082800453997464, 46.423946335370864 ], [ -117.100394632898315, 46.42456491103929 ], [ -117.12537126382297, 46.430966392857066 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2965, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.46442083124191, 46.253760514898865 ], [ -119.407828861593117, 46.261714244597727 ], [ -119.397000433687538, 46.261485678617753 ], [ -119.387274992592651, 46.258847952891315 ], [ -119.36795459911167, 46.249044282558692 ], [ -119.363239262437062, 46.245152261998037 ], [ -119.360045066389304, 46.239658493590447 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2966, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.617236635739317, 48.329849408511095 ], [ -119.612560325827175, 48.333892043280656 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2967, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.510861239099114, 48.786701213820315 ], [ -122.519642597578738, 48.789944850032143 ], [ -122.525993174849276, 48.794574176658074 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2968, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.828370843454564, 46.857484681110748 ], [ -122.793859046001216, 46.858863707599333 ], [ -122.781279970100002, 46.860815077423069 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2969, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239869003864527, 47.648870384725491 ], [ -117.239836574436794, 47.65344570725474 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2970, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 860 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.36171979323494, 48.866133998289392 ], [ -117.362424148463575, 48.868840071776731 ], [ -117.357230480779634, 48.866178092336476 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2971, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.276408048488591, 47.75357665757118 ], [ -122.269627643550351, 47.757649590613362 ], [ -122.263852823676601, 47.758298512898627 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2972, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.797381755900176, 47.865036690057089 ], [ -121.777466965304967, 47.867838558275565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2973, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.780353631534695, 48.027661896948842 ], [ -122.780998914585268, 48.029788800120976 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2974, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.532417350643769, 47.395800791549718 ], [ -121.516019994332154, 47.395384207521218 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2975, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.325419947039521, 47.103212133230947 ], [ -119.322729825983799, 47.10258706810616 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2976, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.590546161575446, 47.642919808909063 ], [ -117.582610488249827, 47.642912863021564 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2977, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.643780328412518, 47.565060084322091 ], [ -122.635694855816737, 47.565040098833549 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2978, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.299594983388033, 47.467860027555396 ], [ -120.297392945433984, 47.462405588423827 ], [ -120.297504746275607, 47.435102223667684 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2979, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.936574460815365, 47.68738963835068 ], [ -121.943625626424492, 47.69071242699912 ], [ -121.962040904590069, 47.691756745589373 ], [ -121.971630424306014, 47.694471996808453 ], [ -121.981015434482259, 47.701289548600208 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2980, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.186934388627918, 47.298301147007656 ], [ -122.181922696998129, 47.299071148169681 ], [ -122.17749956412429, 47.302421793309549 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2981, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "119", "AADT": 510 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.210305096270716, 47.492304965222353 ], [ -123.21803439532377, 47.492970418340526 ], [ -123.223149286682585, 47.49620897594238 ], [ -123.241884607454807, 47.495334530368794 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2982, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.835107025087709, 46.292878933520413 ], [ -122.82903379119098, 46.291628387573503 ], [ -122.822949293165493, 46.295676354804392 ], [ -122.811246994567952, 46.29695763944865 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2983, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.039757417431161, 46.4742249580449 ], [ -117.042241304707616, 46.474230977696671 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2984, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.564575694284258, 48.367474039713329 ], [ -119.532459189677994, 48.38606269610802 ], [ -119.524728534229155, 48.400831470652591 ], [ -119.521179451402034, 48.403968476860911 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2985, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 162000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322342181702254, 47.656009406225564 ], [ -122.321753727986504, 47.666099862207716 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2986, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.462212289743931, 48.753686761693452 ], [ -122.461613891865724, 48.760763625735215 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2987, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 173000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.253811390819777, 47.461751114268111 ], [ -122.249888866156226, 47.462382817124585 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2988, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.410713062631572, 46.255407269744197 ], [ -120.398281170614965, 46.275315587928468 ], [ -120.392296416021551, 46.277457523087541 ], [ -120.375149667262306, 46.277137538800226 ], [ -120.369368935441415, 46.278623167420733 ], [ -120.365959434978805, 46.281509348298201 ], [ -120.358067647737911, 46.296773851669656 ], [ -120.346169762902491, 46.301933760392885 ], [ -120.338232352372103, 46.303529135645292 ], [ -120.333010153733269, 46.308134973719312 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2989, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.082542582018064, 46.251354512934093 ], [ -119.082754858332748, 46.252250739024632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2990, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.42765878562227, 47.228320779881145 ], [ -122.428034605870323, 47.228656808205869 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2991, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.719415844636799, 46.575630342642079 ], [ -122.717335933741566, 46.575631057619091 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2992, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0451921635877, 46.416527454990252 ], [ -117.044267114217888, 46.417167573414979 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2993, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.516977211603461, 46.626072081812914 ], [ -120.511485307262632, 46.626062679249486 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2994, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014SPMARYHL", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.829286058444211, 45.694065406581714 ], [ -120.824585887380636, 45.698633973075054 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2995, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.415699133934368, 48.794193523335679 ], [ -122.395950266959048, 48.804100865645516 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2996, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.396171573487521, 47.919272726030059 ], [ -119.417901513017284, 47.922903107604199 ], [ -119.435392769345086, 47.921655645120921 ], [ -119.458148771819125, 47.930653958526705 ], [ -119.48073372704998, 47.936206603144043 ], [ -119.487631933759886, 47.939084537547259 ], [ -119.496181865037556, 47.945855855122055 ], [ -119.513500012171775, 47.950443261001055 ], [ -119.532978846167524, 47.951055420701522 ], [ -119.542299767438024, 47.944370181449614 ], [ -119.564793237030088, 47.942888834050457 ], [ -119.608237866623227, 47.946380970888036 ], [ -119.637172496209587, 47.952075620721402 ], [ -119.647925282875178, 47.960306243700103 ], [ -119.653408476282436, 47.972149719075631 ], [ -119.648516800471768, 47.984891512588831 ], [ -119.650674805480563, 47.99120186343783 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2997, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 750 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.405551403155854, 47.62072244145417 ], [ -119.38059323170647, 47.623579840211477 ], [ -119.364767205825927, 47.619390169433188 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2998, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.812298900509163, 46.666584194520787 ], [ -123.809145398980647, 46.664934623731057 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 2999, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.106158210628308, 46.206095185803655 ], [ -119.107113214945528, 46.207545838684268 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3000, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.336241185266104, 47.455026644523478 ], [ -120.336009498505732, 47.46081438317853 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3001, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.073011345626981, 47.225680904652691 ], [ -117.07301859046666, 47.22679416813267 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3002, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "523", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.328924299070266, 47.734101792590991 ], [ -122.323606871649204, 47.734060088848331 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3003, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.094127007598502, 47.745748787245709 ], [ -121.089394242276938, 47.745434709266455 ], [ -121.080410303557755, 47.750807560048791 ], [ -121.076475200106657, 47.755168167257239 ], [ -121.075155618463086, 47.759475818142874 ], [ -121.077587389556214, 47.768615076932129 ], [ -121.072908743843541, 47.773323134958879 ], [ -121.060451892998771, 47.780380106896239 ], [ -121.046864115092134, 47.780964267615218 ], [ -121.035389348153814, 47.784305637490519 ], [ -121.028496592636557, 47.783099688275776 ], [ -121.022654833559272, 47.776885759133663 ], [ -121.014991914704765, 47.773137917847542 ], [ -121.003553057654202, 47.772392199201683 ], [ -120.998134026214871, 47.769195654835904 ], [ -120.989064927755777, 47.766959777571053 ], [ -120.981637438538456, 47.770961095114359 ], [ -120.94967857815864, 47.776382270872901 ], [ -120.940314911234395, 47.781799178271548 ], [ -120.926773205010377, 47.783582643169872 ], [ -120.911885983995532, 47.77971927083923 ], [ -120.903471686659842, 47.78274826191555 ], [ -120.895249766373254, 47.782954351149002 ], [ -120.890926646332204, 47.787419666016604 ], [ -120.883491396155136, 47.787612219456115 ], [ -120.873618181568744, 47.791271958566483 ], [ -120.851020089526628, 47.787126270306366 ], [ -120.826087037248328, 47.777964566970411 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3004, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 780 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.855326948471387, 47.848311980549781 ], [ -117.848318289709212, 47.853357503862632 ], [ -117.838164280998456, 47.874034997388947 ], [ -117.839671518062886, 47.881015835546656 ], [ -117.838518667524852, 47.883986603585249 ], [ -117.8267538831915, 47.89265257845085 ], [ -117.816077455677799, 47.904185807024092 ], [ -117.806161055868444, 47.908634075682272 ], [ -117.802684061660301, 47.912420131926794 ], [ -117.780728555003392, 47.924410398510069 ], [ -117.772937646762657, 47.931929510621096 ], [ -117.770256475754593, 47.939234276455203 ], [ -117.760164329250983, 47.951480255320412 ], [ -117.746286161743825, 47.962065087635239 ], [ -117.730670601521538, 47.97787976223605 ], [ -117.730227037997338, 47.990898945432349 ], [ -117.72607017667049, 47.994823643340631 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3005, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "010", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.623508512257089, 47.043255125432729 ], [ -120.610829685570593, 47.034561590715235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3006, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.336009498505732, 47.46081438317853 ], [ -120.337091754548837, 47.465744417402853 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3007, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.93571547491787, 46.952758994095113 ], [ -122.93800640266457, 46.952749092569519 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3008, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005RL005EXP", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.328646019504035, 47.621839867887125 ], [ -122.328462074862571, 47.627656144853582 ], [ -122.325588856820289, 47.630978120895655 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3009, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.400146886523245, 46.280865548346227 ], [ -119.388823944936973, 46.286635138809459 ], [ -119.385055086448233, 46.296956751330825 ], [ -119.37984689928507, 46.300134073272176 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3010, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.114708009801618, 48.222520715209434 ], [ -117.071831916935608, 48.214604191900506 ], [ -117.064482189098314, 48.208383578423103 ], [ -117.064738920587942, 48.204908672451062 ], [ -117.062417611062301, 48.201103163814295 ], [ -117.052385361458775, 48.19258822717908 ], [ -117.049170610660696, 48.187568367886101 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3011, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.664034573217947, 48.679033690750678 ], [ -118.662976033025998, 48.688977907864029 ], [ -118.659283546315621, 48.693536959954876 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3012, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.234367686091318, 48.315786019197695 ], [ -122.234636542942198, 48.316921300705445 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3013, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.201053661341334, 46.733760269304341 ], [ -117.193721204832116, 46.733421816340474 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3014, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002CODIVISN", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411284607639416, 47.686239548331109 ], [ -117.411212053380268, 47.684340672202325 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3015, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.833986735838764, 48.353122342890586 ], [ -117.841987269927586, 48.382941155723749 ], [ -117.84960974856952, 48.399601225986707 ], [ -117.854425241975235, 48.423985311243378 ], [ -117.891282497934228, 48.47212478488872 ], [ -117.900843413842679, 48.48121581234215 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3016, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.054732335346543, 46.173406560299817 ], [ -119.060939272722578, 46.176246614605397 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3017, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 760 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.202021796009106, 47.829999029145107 ], [ -117.198840263638544, 47.834884975330311 ], [ -117.193456903879735, 47.835859301992436 ], [ -117.190686371221574, 47.838280048608823 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3018, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.883914385143854, 46.977057906592186 ], [ -123.882465413166017, 46.976299685690059 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3019, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.336346718079554, 47.591654033419452 ], [ -122.336639681077557, 47.603665978099237 ], [ -122.344887317393713, 47.617075842926113 ], [ -122.343595607444556, 47.624654211598944 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3020, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.010267715415495, 48.268304573345915 ], [ -121.99699762189276, 48.274448992098918 ], [ -121.988260855251028, 48.273541100081118 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3021, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.101805642116261, 47.183774694476952 ], [ -123.09660584971904, 47.174752381084453 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3022, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.260169830916183, 48.250693192632738 ], [ -124.259541705736865, 48.249031188029186 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3023, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.301076294934248, 46.426715931962406 ], [ -117.292524098741751, 46.425905332461198 ], [ -117.286132632014841, 46.422824442815369 ], [ -117.283292871408847, 46.418775560377057 ], [ -117.276620888953047, 46.416794397222347 ], [ -117.264041694330061, 46.408347277764143 ], [ -117.2471726354092, 46.40356183148203 ], [ -117.237899423407541, 46.403259750245773 ], [ -117.226361452634805, 46.405697020636573 ], [ -117.214302369585027, 46.411735887214959 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3024, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.215305276919409, 48.151827843940239 ], [ -122.193737871768406, 48.152206488814542 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3025, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.37969278006905, 45.92786182946594 ], [ -122.379639449892039, 45.940375024156289 ], [ -122.374537831872345, 45.945495445008149 ], [ -122.370412417461694, 45.946126707886215 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3026, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.227138639232876, 48.152008653565154 ], [ -122.215305276919409, 48.151827843940239 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3027, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.237932510468511, 48.399327514907057 ], [ -122.240646758088076, 48.402724443670557 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3028, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.387443636164647, 47.00467530368789 ], [ -123.383147769320431, 46.998968611021716 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3029, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.313307756115776, 47.315182427408665 ], [ -122.313301401074, 47.316652422814037 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3030, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.022907918636207, 48.262712510838391 ], [ -122.01491470283743, 48.266704490043928 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3031, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.339379851654897, 47.562061614217363 ], [ -122.33939312699799, 47.566849212709698 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3032, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "971", "AADT": 870 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.202803984376345, 47.863230663577468 ], [ -120.199190017246849, 47.865666395061105 ], [ -120.19240691216099, 47.866359942025198 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3033, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.615444107861819, 47.504820946559377 ], [ -122.610095605865567, 47.504790449240431 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3034, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.803073749268734, 46.977342476887785 ], [ -123.774590595260904, 46.981635785155312 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3035, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.918842027011451, 47.802266037845996 ], [ -122.92816321031728, 47.785696252189396 ], [ -122.927885323447015, 47.783870469265587 ], [ -122.921813228198289, 47.780067731308669 ], [ -122.918575283584389, 47.773557936407428 ], [ -122.906533388626826, 47.772845157569741 ], [ -122.899541536855452, 47.769144235508818 ], [ -122.892787170636268, 47.753863997680298 ], [ -122.877788674588004, 47.743200820953057 ], [ -122.884379485626496, 47.730843816382126 ], [ -122.887972844065843, 47.713795545623761 ], [ -122.895988631273624, 47.705630052316799 ], [ -122.896416472614817, 47.698580768476042 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3036, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.49890342711096, 47.800573328381972 ], [ -122.49840555961994, 47.799630733720548 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3037, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.876494769882896, 46.555080308402154 ], [ -122.876970128148685, 46.565668848749752 ], [ -122.882475982960656, 46.577186900119962 ], [ -122.886654866975476, 46.581896048486932 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3038, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.110917332040444, 48.053411820958438 ], [ -122.111187692696873, 48.071848028443874 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3039, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "274", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.042645019284819, 47.239821159303162 ], [ -117.0400651004515, 47.240331654782892 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3040, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 190000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320109390964362, 47.569219939168704 ], [ -122.319274617593322, 47.57772137457723 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3041, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "283", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.725560926325002, 47.169794972413349 ], [ -119.694359620512117, 47.189224623436289 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3042, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 95000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.666920309719501, 45.663291930471352 ], [ -122.664597099333676, 45.671567055685379 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3043, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.646878596849163, 48.773768593720952 ], [ -118.642472855669467, 48.776461865417325 ], [ -118.631407989423735, 48.779222484408336 ], [ -118.616494335736633, 48.788441017260858 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3044, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.133293255434253, 47.70453871345736 ], [ -117.098636280460894, 47.712113508043373 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3045, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.280194517826828, 48.492612765417995 ], [ -122.274507670405029, 48.494746269609031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3046, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.900722461658873, 46.143634459667403 ], [ -122.899190315651211, 46.144094870883542 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3047, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.943771749246224, 47.196532896453384 ], [ -120.946239913608068, 47.196853032706017 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3048, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.440663445420526, 48.388454813570355 ], [ -119.451806532460139, 48.391935461025483 ], [ -119.464633553286333, 48.392703114664947 ], [ -119.475197836644227, 48.395907202561652 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3049, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.907287510061607, 48.548539055843598 ], [ -117.9122497825892, 48.549618438172097 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3050, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.869200631021755, 47.233116836477862 ], [ -119.86401377683363, 47.233227695860279 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3051, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "221", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.601830692288786, 46.102565853051281 ], [ -119.601019963544942, 46.184141123122217 ], [ -119.604931844273864, 46.186661720488999 ], [ -119.632513277427449, 46.186802706774024 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3052, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.215236535751103, 46.232174863797489 ], [ -119.197881418420366, 46.229694839707584 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3053, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.706502771852854, 48.268688746102448 ], [ -121.681604375406437, 48.269260962035233 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3054, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.331286685535048, 46.333369696671767 ], [ -119.316818358546342, 46.325761236324922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3055, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.044476644033423, 46.404073277245686 ], [ -117.045511900454855, 46.405807141312543 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3056, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.073002491645752, 47.224069194433248 ], [ -117.073011345626981, 47.225680904652691 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3057, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.590030423873486, 46.933191201926725 ], [ -122.563890204964096, 46.932042617453284 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3058, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.560510624474986, 47.308418186954718 ], [ -119.550955143804401, 47.321661697248459 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3059, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "506", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.891660015623145, 46.418162911139738 ], [ -122.89176622638, 46.428452020151369 ], [ -122.889661049563088, 46.434571469732646 ], [ -122.891574375454411, 46.438502026382835 ], [ -122.889569424278776, 46.439612233738039 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3060, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.140301766578034, 47.371384494360115 ], [ -120.132433634638446, 47.370123829891263 ], [ -120.114579346762739, 47.362005859687898 ], [ -120.091885291026657, 47.346745424807594 ], [ -120.084533794122777, 47.340456668396833 ], [ -120.075915479261312, 47.328340233312609 ], [ -120.071846379360252, 47.315076503143366 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3061, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.969981024995292, 46.870854734115483 ], [ -120.958148808841784, 46.866115670534256 ], [ -120.954468966997055, 46.861653017253985 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3062, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.62668659376483, 48.190429204801362 ], [ -122.626854860778323, 48.196363055386776 ], [ -122.63409399476879, 48.199324225734721 ], [ -122.634532628013858, 48.205514688399347 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3063, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411140562952681, 47.717006410422201 ], [ -117.411341617698866, 47.73662720991797 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3064, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.38730527233659, 46.000728261410025 ], [ -118.387305963606366, 46.00087337946335 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3065, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.202143817751136, 46.151716707102103 ], [ -119.202193656712311, 46.147961704761585 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3066, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.356148350162712, 45.576543975368544 ], [ -122.337119991828018, 45.574318793638945 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3067, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.134005824046426, 46.228841292899375 ], [ -119.131894078476364, 46.233167577013617 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3068, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.147368488955436, 46.790469895461818 ], [ -117.145592713524579, 46.793062089240891 ], [ -117.130959970997679, 46.800456816434917 ], [ -117.11714697091783, 46.813245339996548 ], [ -117.114738057844917, 46.828756093857201 ], [ -117.117057597520173, 46.834190087786965 ], [ -117.125073024778402, 46.842087681540463 ], [ -117.125431145722729, 46.852689501794259 ], [ -117.131172054267225, 46.860007814088675 ], [ -117.127818579082586, 46.86692274094851 ], [ -117.125766231464169, 46.880563636927931 ], [ -117.116260872941098, 46.891596946931926 ], [ -117.099351786555232, 46.89693360670033 ], [ -117.092465115081652, 46.902575341600901 ], [ -117.082737485160976, 46.904459486774684 ], [ -117.079819853523745, 46.907833716994482 ], [ -117.076818303508844, 46.908707466790965 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3069, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.738038295106875, 48.64770584337839 ], [ -118.737191602189768, 48.643026447223093 ], [ -118.734073830085151, 48.640476501073906 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3070, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.337119991828018, 45.574318793638945 ], [ -122.336830963851099, 45.574285426208554 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3071, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.462228315888609, 48.768161057276842 ], [ -122.464047398628168, 48.772211247603387 ], [ -122.468301724965727, 48.776074627892015 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3072, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.264357131646335, 48.430063418041392 ], [ -122.263353143698652, 48.438694333110654 ], [ -122.256353227921991, 48.445051718239611 ], [ -122.243784615882078, 48.445532820070042 ], [ -122.23767590158522, 48.451805089178109 ], [ -122.234037299837269, 48.459902026972891 ], [ -122.236469985497905, 48.467881476948868 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3073, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.360091659155131, 46.897778200244289 ], [ -117.357452914213809, 46.900633483389754 ], [ -117.348076300559413, 46.903921453249175 ], [ -117.351204804631152, 46.911617454956826 ], [ -117.348839072143193, 46.920878082011711 ], [ -117.345577847081572, 46.925284955124766 ], [ -117.337344039518584, 46.931102146888485 ], [ -117.333488752724065, 46.937467422799116 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3074, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.194813099734404, 47.703980669833818 ], [ -120.196639845809813, 47.710000120769031 ], [ -120.202296207534289, 47.715799214038405 ], [ -120.201670504160603, 47.721495814883781 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3075, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.979144045357756, 46.317064306339987 ], [ -119.979002671059845, 46.331672597374727 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3076, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.981395463623414, 47.199415234829942 ], [ -121.979117066111868, 47.199396871656774 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3077, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.297733659472101, 47.424238153938759 ], [ -120.296981004609705, 47.420685698719382 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3078, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 97000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.233238630339542, 47.674097858581902 ], [ -117.21965366857583, 47.673730154667588 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3079, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.019405647675711, 47.840956773139524 ], [ -120.014828527204287, 47.839831442265776 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3080, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.188620638660609, 47.478462399038129 ], [ -122.196553840228674, 47.484010758139775 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3081, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 103000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2583295165511, 47.280565297147412 ], [ -122.257900493121326, 47.291814197678988 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3082, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.594258495094095, 45.612560721474935 ], [ -122.57554467316281, 45.6090058956663 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3083, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 970 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.672541743029839, 48.159772116555992 ], [ -122.656622088448586, 48.163604393716433 ], [ -122.637763506850945, 48.16505033711811 ], [ -122.637216878101469, 48.170651624858571 ], [ -122.631176044752053, 48.170941829365383 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3084, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.392350543060445, 47.989246294785957 ], [ -124.389989569186071, 47.995023287956627 ], [ -124.389319113610767, 48.010350056352117 ], [ -124.391625796369496, 48.015817900263897 ], [ -124.390330185981156, 48.023498306344372 ], [ -124.386135645132143, 48.034372402187032 ], [ -124.37719643327226, 48.042829499384553 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3085, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.941476871263845, 46.633570246020959 ], [ -122.955074431597481, 46.644085364236027 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3086, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.226281250606291, 47.477733349464181 ], [ -122.224368274442497, 47.477801894948705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3087, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239836574436794, 47.65344570725474 ], [ -117.239811284252411, 47.657120099717218 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3088, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.861271357481158, 47.084783908859507 ], [ -119.862512719004215, 47.086191127777234 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3089, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.967236218599609, 47.436449093114639 ], [ -121.963152326653699, 47.440007508009572 ], [ -121.960246102778711, 47.447486868429529 ], [ -121.951999351800964, 47.453413269053875 ], [ -121.946308529084106, 47.461068424281635 ], [ -121.935118702597634, 47.465826966567185 ], [ -121.922984987153427, 47.466062304382675 ], [ -121.910702102731562, 47.472175699625161 ], [ -121.89834181304883, 47.473847639748762 ], [ -121.892547873584604, 47.477118088656361 ], [ -121.889129482345581, 47.483274302988896 ], [ -121.884585691963451, 47.504313222044075 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3090, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "092SPGRANIT", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.989930148787337, 48.083179436195856 ], [ -121.988042143669858, 48.08374331763639 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3091, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.962360795416203, 46.955497290981661 ], [ -119.967257731310085, 46.965195795693738 ], [ -119.967284241505439, 46.983433628593474 ], [ -119.973932701150318, 47.000551023249379 ], [ -119.969665506674232, 47.004859461872506 ], [ -119.955503780379189, 47.008358663714731 ], [ -119.94854010683926, 47.015559494569644 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3092, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.324930132109472, 47.494050853391059 ], [ -122.325629621974258, 47.50910032782145 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3093, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.601735842827637, 48.255269148835851 ], [ -121.602040066900514, 48.25958025725194 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3094, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300174272263959, 47.921996202515935 ], [ -122.300279956995126, 47.925646077144485 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3095, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.998439324035502, 46.211121560277967 ], [ -119.939310191397851, 46.196885704973852 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3096, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.466470167088573, 45.714803707524993 ], [ -121.465152796504981, 45.716698062778782 ], [ -121.46723971142444, 45.719390102023091 ], [ -121.486682183998127, 45.727758078267264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3097, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.999627863833879, 46.220711971794458 ], [ -119.999527805347697, 46.240131802764758 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3098, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.564681711241235, 47.503963134997939 ], [ -117.56464729624021, 47.507958508540014 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3099, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.270112652542849, 47.141966536393475 ], [ -119.285225106954883, 47.146079747197923 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3100, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.066163770692981, 47.914320767125233 ], [ -122.050571502222311, 47.909611474519373 ], [ -122.043624208284498, 47.905663460597381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3101, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.505656007233426, 48.785005835598362 ], [ -122.510861239099114, 48.786701213820315 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3102, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.526137378668821, 46.636545418412091 ], [ -120.530420705645668, 46.643087440394865 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3103, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 144000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.181406580662284, 48.044798449952175 ], [ -122.183991175843332, 48.049409982614826 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3104, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.969523936950992, 47.221472718567831 ], [ -123.968164448522543, 47.224377509612545 ], [ -123.959008749029678, 47.232263906223032 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3105, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.60567996489317, 46.474828890680904 ], [ -117.604193276420119, 46.474899599348824 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3106, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.693857063829569, 45.637225154954052 ], [ -122.696160251977645, 45.640445464955796 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3107, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.481945285843494, 46.252083253213108 ], [ -119.474127114332674, 46.250972335061206 ], [ -119.46442083124191, 46.253760514898865 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3108, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.231700448602155, 47.881947714100868 ], [ -122.222882043683796, 47.881932555100093 ], [ -122.219668043927541, 47.880293253108633 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3109, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.037299586471008, 47.932896890303113 ], [ -119.01770400105093, 47.936793106133507 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3110, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.768146463617697, 47.234302020586632 ], [ -119.746889316458748, 47.234636278185455 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3111, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "547", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.238311669097328, 48.981859587364475 ], [ -122.242097546108184, 48.982208375368636 ], [ -122.242991765325925, 48.985448232290864 ], [ -122.247115922068602, 48.98553587379044 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3112, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.141795278522267, 48.074895210973089 ], [ -123.123153926641805, 48.073268084656441 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3113, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.225554844088478, 48.514186971310004 ], [ -122.226140987158885, 48.528254450370973 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3114, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.344498386406656, 47.694213665281055 ], [ -122.344589742100752, 47.702170326130684 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3115, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.820843535512395, 46.734021038883832 ], [ -118.769497790168188, 46.778534552527461 ], [ -118.755786355438403, 46.787144172110551 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3116, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.098612585687505, 47.664587444377943 ], [ -122.091111471500341, 47.658210758558482 ], [ -122.078551080996121, 47.655737714706191 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3117, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.907479926262113, 46.144285354530368 ], [ -122.900722461658873, 46.143634459667403 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3118, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005RL005EXP", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.325588856820289, 47.630978120895655 ], [ -122.323027287399057, 47.636346870744433 ], [ -122.322472589448253, 47.655393277035706 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3119, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.549509477152071, 46.645356033367669 ], [ -118.523669863058146, 46.650793522112266 ], [ -118.499925167531813, 46.651618769808181 ], [ -118.490318472859698, 46.6611044961532 ], [ -118.44370609314899, 46.682994740481661 ], [ -118.422710867417294, 46.696905779360264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3120, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.010650954657351, 47.939312536765492 ], [ -118.999548907368705, 47.934403969620782 ], [ -118.974889216859779, 47.930883291767294 ], [ -118.956054795887653, 47.924618672877422 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3121, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.827797273102789, 47.38657872281847 ], [ -122.826672885656535, 47.390658171216728 ], [ -122.828844436321262, 47.396432791026946 ], [ -122.837562270079957, 47.402573244973617 ], [ -122.839608840210715, 47.405903266495343 ], [ -122.839428489734786, 47.409140320962251 ], [ -122.841560284144833, 47.410924863988264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3122, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.682357182707193, 47.708675146326378 ], [ -122.669058799698405, 47.749633705558175 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3123, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.890377804066233, 46.415684534951161 ], [ -122.891017634737054, 46.421545267035846 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3124, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.266313958532692, 47.834250899205337 ], [ -122.272434016659275, 47.839550714367853 ], [ -122.274216435531557, 47.847995263805998 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3125, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.905530764586416, 48.536362987719578 ], [ -117.905823096581273, 48.545437755943667 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3126, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.686912074814131, 47.693288397445272 ], [ -122.682357182707193, 47.708675146326378 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3127, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "119", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.140658202334322, 47.406395844260324 ], [ -123.163633337892549, 47.400670797439915 ], [ -123.170012026652245, 47.40417837042947 ], [ -123.178948864441026, 47.404167540862602 ], [ -123.192594841140405, 47.413683046830855 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3128, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 120 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.352188943580785, 48.873500374163548 ], [ -117.33841313990753, 48.882349153875246 ], [ -117.334847356085575, 48.887648394648657 ], [ -117.328671577679373, 48.892802400954871 ], [ -117.325361586782577, 48.910360781354683 ], [ -117.323059873220387, 48.91500000034894 ], [ -117.323863822908947, 48.917414421431616 ], [ -117.313312870713432, 48.924551532178249 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3129, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.624470826972072, 47.411186267430338 ], [ -122.62272020327795, 47.417885848983481 ], [ -122.623334610968044, 47.428490086744283 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3130, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005RL005EXP", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329344549997671, 47.695753648674248 ], [ -122.329520216559402, 47.704326296636658 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3131, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.917262878337027, 46.19169204380281 ], [ -119.876496051210424, 46.18763673199058 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3132, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.592521389092411, 47.02198333853962 ], [ -120.610829685570593, 47.034561590715235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3133, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.314680302481392, 46.389563781207748 ], [ -120.31499610107241, 46.382480047831116 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3134, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.792203240640546, 47.476414011030108 ], [ -122.766324464905921, 47.494235084899096 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3135, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 410 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.734745553701956, 48.299072435153519 ], [ -118.749316236213474, 48.337391074976367 ], [ -118.74576729068572, 48.35033665303493 ], [ -118.740822615164092, 48.360696116663064 ], [ -118.748733329343835, 48.368693664606283 ], [ -118.749928096750523, 48.372170724399538 ], [ -118.746782561754571, 48.39165865241727 ], [ -118.734634004375067, 48.396956848703063 ], [ -118.73209554320664, 48.399702401040194 ], [ -118.732006349222061, 48.402539064249609 ], [ -118.737561094031975, 48.413972939270536 ], [ -118.736053649130042, 48.417921964095363 ], [ -118.728395597178334, 48.424138514409599 ], [ -118.727577514626546, 48.426510824914764 ], [ -118.729396519306789, 48.430283181997815 ], [ -118.740327682702798, 48.440180960544865 ], [ -118.753665736252302, 48.465738197587342 ], [ -118.746982322573629, 48.472528777635091 ], [ -118.735895575744564, 48.473485250407748 ], [ -118.731004584273407, 48.476048735061937 ], [ -118.728005195506626, 48.479780616868247 ], [ -118.730095213286788, 48.481781505889799 ], [ -118.736595278774686, 48.481778244168325 ], [ -118.738732176350169, 48.484895483909298 ], [ -118.741212636426724, 48.49679140557695 ], [ -118.740954669352647, 48.503348882381736 ], [ -118.737722122280104, 48.508556662688761 ], [ -118.739179287550897, 48.516142821009737 ], [ -118.734658630065482, 48.522229705172066 ], [ -118.734063119215506, 48.53033522212602 ], [ -118.747517064057746, 48.543236982477765 ], [ -118.749655491662708, 48.547726507224802 ], [ -118.743751221161745, 48.554224740941791 ], [ -118.745007317701408, 48.558063213969845 ], [ -118.743099676849624, 48.561204275389109 ], [ -118.747785480306177, 48.566152156666838 ], [ -118.74812351618985, 48.568683920728091 ], [ -118.743263617483748, 48.576670889502864 ], [ -118.742343573134974, 48.589749649017314 ], [ -118.739437225401616, 48.596955872515366 ], [ -118.739216443817398, 48.602950922242265 ], [ -118.730110936455134, 48.620922179939839 ], [ -118.732478223965387, 48.625247218161668 ], [ -118.729717034156991, 48.630943397693336 ], [ -118.730232978110251, 48.634915810853329 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3136, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.163884508138494, 47.758583553310444 ], [ -122.164627110443774, 47.75721053577039 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3137, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.152629008163714, 47.274448600320063 ], [ -122.140760655802069, 47.263418390396041 ], [ -122.128270881869838, 47.260503131839151 ], [ -122.118265929418115, 47.25028704537948 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3138, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.668745172854884, 47.579876434407787 ], [ -117.662921207264816, 47.581719582493115 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3139, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.238568264022078, 48.510509214384761 ], [ -122.235275246437411, 48.510504468021338 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3140, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 390 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.315135695968308, 46.848078330821046 ], [ -122.291513413897192, 46.854313200427164 ], [ -122.274276368491854, 46.855512757960703 ], [ -122.267159520251582, 46.860195574450763 ], [ -122.266699629360303, 46.862906199787354 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3141, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.702206125377643, 47.857269046853659 ], [ -121.692446627617088, 47.852294339911019 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3142, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.679949024281612, 48.862366554575956 ], [ -121.682082286276099, 48.861076972704275 ], [ -121.680577292937613, 48.859997510314244 ], [ -121.683390275576471, 48.854385545865618 ], [ -121.679939681985672, 48.856553909800269 ], [ -121.681376835889338, 48.853757585697764 ], [ -121.688469010540899, 48.848900350749155 ], [ -121.688697037731785, 48.845744275192921 ], [ -121.687054447822618, 48.844639396630853 ], [ -121.690978363222385, 48.846530574809627 ], [ -121.69206894110674, 48.848178009631113 ], [ -121.692746180138656, 48.84687884688114 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3143, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.223427226869077, 47.664815758122238 ], [ -120.20808088688257, 47.675976653970608 ], [ -120.207255602746415, 47.690389145013022 ], [ -120.210310262444139, 47.699560749284515 ], [ -120.216190432160289, 47.709176983402735 ], [ -120.227572237405468, 47.721805404628753 ], [ -120.226245647564667, 47.731950372866329 ], [ -120.213750323466755, 47.750966833688139 ], [ -120.198341733740023, 47.760267227932765 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3144, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.141109524388355, 46.215426044396501 ], [ -119.13814475069745, 46.216612367889375 ], [ -119.137126389252771, 46.221619445547823 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3145, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.519827714150821, 47.644479769926846 ], [ -122.522720902126252, 47.648074706348396 ], [ -122.523271327373564, 47.653629992786335 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3146, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612773958271788, 48.500455119178412 ], [ -122.612637467049467, 48.51008007680025 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3147, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434751610172285, 47.112394316891148 ], [ -122.434856954140685, 47.11948097913961 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3148, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.758479940230529, 47.374409228813924 ], [ -122.755408267233321, 47.377361436802829 ], [ -122.74789112709135, 47.378056967335901 ], [ -122.726676489895254, 47.377290924617533 ], [ -122.716252286272777, 47.374355235647975 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3149, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.346482993460356, 47.216109298920721 ], [ -122.34204502410384, 47.213577697202012 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3150, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 680 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.80852201923976, 47.315432174373811 ], [ -118.766769828892237, 47.312714853930643 ], [ -118.755651232353131, 47.313392849553964 ], [ -118.699115260210121, 47.3325467605003 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3151, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.349664889568871, 48.017722257877409 ], [ -117.349794205388719, 48.032114906294112 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3152, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.866511907374758, 46.303640157292037 ], [ -122.856270913486469, 46.293861375758979 ], [ -122.845082926449535, 46.293579813570176 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3153, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.969987798776316, 46.711048393178423 ], [ -122.967530762832538, 46.710550664935454 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3154, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.37984689928507, 46.300134073272176 ], [ -119.368059892379051, 46.302762493447418 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3155, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 118000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.630563411721425, 47.091197464065516 ], [ -122.61689074850166, 47.095200003555767 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3156, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.10507109232131, 46.558843211347046 ], [ -117.118683357309948, 46.567252646489955 ], [ -117.13376856299513, 46.568132031773381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3157, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.099771153947501, 46.223724902007078 ], [ -119.083607430375309, 46.219435461748688 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3158, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "207", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.730179083001531, 47.763683255630291 ], [ -120.71153194313969, 47.778904274782946 ], [ -120.710370453932825, 47.786376931382541 ], [ -120.714291863668649, 47.79227167525292 ], [ -120.712854668571737, 47.804323168530672 ], [ -120.714915032555581, 47.809342382404438 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3159, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.036750891595418, 47.900683868161629 ], [ -122.016682762426157, 47.876868300359895 ], [ -122.007865329234733, 47.872487544011641 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3160, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 170 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.635975519956745, 47.81206763382886 ], [ -119.628741595860532, 47.815448603724711 ], [ -119.384124385052047, 47.815340295227962 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3161, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.061944812301718, 47.531184556415873 ], [ -122.06320605011544, 47.541252563510696 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3162, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.716252286272777, 47.374355235647975 ], [ -122.71142776588151, 47.374522075570766 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3163, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.95311390308143, 46.719102610818602 ], [ -122.952739627226734, 46.720041065014556 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3164, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.275474118652539, 46.799962383264905 ], [ -122.28791931321193, 46.799607948481693 ], [ -122.290754365119057, 46.800824231392042 ], [ -122.293009303657186, 46.806543443080074 ], [ -122.296487644995466, 46.808690684006656 ], [ -122.29630622253471, 46.811043008447108 ], [ -122.2988793563473, 46.81113046408376 ], [ -122.299983892912437, 46.812840824012554 ], [ -122.299454851302301, 46.817840508859469 ], [ -122.301585316555474, 46.821830483121666 ], [ -122.300135261420422, 46.826817708248406 ], [ -122.301013682340638, 46.829940275297254 ], [ -122.307811738044776, 46.831986786799781 ], [ -122.317915837232164, 46.830976994750181 ], [ -122.317094000099473, 46.833528643955809 ], [ -122.319733903678156, 46.834359848037309 ], [ -122.319811388640687, 46.83928615764632 ], [ -122.315135695968308, 46.848078330821046 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3165, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.389529876301665, 47.957978651500177 ], [ -124.400578549116574, 47.963755950661344 ], [ -124.403466519498323, 47.967463185099703 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3166, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005RL005EXP", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322041165929619, 47.665261286498215 ], [ -122.320662024751499, 47.676906509750609 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3167, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.682656430817786, 47.567672217750477 ], [ -117.682677724302536, 47.572143868676541 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3168, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364773077953558, 46.879906306789792 ], [ -117.363705522496346, 46.879882787733969 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3169, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.291617161363689, 47.45968625689018 ], [ -122.289639374303377, 47.463861837810455 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3170, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.405540528755523, 45.591761287161333 ], [ -122.405550858357955, 45.590604158606389 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3171, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3446909130503, 47.781753623442818 ], [ -122.318197500491777, 47.817590762140789 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3172, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 420 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.813078488516112, 47.809276636166182 ], [ -119.807194764217883, 47.814039939995382 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3173, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.256773541340792, 47.131126298508235 ], [ -119.257655936061852, 47.136921030026826 ], [ -119.262669504259335, 47.139868927123963 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3174, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335328359112154, 47.77777534230669 ], [ -122.324557230343018, 47.777643065579213 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3175, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.436951250295564, 48.935274943208249 ], [ -119.433763916448839, 48.941364921096202 ], [ -119.435384177105718, 48.947731820716925 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3176, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.140718703742365, 46.270164958481161 ], [ -118.137725332728863, 46.270778689165972 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3177, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.581932978986103, 47.482522184713716 ], [ -117.580789948969027, 47.48314396722548 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3178, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.85869572535529, 46.853293572098011 ], [ -122.858686049379088, 46.854842923452374 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3179, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.357062296442862, 47.240418733057624 ], [ -122.356727113976859, 47.243057706525448 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3180, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 166000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.46650317916729, 47.176321938860106 ], [ -122.463059040667588, 47.18747229489734 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3181, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.587677712091576, 48.12105993457314 ], [ -122.588157825032624, 48.123052548355986 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3182, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.628891718894593, 47.606866331910702 ], [ -122.62880294267147, 47.610124422891808 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3183, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207953888550421, 46.733543559735182 ], [ -122.19867204690776, 46.743047744905553 ], [ -122.19613964848557, 46.748677111735418 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3184, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.328944853946481, 47.44336925507082 ], [ -122.323901086823781, 47.439792601669176 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3185, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.34621127599776, 46.341521748202922 ], [ -119.331286685535048, 46.333369696671767 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3186, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.23835200046662, 48.151975474166647 ], [ -122.227138639232876, 48.152008653565154 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3187, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.776669665651653, 48.013523673862458 ], [ -122.780353631534695, 48.027661896948842 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3188, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.251864888500975, 47.758569785362248 ], [ -122.249771308851749, 47.758393083810482 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3189, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.35311951230095, 46.244832267994973 ], [ -119.32634419394148, 46.247386953836106 ], [ -119.294239953730894, 46.257553435468438 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3190, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.206509130088719, 47.372560948068241 ], [ -122.202213615483814, 47.372559284413292 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3191, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207656748725981, 47.809595844940141 ], [ -122.207468784096235, 47.820115982143186 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3192, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.411041178198843, 47.424357692163454 ], [ -121.409880613313874, 47.421826217513534 ], [ -121.411402606831587, 47.415265895430565 ], [ -121.410533367945575, 47.412298435042622 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3193, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.853528771160114, 47.132225026481215 ], [ -119.853456536942716, 47.190478665458897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3194, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.601144086382874, 46.737913385125857 ], [ -119.24527613359318, 46.738246830523806 ], [ -119.217119996211323, 46.744384869297186 ], [ -119.197523307885263, 46.738419939438657 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3195, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.588821056643738, 46.970155862821464 ], [ -118.615606206225436, 46.971880288461982 ], [ -118.615729659605094, 46.970834749457012 ], [ -118.642582851650815, 46.970873143443228 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3196, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.61450072744897, 47.715477569083475 ], [ -122.615658233664064, 47.716138798138786 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3197, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.162412580026299, 47.653636113233581 ], [ -118.160167104805637, 47.653951884466977 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3198, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 247000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.318990083415542, 47.57936976048105 ], [ -122.320756053610424, 47.589947442199957 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3199, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.359431970400706, 47.668611138215027 ], [ -117.357802083482824, 47.669377798549512 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3200, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.674263242348118, 46.822698338826292 ], [ -118.651722657208225, 46.835868247998874 ], [ -118.645078139793981, 46.842607114260389 ], [ -118.635053442081386, 46.858229216888049 ], [ -118.629114515834885, 46.872638199789797 ], [ -118.614234367708477, 46.889912435010025 ], [ -118.610684004000433, 46.906538107171087 ], [ -118.581993796505415, 46.941389633155659 ], [ -118.571639148995345, 46.962763316086985 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3201, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.19534163589077, 47.499456439189949 ], [ -122.197938621892931, 47.509415060790403 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3202, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.489909530434787, 47.721909144989596 ], [ -117.495769602764383, 47.72612474718251 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3203, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.40708723621772, 47.744195225279078 ], [ -117.405648486482264, 47.745687617530834 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3204, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.226778941786506, 46.018087104270187 ], [ -119.233989831915409, 46.011313845413632 ], [ -119.257476407892653, 46.000240513613022 ], [ -119.29239645846603, 45.991321819523378 ], [ -119.31120661271639, 45.984522893313013 ], [ -119.321610505567236, 45.982752908781677 ], [ -119.332811429403478, 45.976788907777205 ], [ -119.340099640190786, 45.969735122500914 ], [ -119.342571420760024, 45.964510513589616 ], [ -119.342194118548406, 45.959767600797576 ], [ -119.33755177580106, 45.949894142876637 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3205, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 580 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.708209588195928, 46.429779552630336 ], [ -122.703586608994655, 46.427471247672365 ], [ -122.709740199505603, 46.421314208838311 ], [ -122.707781562487739, 46.415922682358548 ], [ -122.70949391364438, 46.405756735875549 ], [ -122.689147501983342, 46.388534752745628 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3206, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.587167088972436, 47.570828087050991 ], [ -117.568738831798541, 47.588473740473241 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3207, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.652569693537984, 48.004195568322487 ], [ -119.653614142030932, 48.006343839005908 ], [ -119.666258732113178, 48.013547308713783 ], [ -119.676555192019251, 48.026453766220065 ], [ -119.676258714868183, 48.030863415826168 ], [ -119.660073465878483, 48.075083944121303 ], [ -119.660197139639806, 48.087172621754206 ], [ -119.66147280422949, 48.091128112446533 ], [ -119.667734408161891, 48.098021789757006 ], [ -119.679455470045568, 48.102554608326997 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3208, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.118861794023317, 47.673131294916757 ], [ -122.115130120349789, 47.672044652113257 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3209, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.520988362930666, 45.728362545016168 ], [ -121.494952058785032, 45.724974359387964 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3210, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.961777098411702, 46.945103046798181 ], [ -119.960076450805772, 46.940448732856822 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3211, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.978187844384593, 46.3023441821083 ], [ -119.978378541214525, 46.305298659382615 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3212, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239540986724975, 47.675790767236634 ], [ -117.239688719107633, 47.686200289626193 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3213, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.399809360906147, 47.247245078139613 ], [ -122.375970115948476, 47.246990619140469 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3214, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 115000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.381252285365107, 47.653855957101598 ], [ -117.36969915316493, 47.653911932663618 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3215, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "821", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.477020851487111, 46.690052265999419 ], [ -120.47420834992522, 46.700892471975273 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3216, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.581805244231347, 46.629370910964255 ], [ -120.572463558903863, 46.625166001729902 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3217, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.043550485082378, 47.357973821795852 ], [ -122.037604776742015, 47.35797738310108 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3218, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.175415037896627, 47.811547042988927 ], [ -122.165974513575321, 47.809236441172978 ], [ -122.160708721451186, 47.805437457419821 ], [ -122.152647623566239, 47.804983049175576 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3219, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.160385207614382, 46.827035102122366 ], [ -123.139226139001835, 46.825809829601255 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3220, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.794753258631403, 47.489394127296485 ], [ -121.795776139513123, 47.488786529441832 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3221, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.544684767608587, 48.813863064221302 ], [ -122.55307627860401, 48.822516070933176 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3222, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.038000225852642, 47.932554457537833 ], [ -119.037299586471008, 47.932896890303113 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3223, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "123", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.578434107194809, 46.685584769267159 ], [ -121.58050775673216, 46.68902080757239 ], [ -121.577414489782868, 46.693108164249665 ], [ -121.582474136358599, 46.700438860804731 ], [ -121.579879843375465, 46.703854310598366 ], [ -121.579813432978185, 46.707145094943655 ], [ -121.575415380082774, 46.710651851185339 ], [ -121.577530478650374, 46.719238811157368 ], [ -121.568712757214286, 46.732258391042926 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3224, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.69230690875672, 47.663643126447347 ], [ -122.692635556718685, 47.663252331245651 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3225, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002COBROWNE", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.413322953365437, 47.659074764909271 ], [ -117.413437023938968, 47.653519803781037 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3226, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.321384388051683, 47.434715633080174 ], [ -120.324887521403369, 47.438245710915098 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3227, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.802397479261018, 46.96872494992175 ], [ -123.802945078577693, 46.969721982765869 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3228, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.210371058688011, 46.969113485561948 ], [ -121.196834424934011, 46.973847506112413 ], [ -121.189580847625166, 46.974038992821747 ], [ -121.179672311155286, 46.977434653181326 ], [ -121.167496769425654, 46.978172249607809 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3229, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.341877601896968, 46.209562485828897 ], [ -119.333859078688292, 46.203946359560263 ], [ -119.322456991118443, 46.199550152253131 ], [ -119.310647095638387, 46.197746587039632 ], [ -119.2767500173928, 46.197014617292169 ], [ -119.256585895767643, 46.188298165763115 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3230, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.324816769287224, 47.440990914902081 ], [ -120.336241185266104, 47.455026644523478 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3231, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.747707891883024, 46.898969608384469 ], [ -119.644604154762916, 46.899069610000495 ], [ -119.618472587700751, 46.893930868159629 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3232, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.976256149725486, 48.135096529029276 ], [ -118.976840341647787, 48.144502237624117 ], [ -118.975294299627222, 48.149026900966774 ], [ -118.97808323738991, 48.162019726257782 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3233, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.36019678747688, 48.109344406656227 ], [ -123.357593610625287, 48.108256304448894 ], [ -123.358080238551622, 48.10484903801283 ], [ -123.355714050981064, 48.103012937481203 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3234, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.345093507827599, 47.73228917491334 ], [ -122.345113336875968, 47.734153058484161 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3235, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.563927364076761, 46.969397904762545 ], [ -118.571060807888188, 46.970023831614697 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3236, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.054159282977466, 46.738445349974164 ], [ -117.04894972709603, 46.735058809086404 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3237, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.317848845660947, 47.289841138315147 ], [ -122.313425795530421, 47.297956594784345 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3238, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.362563030931867, 47.666706290343733 ], [ -117.361293530959401, 47.667477375697366 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3239, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.764951061325291, 47.04309029170264 ], [ -122.764763806910508, 47.039222848651711 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3240, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.320029378945307, 46.416952264839367 ], [ -120.303873683832052, 46.414040556357094 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3241, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.311388725494211, 47.280016622066938 ], [ -122.313512649385288, 47.284003214505368 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3242, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.692908625781456, 47.012290862542415 ], [ -122.691647236954026, 47.011506857676736 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3243, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.475189450913291, 48.714396165824439 ], [ -122.474417510517469, 48.713908020521203 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3244, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.299797941243469, 47.468286093701025 ], [ -120.300591393799579, 47.47657443446311 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3245, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.237437233642822, 48.235270875886684 ], [ -122.245689518632929, 48.243999233560778 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3246, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.223122036781362, 46.277953834956911 ], [ -118.221193884999522, 46.275712751261253 ], [ -118.22023187612821, 46.267966630933714 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3247, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.99918487919993, 47.231264707261694 ], [ -119.993053435131174, 47.237283741886777 ], [ -119.979024003148751, 47.243286215818891 ], [ -119.969609773899336, 47.240323677515605 ], [ -119.959920895791043, 47.233868070302997 ], [ -119.953679130521394, 47.233042476981225 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3248, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.540197421986306, 46.605002059200018 ], [ -122.493763481163782, 46.604743109347503 ], [ -122.483849761942324, 46.602125338245116 ], [ -122.475304159721219, 46.603537489225253 ], [ -122.473279573688146, 46.606940884830159 ], [ -122.467370770595977, 46.6036301166938 ], [ -122.450062567738996, 46.604114027358392 ], [ -122.440916089561696, 46.600881776522904 ], [ -122.435830662723617, 46.59502816000451 ], [ -122.430658177102003, 46.593007909987847 ], [ -122.42170165898095, 46.585793571864372 ], [ -122.415195407349131, 46.578467194784935 ], [ -122.405942033931581, 46.576299297002315 ], [ -122.370610079449094, 46.579184957435537 ], [ -122.342465496641296, 46.58558627491005 ], [ -122.328168413028749, 46.575676216293211 ], [ -122.314465130104679, 46.570533027903132 ], [ -122.30849906936038, 46.56451652953379 ], [ -122.30334419321467, 46.564117267426838 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3249, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.357802083482824, 47.669377798549512 ], [ -117.350062995496302, 47.670920962497632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3250, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.080053636589298, 46.233384559886659 ], [ -119.082482434632738, 46.23832238123525 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3251, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "204", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.137683173839079, 47.977706365632805 ], [ -122.137692842565897, 47.978193927196386 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3252, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.705059787720145, 47.643361435574249 ], [ -122.706253277568806, 47.64979342428893 ], [ -122.704569052564395, 47.65716815038266 ], [ -122.692795812659568, 47.661573014996314 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3253, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.954342341821345, 46.716240117654102 ], [ -122.95311390308143, 46.719102610818602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3254, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104COKNGSTN", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.497554247786695, 47.798831291147188 ], [ -122.49840555961994, 47.799630733720548 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3255, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.010505758402161, 47.939819788259982 ], [ -119.000531301585326, 47.942681546671942 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3256, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 102000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.366468523399945, 47.653903994460599 ], [ -117.347344093606026, 47.653823445498787 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3257, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.670747021058688, 47.54944944735211 ], [ -122.670987526433819, 47.554042039630581 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3258, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "702", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.55405100489746, 46.938020830135194 ], [ -122.541748150395193, 46.937837009950265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3259, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.080174666846077, 47.641780437759472 ], [ -120.076774006676246, 47.64178867060479 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3260, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.193718794822246, 47.699853448470812 ], [ -120.194813099734404, 47.703980669833818 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3261, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.308445228927368, 46.758407436037558 ], [ -118.303895728483525, 46.757897512500882 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3262, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.13548948471572, 48.710141451193763 ], [ -121.133136446876733, 48.711862766505128 ], [ -121.128571035006374, 48.710178211162628 ], [ -121.122077192504534, 48.710944112629591 ], [ -121.115029734376265, 48.707361821873612 ], [ -121.110834948142923, 48.70215650368656 ], [ -121.109336121306043, 48.695409804697029 ], [ -121.103489357565877, 48.689935589722005 ], [ -121.099843404292457, 48.689473943461145 ], [ -121.094540946337844, 48.691813539719632 ], [ -121.096550276118805, 48.700590640127167 ], [ -121.096277325654228, 48.709551898803333 ], [ -121.09283710315205, 48.709901405875847 ], [ -121.089660129683679, 48.70796338463861 ], [ -121.082852733692548, 48.709745874255709 ], [ -121.079046248421974, 48.711839056190037 ], [ -121.079484980845933, 48.714804505331813 ], [ -121.078062217246867, 48.716635953067943 ], [ -121.069439461033156, 48.71935463086281 ], [ -121.062239100866634, 48.727717429275025 ], [ -121.056208336721014, 48.72880962680378 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3263, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.976119766412495, 46.717613398639031 ], [ -122.976961275303495, 46.726684749892243 ], [ -122.975211354682273, 46.733623027828997 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3264, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.363718605437043, 47.158277710772154 ], [ -122.34788855139594, 47.157627396971286 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3265, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 119000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.183991175843332, 48.049409982614826 ], [ -122.184467597802339, 48.05846157867402 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3266, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.406639866396546, 47.763222621232323 ], [ -117.404484347213284, 47.769196807680252 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3267, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.06118041566738, 48.529185624169919 ], [ -121.995102127168821, 48.529884678526841 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3268, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.315126489689376, 47.685256401682118 ], [ -122.305920903712149, 47.692050453296325 ], [ -122.305500032237632, 47.697580308502168 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3269, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.182959056038797, 46.349209599567345 ], [ -120.169866038842898, 46.341031590852126 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3270, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "102", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.177700826107696, 47.252309208872227 ], [ -123.174522731326192, 47.253540317382829 ], [ -123.159561450189358, 47.252225085917814 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3271, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.514148739962664, 47.624854864202398 ], [ -122.515998574888556, 47.630881596419862 ], [ -122.515544164856848, 47.635779378594513 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3272, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.161191571276049, 47.745209637144733 ], [ -122.152366198637566, 47.73308041389128 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3273, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.351246108102444, 47.787090855091257 ], [ -117.338430626573953, 47.787597206558253 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3274, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.102748296561728, 47.978079113987938 ], [ -122.105537798316931, 47.997887191512255 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3275, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.036347956013003, 47.158042872528192 ], [ -122.034209998414752, 47.159549653876454 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3276, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.668092465478452, 48.323036739338782 ], [ -119.666491921194336, 48.320489494050811 ], [ -119.661528531440453, 48.319145752654414 ], [ -119.629552895971202, 48.320592771464568 ], [ -119.624030254588007, 48.322657538258063 ], [ -119.617236635739317, 48.329849408511095 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3277, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.924170030044209, 46.982514410212772 ], [ -123.950176130849343, 46.983300724142197 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3278, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.462247583349281, 48.999873746427042 ], [ -119.463853232363562, 49.000086726241264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3279, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.024166969794138, 46.432556087149905 ], [ -119.0175921586181, 46.448268561625021 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3280, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.147986288783429, 47.650382479455381 ], [ -120.133204388522543, 47.657060720078711 ], [ -120.129724714189294, 47.662666495639812 ], [ -120.127173921273339, 47.663350395518506 ], [ -120.125219846844644, 47.661906356753789 ], [ -120.126555338146744, 47.657244558968571 ], [ -120.12046182754905, 47.653422160587183 ], [ -120.080174666846077, 47.641780437759472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3281, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612637467049467, 48.51008007680025 ], [ -122.612617318656362, 48.511792983817202 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3282, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "100", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.063199593462897, 46.298358877493023 ], [ -124.059728867957574, 46.296014466620029 ], [ -124.056135401873206, 46.290258796672653 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3283, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.594346368414037, 46.638631750224384 ], [ -120.581805244231347, 46.629370910964255 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3284, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524SP3RDAVE", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.380263885808077, 47.80598395546221 ], [ -122.380257938571859, 47.804112395979317 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3285, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.156375670520774, 46.518996575719946 ], [ -122.114488660879559, 46.537098794699155 ], [ -122.097803242681053, 46.539817224141764 ], [ -122.075361051166922, 46.547629864447629 ], [ -122.054772831008179, 46.54488333265158 ], [ -122.039534375914286, 46.540123478458845 ], [ -122.006641240877599, 46.535915039919921 ], [ -121.98659191368715, 46.538688354196758 ], [ -121.975502578987118, 46.536045691680499 ], [ -121.957297598650229, 46.535353420722508 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3286, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.626067163505553, 48.340201578788339 ], [ -122.622544363195772, 48.343438376302835 ], [ -122.615013661619955, 48.345749939265097 ], [ -122.612642421647806, 48.347960920751881 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3287, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141SPUNDRWD", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.519714762397157, 45.757118402497071 ], [ -121.517835301450717, 45.754801692859047 ], [ -121.517626724112404, 45.751039350861603 ], [ -121.523758137174568, 45.743828405172501 ], [ -121.520374673949149, 45.732042390593882 ], [ -121.520988362930666, 45.728362545016168 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3288, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 730 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.044526764696869, 47.980223996011986 ], [ -119.02455212600961, 47.973933157564915 ], [ -119.012865283101988, 47.973416241288888 ], [ -119.003362521814708, 47.96392350836647 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3289, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.188574241434495, 47.980730406613255 ], [ -122.188128620963028, 47.980798293097358 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3290, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.605712079279215, 46.941489775170162 ], [ -122.593279583000836, 46.934769491976574 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3291, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 126000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294028606105968, 47.590082600991309 ], [ -122.253913809614474, 47.589252353548432 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3292, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.019444770645379, 47.354386546303779 ], [ -122.020276654102176, 47.358392289542763 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3293, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.256713113264652, 47.116471302167866 ], [ -119.256773541340792, 47.131126298508235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3294, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.054873250321222, 46.33231727716408 ], [ -124.054617725041638, 46.345364542277665 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3295, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.847887418259234, 46.441879990368847 ], [ -122.847119933118918, 46.439491170366175 ], [ -122.840896095255474, 46.437830048396584 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3296, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.360045066389304, 46.239658493590447 ], [ -119.350947556359884, 46.221897884950579 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3297, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.675429160246779, 47.843726488658461 ], [ -121.654254000872527, 47.836387341322776 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3298, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.663662453887511, 48.160481324109455 ], [ -119.666887176593804, 48.177056434467914 ], [ -119.669600042282525, 48.182076278171571 ], [ -119.68025242753798, 48.1929951080987 ], [ -119.705733317499252, 48.211680743288582 ], [ -119.713417765016757, 48.219644448545189 ], [ -119.724364535080952, 48.245841032759429 ], [ -119.721200055538915, 48.262619157576424 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3299, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.029850228920182, 46.153645635529017 ], [ -119.034173789061327, 46.156528361781163 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3300, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.128107064073831, 47.358033512431383 ], [ -122.125415966879515, 47.35806217653667 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3301, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.981015434482259, 47.701289548600208 ], [ -121.984292041580076, 47.705415929628252 ], [ -121.984212694146478, 47.709333908432967 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3302, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.463809638271997, 48.770903545172025 ], [ -122.462633966090422, 48.771342824491384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3303, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.751644395429111, 48.989601678760145 ], [ -122.752041545564495, 48.996105339838252 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3304, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005HD15463", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.266731554777309, 47.464860049903798 ], [ -122.26394506378027, 47.461146588043313 ], [ -122.264304021233485, 47.455548917988693 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3305, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.348707769530705, 47.781426295792329 ], [ -122.346179251335144, 47.779420986097641 ], [ -122.338699595958872, 47.777782415548593 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3306, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.919949281946032, 46.138478727071941 ], [ -122.916597970303556, 46.144744943205865 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3307, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.290066264727031, 47.203805056393179 ], [ -122.283904191541055, 47.203041813194062 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3308, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 70000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.558955585045652, 47.275260070655946 ], [ -122.560527793727573, 47.277805903958686 ], [ -122.560438579898943, 47.28582096206474 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3309, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.407463921186789, 47.812350919530935 ], [ -117.41896356137606, 47.83149480961071 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3310, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8047913469713, 48.514740899762444 ], [ -117.792165488986015, 48.516103374017739 ], [ -117.774800626782337, 48.512810049689357 ], [ -117.768821247822373, 48.515968208851135 ], [ -117.730931075561827, 48.514076662750391 ], [ -117.729110581126875, 48.510823073232793 ], [ -117.723742571312599, 48.509360510092364 ], [ -117.717970963121573, 48.504364065890172 ], [ -117.712309982907072, 48.502534610253747 ], [ -117.708086892083372, 48.503896724200793 ], [ -117.707781046587854, 48.507074394435783 ], [ -117.70180532817723, 48.509718704691203 ], [ -117.69303996940809, 48.519622803520704 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3311, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 550 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.136088338092236, 48.279140800779608 ], [ -118.149275505836542, 48.303081924883834 ], [ -118.146875159460308, 48.306812825507755 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3312, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9258987619625, 46.1234239447286 ], [ -122.922800699216381, 46.134795839381624 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3313, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "534", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295473367235729, 48.33697977615067 ], [ -122.291789386445814, 48.33574597753762 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3314, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.350062995496302, 47.670920962497632 ], [ -117.346819229754942, 47.670965818097429 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3315, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 69000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.930355641330394, 46.976133841470279 ], [ -122.920784729018209, 46.988044540136656 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3316, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005RL005EXP", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322472589448253, 47.655393277035706 ], [ -122.322041165929619, 47.665261286498215 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3317, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 360 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.64198036487258, 47.815343803025996 ], [ -119.639930354464511, 47.813732471963284 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3318, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.291111567890198, 47.124036589912244 ], [ -119.289772822992035, 47.125491757535784 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3319, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 123000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.709003421124649, 47.069723781616695 ], [ -122.675738111404016, 47.08133005018108 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3320, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.454505230034414, 47.520787201108107 ], [ -120.448443632458421, 47.514886184810976 ], [ -120.428276927309454, 47.50580282036308 ], [ -120.421713624339802, 47.498269893300517 ], [ -120.41938338463396, 47.491891901498917 ], [ -120.409870612648888, 47.485538772881164 ], [ -120.369219394443491, 47.47586836594099 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3321, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.40264132731437, 45.585686270133145 ], [ -122.399757851078235, 45.584194404340359 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3322, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.086822704253322, 46.739569367655257 ], [ -119.119682395625915, 46.749572174429275 ], [ -119.128396550146732, 46.754754981172589 ], [ -119.133957063261661, 46.763660431072509 ], [ -119.134307384078724, 46.782398865136813 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3323, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.020926540679625, 47.361394117124746 ], [ -122.023756906902932, 47.37333676434519 ], [ -122.030279149665915, 47.381910578010569 ], [ -122.033489674536995, 47.383822299584253 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3324, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207457799159954, 47.82171191096834 ], [ -122.209144009516251, 47.832232261522321 ], [ -122.215076391917179, 47.839174139227431 ], [ -122.215888421816686, 47.844398369483891 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3325, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.231444571572794, 47.718151091226602 ], [ -121.199564524175003, 47.714911631874656 ], [ -121.177467699055512, 47.715233287100261 ], [ -121.16095647847304, 47.710809572249808 ], [ -121.153541424084608, 47.711786608093981 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3326, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 130000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.244685812440409, 47.329721985780601 ], [ -122.244613142364855, 47.349897488625622 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3327, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.874397081845956, 48.547393829782685 ], [ -117.857271574220206, 48.547321301827616 ], [ -117.846071542438949, 48.54150186911918 ], [ -117.826594002950699, 48.539435666981056 ], [ -117.822585393445522, 48.534895129041992 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3328, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.602514984729552, 48.892054163360179 ], [ -122.604052753064224, 48.892078048725651 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3329, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "122", "AADT": 740 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.565213601961972, 46.543440782807394 ], [ -122.55905241756021, 46.546784443628233 ], [ -122.547609945698284, 46.548146413928755 ], [ -122.541161648271313, 46.551077125642571 ], [ -122.539012746111084, 46.554325846298219 ], [ -122.533595399733102, 46.557360412204261 ], [ -122.531099779347883, 46.556954320354606 ], [ -122.528567782951441, 46.553872965970221 ], [ -122.522613037268201, 46.552822087356759 ], [ -122.517211478833659, 46.553673898163233 ], [ -122.513898738872015, 46.55698251600986 ], [ -122.500211169286914, 46.559665490904031 ], [ -122.497669879337039, 46.558356832389627 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3330, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.356443457991631, 46.077185899501842 ], [ -118.356975755880612, 46.085091073841454 ], [ -118.36720155662843, 46.086483817266178 ], [ -118.367409959352187, 46.092766392256117 ], [ -118.371241075359464, 46.100085005302745 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3331, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.002713399321877, 46.212166620837543 ], [ -120.000988019889746, 46.213675046380047 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3332, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.235609285960891, 47.12473395416378 ], [ -117.242601926146975, 47.128245149336372 ], [ -117.242628199261333, 47.132279748520247 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3333, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.547613590066788, 45.751890626213985 ], [ -122.547259863523152, 45.758946281558856 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3334, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143708184077894, 48.188630979956407 ], [ -122.140069799020935, 48.19075852395784 ], [ -122.137032019732985, 48.197182604731104 ], [ -122.12947559174853, 48.198761111927809 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3335, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.214537179829279, 47.794421606024578 ], [ -122.212059351288076, 47.798474756058717 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3336, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.035624221583021, 47.849616529272382 ], [ -120.027710127448245, 47.847421361085487 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3337, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.882465413166017, 46.976299685690059 ], [ -123.854222276403135, 46.975166309922443 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3338, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 192000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.376126003665703, 47.240486919720681 ], [ -122.363209074826116, 47.240589668519526 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3339, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.646951111707807, 48.391135786077484 ], [ -122.644420372329137, 48.40075211655877 ], [ -122.6446295805966, 48.407845547252137 ], [ -122.649107889521233, 48.412059429088615 ], [ -122.644296266201934, 48.416713377227914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3340, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.172942795688272, 48.079452223814933 ], [ -123.156678518454882, 48.076900807288418 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3341, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 210 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.547293361458188, 46.809731403378628 ], [ -118.546976293708909, 46.86964326089209 ], [ -118.558281985208154, 46.876916992479025 ], [ -118.569126928895557, 46.887579446669967 ], [ -118.56712998542146, 46.938762013286279 ], [ -118.560421084020348, 46.967199453150478 ], [ -118.563927364076761, 46.969397904762545 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3342, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.002991199672721, 47.225931339995846 ], [ -121.014215763658186, 47.227848639704675 ], [ -121.020779408289869, 47.231767275364859 ], [ -121.026637711759903, 47.238114649440398 ], [ -121.037645272738288, 47.241057134757689 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3343, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434041492529772, 47.220909691057351 ], [ -122.434052037320427, 47.223093094211272 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3344, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.739118173736614, 48.64762568875765 ], [ -118.738038295106875, 48.64770584337839 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3345, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.634247378622447, 47.50492717413362 ], [ -122.6314890753886, 47.504928710839636 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3346, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.895747200085992, 48.038517836962839 ], [ -119.901327047798517, 48.048282498754709 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3347, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.054141350165722, 48.060912372696279 ], [ -123.049202844430781, 48.055262808687772 ], [ -123.031785024948164, 48.04446953965914 ], [ -123.030803482069317, 48.038558426328144 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3348, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 560 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.17220022269565, 47.181828016669805 ], [ -117.160530191027092, 47.185544419743813 ], [ -117.140332949209864, 47.196383458152887 ], [ -117.111567534796563, 47.193257371630992 ], [ -117.097512456021093, 47.196042980071212 ], [ -117.09354510092588, 47.199084121780324 ], [ -117.087727357054675, 47.210041061132266 ], [ -117.077615134271525, 47.216619854171924 ], [ -117.074089992264106, 47.221197500135986 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3349, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.52173314310906, 48.406990034593257 ], [ -119.521750167433325, 48.405112934158602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3350, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.998120266442143, 47.839360396757527 ], [ -119.992429461297576, 47.839011865588319 ], [ -119.973536307895301, 47.845064539559282 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3351, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.283904191541055, 47.203041813194062 ], [ -122.267351222125058, 47.200733364148022 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3352, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 137000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.898390582660454, 47.025431031921393 ], [ -122.888045170609317, 47.034962724668546 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3353, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.121370892344871, 48.200256519267811 ], [ -122.11824885194882, 48.201240603728586 ], [ -122.117020060476193, 48.208448951729885 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3354, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.324340674422501, 47.397956274036424 ], [ -122.324775391268275, 47.405730086718201 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3355, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.870040740406779, 47.233113436338954 ], [ -119.869200631021755, 47.233116836477862 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3356, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.158824453581829, 46.202223090683503 ], [ -119.158800310690651, 46.207751197677894 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3357, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.297504746275607, 47.435102223667684 ], [ -120.297532598295476, 47.433356212865867 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3358, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.10146610154753, 47.953296692649737 ], [ -122.102498928389622, 47.974783777932117 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3359, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.876637564509835, 47.669509908460022 ], [ -117.863223933100102, 47.669020976183774 ], [ -117.820463209375802, 47.657724507179928 ], [ -117.789328067890068, 47.644158693318495 ], [ -117.776484639964991, 47.643593498012592 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3360, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.337599522808773, 47.103906444231214 ], [ -119.325419947039521, 47.103212133230947 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3361, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.563890204964096, 46.932042617453284 ], [ -122.559255047459587, 46.933983955835579 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3362, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5754644576799, 47.091801678283026 ], [ -117.58517244391588, 47.092882859507959 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3363, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.914296787666956, 47.015110256309242 ], [ -123.922339548661725, 47.031655725404526 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3364, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.236469985497905, 48.467881476948868 ], [ -122.236749183909055, 48.471661819414791 ], [ -122.246574405237467, 48.491427682300937 ], [ -122.247022692461499, 48.503030819570661 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3365, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.437398043059943, 48.70729920327787 ], [ -119.437155858522189, 48.707698988194466 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3366, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.266699629360303, 46.862906199787354 ], [ -122.266703538445427, 46.8634865678914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3367, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.373038808487124, 47.247348750984969 ], [ -122.367259296032358, 47.249756105903259 ], [ -122.359716934068018, 47.25694505627979 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3368, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.461138151141412, 48.106935246734594 ], [ -123.443990572735686, 48.107391692439862 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3369, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.176118084384996, 47.363166787763639 ], [ -122.165440596478462, 47.35802794414036 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3370, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "100", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.04472259684249, 46.30887195360355 ], [ -124.048752120608185, 46.310189760572534 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3371, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.311990139738185, 47.333987545994759 ], [ -122.31204401834627, 47.335872343980007 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3372, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.393359055192434, 47.322379808810595 ], [ -122.392436934096395, 47.321613730375518 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3373, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.320705919610177, 47.480877181609316 ], [ -120.313363939057425, 47.495252997197817 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3374, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.511065378919952, 46.970805678996101 ], [ -120.507269685118672, 46.962609838888042 ], [ -120.507057266057828, 46.958810148499147 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3375, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.385406426721431, 47.951680910316185 ], [ -124.385450857524475, 47.954115057604838 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3376, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552640114250394, 45.707988681537266 ], [ -122.552276003996226, 45.729913109522634 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3377, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.734073830085151, 48.640476501073906 ], [ -118.730244100829495, 48.641839495987199 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3378, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 136000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.47221081457117, 47.235116731589734 ], [ -122.48279661597924, 47.234976754514619 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3379, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.972693801564759, 46.703306275492004 ], [ -122.976119766412495, 46.717613398639031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3380, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302SPPURDY", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.626109567657707, 47.384698061692582 ], [ -122.626092716800329, 47.389054986218632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3381, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510SPYELMLP", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632531038069743, 46.964619754835439 ], [ -122.62689382046058, 46.961492607617913 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3382, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.063467216666339, 47.649181278575213 ], [ -120.062181571882689, 47.649175315894205 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3383, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.121529330011143, 47.673893233538053 ], [ -122.118861794023317, 47.673131294916757 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3384, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 106000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.274059505463214, 47.6747650498599 ], [ -117.256488287639016, 47.67443774683187 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3385, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.212059351288076, 47.798474756058717 ], [ -122.210869349651148, 47.800461977917607 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3386, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.076982486194694, 46.910862134830218 ], [ -117.079932052290715, 46.911435068912816 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3387, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.699724232817005, 47.527355071608234 ], [ -122.697432892588267, 47.529005529685072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3388, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.561131670991045, 47.307552076570353 ], [ -119.560510624474986, 47.308418186954718 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3389, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 81000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.697432892588267, 47.529005529685072 ], [ -122.677213290985122, 47.537818397826882 ], [ -122.675931461609238, 47.541411500577887 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3390, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.668479131363682, 48.004624036182705 ], [ -119.66950959239098, 48.005296093233383 ], [ -119.668498227640697, 48.006485896232036 ], [ -119.67654729985172, 48.011006920307523 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3391, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.307430476410232, 47.361630322870283 ], [ -122.301269834599125, 47.373309348391864 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3392, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0867809993387, 47.099217067091182 ], [ -123.085235233932252, 47.094301477626843 ], [ -123.082402119873819, 47.091821405306362 ], [ -123.071866758699187, 47.091058025339478 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3393, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.675635892836283, 47.096990194960227 ], [ -118.656406237235373, 47.096673849213055 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3394, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 106000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.305953399713474, 47.666619659066676 ], [ -117.290526581934259, 47.672483866142429 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3395, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.946239913608068, 47.196853032706017 ], [ -120.953579102632801, 47.19782525758815 ], [ -120.980925049582297, 47.207837572712442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3396, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 171000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329071639952772, 47.694314524161229 ], [ -122.329550276201402, 47.704780986555249 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3397, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.569240094324471, 47.81250649070239 ], [ -117.578335198808304, 47.815136782373258 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3398, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.770687135055681, 48.109957956957935 ], [ -122.769308763370304, 48.110002460467172 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3399, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.596330859470996, 47.107346350664521 ], [ -121.589756614522244, 47.100970734142152 ], [ -121.585162399403771, 47.0923339804745 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3400, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.909487464207444, 47.021750611404926 ], [ -122.905644480878308, 47.021711278918701 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3401, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.583575739140045, 48.361600175938868 ], [ -119.581387376264487, 48.363341681916516 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3402, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.140658202334322, 47.406395844260324 ], [ -123.141300861940678, 47.405012501806958 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3403, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.780884531473419, 48.089934490312004 ], [ -119.780943323473082, 48.101997033615532 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3404, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.275195431491795, 46.557031423485931 ], [ -122.275243482698372, 46.558324606293162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3405, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.812351579478403, 46.975862692238074 ], [ -123.808962595189158, 46.976225300579273 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3406, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.662469567612035, 47.526988495392246 ], [ -122.668609839783855, 47.529385601709947 ], [ -122.682461222555503, 47.527847209731924 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3407, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.630695250475839, 47.511765176516562 ], [ -120.627079819405012, 47.517683807410144 ], [ -120.61798402983149, 47.542049652487428 ], [ -120.604080864698673, 47.55336015550678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3408, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.399757851078235, 45.584194404340359 ], [ -122.398548074717851, 45.584157326246881 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3409, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.858686049379088, 46.854842923452374 ], [ -122.858557312897204, 46.856367563002472 ], [ -122.848233224271084, 46.858616212616248 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3410, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.071846379360252, 47.315076503143366 ], [ -120.067706026309466, 47.300839926939879 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3411, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.486012535694428, 48.800551579686704 ], [ -122.48604922635792, 48.804308499058983 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3412, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.649845078782135, 47.508163976738807 ], [ -122.658295397915182, 47.518031662728646 ], [ -122.662469567612035, 47.526988495392246 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3413, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "307", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.639978566916994, 47.756166092326147 ], [ -122.626154857908602, 47.757968258526262 ], [ -122.612448723476334, 47.766183538282235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3414, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.430273952877158, 48.782618922345399 ], [ -122.425146652481075, 48.786557197351307 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3415, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.978378541214525, 46.305298659382615 ], [ -119.97859057708942, 46.312565612226692 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3416, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.988693194998859, 47.831858359380298 ], [ -119.982323996925928, 47.827400248214381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3417, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "705", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434522701258501, 47.243324141146672 ], [ -122.435249748760256, 47.247047007009833 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3418, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.077331004970745, 46.194073370880616 ], [ -119.085823104778029, 46.19661506819152 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3419, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.22793641208871, 46.272792226188564 ], [ -119.218926060068355, 46.275380633275454 ], [ -119.209573680762588, 46.273875129276242 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3420, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.317848845660947, 47.289841138315147 ], [ -122.313524644104263, 47.289689111530052 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3421, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "534", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.334982037389764, 48.341173762470873 ], [ -122.33358123019751, 48.341165856045606 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3422, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207231988263089, 47.809447764549368 ], [ -122.201057805614894, 47.810066305900001 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3423, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.404212287846775, 46.634241052402835 ], [ -121.39476050077235, 46.636586792789643 ], [ -121.377914400688041, 46.644301593973815 ], [ -121.375914697958606, 46.648900854821939 ], [ -121.36412243873751, 46.649084526547618 ], [ -121.361289822111672, 46.65418045533724 ], [ -121.352607275110074, 46.656816854026104 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3424, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "131", "AADT": 250 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.952784719533668, 46.505659931696606 ], [ -121.953554316599508, 46.507320811778335 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3425, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.616605860494388, 46.502381391341636 ], [ -119.496091153696597, 46.445493522665771 ], [ -119.450875451458444, 46.408809450962565 ], [ -119.436530491791274, 46.391209991211674 ], [ -119.422649327454195, 46.383209280997058 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3426, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099COTUNNEL", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.343802884199718, 47.624644189531303 ], [ -122.344927504255665, 47.617072186417921 ], [ -122.336412100701764, 47.602846105074143 ], [ -122.336656090559458, 47.591692172560187 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3427, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.639182061340307, 47.746477449640494 ], [ -122.645684510430286, 47.75184286421355 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3428, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.631158803166031, 47.583273830531837 ], [ -122.629830761542792, 47.587574997232146 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3429, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.106375590620843, 48.00322073029902 ], [ -122.106928824733941, 48.006328067544558 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3430, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.871481668138927, 46.654206022570257 ], [ -118.867800439534605, 46.652439286262862 ], [ -118.861432180934173, 46.652330978016955 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3431, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.382962359617778, 46.845944419408887 ], [ -120.376532668563883, 46.843053577081044 ], [ -120.371997110814647, 46.837063334043961 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3432, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.439990119346277, 47.103981369937607 ], [ -119.355451271626166, 47.103965290804354 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3433, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239811284252411, 47.657120099717218 ], [ -117.239794730561059, 47.658376090620614 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3434, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.922339548661725, 47.031655725404526 ], [ -123.921661669667998, 47.03701500285613 ], [ -123.925215644676427, 47.048193320500943 ], [ -123.925242130995414, 47.053641050085837 ], [ -123.927290380026619, 47.057205959632142 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3435, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.990036614977186, 47.602916964008244 ], [ -122.993039995443553, 47.596361977680019 ], [ -122.996618250712629, 47.591492520022157 ], [ -123.003423477293254, 47.586483076200963 ], [ -123.007069557269276, 47.578862403087896 ], [ -123.018413775755363, 47.563368342477801 ], [ -123.032639621438662, 47.552839043828051 ], [ -123.043476330546156, 47.550884302354376 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3436, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.677075241222823, 45.632772139073047 ], [ -122.683336977908795, 45.632826922120138 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3437, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.212868834614298, 47.804741856444409 ], [ -117.212921678837603, 47.811731068390074 ], [ -117.215157028746731, 47.816339138089461 ], [ -117.209306007659649, 47.826425234456366 ], [ -117.202021796009106, 47.829999029145107 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3438, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.882024161521159, 47.968795396007572 ], [ -122.88089742144588, 47.964345178288852 ], [ -122.882663697874364, 47.960744032516125 ], [ -122.882889924680413, 47.954483349262915 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3439, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.717335933741566, 46.575631057619091 ], [ -122.704647052583965, 46.575601790218045 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3440, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.314630901271457, 48.394450270631637 ], [ -117.314552727152318, 48.391686552332288 ], [ -117.304788643689747, 48.374284687944062 ], [ -117.30446083488917, 48.33946345830833 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3441, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.128522187771722, 48.1877057822756 ], [ -122.12947559174853, 48.198761111927809 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3442, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 153000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.19924574959704, 47.961609169232084 ], [ -122.197636001163573, 47.968278392297606 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3443, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.97501354291694, 45.64066542725913 ], [ -121.968237055696335, 45.641658919015967 ], [ -121.942783099112859, 45.651906592314759 ], [ -121.938198048427623, 45.65178045973996 ], [ -121.929382045629481, 45.648165335559966 ], [ -121.918677808913145, 45.653351083899409 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3444, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 550 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.692231093051134, 47.333315666636096 ], [ -118.691817939208391, 47.337373023791166 ], [ -118.688932753166384, 47.338112147781402 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3445, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "409", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.377449328681777, 46.187590274610152 ], [ -123.385745206621962, 46.192387792436648 ], [ -123.382269619908456, 46.198206456995216 ], [ -123.384537486198752, 46.200990511566445 ], [ -123.383026138210809, 46.204013241808866 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3446, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.505932907996737, 45.672173066419191 ], [ -122.501840835354884, 45.672127572193745 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3447, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.180095245937054, 46.728918094302635 ], [ -117.17813858046182, 46.728901855702475 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3448, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.354854885101076, 47.323674358609189 ], [ -122.347324198075228, 47.330514827185624 ], [ -122.338526044080496, 47.332651754320374 ], [ -122.334674011762715, 47.33081070966557 ], [ -122.332027695986127, 47.331823643705235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3449, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.743899810324493, 45.669430911705732 ], [ -122.757700881970266, 45.666794190942902 ], [ -122.757749313166826, 45.671268028166942 ], [ -122.759556380604806, 45.673242212079145 ], [ -122.761332858684113, 45.681265217758174 ], [ -122.762062245572011, 45.693696678614728 ], [ -122.758668557707892, 45.710904333680219 ], [ -122.754285258706773, 45.723794704244987 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3450, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.979369534098609, 48.165617216702813 ], [ -118.983542661390459, 48.167664466577584 ], [ -118.985480828070379, 48.171337133650468 ], [ -118.985560414979815, 48.183782775881639 ], [ -118.989236202435549, 48.191350379674155 ], [ -119.015462019462674, 48.20994850260135 ], [ -119.02218461782995, 48.212672879825938 ], [ -119.034631474225094, 48.214355773646375 ], [ -119.038900681343634, 48.21696191798538 ], [ -119.041464078853039, 48.222582555303227 ], [ -119.057105093464472, 48.225364373995554 ], [ -119.067680588902661, 48.230739459960816 ], [ -119.077105046321904, 48.23227415679019 ], [ -119.082194230818189, 48.235761230882929 ], [ -119.103951743947945, 48.23733375538378 ], [ -119.108796913647126, 48.239483379747774 ], [ -119.12505192027082, 48.238780830676653 ], [ -119.136195757831786, 48.244515602063387 ], [ -119.139768111877402, 48.249100986852447 ], [ -119.138802476852504, 48.251909887616861 ], [ -119.144175159824357, 48.272080556516308 ], [ -119.140237657562778, 48.276885020983393 ], [ -119.14344441024339, 48.281697692177623 ], [ -119.142242269489159, 48.284410994201068 ], [ -119.137752150557347, 48.287580124099797 ], [ -119.137253713623139, 48.292837139313228 ], [ -119.133763010523168, 48.296051214027123 ], [ -119.134110199500611, 48.301291093367297 ], [ -119.145990086229276, 48.307536797078193 ], [ -119.152683295104225, 48.314616154696445 ], [ -119.152996717265268, 48.325473562526334 ], [ -119.158525312909745, 48.332544932171935 ], [ -119.175198432689797, 48.339271577602773 ], [ -119.198188019014196, 48.355774322862828 ], [ -119.235022948024209, 48.364732324746896 ], [ -119.329221021343415, 48.368465361241867 ], [ -119.363161877960067, 48.374427813055583 ], [ -119.39576084928423, 48.374796818245237 ], [ -119.440663445420526, 48.388454813570355 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3451, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.19283150349132, 48.477935123949678 ], [ -120.190064272437155, 48.477574027090782 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3452, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.347212270939949, 47.824463311668232 ], [ -117.353007747506211, 47.832908897676205 ], [ -117.353862608672216, 47.838149676480988 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3453, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.117168574466447, 47.165835136198254 ], [ -122.114431986466798, 47.165563314989747 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3454, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.662921207264816, 47.581719582493115 ], [ -117.642961855877843, 47.587872802827135 ], [ -117.611206928594129, 47.59461278691564 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3455, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.530788449355455, 47.258858195935574 ], [ -122.537983013595337, 47.259132871590737 ], [ -122.542797158745785, 47.262309813862629 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3456, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.938487959147665, 47.641296821226447 ], [ -122.946166179427138, 47.630652062391484 ], [ -122.953878907934524, 47.627977060566216 ], [ -122.959420462539626, 47.628040860079203 ], [ -122.957242236316077, 47.624900579126724 ], [ -122.962491574231933, 47.6237042786979 ], [ -122.967423426488992, 47.619734921015855 ], [ -122.981051959838595, 47.61605789376749 ], [ -122.986200562134997, 47.609617512029821 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3457, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.284961471538836, 47.889952125012861 ], [ -122.291357602397611, 47.899252708446674 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3458, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.194046084615195, 47.75535364071574 ], [ -122.191330456467355, 47.755720280808276 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3459, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.161550008113949, 47.35799269731222 ], [ -122.140709792705252, 47.358002554744033 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3460, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.984212694146478, 47.709333908432967 ], [ -121.986203267783281, 47.722900691457404 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3461, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 840 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.620045942243252, 46.371824077321392 ], [ -122.61351930946266, 46.373222121429734 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3462, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.702661090540786, 45.81554770163148 ], [ -122.690480811805116, 45.815702704356234 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3463, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.012427460154342, 47.056316642737286 ], [ -123.009562583698369, 47.055818616157204 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3464, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.332466565438409, 45.939340476061993 ], [ -119.328758051795688, 45.93161811660535 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3465, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.985089340991152, 46.573222517741826 ], [ -118.956697523256963, 46.592964228333955 ], [ -118.927445826256715, 46.60183349426201 ], [ -118.876685898346125, 46.633237810513073 ], [ -118.861508611403721, 46.640328066782814 ], [ -118.85643031703205, 46.646165675013158 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3466, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.546083814543366, 46.683030593218135 ], [ -121.538378998113728, 46.679144791730835 ], [ -121.527157827324075, 46.677803182236218 ], [ -121.515669882748412, 46.671911044536373 ], [ -121.50503712914049, 46.670862820897618 ], [ -121.500484457583454, 46.671887848494741 ], [ -121.488359887342213, 46.669303348081584 ], [ -121.471108039347428, 46.653537358758435 ], [ -121.462757902495099, 46.648335476209034 ], [ -121.457191664777028, 46.640692832485399 ], [ -121.449676745122176, 46.636191558455309 ], [ -121.447259566115832, 46.633274322027113 ], [ -121.447848854048331, 46.629579381730039 ], [ -121.444363943474016, 46.624708263206038 ], [ -121.436975176619455, 46.624221178222335 ], [ -121.404212287846775, 46.634241052402835 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3467, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.193814887211133, 47.25330462738264 ], [ -121.183208277774099, 47.244320631111854 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3468, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "008", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.11128029456323, 47.032595602555979 ], [ -123.096767187374638, 47.034123827908779 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3469, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.921877134159814, 46.276283257366941 ], [ -122.912200100069569, 46.274432603388043 ], [ -122.90730587583046, 46.275376903023975 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3470, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.999211918273488, 46.28649632213618 ], [ -119.999084702635471, 46.301980308509016 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3471, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 127000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.221480861841442, 47.4035987998246 ], [ -122.220202578698405, 47.407237497326562 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3472, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "092", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.990426831644157, 48.086663289443571 ], [ -121.9886607244121, 48.090170640278707 ], [ -121.980184742120969, 48.091167015055149 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3473, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.145765470894801, 47.252121037595735 ], [ -123.138084955711903, 47.241479189567279 ], [ -123.132021950152648, 47.23634233554538 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3474, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.303895728483525, 46.757897512500882 ], [ -118.289021811026117, 46.756018663325186 ], [ -118.280124214524065, 46.750410969052481 ], [ -118.26875740531456, 46.750475190017447 ], [ -118.22664299898689, 46.741705580092372 ], [ -118.205403212531195, 46.744748685616521 ], [ -118.191314799744603, 46.751956157836432 ], [ -118.17326083726168, 46.75686952295554 ], [ -118.164805848623885, 46.763744865405918 ], [ -118.153201407481617, 46.769193063531695 ], [ -118.144924858594564, 46.770029632023778 ], [ -118.129621305286619, 46.76807234130888 ], [ -118.103334279313884, 46.774690595783426 ], [ -118.092781726216487, 46.780339700139436 ], [ -118.077816793313332, 46.777150416443561 ], [ -118.04825804363189, 46.775332670580063 ], [ -118.03931030765547, 46.77268170738391 ], [ -118.029422707812643, 46.76546131658457 ], [ -118.023973467083607, 46.764545732571129 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3475, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.354064456991352, 47.005882445124683 ], [ -117.35465404985176, 47.013368600706684 ], [ -117.361681404762734, 47.029055953929863 ], [ -117.377123742945543, 47.044597590823876 ], [ -117.380268960417908, 47.050856712212834 ], [ -117.383139624944818, 47.07641321670107 ], [ -117.378854292028151, 47.096423184128504 ], [ -117.378440705250966, 47.162451226270356 ], [ -117.380029153894995, 47.174195565790569 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3476, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097SPORONDO", "AADT": 240 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.228042090985326, 47.627788861811567 ], [ -120.22273694244808, 47.62698031837207 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3477, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "409", "AADT": 150 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.377712239769565, 46.153926302986747 ], [ -123.37707782031309, 46.155161434970694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3478, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.885352651745791, 45.69284594550966 ], [ -121.877263805925523, 45.696788560303908 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3479, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129SP6THST", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.04557435482144, 46.418180045017003 ], [ -117.045583720979948, 46.419935817647605 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3480, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.486096201911991, 48.783628412524685 ], [ -122.486078625531576, 48.784378007419939 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3481, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.320045057725224, 46.370271266906933 ], [ -120.314958782533651, 46.367729826552356 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3482, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.202193656712311, 46.147961704761585 ], [ -119.202351162739646, 46.134711391356291 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3483, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.289184802145584, 48.435552414913879 ], [ -122.276545296594819, 48.43416171977352 ], [ -122.267135357885238, 48.42992761219039 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3484, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 93000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254672479721847, 47.242503585573665 ], [ -122.255900186843107, 47.246006102940811 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3485, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.575965758574384, 47.486890338074836 ], [ -117.575401006243808, 47.487355220568766 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3486, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.078669235939856, 46.627029767657213 ], [ -123.064449026826722, 46.62697579438484 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3487, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.996112927260953, 46.161845104874217 ], [ -122.987609501788725, 46.157644308153316 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3488, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.897727887078943, 47.180423953594413 ], [ -120.887811168415695, 47.171838927896502 ], [ -120.872614316905853, 47.163858439500956 ], [ -120.862442181742566, 47.161112028251381 ], [ -120.848153396901282, 47.161485210124802 ], [ -120.823945175454043, 47.15522756162958 ], [ -120.816230770700145, 47.146731248825972 ], [ -120.809388832791157, 47.131968950596352 ], [ -120.803553809007099, 47.127508837054094 ], [ -120.799000461248781, 47.117870625484386 ], [ -120.783017302859989, 47.1120217119431 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3489, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.624742220228953, 48.581611522753683 ], [ -120.61947766845303, 48.584676879355847 ], [ -120.615591971477684, 48.589501733351845 ], [ -120.609259957788552, 48.591391133779084 ], [ -120.601208134788749, 48.596618759122002 ], [ -120.589545207496471, 48.598662590509562 ], [ -120.557903176156231, 48.601179972638029 ], [ -120.539268899042696, 48.598767034760108 ], [ -120.533159985121856, 48.599376551668328 ], [ -120.524346708423153, 48.59723677625972 ], [ -120.511770525029974, 48.591061048401336 ], [ -120.500745218622171, 48.58831238271145 ], [ -120.494475141401139, 48.588869558273942 ], [ -120.484167310791108, 48.58684421149168 ], [ -120.477467270049345, 48.586987492127953 ], [ -120.46457578229662, 48.590821682061197 ], [ -120.455082172882484, 48.596210188113567 ], [ -120.436049630364096, 48.597849872975964 ], [ -120.392947623537054, 48.579805828838751 ], [ -120.383135970679248, 48.571114652059251 ], [ -120.373355245555359, 48.567713760000572 ], [ -120.36656282555802, 48.561277073561357 ], [ -120.349876773450958, 48.552420656941301 ], [ -120.338960773360583, 48.548602804199497 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3490, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515740677517755, 47.290804219512921 ], [ -122.515673186076214, 47.29810652518136 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3491, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.302112785008816, 46.3183716497714 ], [ -119.293808411926818, 46.314192016470507 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3492, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "211", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.284575433895014, 48.28127657359699 ], [ -117.283901925627418, 48.305182219612938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3493, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.067799451340477, 46.912757290655769 ], [ -117.064150137837515, 46.919086938436003 ], [ -117.054738688154529, 46.925380803479548 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3494, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143389182029651, 48.224677901692552 ], [ -122.15879371392559, 48.238953466776813 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3495, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.604193276420119, 46.474899599348824 ], [ -117.591579081310115, 46.474002727601118 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3496, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.180984819364355, 46.73069476721038 ], [ -117.179623885955721, 46.73239560109441 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3497, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.218196494160367, 46.814163495102768 ], [ -119.207861427378617, 46.811573174261646 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3498, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.391671100405546, 47.654295770131995 ], [ -117.394991893307292, 47.657584632828758 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3499, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.134312927657973, 46.818765881995262 ], [ -119.133344349409569, 46.826322014929531 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3500, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.209573680762588, 46.273875129276242 ], [ -119.189505252108816, 46.267690257271724 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3501, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.814395560497218, 46.976034897348804 ], [ -123.8155189413784, 46.975464231916462 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3502, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 170000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.271023970716158, 47.477579959242256 ], [ -122.271137558617298, 47.482316316475639 ], [ -122.266329677622053, 47.486914965209415 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3503, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.802570051521002, 46.96202789454253 ], [ -123.802398376345494, 46.967887712325478 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3504, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "110SPMORA", "AADT": 800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.534428898496259, 47.912791220159107 ], [ -124.538034814041822, 47.91381884115804 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3505, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.28769080042855, 46.562905111945412 ], [ -122.285789036072089, 46.561371888564736 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3506, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "906", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.415532539918075, 47.426933366054243 ], [ -121.41585706322121, 47.425849765009296 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3507, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 125000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.547904716865418, 47.123849887794513 ], [ -122.536283653533985, 47.130792169373024 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3508, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "292", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.636770498151151, 48.062719337103708 ], [ -117.624711222505027, 48.059175687031761 ], [ -117.621722756725561, 48.05967695492788 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3509, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 128000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.200274287686483, 47.48032398531722 ], [ -122.192273680522504, 47.490126072780598 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3510, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.313709108713482, 47.777338075744922 ], [ -122.309143099107274, 47.774377396335623 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3511, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335721940832045, 48.471719653614613 ], [ -122.335608842846796, 48.475571374128926 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3512, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.005822603158975, 46.322037676795986 ], [ -124.021535225858059, 46.317579506547332 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3513, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.506325005867552, 45.684857825480314 ], [ -122.505963270513732, 45.681974861658112 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3514, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.137725332728863, 46.270778689165972 ], [ -118.123852411162659, 46.273750084320341 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3515, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.505667950869196, 46.832959152788106 ], [ -117.497826181739384, 46.834217025278917 ], [ -117.490097050329339, 46.841035463094833 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3516, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434250601993483, 47.155430989558461 ], [ -122.434200290348514, 47.159344943195073 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3517, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.950720210555247, 48.050275000016597 ], [ -122.948992860835901, 48.050272209599846 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3518, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.012650628549807, 46.208424581192091 ], [ -119.010794048039415, 46.210989104272294 ], [ -119.007894310150846, 46.211723726768227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3519, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 850 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.672716964456512, 48.15935484774792 ], [ -122.672541743029839, 48.159772116555992 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3520, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.90449436302238, 46.602130269164348 ], [ -122.911197239824602, 46.610010098061217 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3521, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.00792149297601, 46.80269403236656 ], [ -123.006696476393799, 46.802802063569395 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3522, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.385422505182618, 47.950581433191111 ], [ -124.385406426721431, 47.951680910316185 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3523, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.290335125065369, 47.40890094805782 ], [ -120.294348910326917, 47.409876959885985 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3524, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.636809987006131, 47.811607921395016 ], [ -119.635975519956745, 47.81206763382886 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3525, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.316818358546342, 46.325761236324922 ], [ -119.302112785008816, 46.3183716497714 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3526, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.502199980538862, 48.716086059986466 ], [ -122.502234449029629, 48.717660434809382 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3527, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.026166157069383, 46.162222024938082 ], [ -123.018241547285399, 46.155430162943098 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3528, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.352294519642086, 47.974775063121385 ], [ -122.355572140224382, 47.97827943395837 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3529, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.495769602764383, 47.72612474718251 ], [ -117.506565953447748, 47.734043608854989 ], [ -117.507545144270523, 47.737161965513671 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3530, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 213000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.282804357153694, 47.423422322479134 ], [ -122.274709422591158, 47.428712485110346 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3531, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.667261725676028, 45.779820174972102 ], [ -122.661701633558977, 45.779505486263872 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3532, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 150000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.204514744994881, 47.471240198000629 ], [ -122.203586134691747, 47.475180577294914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3533, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.242096332939994, 46.103132656401584 ], [ -118.222159106477449, 46.115872053122914 ], [ -118.204917645868349, 46.123542948049739 ], [ -118.157996431539885, 46.139111668424583 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3534, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.955074431597481, 46.644085364236027 ], [ -122.967097065756647, 46.649895723987143 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3535, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.889523026272499, 46.98096188102528 ], [ -123.896051288461464, 46.980998530624127 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3536, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.788494477841894, 46.748308334053128 ], [ -120.77183429406891, 46.747446710059677 ], [ -120.723988084631699, 46.734874448796319 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3537, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.243705511353653, 48.507550045991081 ], [ -122.243812723762758, 48.510152730802538 ], [ -122.241412149339951, 48.510407569933996 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3538, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.245689518632929, 48.243999233560778 ], [ -122.26491770774841, 48.264714313872602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3539, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.361024243306389, 47.711537211471921 ], [ -121.354234893885732, 47.711904268953752 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3540, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.356457815444017, 46.074867789041875 ], [ -118.356448217173181, 46.075882035761992 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3541, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 140 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.784263452940777, 47.612155991250667 ], [ -118.763698450952589, 47.612498886459171 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3542, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.843998045196571, 46.003648610060218 ], [ -122.852240996018864, 46.023438807295186 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3543, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 75000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.685128998589036, 47.527235927944361 ], [ -122.695218099488613, 47.524778301544174 ], [ -122.699177834696357, 47.52537522143561 ], [ -122.699724232817005, 47.527355071608234 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3544, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.314872538120511, 47.821191207799686 ], [ -122.312101388670612, 47.821183169598442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3545, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.360231664926161, 47.12019887816389 ], [ -118.30330255127852, 47.159893548295607 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3546, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.971631410051302, 46.211760561894401 ], [ -118.94692658429075, 46.211828735689217 ], [ -118.93643481600057, 46.215375531248128 ], [ -118.910028470659995, 46.21510950100685 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3547, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.488037134991032, 47.774390939840643 ], [ -121.483337808026448, 47.770709180003777 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3548, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 95000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.822188395844478, 47.046986950635308 ], [ -122.813332455285646, 47.052492095141105 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3549, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.018241547285399, 46.155430162943098 ], [ -123.01190786750638, 46.149147555907504 ], [ -123.003615758872385, 46.147146610018048 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3550, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.198341733740023, 47.760267227932765 ], [ -120.174837509133468, 47.767969201876618 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3551, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.165346057776276, 47.754516792953254 ], [ -122.169983570721172, 47.753052414870602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3552, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.178672227504336, 48.051849715103344 ], [ -122.17702554747035, 48.051845694889323 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3553, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.004795632716508, 46.166123702447827 ], [ -123.000372751835158, 46.163938132919846 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3554, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.502234449029629, 48.717660434809382 ], [ -122.499917878354765, 48.717652925544833 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3555, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.507057266057828, 46.958810148499147 ], [ -120.507145215033958, 46.937825834049121 ], [ -120.495989393082866, 46.923752129183036 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3556, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.328890954488131, 47.590308791634179 ], [ -122.323204156349121, 47.592989716797248 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3557, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.318091806028946, 47.682431997417261 ], [ -122.315402910221636, 47.68471045038266 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3558, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.203394931488575, 48.187823246837034 ], [ -122.201484693745044, 48.187894769552031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3559, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 670 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.686186201388963, 47.890718012116224 ], [ -117.697557241940146, 47.884403535277599 ], [ -117.697435675147929, 47.881897537824635 ], [ -117.702216121369062, 47.876802217245483 ], [ -117.706620235845563, 47.879310377998088 ], [ -117.708647232869268, 47.874495329758517 ], [ -117.706336095130695, 47.868864365742489 ], [ -117.711948378717651, 47.86329778543773 ], [ -117.712312332574001, 47.855895418904112 ], [ -117.714582124262066, 47.852040546828725 ], [ -117.745062149984363, 47.840110603161875 ], [ -117.760735502989945, 47.838409447637936 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3560, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.052354033291863, 47.83580566329735 ], [ -120.03988967777552, 47.83418206695346 ], [ -120.036851068723749, 47.835950371906463 ], [ -120.027228826416362, 47.836194659546535 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3561, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.55256983011023, 45.682084899217166 ], [ -122.552572928104226, 45.68558057449011 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3562, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.886654866975476, 46.581896048486932 ], [ -122.893609498837719, 46.589134577688974 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3563, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.020834266568741, 47.078057988937523 ], [ -123.018698757269277, 47.073746348560022 ], [ -123.018804977677817, 47.066546405782908 ], [ -123.012741509929768, 47.056407929114478 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3564, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009SPSUMAS", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.264959141111333, 49.000030960397375 ], [ -122.263463247993954, 49.000025473668551 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3565, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.756234783276597, 48.059508372096758 ], [ -117.76199426480828, 48.063266369562172 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3566, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.075403226596052, 48.60622009244755 ], [ -118.080167048726054, 48.606381369153979 ], [ -118.101265123627059, 48.614546561319102 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3567, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.017227750574065, 46.645475283967635 ], [ -123.013190159614354, 46.64851257865157 ], [ -122.979770850525938, 46.660022128112509 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3568, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207350378412556, 48.193054996791695 ], [ -122.214348263710392, 48.206328150548302 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3569, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.441316758663973, 48.702892499136951 ], [ -119.440005912049386, 48.70237954234566 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3570, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.110236543873398, 48.027904226185036 ], [ -122.110462966761986, 48.03410001178321 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3571, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 830 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485088769968655, 49.000573970295697 ], [ -122.484170717005028, 49.002204739321442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3572, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552276003996226, 45.729913109522634 ], [ -122.551442512674072, 45.745404110243008 ], [ -122.547613590066788, 45.751890626213985 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3573, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 132000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.187813994451062, 47.631938593183591 ], [ -122.186387532822948, 47.640513346762866 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3574, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 84000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.920784729018209, 46.988044540136656 ], [ -122.909083344937741, 47.005153403026377 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3575, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 71000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.581605412347017, 45.65598736296927 ], [ -122.573694372875309, 45.65591041025359 ], [ -122.564935972547644, 45.659147453263223 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3576, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.907920452864758, 46.932682540119146 ], [ -122.907890131180565, 46.94180302451813 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3577, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "113", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.210345909615867, 48.169216768939997 ], [ -124.214900463886863, 48.17676804405199 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3578, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 152000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.187210101605743, 47.561286902723062 ], [ -122.183918427557515, 47.565840024640536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3579, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.303613538269246, 47.651571254917883 ], [ -122.300887117708683, 47.659302034481364 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3580, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.340586229641332, 47.468390233788554 ], [ -120.338522724659214, 47.467047349070867 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3581, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.704451580442424, 47.551027418048399 ], [ -117.704062271819296, 47.552004905125962 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3582, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.345920633950058, 47.77083416369959 ], [ -122.346227490723876, 47.77779555423443 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3583, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.57284757436372, 47.301360429553199 ], [ -122.581342993881833, 47.310972648544222 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3584, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.74569089372676, 46.215864676273156 ], [ -119.739720859603494, 46.21193725562604 ], [ -119.735001393561419, 46.210962387319611 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3585, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "153", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.901327047798517, 48.048282498754709 ], [ -119.912733243944203, 48.045239570950436 ], [ -119.93365675926114, 48.052435164040617 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3586, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "518", "AADT": 109000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.27375876143914, 47.465095804957038 ], [ -122.265129968328068, 47.461402410511198 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3587, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.129688599241049, 48.200331111571217 ], [ -122.125181517841384, 48.200293378726577 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3588, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.888743691937847, 48.271523789092193 ], [ -121.879409098083201, 48.269112916391961 ], [ -121.866696645482108, 48.271437008081861 ], [ -121.858669648300051, 48.270938490991696 ], [ -121.83934107258635, 48.2773006502972 ], [ -121.789558817621995, 48.27675752273872 ], [ -121.771208812366439, 48.278800167450491 ], [ -121.747543185926759, 48.276570994144464 ], [ -121.725738871876757, 48.268819070033238 ], [ -121.706502771852854, 48.268688746102448 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3589, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.506537166263968, 45.781926395180072 ], [ -121.486714971069176, 45.794727936871375 ], [ -121.485438046665962, 45.798617495382416 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3590, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.317686385676737, 47.821213939447738 ], [ -122.314872538120511, 47.821191207799686 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3591, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 180 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.686887325462493, 47.152595293316537 ], [ -118.686946029544501, 47.164085232312019 ], [ -118.684853976308986, 47.167379317245661 ], [ -118.69152993208273, 47.173352113445702 ], [ -118.687012475639364, 47.185154631913839 ], [ -118.685918682119038, 47.260231723225672 ], [ -118.691379497557477, 47.261608118074513 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3592, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.97438256836152, 46.70684916547598 ], [ -122.973281621495445, 46.707026450017771 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3593, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.477586451440004, 47.715503692424456 ], [ -117.482808032682854, 47.717963365343465 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3594, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.726582953738102, 46.621161997590889 ], [ -119.727511011768399, 46.634082462117838 ], [ -119.736058461565932, 46.646847393338824 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3595, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292384800132737, 47.661192847984282 ], [ -122.286987929513899, 47.661463342410848 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3596, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.239989388251701, 46.841442224877852 ], [ -123.228930687743969, 46.840788556206256 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3597, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.196962788454272, 47.441505653462393 ], [ -122.196925317096699, 47.445266757228012 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3598, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.922800699216381, 46.134795839381624 ], [ -122.919949281946032, 46.138478727071941 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3599, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.51297092445509, 47.623864315628204 ], [ -122.514148739962664, 47.624854864202398 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3600, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "194", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.267322546033157, 46.708193058419404 ], [ -117.253697876282956, 46.720834603925077 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3601, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.905841872402107, 48.546554685215646 ], [ -117.904334281366246, 48.546565840751533 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3602, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.503673288630921, 47.802746125224886 ], [ -122.49890342711096, 47.800573328381972 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3603, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125SP125SP", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.356476260837141, 46.06873494319359 ], [ -118.360611100204409, 46.068680225344721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3604, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.85598866830523, 47.847262528006446 ], [ -117.855326948471387, 47.848311980549781 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3605, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.481658803952186, 46.999336859170747 ], [ -123.456444338937828, 46.998590188954367 ], [ -123.445483673903212, 46.996549214015715 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3606, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.203649239921617, 47.878146653265063 ], [ -122.169616112472056, 47.87782864570628 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3607, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.161323536285423, 47.333867097993448 ], [ -123.166827604760812, 47.3233524893379 ], [ -123.172041843437384, 47.317707549927093 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3608, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184772577627655, 48.105912285757604 ], [ -122.187296503918105, 48.144438471189112 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3609, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.620832926849289, 47.372853172770363 ], [ -122.61882170445088, 47.371309362015566 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3610, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.268238731438757, 47.136438738763069 ], [ -119.262380565997262, 47.139674647745608 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3611, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.910399241909545, 46.147036877996712 ], [ -122.908506061451561, 46.146702232170078 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3612, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "110", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.403466519498323, 47.967463185099703 ], [ -124.425941613857631, 47.96264110241929 ], [ -124.440388540094929, 47.963740785208095 ], [ -124.450942961500687, 47.954877667742316 ], [ -124.460686978628644, 47.952414175154054 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3613, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.292457478439616, 47.406215807363623 ], [ -120.288340059412576, 47.39938479633917 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3614, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.443282949070664, 45.57853125384549 ], [ -122.435610210147601, 45.580163137191967 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3615, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 148000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322628571475335, 47.63862000975832 ], [ -122.322457988642057, 47.646211058995675 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3616, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "225", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.494241787920785, 46.279543472050591 ], [ -119.493588994349267, 46.301316915032778 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3617, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.677492645942763, 48.010363151864276 ], [ -119.680267402238087, 48.008990227159273 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3618, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.722898993051729, 47.467079809454425 ], [ -121.709670661847042, 47.46327516174987 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3619, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.222631107649434, 46.725847558272449 ], [ -117.225059728954932, 46.735251688076026 ], [ -117.231668146995759, 46.741345992584861 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3620, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.045583720979948, 46.419935817647605 ], [ -117.044294662084752, 46.419932827678586 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3621, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.201270292237439, 47.448793830506141 ], [ -122.207036498594277, 47.459407738701245 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3622, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 123000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184688057846273, 48.081606951690027 ], [ -122.184727787567851, 48.095997776262443 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3623, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.06320605011544, 47.541252563510696 ], [ -122.062748397721222, 47.545705776713476 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3624, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155SPOMAK", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.525680334139167, 48.410508638475619 ], [ -119.528486519088872, 48.410845601874932 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3625, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.879496601006721, 47.161715677643585 ], [ -123.879563107557018, 47.163938902915689 ], [ -123.883803545931343, 47.167460409182219 ], [ -123.889061920527439, 47.175619884259923 ], [ -123.918238997472415, 47.185584487860808 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3626, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.417694339578588, 45.641107566146111 ], [ -122.398723856180268, 45.63833133192346 ], [ -122.398672794100008, 45.624277456717209 ], [ -122.403423194962727, 45.623380243879176 ], [ -122.404321633145614, 45.615225456978536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3627, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 460 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.100019608072841, 45.824926880522078 ], [ -121.097610307813184, 45.826067191082323 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3628, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "153", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.106171724604437, 48.255431820485725 ], [ -120.08980961819438, 48.265185323159372 ], [ -120.084256158400876, 48.270597111931679 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3629, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515673186076214, 47.29810652518136 ], [ -122.515656255319499, 47.299277535655087 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3630, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.442107154817933, 48.701994917911463 ], [ -119.441091926613225, 48.703150918200507 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3631, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.715450652902007, 48.269998491827572 ], [ -117.715519020859986, 48.276246085102656 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3632, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.395949240886893, 46.416943327673245 ], [ -120.428797596870609, 46.441291792723852 ], [ -120.431166201862425, 46.457537800170563 ], [ -120.469437454910619, 46.506554291819413 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3633, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.655187397916094, 47.757996620327653 ], [ -122.656604586940944, 47.758415467317946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3634, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.081386745100204, 46.627036552756898 ], [ -123.078669235939856, 46.627029767657213 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3635, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.830965119478279, 47.857991970519798 ], [ -121.816531071239623, 47.861761082029723 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3636, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.780711496987109, 48.084428763416561 ], [ -119.780884531473419, 48.089934490312004 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3637, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.350200969145106, 48.553164776832247 ], [ -122.347632495880887, 48.563982262420232 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3638, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.173659831143283, 47.788368584642917 ], [ -118.173984645708174, 47.803286843684198 ], [ -118.182621828701699, 47.815565893155288 ], [ -118.183505781517084, 47.821951415843465 ], [ -118.201888360634811, 47.825049034746279 ], [ -118.21177728061059, 47.834107386476859 ], [ -118.215510755501327, 47.859732329755715 ], [ -118.231042805873216, 47.861989821027819 ], [ -118.241893958860928, 47.860919165204102 ], [ -118.248996490867853, 47.864046466095452 ], [ -118.262059959986388, 47.865929760363137 ], [ -118.267057536091428, 47.876041956839309 ], [ -118.264417688479995, 47.886536003018023 ], [ -118.27351231852829, 47.895398528790281 ], [ -118.276445819205065, 47.909981857104846 ], [ -118.287980550835499, 47.908308208560705 ], [ -118.294566843188846, 47.902915021037693 ], [ -118.302215694800338, 47.903241149707071 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3639, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.970717980053749, 47.810311780512222 ], [ -119.974790843519742, 47.817388845187175 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3640, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.305279921697263, 47.108785126413565 ], [ -119.303513312096641, 47.110007206912748 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3641, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.578335198808304, 47.815136782373258 ], [ -117.59736169129701, 47.828865968819223 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3642, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.881472127498128, 47.086916141930189 ], [ -118.863757516258843, 47.086768846846645 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3643, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.606992276164306, 48.319713315717536 ], [ -119.604066327593557, 48.324038603584768 ], [ -119.601718577932772, 48.340327786694289 ], [ -119.595381933092497, 48.346234530005546 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3644, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.404306887019075, 48.107133159610619 ], [ -123.401571920000151, 48.106683647072472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3645, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.901700070548131, 46.285276014194245 ], [ -122.900982517029718, 46.285830725658975 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3646, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.358463390821214, 47.214502144065669 ], [ -117.354193610784648, 47.220031928488488 ], [ -117.35338239325128, 47.2237692463016 ], [ -117.362624217621487, 47.240099525475806 ], [ -117.361066420704887, 47.253456630647939 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3647, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.33274320151061, 47.408543256021261 ], [ -122.335262653876896, 47.416057096153082 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3648, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.229284166519435, 47.177268598483003 ], [ -122.229542768181233, 47.157073806216324 ], [ -122.232988543633425, 47.151747261168104 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3649, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 149000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320427645041178, 47.677153652014482 ], [ -122.322306957251925, 47.68383522198549 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3650, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.297532598295476, 47.433356212865867 ], [ -120.297733659472101, 47.424238153938759 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3651, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507COPEARL", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.955524056280908, 46.716503990207521 ], [ -122.955941604221366, 46.715546307308081 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3652, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.67495655374637, 47.443251500998755 ], [ -121.65929603762288, 47.442238591188087 ], [ -121.635608550330261, 47.430502123134474 ], [ -121.626086199186872, 47.428820891046541 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3653, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "092", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.110236543873398, 48.027904226185036 ], [ -122.072988770032083, 48.030444367195706 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3654, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.157684185845639, 47.646000131558147 ], [ -118.157675399105813, 47.653194853849016 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3655, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411313281878591, 47.715101221348512 ], [ -117.412724274626754, 47.715145703692663 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3656, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539COLYNDEN", "AADT": 830 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485436877116229, 49.002206617136814 ], [ -122.485088769968655, 49.000573970295697 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3657, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.302215694800338, 47.903241149707071 ], [ -118.309588441322617, 47.90834929438094 ], [ -118.331877313865078, 47.905910724843849 ], [ -118.336265769911023, 47.910054110695988 ], [ -118.331484444667382, 47.915299174035852 ], [ -118.329119580744006, 47.9234943184332 ], [ -118.321485355407532, 47.929501375685952 ], [ -118.31650370094907, 47.939838726440264 ], [ -118.316162062739863, 47.946065235776999 ], [ -118.295303865972372, 47.981120140481664 ], [ -118.289481203817346, 47.985613880267778 ], [ -118.286330111710967, 47.992986808373097 ], [ -118.278317365647439, 47.997250556797958 ], [ -118.275416085988368, 48.002081055141389 ], [ -118.270678601667314, 48.005559549629417 ], [ -118.266897083251877, 48.00679317539344 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3658, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.726504835841439, 48.917598413195563 ], [ -122.726153012156189, 48.955162657199459 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3659, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.268235143329875, 46.401178348792122 ], [ -120.254363205290602, 46.395638099223369 ], [ -120.247032993515973, 46.394338942383619 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3660, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.247032993515973, 46.394338942383619 ], [ -120.234147864135196, 46.387454465295747 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3661, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.289175401698941, 48.155283600652957 ], [ -122.289183953238236, 48.155717637888628 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3662, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.501053194586873, 47.512147903326429 ], [ -122.497304913737196, 47.511996243063848 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3663, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.92780719821846, 47.70984005138547 ], [ -118.925005797029542, 47.710824323710689 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3664, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.647181838537577, 47.642928796476028 ], [ -117.64414832016476, 47.642923887776313 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3665, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 150000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.282439766690871, 47.818971508792671 ], [ -122.265212450404249, 47.82818893595082 ], [ -122.262222131915365, 47.831227666736879 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3666, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.47540019148272, 48.711446099963005 ], [ -122.473637693050009, 48.718321439747832 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3667, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "730", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.976177337481019, 46.000296192416457 ], [ -118.963640838644778, 46.009926624812088 ], [ -118.932685793694503, 46.027498781057346 ], [ -118.932434692925071, 46.0297809988094 ], [ -118.940467505876114, 46.042184302052135 ], [ -118.936268210840979, 46.051675931994168 ], [ -118.9281091224275, 46.056746178919084 ], [ -118.912284865729234, 46.056970700287877 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3668, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.926622838272706, 46.123057845182238 ], [ -122.924700924454854, 46.122138523153822 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3669, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 128000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.182933121124634, 47.988551102657532 ], [ -122.173905998349241, 47.999571343973386 ], [ -122.175038871103425, 48.020588136189915 ], [ -122.178778262371523, 48.03940424402014 ], [ -122.181406580662284, 48.044798449952175 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3670, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.323901086823781, 47.439792601669176 ], [ -122.322806127400199, 47.439196369365625 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3671, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 134000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.262222131915365, 47.831227666736879 ], [ -122.259846258649176, 47.839727859981949 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3672, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.78643695917809, 48.651103998038444 ], [ -118.777027675878315, 48.649473502958166 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3673, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 560 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.659778051674635, 47.332892974852918 ], [ -118.651984924509236, 47.336379497860499 ], [ -118.616826464544275, 47.340280496126532 ], [ -118.606439410124736, 47.34384630189647 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3674, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 95000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.171978994776936, 47.757621595963606 ], [ -122.168007203855709, 47.757408442082152 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3675, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "262", "AADT": 750 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.475337364804005, 46.86253799704734 ], [ -119.474551342718556, 46.915360616386188 ], [ -119.472735710267784, 46.919286328356378 ], [ -119.472151592777479, 46.948450380055775 ], [ -119.474905207804724, 46.952859182261605 ], [ -119.460712354204858, 46.956629708380113 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3676, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.343789167100297, 48.807321054805342 ], [ -122.332564168801383, 48.814594281498508 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3677, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.397788788412541, 47.053147781089528 ], [ -122.400514288628528, 47.055858198536797 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3678, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.730668280763524, 48.086136372765942 ], [ -123.724033729603292, 48.087885688434604 ], [ -123.709329636321087, 48.084667624306412 ], [ -123.705419528018254, 48.083224689284513 ], [ -123.700970304458963, 48.078593043752292 ], [ -123.678622098818096, 48.073901580956736 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3679, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 167000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.324165458882035, 47.729615819462794 ], [ -122.324898149400013, 47.734408094950318 ], [ -122.3288644624878, 47.741140358999495 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3680, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.294127652245379, 47.41301534943392 ], [ -120.292956606686175, 47.408097834972274 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3681, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.354234893885732, 47.711904268953752 ], [ -121.345226726554188, 47.714520057329352 ], [ -121.335221147497279, 47.713217372476045 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3682, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.589920216087776, 47.479158675453277 ], [ -117.583279323476987, 47.481886183309058 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3683, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322055364879773, 48.313308008209859 ], [ -122.332456779165383, 48.329809730676558 ], [ -122.334493912656782, 48.33735478391349 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3684, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.730244100829495, 48.641839495987199 ], [ -118.730055253453145, 48.641911185502089 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3685, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.118393322923495, 47.358083688975192 ], [ -122.109161945179707, 47.358098863604248 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3686, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.176099475195812, 47.580180733037494 ], [ -122.169841807479955, 47.580124984221484 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3687, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.623732039256623, 47.53399674695067 ], [ -122.611566454526795, 47.534032947945313 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3688, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.09977153330442, 47.66569958918118 ], [ -122.098612585687505, 47.664587444377943 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3689, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.832023730135489, 47.234035199961504 ], [ -119.810762466093095, 47.234104028865914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3690, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 133000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.57932167152687, 47.107892831478381 ], [ -122.571265424717126, 47.110298300797886 ], [ -122.562387903639078, 47.115388587397831 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3691, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.218079123845527, 47.852093640403005 ], [ -122.219168237534078, 47.860898626908636 ], [ -122.218117654223164, 47.870096120136601 ], [ -122.216376018268718, 47.872784710134418 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3692, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.91950127526168, 46.640563465796092 ], [ -123.918139338439332, 46.646919825244346 ], [ -123.92070238294383, 46.655195122713636 ], [ -123.918865871538657, 46.667839968768945 ], [ -123.921074263960776, 46.671480705494233 ], [ -123.917576436917543, 46.67630427543078 ], [ -123.894687912973652, 46.679918017912513 ], [ -123.884865680297878, 46.685492823915475 ], [ -123.87537622666639, 46.684350080025695 ], [ -123.85772838237898, 46.693948643883616 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3693, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 770 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.050149800471743, 46.287366661710173 ], [ -117.043678073131773, 46.298869919803089 ], [ -117.043384232935466, 46.307580093682645 ], [ -117.040068554617193, 46.311418360852649 ], [ -117.039512786171741, 46.314980599765256 ], [ -117.042139061830042, 46.326714515240241 ], [ -117.044860139687131, 46.326070584719425 ], [ -117.046743256001037, 46.321246820298221 ], [ -117.048748418601278, 46.320786268215201 ], [ -117.048435129132628, 46.317446563135242 ], [ -117.052464652732539, 46.319523130481961 ], [ -117.056080360764639, 46.32503054093565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3694, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.598927088471953, 47.555361186898352 ], [ -120.592701960461028, 47.55897572386651 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3695, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.627051021851202, 46.735547572970582 ], [ -119.618783268650347, 46.737768336561366 ], [ -119.601144086382874, 46.737913385125857 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3696, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.251785278892456, 47.106164685592454 ], [ -119.25620974227084, 47.109957953286298 ], [ -119.256687638111799, 47.112363656969087 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3697, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.076728009735461, 46.226590831806313 ], [ -119.079520179417585, 46.232297928430441 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3698, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 195000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.330190562428101, 47.612879725897272 ], [ -122.329134166958895, 47.615596198013705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3699, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.22770304279581, 47.624133213654432 ], [ -120.221912289116034, 47.627055724266107 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3700, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.468301724965727, 48.776074627892015 ], [ -122.47434429108371, 48.780622159469992 ], [ -122.483284069722103, 48.782474480226291 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3701, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.914753907613488, 46.150245296457001 ], [ -122.915731495203786, 46.166789577763261 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3702, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184716738952702, 48.051859428875538 ], [ -122.183614853228747, 48.051864397399648 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3703, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.311843170242952, 47.156724983737817 ], [ -119.323551961743021, 47.161804575244631 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3704, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.420394895496202, 46.90811664714105 ], [ -121.41198201074333, 46.910466963446915 ], [ -121.407449924566734, 46.913910302865361 ], [ -121.382601323587181, 46.915014206424857 ], [ -121.373876563774019, 46.917117209287632 ], [ -121.368664888700678, 46.920268431309715 ], [ -121.359094590151145, 46.932385889383234 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3705, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.905265762449289, 45.663017263543111 ], [ -121.909497427493335, 45.670304116148827 ], [ -121.909674525556369, 45.674994064678678 ], [ -121.907545749093302, 45.678664307322968 ], [ -121.901532568666454, 45.68234241906962 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3706, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.009503185824599, 46.79835971253209 ], [ -123.002559608798677, 46.810008946897206 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3707, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.622593568678042, 47.43837884705475 ], [ -122.62142037592146, 47.453043807458513 ], [ -122.623797006702702, 47.463593822580499 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3708, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.108662332114235, 48.073129607527179 ], [ -123.092913658682491, 48.072756383532884 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3709, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 144000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.195658382388871, 47.535101455897603 ], [ -122.194451231113192, 47.538143362573763 ], [ -122.19509752921482, 47.549437791648849 ], [ -122.192662903690675, 47.553294547723468 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3710, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335565019609561, 48.477859767864032 ], [ -122.322498893983081, 48.477758466907005 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3711, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "518", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300968213633695, 47.465753183518125 ], [ -122.294866229112841, 47.463589799238406 ], [ -122.28149361019446, 47.463910419060767 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3712, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.668611477119171, 47.642951301653319 ], [ -117.647181838537577, 47.642928796476028 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3713, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.256585895767643, 46.188298165763115 ], [ -119.233645215118514, 46.177308943702201 ], [ -119.214152910168991, 46.17370498019902 ], [ -119.207555940853837, 46.170970004419701 ], [ -119.202402813944985, 46.164669637184076 ], [ -119.202143817751136, 46.151716707102103 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3714, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 960 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.659283546315621, 48.693536959954876 ], [ -118.65621892106202, 48.704504908821889 ], [ -118.654012462721582, 48.729929546193354 ], [ -118.659051800307466, 48.735094485721781 ], [ -118.660739732552599, 48.73959054153282 ], [ -118.659406060839217, 48.743217305440304 ], [ -118.647419978247726, 48.757457315214943 ], [ -118.647115108269915, 48.765380910618646 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3715, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "194", "AADT": 410 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.487719554739002, 46.731020675433562 ], [ -117.482876996452177, 46.737467882302361 ], [ -117.460660441162261, 46.747847563278221 ], [ -117.456992001665242, 46.755838874525999 ], [ -117.452984552354522, 46.75785027706366 ], [ -117.441896679463312, 46.758365687503151 ], [ -117.429898827339443, 46.762728221093582 ], [ -117.417789317879269, 46.762885971902413 ], [ -117.406754172940893, 46.767936070781396 ], [ -117.396687838061581, 46.769281830333398 ], [ -117.383701185317491, 46.761739749423839 ], [ -117.375448974466224, 46.752428410396874 ], [ -117.364269794041746, 46.748263931702425 ], [ -117.361287804264038, 46.744831746243889 ], [ -117.360699221583914, 46.73950384427846 ], [ -117.357628565096235, 46.737004650786346 ], [ -117.341117993621708, 46.736918286730315 ], [ -117.333013661667721, 46.742959484804949 ], [ -117.317662284190007, 46.73181386071365 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3716, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.66710288489972, 48.208880163020275 ], [ -122.676836906002961, 48.211722587505612 ], [ -122.686143286365251, 48.212314369879998 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3717, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.182293234324348, 48.051873874417922 ], [ -122.178672227504336, 48.051849715103344 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3718, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.158800310690651, 46.207751197677894 ], [ -119.158789864082834, 46.209496312714975 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3719, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.082482434632738, 46.23832238123525 ], [ -119.083420540977926, 46.240239538926794 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3720, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.304446133333371, 47.94461721637304 ], [ -122.304056684247215, 47.947165397039832 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3721, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.84786465081703, 46.442898255642845 ], [ -122.847887418259234, 46.441879990368847 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3722, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.693139854278556, 48.212309471619591 ], [ -122.705914185210872, 48.212264044221655 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3723, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.437900821850633, 47.715449835416472 ], [ -117.456888889350594, 47.715415795456451 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3724, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.644296266201934, 48.416713377227914 ], [ -122.620384397037796, 48.420264665173789 ], [ -122.617197200310159, 48.42453622604301 ], [ -122.60824257865066, 48.428787876835251 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3725, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239551680506835, 47.672993962185579 ], [ -117.239540986724975, 47.675790767236634 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3726, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295248680241755, 47.430983851436999 ], [ -122.295419811297108, 47.434556835081708 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3727, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 84000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.787872723215003, 47.059731396928427 ], [ -122.754178235294404, 47.06444453693387 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3728, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296344995445239, 47.016667816660004 ], [ -122.295539751645876, 47.040162607027945 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3729, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 165000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.186903818426714, 47.66363047860721 ], [ -122.186214256585032, 47.672270169274867 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3730, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "546", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.441323932259863, 48.964289919960166 ], [ -122.407449955000601, 48.964023052555611 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3731, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.598169341258313, 48.11675179702592 ], [ -123.587781416422544, 48.114585281132555 ], [ -123.571252840166224, 48.114671255556736 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3732, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.629830761542792, 47.587574997232146 ], [ -122.629535339819697, 47.592477569473225 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3733, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 111000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.404003193708022, 47.65212385435899 ], [ -117.399313164399032, 47.65203560268359 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3734, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "181", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.248794955326744, 47.432275411320212 ], [ -122.245588636585637, 47.441221085537798 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3735, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.502072946877774, 48.715965125923141 ], [ -122.502199980538862, 48.716086059986466 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3736, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "821", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.480736056831873, 46.677532789261534 ], [ -120.482170985526537, 46.678401852662788 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3737, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.396298268695233, 45.578556758623847 ], [ -122.392433527103933, 45.579523637498767 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3738, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485215379081765, 48.964238869100988 ], [ -122.485156688758934, 48.993345617767702 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3739, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.968528090209148, 46.30372023910077 ], [ -119.92832059213022, 46.272068797418669 ], [ -119.910635348218619, 46.267561943064429 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3740, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 69000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.820947948190238, 45.976521508505968 ], [ -122.830325525101259, 45.986546639148479 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3741, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.807636250863595, 46.97724630014482 ], [ -123.803073749268734, 46.977342476887785 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3742, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.089258647678363, 46.543182164643746 ], [ -117.09295784373154, 46.54611144049629 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3743, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.903014288725075, 48.49129504006423 ], [ -117.900032163293659, 48.514822411958249 ], [ -117.90294749685134, 48.521493890300917 ], [ -117.902753905302404, 48.527539635679162 ], [ -117.905081678745873, 48.534381227791783 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3744, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.035016130277057, 47.253938049016085 ], [ -123.016507969833043, 47.263657140845979 ], [ -123.005165366491042, 47.265814847312335 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3745, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.206725611403499, 48.364264592081604 ], [ -122.212259017419171, 48.369313799611589 ], [ -122.213367238728807, 48.372379240129241 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3746, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.462998099766921, 45.713505250128023 ], [ -121.459894611713239, 45.712339651142926 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3747, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.294348910326917, 47.409876959885985 ], [ -120.298061500199537, 47.409742022294708 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3748, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.159856862205899, 47.504657659895045 ], [ -122.156531073588269, 47.505727264281276 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3749, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.291251261771251, 48.095412493059968 ], [ -123.209983535857901, 48.08537862161127 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3750, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.084882845185049, 46.328472961640202 ], [ -120.06876299066785, 46.322615092810992 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3751, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.870530194309197, 47.732077034585565 ], [ -117.873430035871181, 47.734697136686172 ], [ -117.874789038790965, 47.738757506711856 ], [ -117.883322839325373, 47.740908311065979 ], [ -117.886632400922025, 47.74534825034047 ], [ -117.890492870161722, 47.756243305305844 ], [ -117.890706394985131, 47.763064045762562 ], [ -117.893734817927822, 47.773156233473941 ], [ -117.888588976333637, 47.779159660307478 ], [ -117.889926040352492, 47.788750644456435 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3752, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.857595907951378, 48.073214422621142 ], [ -119.84632984109011, 48.07895509868591 ], [ -119.82103525418151, 48.086701222249914 ], [ -119.806099495726343, 48.093206145941686 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3753, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411125274849027, 47.715097774817771 ], [ -117.411140562952681, 47.717006410422201 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3754, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.605716968023557, 47.567442828181449 ], [ -120.602068424212035, 47.564209196966658 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3755, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.09660584971904, 47.174752381084453 ], [ -123.095723781845692, 47.157298820155454 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3756, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.020276654102176, 47.358392289542763 ], [ -122.020926540679625, 47.361394117124746 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3757, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.117938296355106, 46.970178233712154 ], [ -119.117929867522093, 46.984670877499035 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3758, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.159705125033469, 47.64273409255938 ], [ -118.157684185845639, 47.646000131558147 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3759, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002COBROWNE", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411162631023913, 47.660981036599509 ], [ -117.413318339979881, 47.659992095916088 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3760, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.185421141813819, 48.477806843843695 ], [ -120.177417114821864, 48.474173152982218 ], [ -120.17810929629465, 48.472588289577224 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3761, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "523", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335194298822373, 47.73414362955905 ], [ -122.3343328972785, 47.734144514572108 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3762, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.251494599181584, 46.630101903409603 ], [ -123.242557787557914, 46.6318103546418 ], [ -123.213250484635083, 46.63003397079526 ], [ -123.180143380491714, 46.634200065831962 ], [ -123.168465260753578, 46.630680131388594 ], [ -123.169133887416976, 46.626407749896721 ], [ -123.174386959222048, 46.617115881371973 ], [ -123.174419729208125, 46.613308366474811 ], [ -123.158177663884189, 46.597497374672542 ], [ -123.151164043449555, 46.595915064835737 ], [ -123.135163216001985, 46.59779115081755 ], [ -123.128754746630619, 46.600496945696271 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3763, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.21832188594766, 48.216603711482016 ], [ -122.222576196452167, 48.223916645197242 ], [ -122.237437233642822, 48.235270875886684 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3764, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 730 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.07154046887122, 46.195922281228384 ], [ -117.069447631946588, 46.201985178033318 ], [ -117.069636538010187, 46.227851873687122 ], [ -117.059636007183983, 46.229493693143247 ], [ -117.059504067335467, 46.274982224700025 ], [ -117.050149800471743, 46.287366661710173 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3765, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.638014144259898, 48.311229020177123 ], [ -122.629521198563552, 48.320290979390471 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3766, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.360542910277886, 47.320727857127324 ], [ -122.356089198001001, 47.322505603688391 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3767, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.483419434454078, 47.634916335501721 ], [ -117.479700109649045, 47.633284509386144 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3768, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.309937195504133, 47.30757339840806 ], [ -121.30168666516677, 47.301951192610744 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3769, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.228161390753698, 47.622663198667439 ], [ -120.228121380776003, 47.624127678850741 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3770, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.07675234090776, 46.90972128146803 ], [ -117.076895172590795, 46.910582235893457 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3771, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 280 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.410840975227487, 48.685132151708565 ], [ -117.405380887934157, 48.685132053283944 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3772, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.193654417487494, 46.764554452166692 ], [ -122.194201973790783, 46.76533661603797 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3773, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.291437428117803, 47.922028754503529 ], [ -122.287818599843192, 47.924514488577927 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3774, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.176494649933801, 46.78207259159862 ], [ -119.176413614588839, 46.796858286498171 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3775, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.526471648220962, 45.993217567690159 ], [ -122.541733257390661, 45.987870271883949 ], [ -122.539971468098926, 45.983744254168208 ], [ -122.541973759906341, 45.975841807134806 ], [ -122.547811648733344, 45.973124555833706 ], [ -122.552955512916185, 45.964338254329562 ], [ -122.562864451524661, 45.958308226145157 ], [ -122.575637756993416, 45.957740050360208 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3776, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.229673571086238, 48.385256496811678 ], [ -122.237932510468511, 48.399327514907057 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3777, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.59423453542135, 47.381679915901323 ], [ -120.612720184179906, 47.395374874852003 ], [ -120.621224527110286, 47.397150304154437 ], [ -120.643282387349217, 47.393382498874914 ], [ -120.649371096430102, 47.396280960423319 ], [ -120.656123628475868, 47.402611804160735 ], [ -120.659486369515477, 47.41743448167027 ], [ -120.658004049985976, 47.419978737805359 ], [ -120.659309613080907, 47.424546081601648 ], [ -120.656103567926749, 47.428585365527148 ], [ -120.656077980913295, 47.431696426504651 ], [ -120.658102673965971, 47.436612191650127 ], [ -120.662592284684678, 47.441003752271996 ], [ -120.659350809884458, 47.446699434750442 ], [ -120.653687498183075, 47.450987203961468 ], [ -120.654481606646101, 47.453697863818114 ], [ -120.658376456510908, 47.455504619756958 ], [ -120.660583827624464, 47.461495117149461 ], [ -120.655618841489584, 47.47450076763193 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3778, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.764092501887887, 47.369042570139541 ], [ -122.758900234325992, 47.370991496158872 ], [ -122.758479940230529, 47.374409228813924 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3779, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295185044436664, 47.215634768988586 ], [ -122.298262488064026, 47.217606902694463 ], [ -122.29692488450867, 47.220679271705478 ], [ -122.293302823369359, 47.221676460482115 ], [ -122.294008676353599, 47.224909226254432 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3780, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 940 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.691035370993987, 48.051247552718529 ], [ -122.689409500537067, 48.054124938682911 ], [ -122.690775982543457, 48.056749767050405 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3781, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "519", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.33419204952969, 47.590279780834067 ], [ -122.334169701219409, 47.596553636870695 ], [ -122.335644288253775, 47.596527992508015 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3782, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.853533074983488, 47.117722674910617 ], [ -119.853529322095341, 47.119197753919423 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3783, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.891347990433772, 46.054345918520276 ], [ -118.877223776289725, 46.052734590271008 ], [ -118.867474842187207, 46.053434851136068 ], [ -118.858589854288624, 46.056072876699602 ], [ -118.839622420221644, 46.065252100499976 ], [ -118.825790749233647, 46.066248580178005 ], [ -118.817049993181726, 46.070031788568485 ], [ -118.8082040288282, 46.068726911205545 ], [ -118.797618208292292, 46.072460910172815 ], [ -118.788012284118068, 46.072450642992166 ], [ -118.773494898813951, 46.071177106779103 ], [ -118.711137464148806, 46.053156728147705 ], [ -118.68491425446642, 46.041502158745878 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3784, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 210000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292053646675214, 47.400669800443254 ], [ -122.289378304748496, 47.416887971015576 ], [ -122.282804357153694, 47.423422322479134 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3785, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.35386719991871, 46.069697845590682 ], [ -118.340549846465677, 46.073901475348485 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3786, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 143000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.192662903690675, 47.553294547723468 ], [ -122.187210101605743, 47.561286902723062 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3787, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.999229962386607, 47.852339701768408 ], [ -121.989326623267019, 47.858550461945264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3788, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.853981904544327, 46.976075110407244 ], [ -123.875441838005415, 46.976201169190141 ], [ -123.879310735196455, 46.977845548607704 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3789, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.880446336371406, 47.331920456166465 ], [ -122.872146770106738, 47.334180406802808 ], [ -122.851419877700067, 47.349845709734232 ], [ -122.846727583420162, 47.356764004616004 ], [ -122.842776255376577, 47.366739253804191 ], [ -122.836474754671926, 47.374286002958094 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3790, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.140709792705252, 47.358002554744033 ], [ -122.139011970605566, 47.358015368067079 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3791, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.511892390330402, 46.626211773032871 ], [ -120.512620181436304, 46.628308134298436 ], [ -120.526137378668821, 46.636545418412091 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3792, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.299538563644958, 47.712054475431145 ], [ -122.292829857197972, 47.723623909095203 ], [ -122.292399687069377, 47.731803153843849 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3793, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.728293539433679, 46.578053477790093 ], [ -119.727402952842979, 46.601883459331326 ], [ -119.736755477193881, 46.608082752536859 ], [ -119.735291708127818, 46.610223792270929 ], [ -119.727055624860512, 46.612594851137835 ], [ -119.726582953738102, 46.621161997590889 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3794, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.31331561099519, 47.311679663447919 ], [ -122.313307756115776, 47.315182427408665 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3795, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.809145398980647, 46.664934623731057 ], [ -123.800767551255447, 46.663172283147489 ], [ -123.794603387455766, 46.664438437829951 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3796, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.347257021125458, 47.673964990720222 ], [ -122.344450700410789, 47.681361192904262 ], [ -122.344436500506802, 47.68695959258001 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3797, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.723988084631699, 46.734874448796319 ], [ -120.700207955926089, 46.728203798559385 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3798, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 71000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.928170766830036, 47.026188983347133 ], [ -122.913444846406804, 47.025338951287097 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3799, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.222795104195569, 45.742975333933195 ], [ -120.198037933540078, 45.75065300418332 ], [ -120.190940003905908, 45.755452948398023 ], [ -120.185809987768806, 45.762674271669859 ], [ -120.149614449755575, 45.779602804119428 ], [ -120.092105243433309, 45.788459715968088 ], [ -120.072888972143645, 45.793732272755705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3800, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.769308763370304, 48.110002460467172 ], [ -122.766732319697297, 48.110171864995706 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3801, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028SPWENTCH", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.290454096030246, 47.408850766221974 ], [ -120.289590062077792, 47.406038896404411 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3802, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.315135695968308, 46.848078330821046 ], [ -122.311023756152679, 46.854882640882629 ], [ -122.302889471548681, 46.856180188136157 ], [ -122.311493874625185, 46.862481513256448 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3803, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.15451876727542, 47.506121499624442 ], [ -122.151498588594322, 47.506257013146595 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3804, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 182000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329134166958895, 47.615596198013705 ], [ -122.328144988895303, 47.622843460140615 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3805, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.257914959987701, 47.487130901458883 ], [ -122.254500260029815, 47.484675827478171 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3806, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.11789227649497, 48.359995303789191 ], [ -120.100197166154814, 48.356557829390937 ], [ -120.082633971163474, 48.348568806904716 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3807, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 250 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.890363619604528, 47.209222122664315 ], [ -117.893545103531622, 47.2124822552654 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3808, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 107000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.21870310025291, 47.436264282703824 ], [ -122.215305772150572, 47.449957293714334 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3809, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 180000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.328144988895303, 47.622843460140615 ], [ -122.327981938424642, 47.627631061977681 ], [ -122.324181676014831, 47.63210124748602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3810, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.721243935789616, 47.763146625247458 ], [ -118.713075020654173, 47.760489837158048 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3811, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.140608262718388, 48.151913289027434 ], [ -122.132707043280249, 48.152686440596007 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3812, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.594317222221662, 47.01403400013929 ], [ -120.592521389092411, 47.02198333853962 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3813, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.470573599497172, 46.557333596228297 ], [ -120.471265438309601, 46.539414212838608 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3814, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 340 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.813451003228678, 47.612634845075036 ], [ -119.813480407817124, 47.69964243384279 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3815, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.378643621504423, 48.516946430203888 ], [ -122.4108555760277, 48.550846561945264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3816, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.916702149869806, 47.665311003906893 ], [ -117.898943330914534, 47.668938149755959 ], [ -117.879282575918225, 47.669483932562443 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3817, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 163000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.188529647997044, 47.616765508931827 ], [ -122.187813994451062, 47.631938593183591 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3818, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.343617639483142, 47.625224852335634 ], [ -122.343448329923277, 47.635807983001961 ], [ -122.347032287744724, 47.642686237832955 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3819, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "523", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.342303708084998, 47.734135984949681 ], [ -122.335194298822373, 47.73414362955905 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3820, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.598939776587983, 45.612974016825596 ], [ -122.594258495094095, 45.612560721474935 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3821, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.685086938055974, 47.815662669499616 ], [ -119.64198036487258, 47.815343803025996 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3822, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.999819081437622, 47.050500637510183 ], [ -122.9910016142762, 47.045033689378222 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3823, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.880352613302094, 46.306112660489731 ], [ -122.866511907374758, 46.303640157292037 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3824, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.602068424212035, 47.564209196966658 ], [ -120.598347073386137, 47.562079282792737 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3825, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.400467428377368, 47.536405350398965 ], [ -117.398395829011889, 47.543770665679766 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3826, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.488596417311314, 47.377485891213183 ], [ -119.482679814977018, 47.381469205445903 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3827, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "702", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.442382649669838, 46.937291079045096 ], [ -122.357406929960035, 46.936642209221233 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3828, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.068840619036791, 46.910859572051528 ], [ -117.067799451340477, 46.912757290655769 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3829, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.241005020009737, 47.904892859226976 ], [ -122.22809033223713, 47.90832473573397 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3830, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "206", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.353191655453927, 47.787208051454265 ], [ -117.352315237108186, 47.787114972942064 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3831, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.914296097475045, 46.200138842063772 ], [ -122.916599884963333, 46.205741983731237 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3832, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.402514188563302, 47.775377664007543 ], [ -117.402440419894319, 47.775794797426265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3833, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 127000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.656990761173461, 45.732546164219357 ], [ -122.661277098949768, 45.746467718710605 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3834, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.68537214816881, 48.10402044911968 ], [ -119.674289534531951, 48.124067758748865 ], [ -119.668283837878803, 48.138851720854852 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3835, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.473322861430248, 46.584970764787428 ], [ -120.470989273183491, 46.584876290378524 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3836, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.966420914294915, 46.148026853224899 ], [ -122.955243405453629, 46.14710682945897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3837, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "194", "AADT": 460 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.317662284190007, 46.73181386071365 ], [ -117.3136633583796, 46.728812731373957 ], [ -117.304860802096229, 46.730677974927289 ], [ -117.290075712106344, 46.725393049840918 ], [ -117.280514209257092, 46.71827214109603 ], [ -117.276343820059537, 46.712186734039967 ], [ -117.267322546033157, 46.708193058419404 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3838, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.443990572735686, 48.107391692439862 ], [ -123.442124530437624, 48.107323541484007 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3839, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.060210817507041, 48.064407704342514 ], [ -123.054141350165722, 48.060912372696279 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3840, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPWESTPT", "AADT": 970 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.113183876622656, 46.908188825105725 ], [ -124.112468387196458, 46.90872034422123 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3841, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.433972606758687, 47.207413103210669 ], [ -122.434041492529772, 47.220909691057351 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3842, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.950176130849343, 46.983300724142197 ], [ -123.958464947313743, 46.982430452359502 ], [ -123.963881663873281, 46.98711101081021 ], [ -123.968267154337951, 46.986518263721706 ], [ -123.979461608195052, 46.989695343822824 ], [ -123.98882401451732, 46.989823103809364 ], [ -123.99919604614567, 46.993426610164924 ], [ -124.000736148262121, 46.995628519294478 ], [ -124.00089994477689, 47.002392458639584 ], [ -124.004088097215842, 47.008573629970087 ], [ -124.038134999672508, 47.045714760696207 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3843, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.701501382440355, 47.757762028085686 ], [ -118.700325316669719, 47.757666899182887 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3844, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411427803028957, 47.740847495936769 ], [ -117.411487896971892, 47.743953647941694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3845, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.351103636539918, 47.903873351020309 ], [ -117.350203448909539, 47.913704343713633 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3846, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 126000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.220723304615646, 47.415683315823465 ], [ -122.221262960444008, 47.425717746125393 ], [ -122.21870310025291, 47.436264282703824 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3847, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.264793495776217, 48.253169139266696 ], [ -124.260389030954826, 48.2542321885538 ], [ -124.260169830916183, 48.250693192632738 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3848, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "241", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.884335095886428, 46.505082388351695 ], [ -119.876676456842446, 46.510001167481178 ], [ -119.873467005393707, 46.521577824055043 ], [ -119.87441669394174, 46.526634065320948 ], [ -119.878140739767531, 46.529255520357509 ], [ -119.880280900686401, 46.534013104593839 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3849, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.824681801853785, 45.823005993470602 ], [ -120.822628386153582, 45.822990394881614 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3850, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329243180185074, 47.331743374404745 ], [ -122.32350158034869, 47.330031457762225 ], [ -122.321901880646365, 47.332697738577373 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3851, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.028935226841725, 46.511817406664811 ], [ -124.030679460239497, 46.532012021925013 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3852, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.774590595260904, 46.981635785155312 ], [ -123.754235983758861, 46.978403612036558 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3853, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "528", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.140842333952349, 48.053655770816761 ], [ -122.139335004018747, 48.053651104053088 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3854, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.239856428207929, 47.646212052726518 ], [ -117.239869003864527, 47.648870384725491 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3855, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.298424995214745, 47.199936433082598 ], [ -122.293814458262347, 47.198880376844755 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3856, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525SPPAINE", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293233785458881, 47.910375483207027 ], [ -122.291437428117803, 47.922028754503529 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3857, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.603047109049925, 45.936904906542651 ], [ -119.595687929671541, 45.938919242921742 ], [ -119.541309938678864, 45.943166373762857 ], [ -119.445210249081967, 45.947594063185903 ], [ -119.433886599531988, 45.949984325356382 ], [ -119.410562101975842, 45.958355706576008 ], [ -119.408030368234975, 45.957498833473281 ], [ -119.400160619596377, 45.949325932477514 ], [ -119.373150104122729, 45.946680716023117 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3858, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COHERON", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8155189413784, 46.975464231916462 ], [ -123.814658128908093, 46.974667433837659 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3859, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.188159619725255, 47.632297944258916 ], [ -122.171217083078261, 47.629684174025357 ], [ -122.154129026126853, 47.629523595209442 ], [ -122.148933018627119, 47.63101296991276 ], [ -122.136478190806358, 47.638442178748704 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3860, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.775684841290101, 48.108642657837265 ], [ -119.765463651006272, 48.109561014749673 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3861, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.231923075510863, 47.636062816301965 ], [ -122.225652096670245, 47.636219630600273 ], [ -122.213334177501395, 47.641671832687784 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3862, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.832270050292877, 47.045933568665006 ], [ -122.822188395844478, 47.046986950635308 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3863, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.284168690353212, 48.096746748258013 ], [ -117.278589829406044, 48.097019969634147 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3864, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 107000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.473678655829389, 47.161579212203918 ], [ -122.460090051062679, 47.158565784708884 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3865, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.973934305823846, 47.298032189796466 ], [ -117.972813399769095, 47.303219724727171 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3866, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.667643367900908, 47.592781258704413 ], [ -120.661540138653237, 47.596128795346509 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3867, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.357139855512372, 48.627319620211736 ], [ -122.363905077003736, 48.644133222493046 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3868, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.690070823225412, 47.674254571265273 ], [ -122.690852105938333, 47.678562419849726 ], [ -122.689141188205497, 47.683932213604727 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3869, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "125", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.349164427749514, 46.063926639872506 ], [ -118.349924354375062, 46.069095536037807 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3870, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.472249359284049, 46.567494454408255 ], [ -120.470573599497172, 46.557333596228297 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3871, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.191055646966959, 47.976747735023061 ], [ -122.191021369950718, 47.97906121987706 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3872, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "261", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.265180498147174, 46.656573853177676 ], [ -118.275170246547162, 46.663868743010319 ], [ -118.287525629848304, 46.66851198323544 ], [ -118.296071977597379, 46.669587767895763 ], [ -118.30728193231775, 46.668686791937724 ], [ -118.322144309451303, 46.673017837497923 ], [ -118.324834129914606, 46.675240609242273 ], [ -118.329436847546503, 46.674702626195717 ], [ -118.334445877269005, 46.677688487142035 ], [ -118.358183747972802, 46.677653234863023 ], [ -118.366963924427338, 46.675847844863036 ], [ -118.374091842650643, 46.678286431079954 ], [ -118.378357700233138, 46.677736874573192 ], [ -118.379381380497293, 46.680788035493599 ], [ -118.384067063070077, 46.683254706582375 ], [ -118.389137803037428, 46.689395814572507 ], [ -118.391198589031546, 46.697209202670471 ], [ -118.40713573418283, 46.698997236455995 ], [ -118.41226985516866, 46.701216260838095 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3873, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.921315964447857, 47.192773287860227 ], [ -120.938415335560634, 47.194899606300261 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3874, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 830 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.945000196654817, 48.163679703259426 ], [ -123.941583115036863, 48.163018126925849 ], [ -123.939676858981144, 48.159752645888737 ], [ -123.924409383930893, 48.154730365669451 ], [ -123.931758113629741, 48.15364381325751 ], [ -123.929159980870651, 48.149147850429998 ], [ -123.929539981853139, 48.145180305225608 ], [ -123.921212985922267, 48.138299461830343 ], [ -123.916470698916882, 48.136571501228588 ], [ -123.887530174529232, 48.136348665889408 ], [ -123.874299731653807, 48.13991511498287 ], [ -123.864239214412436, 48.146118961442589 ], [ -123.859788945390974, 48.14722077995205 ], [ -123.847286177995073, 48.146017066909309 ], [ -123.840582776394299, 48.147235936911855 ], [ -123.830816976533768, 48.144347311045898 ], [ -123.800128254606378, 48.13958931984471 ], [ -123.769069669256837, 48.13967694581337 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3875, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.241159323521401, 48.249830436718483 ], [ -117.229377774563517, 48.238971747736159 ], [ -117.214957211428867, 48.232692742198743 ], [ -117.18429791722933, 48.230161335480823 ], [ -117.166304853351022, 48.231250849246713 ], [ -117.144515819568866, 48.227617892413583 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3876, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.937838489262376, 47.657930743597774 ], [ -117.937941742183241, 47.66068536101799 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3877, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.17810929629465, 48.472588289577224 ], [ -120.1686914858889, 48.456706270509457 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3878, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.169180508170172, 47.16989664386093 ], [ -122.163708641702485, 47.169319040773459 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3879, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.88940368083594, 46.66344469008046 ], [ -118.884038854289201, 46.662768880914477 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3880, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.685113262604887, 47.848515193691334 ], [ -121.675429160246779, 47.843726488658461 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3881, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.747204117320237, 46.790029089493743 ], [ -118.740366325015174, 46.791625482919713 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3882, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.079909498241889, 48.924179648639203 ], [ -122.077280059335664, 48.924155999046476 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3883, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.700207955926089, 46.728203798559385 ], [ -120.694754548942413, 46.726677142568491 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3884, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "278", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.141577430964787, 47.450008249225213 ], [ -117.138621279240496, 47.451780611921443 ], [ -117.132012054830383, 47.452270295891346 ], [ -117.127300859608056, 47.445462850078812 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3885, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.545085984625658, 48.396250067960899 ], [ -119.54096742903225, 48.399614794025538 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3886, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.508484222352152, 48.40313673885143 ], [ -119.512349200162447, 48.403682629380036 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3887, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.436421814115405, 47.715439546757842 ], [ -117.437900821850633, 47.715449835416472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3888, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 128000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.182057323616149, 47.709590182127805 ], [ -122.188980843191445, 47.72360946621577 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3889, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.925005797029542, 47.710824323710689 ], [ -118.79412177238234, 47.756181413788475 ], [ -118.765618624695946, 47.757495900574213 ], [ -118.733480595429612, 47.762334290247956 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3890, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.802603124839592, 46.376002249617265 ], [ -123.793654273549947, 46.376748832727365 ], [ -123.784936310771116, 46.371753220656075 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3891, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.153541424084608, 47.711786608093981 ], [ -121.132205374126286, 47.716689506863645 ], [ -121.12291373775102, 47.717304702490715 ], [ -121.124134811615704, 47.719883323832796 ], [ -121.135992664295941, 47.720717666437061 ], [ -121.13784135706473, 47.7241816479237 ], [ -121.135505226169229, 47.730839079386527 ], [ -121.121011578487483, 47.746242057203354 ], [ -121.100918176920914, 47.747968134538823 ], [ -121.094127007598502, 47.745748787245709 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3892, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 88000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.68133336358035, 45.806361536276107 ], [ -122.688395438241372, 45.82152945322693 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3893, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.568738831798541, 47.588473740473241 ], [ -117.558935183766749, 47.595361529197625 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3894, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "197", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.153525229417525, 45.636291317849519 ], [ -121.156170974733996, 45.64904636510721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3895, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.246846279959115, 47.377964291177598 ], [ -122.243057082735447, 47.378057579003702 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3896, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.808962595189158, 46.976225300579273 ], [ -123.807636250863595, 46.97724630014482 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3897, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.918289174748097, 47.267288911122236 ], [ -123.911010509959397, 47.281714186490348 ], [ -123.911308453107651, 47.288031174434842 ], [ -123.908246139178516, 47.29545256379307 ], [ -123.908173289054844, 47.324579122530167 ], [ -123.906519178292413, 47.332855418786735 ], [ -123.907241675533072, 47.342818638845927 ], [ -123.909559214627578, 47.346792407549628 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3898, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.618472587700751, 46.893930868159629 ], [ -119.602185105730157, 46.890372220875911 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3899, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.903046981727385, 46.163296998414928 ], [ -122.90429184189945, 46.172625553565268 ], [ -122.899266838126678, 46.180291897451973 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3900, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.140080255370393, 47.814511612874313 ], [ -122.135167626422188, 47.824321203849109 ], [ -122.128137115729928, 47.830633641634186 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3901, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.886834120256054, 47.987701528885367 ], [ -122.884867830706384, 47.987938207303472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3902, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.599982644002012, 45.780145376680991 ], [ -122.579254389094999, 45.780262943958462 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3903, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.973281621495445, 46.707026450017771 ], [ -122.974771932412651, 46.711262675218414 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3904, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.338960773360583, 48.548602804199497 ], [ -120.332168892623244, 48.545470734960254 ], [ -120.322374392366754, 48.543587960994408 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3905, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.176904797356897, 46.729513769023768 ], [ -117.170253539884541, 46.72783862243184 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3906, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.468545392054935, 48.106190606434957 ], [ -123.465759248236395, 48.106460575042576 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3907, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.994685753683157, 47.197484103489579 ], [ -121.992391644940696, 47.19917729800968 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3908, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.947883190079139, 46.753357173255395 ], [ -122.937571908929215, 46.75390955436341 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3909, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.623797006702702, 47.463593822580499 ], [ -122.624560448088602, 47.47526970781712 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3910, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 186000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329772653307771, 47.74369593776342 ], [ -122.329103704689842, 47.746905411137327 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3911, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.781061765389026, 48.107655859453502 ], [ -122.778025327882034, 48.108358907495635 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3912, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "307", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612448723476334, 47.766183538282235 ], [ -122.607158394037583, 47.772467209231863 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3913, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "532", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.370672134768782, 48.241070696744671 ], [ -122.344383008357454, 48.239891315920516 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3914, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "906", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.41585706322121, 47.425849765009296 ], [ -121.412787102362188, 47.422542421940427 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3915, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.087460968507656, 46.415300358643378 ], [ -117.078496293321621, 46.419551012825721 ], [ -117.069154654951689, 46.419911749437141 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3916, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.572463558903863, 46.625166001729902 ], [ -120.565642884861944, 46.622187654667407 ], [ -120.555536043783533, 46.623721180895537 ], [ -120.543664555141049, 46.622677312612566 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3917, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.609634455565384, 48.49329084828922 ], [ -122.612626586589585, 48.493451127507456 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3918, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.30446083488917, 48.33946345830833 ], [ -117.303761211525241, 48.334887518671913 ], [ -117.284409614093647, 48.305935944514317 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3919, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 770 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.344182075452053, 46.736172435645898 ], [ -118.323169183572134, 46.743165071669054 ], [ -118.31043483242567, 46.756377710544143 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3920, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "181", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.247431142073211, 47.386713606173544 ], [ -122.249277641730657, 47.390247975424344 ], [ -122.24934869013407, 47.397617755595974 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3921, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434200290348514, 47.159344943195073 ], [ -122.434170529808981, 47.162825656562752 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3922, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.079868423564506, 46.821653225922496 ], [ -123.076154776382921, 46.82063969174736 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3923, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 160 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.557997059089047, 46.644559999501276 ], [ -118.557953466049014, 46.647033912948807 ], [ -118.549526725650281, 46.65537843403645 ], [ -118.547314263121962, 46.667623580035922 ], [ -118.54437981318523, 46.674259497937115 ], [ -118.529189422160755, 46.689391436256471 ], [ -118.527862786978403, 46.697937022972987 ], [ -118.527702252813256, 46.70732620984591 ], [ -118.528930961408506, 46.709283548976373 ], [ -118.54475979869936, 46.711026912741573 ], [ -118.547975839351821, 46.713458256907593 ], [ -118.547381968959982, 46.780265899145554 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3924, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.487292380517303, 46.680124523325205 ], [ -120.48269283697158, 46.680783935598534 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3925, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.113000581678662, 48.151740135448904 ], [ -122.118752809222585, 48.164313309432323 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3926, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.156594273858929, 47.654047759658717 ], [ -118.142086452425204, 47.6544054525734 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3927, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.939261629158466, 46.38262052302376 ], [ -117.938547792657346, 46.388959290059574 ], [ -117.932779425847102, 46.395581119628247 ], [ -117.932211046694874, 46.398570912880217 ], [ -117.941360581759938, 46.406069642213801 ], [ -117.94791377431126, 46.422564267204343 ], [ -117.946966541425823, 46.42950310166345 ], [ -117.954760192965551, 46.445675258725181 ], [ -117.958727449381811, 46.450723124433686 ], [ -117.962632911038128, 46.468502493158269 ], [ -117.960620103512852, 46.47704157935506 ], [ -117.960982553886737, 46.487304485889943 ], [ -117.962994936808641, 46.490353677052887 ], [ -117.970717858377839, 46.494186558511593 ], [ -117.973472473620731, 46.499872626369374 ], [ -117.973285168206559, 46.508106035063278 ], [ -117.971224907776758, 46.509867260897693 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3928, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "170", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.109908886699628, 46.970152356737621 ], [ -119.042225635160534, 46.969683760929946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3929, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2352979381306, 46.234123724246324 ], [ -119.215236535751103, 46.232174863797489 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3930, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.309497313183059, 47.105841174634598 ], [ -119.305279921697263, 47.108785126413565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3931, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.539695353728334, 48.097554568394379 ], [ -123.535337776802351, 48.098941472039122 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3932, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.20742961034459, 47.758988673605224 ], [ -122.199425570033895, 47.759083338772243 ], [ -122.194046084615195, 47.75535364071574 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3933, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "221", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.603047109049925, 45.936904906542651 ], [ -119.603123068379688, 45.938926097399289 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3934, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.281476550376652, 48.13995918107716 ], [ -122.282074030299626, 48.147754863737717 ], [ -122.289175401698941, 48.155283600652957 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3935, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.528486519088872, 48.410845601874932 ], [ -119.528456185692249, 48.41236748531982 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3936, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "300", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.843229071473488, 47.447241419772404 ], [ -122.827259250435318, 47.454059906005085 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3937, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.247022692461499, 48.503030819570661 ], [ -122.247228535990672, 48.504965103855945 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3938, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.208860642836797, 46.733747506301846 ], [ -117.205906906169758, 46.733752018345946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3939, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.040221681901784, 47.405137523827484 ], [ -122.038411720806522, 47.408974487859972 ], [ -122.050626562526716, 47.423470777931186 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3940, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.378756130974978, 48.436443569110992 ], [ -122.361971859847458, 48.42775461048614 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3941, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.058417653493919, 47.257382573959852 ], [ -121.062345597142766, 47.260573463734588 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3942, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.258312819527816, 47.889540971772497 ], [ -122.257239849444815, 47.890688722826972 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3943, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.109772432963865, 47.87811922601206 ], [ -122.109321064517403, 47.898901749177199 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3944, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.290587377326574, 46.261144368731706 ], [ -119.287813674773801, 46.259568700051773 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3945, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.765303224144859, 47.063831071913199 ], [ -122.765114033063782, 47.062950441089093 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3946, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.602009161750487, 46.657210274576343 ], [ -121.601070394376848, 46.660433884685219 ], [ -121.593992933429703, 46.667723986752605 ], [ -121.57717266963796, 46.675008162381147 ], [ -121.574877501760398, 46.682447023349035 ], [ -121.578544731547467, 46.685708578719428 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3947, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.101223870771975, 46.205201664175085 ], [ -119.106158210628308, 46.206095185803655 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3948, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "310", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.667648745636271, 47.568424242637342 ], [ -122.663594377997484, 47.570754986546731 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3949, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.64964979724958, 45.650423183654873 ], [ -122.649304439098159, 45.650350070866523 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3950, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.09295784373154, 46.54611144049629 ], [ -117.101841615937772, 46.552296259525249 ], [ -117.10507109232131, 46.558843211347046 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3951, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 920 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.142671519095813, 48.777236292249093 ], [ -118.147771153473428, 48.781303566205736 ], [ -118.14977108258968, 48.787323916754737 ], [ -118.160695468846995, 48.792579171100506 ], [ -118.161062147667565, 48.801349192392472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3952, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.256499768283533, 46.093037346372668 ], [ -118.252640320588696, 46.099579377480133 ], [ -118.242096332939994, 46.103132656401584 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3953, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.282818381229859, 47.619376442892772 ], [ -119.261368236276155, 47.631497785169003 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3954, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 610 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.658917247121011, 48.859043362702835 ], [ -121.66302909246339, 48.866717270993227 ], [ -121.668644109468559, 48.864574563612969 ], [ -121.664543318354475, 48.865034185037381 ], [ -121.670876754509536, 48.862041366029061 ], [ -121.675440298595248, 48.86519104864302 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3955, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395SPNSC", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.365807384293433, 47.760560168923277 ], [ -117.367348161700107, 47.768872897742952 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3956, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.952249981596907, 46.727480339570924 ], [ -122.952269365996045, 46.72896425571011 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3957, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.347632495880887, 48.563982262420232 ], [ -122.347649056464476, 48.572589190230261 ], [ -122.343703571597715, 48.595899549306871 ], [ -122.346242833682084, 48.60702592783823 ], [ -122.354567975607395, 48.617470432644204 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3958, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.598347073386137, 47.562079282792737 ], [ -120.588995856522303, 47.55683994509981 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3959, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 154000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.249888866156226, 47.462382817124585 ], [ -122.240843500174748, 47.465256976904037 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3960, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "010", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.854497924127827, 47.174925353752599 ], [ -120.829581898544106, 47.167215084983397 ], [ -120.816994486404013, 47.165445994935325 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3961, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.904923274745542, 47.572494750333973 ], [ -121.898113512298977, 47.571273361697671 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3962, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "153", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.093399640209029, 48.181107116656705 ], [ -120.094933554119876, 48.185067410143759 ], [ -120.094158328300153, 48.192890490328203 ], [ -120.096475565002393, 48.196846776448204 ], [ -120.107153297153445, 48.197688796470807 ], [ -120.128256094918726, 48.208636169742775 ], [ -120.12586484862851, 48.219220401991805 ], [ -120.117478759948384, 48.23121246518317 ], [ -120.117742096588856, 48.243599111550409 ], [ -120.116185349099752, 48.249036687521794 ], [ -120.106171724604437, 48.255431820485725 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3963, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.123612070719091, 48.200278239432578 ], [ -122.121370892344871, 48.200256519267811 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3964, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "278", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.077973130203574, 47.442965310973456 ], [ -117.072204879102628, 47.443679396032934 ], [ -117.062769188555095, 47.441329167578473 ], [ -117.055499924878674, 47.437522394987973 ], [ -117.03978895950867, 47.43490315241862 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3965, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.533733565145809, 45.998403068792292 ], [ -121.540218895069458, 46.000228142005767 ], [ -121.554996926671706, 45.999801197652864 ], [ -121.55691277621365, 45.995566706505073 ], [ -121.563611498194149, 45.990116305187769 ], [ -121.58370034509386, 45.982602100132461 ], [ -121.588837556195372, 45.975811147623645 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3966, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.329880551868285, 47.173255506867349 ], [ -119.337592941955663, 47.182491657896335 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3967, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.337683892360459, 48.054732999689413 ], [ -124.329079112411591, 48.054421250719209 ], [ -124.314971761744559, 48.05846779538291 ], [ -124.302801498924865, 48.067339551758458 ], [ -124.283146126795714, 48.069756569174857 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3968, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.076774006676246, 47.64178867060479 ], [ -120.074763273402382, 47.641906708004434 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3969, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.037698168617538, 48.070387496715362 ], [ -123.976179604087733, 48.072998549325298 ], [ -123.959943640078407, 48.077302908724093 ], [ -123.954577124595644, 48.075450517679897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3970, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 92000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.282398509928498, 47.194193480657866 ], [ -122.281111013048971, 47.198441099622535 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3971, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.907074601348128, 46.190049258558226 ], [ -122.909090709954711, 46.194788399853294 ], [ -122.914296097475045, 46.200138842063772 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3972, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552572928104226, 45.68558057449011 ], [ -122.552796560047767, 45.6913817982716 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3973, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.806099495726343, 48.093206145941686 ], [ -119.794473089484299, 48.098315156784906 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3974, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 96000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.510003080734847, 47.249038175860179 ], [ -122.511115720317747, 47.250253162859131 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3975, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.481130804677619, 46.467320462677073 ], [ -117.476644376676603, 46.465025930493901 ], [ -117.472479664156666, 46.459484187129789 ], [ -117.470702285333459, 46.452240088971571 ], [ -117.467053922217758, 46.447064925745416 ], [ -117.456018396719969, 46.4456880256106 ], [ -117.444469186093855, 46.44662690142686 ], [ -117.439708237102607, 46.441562222663784 ], [ -117.434076563193244, 46.439712585420409 ], [ -117.43116498333633, 46.436213980408652 ], [ -117.420257639356464, 46.4360420894943 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3976, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "308", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.66016205413213, 47.704564702789661 ], [ -122.654604637629092, 47.706075989977442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3977, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507COPEARL", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.955941604221366, 46.715546307308081 ], [ -122.957186697392871, 46.71264304878499 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3978, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.181516434646568, 46.226705455975825 ], [ -119.146615172383505, 46.217968659934307 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3979, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.923520704969008, 46.146068995317584 ], [ -122.922241113208202, 46.14648723962771 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3980, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3204263511942, 47.443937555542071 ], [ -122.326823310563, 47.455452040217736 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3981, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.309246253930795, 47.358081797100191 ], [ -122.307430476410232, 47.361630322870283 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3982, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.107021968892894, 47.358060180472179 ], [ -122.085935890112466, 47.358074866592879 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3983, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.776484639964991, 47.643593498012592 ], [ -117.733411255276081, 47.64348385310084 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3984, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.448371310236737, 47.641008035635622 ], [ -117.449716718887359, 47.644309250864026 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3985, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.615658233664064, 47.716138798138786 ], [ -122.63531650120008, 47.725014301310601 ], [ -122.636871439696009, 47.727025638993737 ], [ -122.637029108402757, 47.732315224067548 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3986, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300439660352822, 47.710521918410194 ], [ -122.299538563644958, 47.712054475431145 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3987, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.747539303798376, 46.209412533430303 ], [ -119.747620288468028, 46.214015703101694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3988, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434802071671967, 45.664913890203799 ], [ -122.434430467922368, 45.662336345269729 ], [ -122.429621236028069, 45.662154654140167 ], [ -122.428884604243336, 45.654393977697012 ], [ -122.424529786483859, 45.653913925663232 ], [ -122.42440490349297, 45.650548964911472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3989, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322498893983081, 48.477758466907005 ], [ -122.321610488037948, 48.478041881524383 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3990, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.52584804635643, 45.993213695410255 ], [ -122.526471648220962, 45.993217567690159 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3991, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 390 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.199232453945072, 47.177370832820536 ], [ -117.195094169145861, 47.178395552201458 ], [ -117.18611900069358, 47.177032544276749 ], [ -117.17220022269565, 47.181828016669805 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3992, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.521938566944669, 47.258344291028202 ], [ -122.530788449355455, 47.258858195935574 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3993, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.546962332062208, 47.327187273550472 ], [ -119.542918477389051, 47.332084435158244 ], [ -119.498698481873049, 47.369072135131326 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3994, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.726153012156189, 48.955162657199459 ], [ -122.729702304571816, 48.957557688610194 ], [ -122.729995110701452, 48.962176777686857 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3995, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 780 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.200650561730896, 47.125971467490594 ], [ -117.220439268542435, 47.120871999968664 ], [ -117.227181786884884, 47.120585731330053 ], [ -117.231149710072117, 47.12206965021872 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3996, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.668283837878803, 48.138851720854852 ], [ -119.663362799686254, 48.155486918161216 ], [ -119.663662453887511, 48.160481324109455 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3997, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.29184011792934, 48.435550659808271 ], [ -122.289184802145584, 48.435552414913879 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3998, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.353191655453927, 47.787208051454265 ], [ -117.351819382364909, 47.791903946440961 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 3999, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "128", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.069154654951689, 46.419911749437141 ], [ -117.06933202155551, 46.421228217872894 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4000, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.356402838189183, 47.886836786167081 ], [ -124.356115536695015, 47.893767724655646 ], [ -124.364424330768784, 47.894831987281236 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4001, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.161478036873234, 47.506903677956124 ], [ -124.177642524967368, 47.514280769068051 ], [ -124.184472504761899, 47.519233863318867 ], [ -124.187921871641123, 47.523890194341291 ], [ -124.196394482642305, 47.525498016581658 ], [ -124.200483022244526, 47.530399395909356 ], [ -124.222936962719928, 47.534302979219085 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4002, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.505958291660761, 45.675826886432532 ], [ -122.505932907996737, 45.672173066419191 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4003, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.387790361203017, 46.886648408921076 ], [ -117.381710075728535, 46.890607102870796 ], [ -117.364914465293964, 46.890563387669424 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4004, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.654254000872527, 47.836387341322776 ], [ -121.64182571390505, 47.834176160393604 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4005, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.90956772898538, 46.233183287897376 ], [ -122.899682500105101, 46.249784754615227 ], [ -122.904337805894599, 46.2541183304062 ], [ -122.905225055371176, 46.257790676022935 ], [ -122.913101688714036, 46.263063801525149 ], [ -122.925089530198321, 46.264493341877547 ], [ -122.925790848028115, 46.266297198336225 ], [ -122.923781125084957, 46.271508343119464 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4006, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.475488175002127, 46.25091928184014 ], [ -119.475223036846259, 46.251686108599678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4007, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.186495761626276, 46.731477172075735 ], [ -117.181781152808256, 46.731695620968587 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4008, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "532", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.280950360653364, 48.235572681036835 ], [ -122.242300813250239, 48.238812016751012 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4009, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.560843662636245, 47.642884424933108 ], [ -117.509427538961901, 47.64300539752724 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4010, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.281111013048971, 47.198441099622535 ], [ -122.278259816660878, 47.202915207464919 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4011, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.457284327541032, 46.27060036528696 ], [ -123.42662653737932, 46.26722330971122 ], [ -123.41099196085797, 46.261708922345214 ], [ -123.400583243777703, 46.253119203673975 ], [ -123.394791245787133, 46.231576610904085 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4012, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.314958782533651, 46.367729826552356 ], [ -120.309728932517814, 46.365077469403914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4013, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 206000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.324181676014831, 47.63210124748602 ], [ -122.323883246590754, 47.632698970668493 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4014, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364164788277733, 46.874010902945031 ], [ -117.364993136365968, 46.874611063822357 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4015, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.507510958324275, 47.741638156513908 ], [ -117.50748268757917, 47.744381586228222 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4016, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.745586975218174, 48.137285238730655 ], [ -123.7345388535241, 48.136053459375738 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4017, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.564733440419857, 47.498272492043519 ], [ -117.564729693424283, 47.498854207601767 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4018, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.674891777159814, 47.544020254650533 ], [ -122.670747021058688, 47.54944944735211 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4019, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.044118100544523, 48.178055343480068 ], [ -117.042666862163287, 48.178097309088727 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4020, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.239504252454438, 48.83182351209372 ], [ -122.219542389125039, 48.827706554878496 ], [ -122.209602461562838, 48.821069882990187 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4021, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.904476184419124, 45.824738004891032 ], [ -120.874470869484767, 45.824429695035832 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4022, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.923781125084957, 46.271508343119464 ], [ -122.921877134159814, 46.276283257366941 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4023, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321610488037948, 48.478041881524383 ], [ -122.280194517826828, 48.492612765417995 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4024, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.054947732122983, 46.330246772901475 ], [ -124.05491342093201, 46.331157364649748 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4025, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "305", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.510934174816427, 47.622969177815371 ], [ -122.51297092445509, 47.623864315628204 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4026, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.735008518743328, 47.51573817718068 ], [ -122.722264676287367, 47.523320564649566 ], [ -122.713259493542125, 47.523971466392737 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4027, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 140 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.224439920750271, 48.99811578046841 ], [ -118.223933752066628, 49.000114250326348 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4028, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.096323519304391, 47.134272394579583 ], [ -123.098820854016807, 47.131448646228918 ], [ -123.100207740564784, 47.12623269251867 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4029, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 114000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.664414851926963, 45.756639908088047 ], [ -122.670186995799966, 45.775331764224653 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4030, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.609133392004594, 48.171286162855388 ], [ -122.626200851245784, 48.183153551956416 ], [ -122.62668659376483, 48.190429204801362 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4031, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005RL005EXP", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.326526705816661, 47.603443393266296 ], [ -122.330409308448552, 47.607952382600168 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4032, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.822947646857813, 45.777179853264187 ], [ -120.822576432618888, 45.787606816381583 ], [ -120.816935508134094, 45.795557155972283 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4033, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 590 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.351060563498351, 46.307101177186162 ], [ -122.35279729378594, 46.296583677124346 ], [ -122.345537396191474, 46.293138434883218 ], [ -122.342044064878877, 46.294729734565898 ], [ -122.337001988998537, 46.304714286190311 ], [ -122.331306318683758, 46.304819537891682 ], [ -122.327803631735421, 46.307844081131726 ], [ -122.324949231312274, 46.307434742814266 ], [ -122.320873072710043, 46.303652442324399 ], [ -122.316046773730847, 46.306771484794744 ], [ -122.313153102972038, 46.306626277904591 ], [ -122.30966788085513, 46.304363907080514 ], [ -122.310008285179663, 46.300143160818841 ], [ -122.302261997357121, 46.297025635527675 ], [ -122.293837210312304, 46.300079688330541 ], [ -122.296022910061794, 46.304479243662826 ], [ -122.295182346021377, 46.306206869076838 ], [ -122.288655622617469, 46.307156740368811 ], [ -122.284877462589762, 46.31117924865849 ], [ -122.280729278598201, 46.311646972670609 ], [ -122.273189866769641, 46.303082326999906 ], [ -122.266298115464224, 46.301502894029518 ], [ -122.26991102709988, 46.299994597973082 ], [ -122.276622322142074, 46.304143952669506 ], [ -122.27892286993864, 46.303445798555636 ], [ -122.273814792615823, 46.298338787530582 ], [ -122.274232546857235, 46.292980805777546 ], [ -122.270593977489725, 46.287340526141612 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4034, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.402735531969398, 47.781179547157102 ], [ -117.407456154536519, 47.787521918206856 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4035, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.694733022356161, 47.501473804993175 ], [ -117.684279966804937, 47.508587719008077 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4036, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.748303415455425, 48.995657530568678 ], [ -122.754702693579304, 49.000477059599781 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4037, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.885851000625607, 47.990264323813911 ], [ -119.88386072341136, 47.99874538560664 ], [ -119.895747200085992, 48.038517836962839 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4038, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.667125840585811, 48.119117447907023 ], [ -123.656102616535279, 48.118102910164922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4039, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "401", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.875069146856106, 46.241169451380401 ], [ -123.869753268650172, 46.243626093958625 ], [ -123.866289292492425, 46.24894251798279 ], [ -123.857446159651488, 46.25108445868576 ], [ -123.853179821844876, 46.254967659487534 ], [ -123.851433015291747, 46.260249697815979 ], [ -123.840213429419805, 46.262507367270288 ], [ -123.832579781071757, 46.269565683224023 ], [ -123.819418955615006, 46.26978999145387 ], [ -123.816652754835317, 46.271283450209793 ], [ -123.811488930052931, 46.28292403281155 ], [ -123.807445187382314, 46.286089142108182 ], [ -123.811022094308356, 46.292755948967688 ], [ -123.800581824845779, 46.304354306050662 ], [ -123.801894476718061, 46.314269007359371 ], [ -123.798028018782517, 46.329180810969554 ], [ -123.8010026466456, 46.334452709551265 ], [ -123.810426917137534, 46.337610586596789 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4040, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.940825486862323, 45.666529629412004 ], [ -120.936013267692189, 45.664899895784856 ], [ -120.929771406495078, 45.665412162101951 ], [ -120.927775489678893, 45.66384938904713 ], [ -120.927711777074464, 45.661341810912411 ], [ -120.925640917050387, 45.66051362940717 ], [ -120.89557805828909, 45.666081067828188 ], [ -120.877518253738899, 45.675314339728033 ], [ -120.829286058444211, 45.694065406581714 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4041, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.282889944508128, 47.185892098538744 ], [ -122.282398509928498, 47.194193480657866 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4042, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.53042114793594, 46.648673581937167 ], [ -120.528335989786157, 46.650284743350724 ], [ -120.528253126215063, 46.654039018846234 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4043, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 130000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.675049957046653, 45.618124135349639 ], [ -122.671691275229193, 45.622917793992706 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4044, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "292", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.621722756725561, 48.05967695492788 ], [ -117.620433343631518, 48.059935189113453 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4045, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.617583253080483, 46.974385648664104 ], [ -123.608437708029129, 46.973359107215238 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4046, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.904334281366246, 48.546565840751533 ], [ -117.881992736796263, 48.547212818745471 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4047, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.995102127168821, 48.529884678526841 ], [ -121.9797873124501, 48.529317441120583 ], [ -121.965112893615697, 48.524065543075729 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4048, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.950614760906106, 46.116489802312572 ], [ -122.943733583317808, 46.115914499971524 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4049, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.688198335453407, 47.009027615621008 ], [ -122.669449984645496, 47.001581774251861 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4050, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.194491271868657, 46.712316346379176 ], [ -117.185144325948357, 46.712310793520011 ], [ -117.182392328901628, 46.715330188352894 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4051, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.144284589044702, 47.891173255555849 ], [ -122.128272774190563, 47.881155158876233 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4052, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.199439421835265, 48.18423234624214 ], [ -122.207350378412556, 48.193054996791695 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4053, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 90 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.308202455301313, 48.987334862046112 ], [ -117.300957910950217, 48.991489365689198 ], [ -117.299785418283236, 48.99980914852371 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4054, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "821", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.465829961055746, 46.711097427802258 ], [ -120.451460330830287, 46.722635548171866 ], [ -120.449938789329934, 46.725476402998986 ], [ -120.452959759330568, 46.732866331384443 ], [ -120.448205451034397, 46.738576508376049 ], [ -120.447479879579788, 46.74175003893027 ], [ -120.451285228360419, 46.74611622826712 ], [ -120.458408863312869, 46.747923271545687 ], [ -120.45570318825547, 46.752654797728511 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4055, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.902577135380426, 47.372295066649393 ], [ -123.89546125559751, 47.382115371661982 ], [ -123.888628473621893, 47.402682276853405 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4056, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.069555480577677, 47.55163201418145 ], [ -122.051875352520895, 47.545388803471063 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4057, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.072888972143645, 45.793732272755705 ], [ -120.020285076087774, 45.814850962242815 ], [ -120.004435562693658, 45.819020307286664 ], [ -119.995349770012666, 45.82392028712686 ], [ -119.9346212323142, 45.835692303582661 ], [ -119.909311418600382, 45.835764298358697 ], [ -119.887013611294506, 45.841247753141566 ], [ -119.87797290957586, 45.841746087363177 ], [ -119.868505533420247, 45.846734652227077 ], [ -119.857881464848433, 45.860453859587174 ], [ -119.848685047022883, 45.867324369661816 ], [ -119.842991892628874, 45.869109562579467 ], [ -119.82715383471583, 45.869699138937811 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4058, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.130696857856805, 46.165415474539714 ], [ -118.134355070410933, 46.173372707571353 ], [ -118.139120139133112, 46.178478269707618 ], [ -118.136094057241593, 46.184593336603307 ], [ -118.138795826676102, 46.197447449207708 ], [ -118.137789048208617, 46.2310216135796 ], [ -118.144494211910441, 46.242080319935738 ], [ -118.147553433153575, 46.251263357756955 ], [ -118.153095305373043, 46.259152101455001 ], [ -118.153247686331255, 46.270134871832305 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4059, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.390445812035026, 48.44229890593369 ], [ -122.378756130974978, 48.436443569110992 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4060, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.21256302427625, 47.247972246779824 ], [ -124.222223573029765, 47.256667980362117 ], [ -124.234271304142823, 47.285388763122391 ], [ -124.241823402413175, 47.295716874372374 ], [ -124.256216944649651, 47.307165059732554 ], [ -124.280803486163919, 47.321448112524308 ], [ -124.283497886405158, 47.329624679385581 ], [ -124.288020639105909, 47.335912143475603 ], [ -124.285010407173147, 47.347029011277328 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4061, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.690131623883602, 47.579854202855941 ], [ -122.697524845992035, 47.582895850878728 ], [ -122.698740873378156, 47.586696110477902 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4062, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294569069803984, 47.846843594494999 ], [ -122.293168879469505, 47.850417256602938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4063, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.985668490863077, 46.939923999476953 ], [ -119.961766615637231, 46.945038874850411 ], [ -119.960694628027611, 46.947095959112183 ], [ -119.962360795416203, 46.955497290981661 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4064, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335443671878735, 48.490275393441962 ], [ -122.335342163770065, 48.498514186386046 ], [ -122.337050963235811, 48.503991478987437 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4065, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "225", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.493588994349267, 46.301316915032778 ], [ -119.493315447404456, 46.311516519949457 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4066, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.20242791780413, 47.372559331305162 ], [ -122.202404855483707, 47.374856735259883 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4067, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293910744224675, 47.206571607370407 ], [ -122.293918658255535, 47.209493222007957 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4068, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.987460641653925, 47.627994798448519 ], [ -121.977423993374146, 47.626349684781957 ], [ -121.959372736441111, 47.619635318765141 ], [ -121.957462820621586, 47.613211520094637 ], [ -121.961543513779162, 47.601540509971706 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4069, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.465374470619679, 45.714393327654278 ], [ -121.462998099766921, 45.713505250128023 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4070, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.399775561234108, 47.51442853585722 ], [ -117.393937328686192, 47.521223274716917 ], [ -117.396824529368018, 47.527430858602223 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4071, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411341617698866, 47.73662720991797 ], [ -117.411298272865395, 47.739633773950075 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4072, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.829825816030194, 47.381738142951143 ], [ -122.827797273102789, 47.38657872281847 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4073, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "546", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.474404846877775, 48.964420136492905 ], [ -122.463166107898417, 48.96461504036715 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4074, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "110", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.460686978628644, 47.952414175154054 ], [ -124.463115591750608, 47.940796587233912 ], [ -124.48171627013248, 47.930896701090916 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4075, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.959928208875922, 47.199071825965241 ], [ -121.951775267891747, 47.198582770510981 ], [ -121.934698828798446, 47.192199706844384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4076, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.768640501503313, 48.011228311469672 ], [ -122.775507412347537, 48.011925861483753 ], [ -122.776669665651653, 48.013523673862458 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4077, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.19613964848557, 46.748677111735418 ], [ -122.193495728897773, 46.757317083092367 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4078, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "307", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.573335582729641, 47.802767164373343 ], [ -122.570692450572949, 47.803729114686838 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4079, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143430620923212, 47.804831103973932 ], [ -122.137834511575576, 47.804839361044117 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4080, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 82000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.134945907999551, 47.661054174609632 ], [ -122.13045173357915, 47.666130757776493 ], [ -122.122345378428093, 47.667181773686472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4081, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.469021541104524, 45.664782696006071 ], [ -122.434802071671967, 45.664913890203799 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4082, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.174905591319316, 47.289039031008222 ], [ -123.157044219165414, 47.28032820219817 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4083, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "107", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.719485383850852, 46.91820485486695 ], [ -123.716072908650503, 46.926815514098664 ], [ -123.71331428086549, 46.928964203866776 ], [ -123.67077844830456, 46.937560636182916 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4084, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.402639499841271, 47.780817988371332 ], [ -117.40284694798855, 47.780997213081896 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4085, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.881749481023334, 46.475259386937331 ], [ -122.865755115833508, 46.470908225051566 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4086, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.277685793465352, 48.843534593266547 ], [ -122.265037543577961, 48.843359876687167 ], [ -122.255634568171502, 48.839046183576897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4087, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.473632489120448, 46.539386031894068 ], [ -120.470537695656432, 46.541032083572119 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4088, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.655618841489584, 47.47450076763193 ], [ -120.652862503644485, 47.482823006978599 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4089, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COHERON", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.814658128908093, 46.974667433837659 ], [ -123.813512360734848, 46.975265630285683 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4090, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005HD13393", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.429078792723359, 47.234019189699751 ], [ -122.434832094645884, 47.233171242185342 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4091, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.73284236775109, 48.984169559612397 ], [ -122.748303415455425, 48.995657530568678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4092, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.59838859937939, 48.89166179758319 ], [ -122.602514984729552, 48.892054163360179 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4093, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.980871637362881, 47.813702714102185 ], [ -119.977015037561046, 47.817024460691158 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4094, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.638529037444201, 48.891709409501381 ], [ -122.704489392233796, 48.892193408918772 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4095, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.775306882092906, 46.318841576555045 ], [ -122.762299791332367, 46.319643210040248 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4096, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.853366397300007, 47.233449711529495 ], [ -119.835643111771844, 47.234027670382567 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4097, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.892543258704535, 46.106806579720377 ], [ -122.878591007494364, 46.106773383091792 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4098, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.156531073588269, 47.505727264281276 ], [ -122.15451876727542, 47.506121499624442 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4099, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.890796080326638, 46.301280442577742 ], [ -122.884990784587416, 46.305339740094155 ], [ -122.880352613302094, 46.306112660489731 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4100, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.044713133526557, 46.331198201967432 ], [ -124.00531790522237, 46.330929457543917 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4101, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.883245171993607, 47.988292502827306 ], [ -122.876750402834105, 47.99210251652265 ], [ -122.859082226367676, 47.989908301870997 ], [ -122.850940019968988, 47.99288061932905 ], [ -122.837626119626051, 48.001758278885511 ], [ -122.830088621565068, 48.010798787168731 ], [ -122.831326744679615, 48.015259932289844 ], [ -122.83019786457487, 48.021011226680997 ], [ -122.825618052431949, 48.033154385095429 ], [ -122.820274648915628, 48.041418065769378 ], [ -122.819662877524934, 48.049319569966279 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4102, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322813391890776, 48.435726219881815 ], [ -122.317486779454441, 48.435666194218371 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4103, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485993891367727, 48.815000193796678 ], [ -122.485965163409148, 48.833349154385395 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4104, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.495709623540407, 48.69763028744093 ], [ -122.492205122188437, 48.698859170031575 ], [ -122.488916339590702, 48.702409161006273 ], [ -122.499879326424775, 48.710301255742863 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4105, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.387883925994487, 47.005264981951392 ], [ -123.387443636164647, 47.00467530368789 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4106, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.513577041782284, 46.62848965824373 ], [ -120.500959157133508, 46.623267507547695 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4107, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.157000635697059, 47.765024262958491 ], [ -122.153974367960046, 47.776978198710438 ], [ -122.150880994236175, 47.779603158951161 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4108, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207468784096235, 47.820115982143186 ], [ -122.207457799159954, 47.82171191096834 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4109, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.33442273912172, 47.441651558261917 ], [ -122.333948725942022, 47.447507310346786 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4110, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.319926556475039, 46.375058304786123 ], [ -120.320157854699062, 46.371338407514536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4111, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.334493912656782, 48.33735478391349 ], [ -122.335932665933967, 48.347174658929532 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4112, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "122", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.497669879337039, 46.558356832389627 ], [ -122.497901672194104, 46.554105462075697 ], [ -122.49547595719163, 46.551907428806835 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4113, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.431338853432479, 48.446287310673107 ], [ -122.413129962116216, 48.450215427115822 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4114, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.84801546252389, 46.943570224504512 ], [ -123.827411561101059, 46.951286610341228 ], [ -123.81730675722352, 46.951644541386827 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4115, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.48604922635792, 48.804308499058983 ], [ -122.486045841787359, 48.807775980473814 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4116, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296379117270391, 47.386520195244259 ], [ -122.294752189274107, 47.394336888924805 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4117, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.729444855217665, 46.68561708875432 ], [ -123.729377121926859, 46.68662952080814 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4118, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.344589742100752, 47.702170326130684 ], [ -122.344621017744956, 47.705063887488421 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4119, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 177000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.186214256585032, 47.672270169274867 ], [ -122.185288907371032, 47.674292900906451 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4120, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.649304439098159, 45.650350070866523 ], [ -122.646988165150958, 45.649510166750311 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4121, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.822628386153582, 45.822990394881614 ], [ -120.812260239487316, 45.822992682750638 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4122, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "261", "AADT": 480 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.308445228927368, 46.758407436037558 ], [ -118.302621843015515, 46.759103740131607 ], [ -118.292762753617723, 46.764096650697731 ], [ -118.287107748264532, 46.771348743352164 ], [ -118.286718814038863, 46.774083295097938 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4123, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.297200401536855, 46.953190535486144 ], [ -122.297950785707755, 46.980094485635945 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4124, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.229321239939509, 47.184349968124891 ], [ -122.22930154211339, 47.180660177191037 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4125, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.740655286698711, 46.778157634495017 ], [ -123.740969104261609, 46.790878184710152 ], [ -123.738474948042239, 46.794769198491259 ], [ -123.746082329620236, 46.798760494247887 ], [ -123.746841022102203, 46.804272677571682 ], [ -123.730913720714184, 46.817824875322152 ], [ -123.728884035051209, 46.824369471172837 ], [ -123.719861257861993, 46.829680921776664 ], [ -123.719344868949364, 46.842988622488889 ], [ -123.716994173492708, 46.850605815799085 ], [ -123.709325860939046, 46.860369718624561 ], [ -123.710861781631522, 46.867079880795899 ], [ -123.707516550670917, 46.871195510950443 ], [ -123.708543743965919, 46.874869579265948 ], [ -123.706218593179671, 46.877987626787856 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4126, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411153862676116, 47.713375171924589 ], [ -117.411125274849027, 47.715097774817771 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4127, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.229775260014321, 47.383322670300728 ], [ -122.221482003818693, 47.382517380611581 ], [ -122.206509130088719, 47.372560948068241 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4128, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.287114971466522, 47.820933921518062 ], [ -122.275545727904557, 47.820914372484026 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4129, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.097893087103486, 47.657305852219473 ], [ -117.949387860226594, 47.658311021176395 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4130, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321197409966345, 47.523360989988554 ], [ -122.324938986885513, 47.52713054742658 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4131, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.300607207051087, 47.409654076146197 ], [ -120.30296109083325, 47.409563274742915 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4132, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.897607260732073, 46.140453967496882 ], [ -122.897403864892325, 46.144529635317234 ], [ -122.899867603112938, 46.149684212173312 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4133, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.45088881937707, 48.973570904047342 ], [ -119.459484559013802, 48.995311748826694 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4134, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.505479518345268, 47.758430550253856 ], [ -118.481714559380478, 47.750308894408505 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4135, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.730051929909976, 46.688858411744526 ], [ -123.731371050594475, 46.690374335351443 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4136, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.712449603812388, 47.611406311786276 ], [ -122.70977734336735, 47.632488696088835 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4137, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.148957768087925, 47.762722774937394 ], [ -120.135913186731003, 47.766952748154743 ], [ -120.122256524233137, 47.768333715257057 ], [ -120.105215197369162, 47.76645344916934 ], [ -120.093945142194414, 47.761873328514042 ], [ -120.077111309366558, 47.762355573576251 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4138, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.240646758088076, 48.402724443670557 ], [ -122.256706659539446, 48.421450842553675 ], [ -122.258944088399389, 48.427237936224508 ], [ -122.264357131646335, 48.430063418041392 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4139, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.853382887364944, 47.231885111011927 ], [ -119.853366397300007, 47.233449711529495 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4140, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "823", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.519738152711398, 46.668125952903722 ], [ -120.517062986670979, 46.671256151307482 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4141, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.845516085278604, 47.41553547502108 ], [ -122.847066911643651, 47.418933536363525 ], [ -122.846451108882775, 47.42460318716418 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4142, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1872561406024, 48.152320979808344 ], [ -122.185756288548518, 48.152351143643791 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4143, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.631275782126423, 47.542736967892431 ], [ -122.626972580579334, 47.541750428358547 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4144, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.58778303213181, 47.556146923305818 ], [ -120.568702825236983, 47.543333296042476 ], [ -120.550170608464001, 47.535015095093662 ], [ -120.540413878223873, 47.533893230012183 ], [ -120.513671577069729, 47.535619490242944 ], [ -120.489047915156021, 47.528097962329632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4145, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.704142351428587, 45.644577060934601 ], [ -122.719519990555213, 45.649917745333731 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4146, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.751462042421991, 48.988601174129485 ], [ -122.751644395429111, 48.989601678760145 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4147, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.298119690127734, 47.502022685209752 ], [ -122.303760564222117, 47.510609425300594 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4148, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.293989290902076, 46.08236921233209 ], [ -118.273667244072499, 46.085029912527631 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4149, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.142801879215568, 48.773659770515806 ], [ -118.142671519095813, 48.777236292249093 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4150, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "523", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.310073364888709, 47.733938920414175 ], [ -122.29784438697979, 47.73380690712974 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4151, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.26498775015196, 48.999101576441412 ], [ -122.264959141111333, 49.000030960397375 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4152, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 250 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.251726872396702, 46.041729002716551 ], [ -117.251525721483446, 46.041766317084864 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4153, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.66869354692831, 48.28392234736517 ], [ -122.666197776795414, 48.284130638071083 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4154, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.474802377866169, 46.589699519312283 ], [ -120.472178327994826, 46.58191005228975 ], [ -120.47203394632426, 46.574554882876527 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4155, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028SPWENTCH", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.287327632029374, 47.399512001102906 ], [ -120.286339343335584, 47.398285650245384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4156, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.106282358509091, 46.84951970011884 ], [ -124.109086964691642, 46.858851588331206 ], [ -124.107970430371154, 46.858858882117403 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4157, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 960 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.679498242504806, 46.361618515478881 ], [ -122.673496635204586, 46.361284465605578 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4158, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.431338853432479, 48.446287310673107 ], [ -122.428358999490925, 48.444856945549894 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4159, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.201456902128569, 47.194176953470574 ], [ -122.19902137090682, 47.184436357417439 ], [ -122.186969998284368, 47.176977667340431 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4160, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.948992860835901, 48.050272209599846 ], [ -122.924021202625227, 48.050093762019486 ], [ -122.878540130304742, 48.040559161283092 ], [ -122.86716206788806, 48.030721995395396 ], [ -122.862242749640558, 48.016476719096559 ], [ -122.863957586038808, 48.009572551593337 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4161, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.908506061451561, 46.146702232170078 ], [ -122.909303181094572, 46.144613716450095 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4162, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.765158587815378, 47.473214056661035 ], [ -121.748260992321761, 47.473255322993964 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4163, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.203403176281384, 48.720699274189592 ], [ -122.202201079089633, 48.74601850671602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4164, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.127785851383535, 47.223649499593229 ], [ -123.129480486657698, 47.216436548469638 ], [ -123.126591027258371, 47.200112170052023 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4165, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "263", "AADT": 360 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.552525565180943, 46.642228519863579 ], [ -118.552551361753146, 46.644788750335827 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4166, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.939310191397851, 46.196885704973852 ], [ -119.917262878337027, 46.19169204380281 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4167, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 250 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.699124298942735, 47.370913265257755 ], [ -118.695806857910043, 47.372616648180973 ], [ -118.6952297453917, 47.376825222407327 ], [ -118.692013021663797, 47.379163309885527 ], [ -118.690249668685851, 47.384382954989114 ], [ -118.690588523775759, 47.39222174159184 ], [ -118.686276258298193, 47.398267355509098 ], [ -118.683686833396465, 47.415365733541471 ], [ -118.691292042116359, 47.421063676690473 ], [ -118.712923261171071, 47.426961386979031 ], [ -118.741127527790937, 47.449627817836728 ], [ -118.769493073925119, 47.465591971839849 ], [ -118.774183369867401, 47.472120319953483 ], [ -118.78400005470705, 47.472842312040093 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4168, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.646988165150958, 45.649510166750311 ], [ -122.641356706175273, 45.646478635560612 ], [ -122.63402848940936, 45.646260244160189 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4169, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.348789402522115, 48.270258328778169 ], [ -124.346379688278503, 48.267524864937073 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4170, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524SP3RDAVE", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.379606535103676, 47.811428451757408 ], [ -122.380348873075206, 47.809725424232639 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4171, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "011", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.487987734291082, 48.674750813754279 ], [ -122.490985760896123, 48.688036479743118 ], [ -122.496431663942289, 48.696360567148496 ], [ -122.495709623540407, 48.69763028744093 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4172, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.385447165159675, 47.948955410057117 ], [ -124.385422505182618, 47.950581433191111 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4173, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.198250392440627, 47.447197230197347 ], [ -122.201270292237439, 47.448793830506141 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4174, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.625942597734706, 46.931430109559678 ], [ -122.620784164225697, 46.934374699436887 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4175, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "231", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.741461706719889, 48.054927261905505 ], [ -117.741382096885118, 48.056948228106961 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4176, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "102", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.191242888244844, 47.242935812779869 ], [ -123.177700826107696, 47.252309208872227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4177, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.385518978249067, 45.582108216438499 ], [ -122.385791668788556, 45.580608216430186 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4178, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321912505180194, 48.920192245521072 ], [ -122.321748363134532, 48.934759017036747 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4179, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "096", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.206449503654156, 47.878180766327723 ], [ -122.203649239921617, 47.878146653265063 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4180, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.111652555788723, 48.09188001229144 ], [ -122.113000581678662, 48.151740135448904 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4181, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 980 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.289666681618911, 45.697135679544424 ], [ -121.265757964373208, 45.711153535229521 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4182, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.887483816141199, 46.446560103402334 ], [ -122.883989153562553, 46.470894437200897 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4183, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.025496558237251, 46.176554459118371 ], [ -123.01551863969641, 46.171407070584415 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4184, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.871835006738891, 46.234767102763222 ], [ -123.875069146856106, 46.241169451380401 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4185, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.425480768530875, 46.273432969905471 ], [ -119.409027493557247, 46.276203581802655 ], [ -119.400146886523245, 46.280865548346227 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4186, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.31204401834627, 47.335872343980007 ], [ -122.312132656973986, 47.339444431918643 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4187, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335244606048633, 47.42395446278109 ], [ -122.33545236559965, 47.433953091621909 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4188, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507COPEARL", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.957186697392871, 46.71264304878499 ], [ -122.957660988497892, 46.711537003554788 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4189, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.356727113976859, 47.243057706525448 ], [ -122.349936357649753, 47.243030334844676 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4190, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.58844524433789, 48.867482523412527 ], [ -122.588656535207846, 48.885036555815979 ], [ -122.591845204189951, 48.889032620617854 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4191, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "401", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.811811120251576, 46.365574240961742 ], [ -123.802603124839592, 46.376002249617265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4192, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.912557676868715, 46.099909023820466 ], [ -118.907754209264212, 46.07837972709406 ], [ -118.908050094357392, 46.065479353986341 ], [ -118.909947142163389, 46.058308654678434 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4193, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.079932052290715, 46.911435068912816 ], [ -117.078564578310576, 46.916863749128268 ], [ -117.088242708110229, 46.922427921103932 ], [ -117.088840978706131, 46.927645450027335 ], [ -117.100853582934889, 46.939439698914157 ], [ -117.089517337263942, 46.952695673346007 ], [ -117.091558463684024, 46.962297936521338 ], [ -117.094409941815741, 46.963594771691724 ], [ -117.106181593579521, 46.962161874601733 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4194, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.960202830196053, 47.03998234109757 ], [ -122.947829976100508, 47.035821079137627 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4195, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.262067483310588, 47.638792737305216 ], [ -119.256113451371661, 47.641890611071943 ], [ -119.252896795939691, 47.648337193316664 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4196, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.688859129383204, 46.888362931438401 ], [ -122.682741845619191, 46.89202673690945 ], [ -122.677566838767447, 46.898679828808554 ], [ -122.653175096451932, 46.907216632701932 ], [ -122.625942597734706, 46.931430109559678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4197, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 61000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.682461222555503, 47.527847209731924 ], [ -122.685128998589036, 47.527235927944361 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4198, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.41956029146381, 47.652634740746642 ], [ -117.415831440986878, 47.652657702623451 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4199, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.346227490723876, 47.77779555423443 ], [ -122.345578705589432, 47.780681488896377 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4200, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "508", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.704647052583965, 46.575601790218045 ], [ -122.693336633459253, 46.576760556769194 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4201, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.928033390653965, 47.189314567928811 ], [ -120.907187010722495, 47.184801595926835 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4202, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 210 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.691379497557477, 47.261608118074513 ], [ -118.690909899730684, 47.275779749166723 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4203, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.106181593579521, 46.962161874601733 ], [ -117.110133060875754, 46.966593343490089 ], [ -117.120126662285372, 46.971134931784036 ], [ -117.120109916475414, 46.978540373994804 ], [ -117.126189047530275, 46.982384562049091 ], [ -117.12475304844881, 46.988998379142409 ], [ -117.133198237828935, 46.996224217104611 ], [ -117.131858420125127, 47.000991114583741 ], [ -117.133319862090374, 47.006823296922072 ], [ -117.142039298092712, 47.007076338818173 ], [ -117.143037231831585, 47.013949521780226 ], [ -117.149085764776828, 47.018058777661061 ], [ -117.145822696260268, 47.024883235171536 ], [ -117.153145931219015, 47.029842948825284 ], [ -117.15455908919354, 47.039676186898141 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4204, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.755786355438403, 46.787144172110551 ], [ -118.740215335164592, 46.796289770835003 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4205, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.079888747868139, 47.483419343692319 ], [ -123.085607193900131, 47.480183534577463 ], [ -123.089754100345303, 47.473976934055528 ], [ -123.101902878490534, 47.463429942979239 ], [ -123.10781610353493, 47.461697431026089 ], [ -123.113427189404561, 47.46372882945527 ], [ -123.115033679929468, 47.462147459295529 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4206, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.987643918901412, 47.202569874967807 ], [ -121.984257470592084, 47.200949295952569 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4207, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.94854010683926, 47.015559494569644 ], [ -119.939367330301579, 47.026315604338592 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4208, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.426290922558792, 47.225964251958246 ], [ -122.42765878562227, 47.228320779881145 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4209, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.363705522496346, 46.879882787733969 ], [ -117.34808869884931, 46.885634637881758 ], [ -117.347606074537694, 46.888190708758444 ], [ -117.346081624803631, 46.888583782921152 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4210, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 154000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.258386957408419, 47.845422434384709 ], [ -122.256628671694145, 47.851546854522134 ], [ -122.252009338333451, 47.857141929084626 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4211, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.593460106263649, 47.324644617880161 ], [ -122.604669340622664, 47.337400483988219 ], [ -122.612537008990657, 47.354407756503669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4212, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 220 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.192879460864319, 47.478116615653498 ], [ -118.250105687242126, 47.478367897074456 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4213, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.994043556848979, 47.223727202946129 ], [ -120.997147696083985, 47.227130224892903 ], [ -121.000623798827988, 47.225756175828273 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4214, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.709870923053884, 48.252375046947421 ], [ -122.699315561412703, 48.259360944249387 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4215, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.674267565126556, 48.519739794415379 ], [ -120.663328539993657, 48.524407770019423 ], [ -120.656283470742196, 48.524243667244079 ], [ -120.649808068482542, 48.520876800074291 ], [ -120.644773148859372, 48.514583772235078 ], [ -120.642462817867738, 48.514664508297841 ], [ -120.646406735381177, 48.519081459330764 ], [ -120.645728382246091, 48.524125148181426 ], [ -120.630991237846132, 48.548929906364059 ], [ -120.632341056396086, 48.558802018391425 ], [ -120.635335244233062, 48.562586263321883 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4216, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.490023690533064, 47.608153128691868 ], [ -119.463563905064717, 47.619693369085986 ], [ -119.405551403155854, 47.62072244145417 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4217, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.914223824792856, 46.952800066988019 ], [ -122.928973282451295, 46.952792743885325 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4218, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.32692696928099, 47.529118855625477 ], [ -122.332482108474053, 47.534523388047006 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4219, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.347331628543628, 47.652771084252123 ], [ -122.347271149439834, 47.653986720158343 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4220, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.207861427378617, 46.811573174261646 ], [ -119.19749366972232, 46.811423551661321 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4221, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 370 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.71011147132451, 47.757920299601757 ], [ -118.709147899876143, 47.759454432774653 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4222, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 121000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.562387903639078, 47.115388587397831 ], [ -122.552696417264144, 47.121026171887678 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4223, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "544", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.35193951708105, 48.916026991735293 ], [ -122.34716933405295, 48.919529469805134 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4224, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.346819229754942, 47.670965818097429 ], [ -117.344680786806052, 47.671728963857532 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4225, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.348619877000246, 48.421752990025858 ], [ -122.346235717304253, 48.421707577445936 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4226, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.294364747914926, 46.578394847445331 ], [ -123.285299971617519, 46.585682634111066 ], [ -123.275877445959892, 46.601635138093968 ], [ -123.274118186360596, 46.620403917586295 ], [ -123.280124543320127, 46.627372305652905 ], [ -123.279970455075357, 46.629098702903818 ], [ -123.273855549445472, 46.630935071845961 ], [ -123.251494599181584, 46.630101903409603 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4227, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.37719643327226, 48.042829499384553 ], [ -124.35346559605955, 48.055430233043076 ], [ -124.347624507360351, 48.055953127159889 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4228, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.690592520160465, 47.504065769865008 ], [ -117.692970777575894, 47.504233159708924 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4229, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.334244328223718, 46.950269737411233 ], [ -117.331775249510613, 46.959163964409115 ], [ -117.322818839523563, 46.967879378517331 ], [ -117.324149951143752, 46.9733140337108 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4230, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.024659802566831, 47.644263262000543 ], [ -122.010361091923286, 47.639842481760077 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4231, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.356089198001001, 47.322505603688391 ], [ -122.354854885101076, 47.323674358609189 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4232, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.692231093051134, 47.333315666636096 ], [ -118.67824923859925, 47.332770853625384 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4233, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.279016420982984, 47.131032577440912 ], [ -119.277783324752235, 47.131652171798777 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4234, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "092", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.980184742120969, 48.091167015055149 ], [ -121.979611987818416, 48.090995406864344 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4235, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.046769006570827, 47.190672131629647 ], [ -121.041960888567559, 47.183916994685546 ], [ -121.038355446814734, 47.182166446777018 ], [ -121.007230255722774, 47.18406179666448 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4236, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "221", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.664030351839457, 46.187236132140853 ], [ -119.70265627877238, 46.187511225204076 ], [ -119.705876784636359, 46.190218696149799 ], [ -119.706586938056532, 46.205078869487316 ], [ -119.708616081698352, 46.20488591307133 ], [ -119.71354959323601, 46.199973085862155 ], [ -119.71695589497331, 46.199280305671564 ], [ -119.722895572540295, 46.201687568900979 ], [ -119.725421916507429, 46.207179582428509 ], [ -119.727638469253066, 46.208586048563149 ], [ -119.742631921615441, 46.206993119982251 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4237, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.260355003686215, 47.820063346885114 ], [ -122.257147712692458, 47.82033978287577 ], [ -122.257051421501728, 47.824215094502001 ], [ -122.254854844963006, 47.825197281063396 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4238, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.445297398242531, 48.776729998779288 ], [ -122.430273952877158, 48.782618922345399 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4239, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.840707680301904, 47.432561733758618 ], [ -122.834496190653908, 47.439909492098742 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4240, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.482808032682854, 47.717963365343465 ], [ -117.489909530434787, 47.721909144989596 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4241, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.995992353708118, 46.561228338930725 ], [ -118.991336304894602, 46.567956811159057 ], [ -118.985089340991152, 46.573222517741826 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4242, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.591078218260904, 48.349487972963864 ], [ -119.564575694284258, 48.367474039713329 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4243, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.223579115239886, 47.616455505783364 ], [ -117.223590741338143, 47.620646532016103 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4244, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.232938177112786, 47.303522884361165 ], [ -122.227424004414203, 47.302915290041433 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4245, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.730232978110251, 48.634915810853329 ], [ -118.734073830085151, 48.640476501073906 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4246, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.163091519950456, 47.091568875719638 ], [ -119.134440507671783, 47.088984407651303 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4247, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 89000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.051875352520895, 47.545388803471063 ], [ -122.041144706641148, 47.542865930736383 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4248, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.165440596478462, 47.35802794414036 ], [ -122.161550008113949, 47.35799269731222 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4249, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.675812415010128, 48.49963997295967 ], [ -122.679254322363491, 48.501561491785459 ], [ -122.678125457205084, 48.506689568157412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4250, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.22821908025611, 47.619337377360971 ], [ -120.22770304279581, 47.624133213654432 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4251, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "409", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.37707782031309, 46.155161434970694 ], [ -123.376808334970988, 46.160080238443541 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4252, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.342171066894053, 47.933953057271147 ], [ -119.330883380176445, 47.934247583554757 ], [ -119.269229067826771, 47.949993130111615 ], [ -119.182919095320514, 47.975983726436667 ], [ -119.129465095444161, 47.97596674797866 ], [ -119.116579822212344, 47.973212309761365 ], [ -119.044526764696869, 47.980223996011986 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4253, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.786225659012956, 45.714130412799001 ], [ -121.766101661057007, 45.707636501368022 ], [ -121.758903475602096, 45.703115946742422 ], [ -121.744969421952987, 45.702509862797235 ], [ -121.736603192352931, 45.698763389637257 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4254, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.829348175674269, 45.71485766442796 ], [ -121.818920520361019, 45.715288263877056 ], [ -121.81371442313592, 45.717093536955687 ], [ -121.792484011295358, 45.716168026176582 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4255, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294069570442161, 47.16049345129565 ], [ -122.295977065552165, 47.161081479054559 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4256, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.373428712920969, 47.025255627939089 ], [ -122.395343726855998, 47.05070217361763 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4257, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "203", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.920396291109569, 47.682901991007249 ], [ -121.936574460815365, 47.68738963835068 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4258, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.679455470045568, 48.102554608326997 ], [ -119.68537214816881, 48.10402044911968 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4259, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.259541705736865, 48.249031188029186 ], [ -124.255117614738481, 48.243497388575449 ], [ -124.257821020017872, 48.235749494663253 ], [ -124.254398951094558, 48.229608602841253 ], [ -124.252345550902547, 48.21830381776013 ], [ -124.248701245699252, 48.213043931779247 ], [ -124.249669383028262, 48.20622195304535 ], [ -124.233746447827812, 48.199477620210878 ], [ -124.223377442096307, 48.188311002211755 ], [ -124.216417290187721, 48.183723047890687 ], [ -124.214900463886863, 48.17676804405199 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4260, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.743242646552233, 48.076781011640627 ], [ -119.780711496987109, 48.084428763416561 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4261, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.081556476555363, 47.377254224139328 ], [ -122.051516255080543, 47.391659997761799 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4262, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.650674805480563, 47.99120186343783 ], [ -119.652271875539029, 47.995035516139865 ], [ -119.656618897627538, 47.997270660886294 ], [ -119.656563119789411, 47.999021015247436 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4263, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364248234550899, 46.889589876509419 ], [ -117.360091659155131, 46.897778200244289 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4264, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.286498895282705, 48.155695823194897 ], [ -122.26769858928084, 48.15556641984066 ], [ -122.263986729019422, 48.157012715418304 ], [ -122.256586318835787, 48.154892770672724 ], [ -122.244986940093668, 48.156605492598324 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4265, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.475223036846259, 46.251686108599678 ], [ -119.471913238342097, 46.252522673001046 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4266, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.628745336448858, 46.478021616294249 ], [ -117.60567996489317, 46.474828890680904 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4267, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.787897360587593, 47.764215841458686 ], [ -120.773033534581756, 47.76727876976441 ], [ -120.74665417948485, 47.763538214250509 ], [ -120.743718471462799, 47.762173851713527 ], [ -120.739399423690529, 47.756380132679702 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4268, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.356201937591322, 46.299926300002987 ], [ -118.340887862028438, 46.29869562296571 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4269, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.228930687743969, 46.840788556206256 ], [ -123.221741092709848, 46.839196372192902 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4270, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.105537798316931, 47.997887191512255 ], [ -122.106375590620843, 48.00322073029902 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4271, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.037604776742015, 47.35797738310108 ], [ -122.027992805505662, 47.359680347903051 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4272, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.312101388670612, 47.821183169598442 ], [ -122.297804080919974, 47.821060115664878 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4273, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.427613443828719, 47.158151582284297 ], [ -122.406884499707218, 47.158958883739658 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4274, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 89000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.46060985995355, 47.229752092883693 ], [ -122.464867018128501, 47.234548287549373 ], [ -122.47221081457117, 47.235116731589734 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4275, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.899867603112938, 46.149684212173312 ], [ -122.90129404271535, 46.153556146945064 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4276, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 92000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.217875041919683, 47.467115633472972 ], [ -122.217877603413342, 47.469636537424392 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4277, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "116", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.690775982543457, 48.056749767050405 ], [ -122.696519453335753, 48.061245007098485 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4278, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.366358296091065, 47.821482107906483 ], [ -122.36427876875436, 47.821506704381562 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4279, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.64414832016476, 47.642923887776313 ], [ -117.603896853557487, 47.642930457102267 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4280, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "543", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.734938343816637, 48.989098350941227 ], [ -122.734957906092959, 48.990539037772919 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4281, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364903450253053, 46.877276230223238 ], [ -117.364816528712623, 46.879029799464554 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4282, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "204", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.137654272129623, 47.981326184401013 ], [ -122.135183750969915, 47.985648073902659 ], [ -122.121769870679046, 47.994857270596448 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4283, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.117929867522093, 46.984670877499035 ], [ -119.118580357734359, 46.992286445960737 ], [ -119.125701417671678, 46.999039541087861 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4284, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.470989273183491, 46.584876290378524 ], [ -120.467404367749396, 46.584778776357837 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4285, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.671705466114403, 48.94148203090338 ], [ -122.720192553383882, 48.972556366341195 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4286, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.882889924680413, 47.954483349262915 ], [ -122.886536485022276, 47.94604557326371 ], [ -122.884585150204188, 47.941261849187867 ], [ -122.887326560112527, 47.918958519844914 ], [ -122.885330176309111, 47.913927091619996 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4287, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.181781152808256, 46.731695620968587 ], [ -117.180984819364355, 46.73069476721038 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4288, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.178805204814964, 45.588814009025853 ], [ -122.166464694282027, 45.588224153648881 ], [ -122.153806608381274, 45.591422981257367 ], [ -122.141675486117776, 45.591480020917722 ], [ -122.126218799507626, 45.597896260950506 ], [ -122.120289368529498, 45.597601096704878 ], [ -122.107868578946622, 45.602535768561381 ], [ -122.098594010361481, 45.602731974560882 ], [ -122.087305391992615, 45.606692239106039 ], [ -122.063063482389353, 45.60987371307268 ], [ -122.049258889326865, 45.615440748771839 ], [ -122.032032014636712, 45.619563022679465 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4289, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.198122559393227, 47.209654990069616 ], [ -124.208480443558301, 47.223488195557408 ], [ -124.212152107471653, 47.231032798706664 ], [ -124.214479951934806, 47.23898661663619 ], [ -124.211759746075856, 47.239642799562532 ], [ -124.209016989346765, 47.24340715641371 ], [ -124.21256302427625, 47.247972246779824 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4290, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.297025515058706, 47.511100222832297 ], [ -120.297223348281889, 47.513955855421216 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4291, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "100", "AADT": 990 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.048097541149261, 46.302051926863037 ], [ -124.04377074509253, 46.303261111495075 ], [ -124.044727134451492, 46.308126455567496 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4292, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.627228668862884, 46.976553239373871 ], [ -123.617583253080483, 46.974385648664104 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4293, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300887117708683, 47.659302034481364 ], [ -122.29996199883773, 47.660377680677811 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4294, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.514687829300513, 48.101668274667588 ], [ -123.503821823515949, 48.102754873611147 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4295, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.646332902249398, 47.565068923444031 ], [ -122.643780328412518, 47.565060084322091 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4296, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.635335244233062, 48.562586263321883 ], [ -120.636305235508573, 48.564222968703689 ], [ -120.631548991772021, 48.571674828872681 ], [ -120.630322033497166, 48.576688611687381 ], [ -120.624742220228953, 48.581611522753683 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4297, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.345113336875968, 47.734153058484161 ], [ -122.345252791659647, 47.741452446956245 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4298, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "110SPMORA", "AADT": 660 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.538034814041822, 47.91381884115804 ], [ -124.55066299077987, 47.917299584976988 ], [ -124.581639639869593, 47.917669780426259 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4299, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.302810058575048, 47.929817519123418 ], [ -122.306318668015962, 47.933030505155244 ], [ -122.305106573283823, 47.94357485013095 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4300, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.246720142016997, 47.101776099614547 ], [ -119.251785278892456, 47.106164685592454 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4301, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.214353528609735, 47.103607615829816 ], [ -122.207819198568927, 47.099663350007539 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4302, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "205", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.640386359670401, 45.712503753896272 ], [ -122.653858604464986, 45.722849267066188 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4303, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.479148192712955, 47.369122823738927 ], [ -119.483207461291727, 47.381523710583565 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4304, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "534", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.32231360186141, 48.34097452604923 ], [ -122.312772597604081, 48.340779633500865 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4305, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.967097065756647, 46.649895723987143 ], [ -122.976871810839697, 46.656330602030586 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4306, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.431723711873886, 48.118274773090661 ], [ -123.429972983648227, 48.117565995244981 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4307, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.43626880292986, 47.572640579781641 ], [ -119.422132375224649, 47.580272623516464 ], [ -119.412771107976951, 47.58911916764464 ], [ -119.40248141334088, 47.595621223273135 ], [ -119.394584334340067, 47.598247825894944 ], [ -119.383187235508657, 47.596946528101668 ], [ -119.33205829671914, 47.626482681179859 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4308, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 980 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.254619604477256, 47.483794136188251 ], [ -118.254686200474339, 47.485610696412387 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4309, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.339797739024348, 48.435892029892884 ], [ -122.325733290246148, 48.435758576564517 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4310, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.231061585417478, 47.379822712214825 ], [ -122.231066910728728, 47.381651080943435 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4311, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 75000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.315042102793711, 47.158578654974519 ], [ -122.298407559741932, 47.160127157220536 ], [ -122.296485524165305, 47.162490930040192 ], [ -122.296589390444126, 47.16978000212135 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4312, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 191000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.278134291864717, 47.503810530122941 ], [ -122.279842043688262, 47.50577347250249 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4313, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.297946799101538, 47.261963874365989 ], [ -122.308076516353381, 47.275568560946745 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4314, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 185000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.279842043688262, 47.50577347250249 ], [ -122.284413691369252, 47.511800325477914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4315, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405HI01093", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.174511757405597, 47.5764197452134 ], [ -122.176526323443852, 47.583935181065328 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4316, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.425146652481075, 48.786557197351307 ], [ -122.415699133934368, 48.794193523335679 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4317, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.367891931354507, 48.654517081439487 ], [ -122.37375408539225, 48.667369821333068 ], [ -122.392959171668394, 48.676777316314812 ], [ -122.394526554529349, 48.679448841274301 ], [ -122.393986360186801, 48.684336665932626 ], [ -122.395917154604078, 48.686673301752826 ], [ -122.407309262565164, 48.690169743422487 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4318, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.730817493923468, 45.655963797020341 ], [ -122.739992366404394, 45.662881939699815 ], [ -122.743899810324493, 45.669430911705732 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4319, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.215332571200989, 47.214509543568582 ], [ -118.115096241091436, 47.244354989403035 ], [ -118.100798778449231, 47.251478320434423 ], [ -118.08205229423217, 47.257865115157259 ], [ -118.062216656257306, 47.269582307158103 ], [ -118.023491591755345, 47.29864869158304 ], [ -118.015042974964359, 47.300836973013375 ], [ -117.99690852070178, 47.30176785975808 ], [ -117.976408319740685, 47.306520850971346 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4320, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.511115720317747, 47.250253162859131 ], [ -122.515075674513184, 47.256877502215261 ], [ -122.521938566944669, 47.258344291028202 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4321, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.486078625531576, 48.784378007419939 ], [ -122.486004744366568, 48.795206026946545 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4322, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.964072776169957, 47.312061945670983 ], [ -117.913429381468546, 47.336114276739195 ], [ -117.879740662409731, 47.36976405976452 ], [ -117.863477330841633, 47.382001706798043 ], [ -117.84504442187658, 47.392821286715773 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4323, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296485316958908, 48.840044763155497 ], [ -122.288664435201866, 48.843341019908195 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4324, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.591499650290615, 47.005676041629819 ], [ -120.589636086559679, 47.005992688139536 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4325, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "906", "AADT": 800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.412508613276813, 47.418857502372106 ], [ -121.413455040398816, 47.413999904913425 ], [ -121.41142873090763, 47.405602473036382 ], [ -121.401969741060412, 47.399703585216706 ], [ -121.398139108904118, 47.395175906989877 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4326, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.883989153562553, 46.470894437200897 ], [ -122.880379792364479, 46.482924602101548 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4327, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "504", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.811246994567952, 46.29695763944865 ], [ -122.805564504743202, 46.297374840259636 ], [ -122.798851736276561, 46.302456262374854 ], [ -122.794617451789762, 46.311135123857888 ], [ -122.786033765010785, 46.312462776248509 ], [ -122.775306882092906, 46.318841576555045 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4328, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.033489674536995, 47.383822299584253 ], [ -122.045389357657044, 47.390333093253005 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4329, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.018297171738681, 47.341006772308909 ], [ -122.019444770645379, 47.354386546303779 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4330, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.634532628013858, 48.205514688399347 ], [ -122.63760469202002, 48.207951731545343 ], [ -122.659076343684063, 48.208690553387264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4331, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524SPCEDRWY", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292406555277367, 47.820973150659725 ], [ -122.292350839133562, 47.817337438640841 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4332, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "115", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.158562931315544, 47.042143090252914 ], [ -124.158045863079735, 47.044601999405415 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4333, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 580 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.300634945377709, 47.424903109801171 ], [ -119.276295148666549, 47.427504391542094 ], [ -119.259466273524481, 47.425004990427922 ], [ -119.216157980011857, 47.432584835974033 ], [ -119.158737554529182, 47.419138251903476 ], [ -119.132821385521581, 47.418328842854031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4334, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "539", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485438928245586, 48.935124034796388 ], [ -122.48544793499768, 48.939132261757457 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4335, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.255900186843107, 47.246006102940811 ], [ -122.259303365427968, 47.25702466828875 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4336, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.524710521718106, 48.58521616142572 ], [ -119.516456193545906, 48.59509666525495 ], [ -119.515691574308633, 48.601570273827072 ], [ -119.508790073251348, 48.61261271516971 ], [ -119.481442049310573, 48.634507141093685 ], [ -119.474010406095644, 48.644148752874493 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4337, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.197061164879003, 47.422016212393267 ], [ -122.196962788454272, 47.441505653462393 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4338, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.269938081696012, 47.670837953931155 ], [ -122.26398077715784, 47.675082619344828 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4339, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.609635826569274, 47.534003386055211 ], [ -122.601757503987344, 47.533987933090302 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4340, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 96000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.725374037240783, 47.06792969010899 ], [ -122.714274739383399, 47.067988720253737 ], [ -122.709003421124649, 47.069723781616695 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4341, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.61637059411639, 45.647869762177308 ], [ -122.61070849250379, 45.647880157974079 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4342, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 120000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.244249076261283, 47.385615921818832 ], [ -122.242154527322398, 47.388810001932598 ], [ -122.231398764864792, 47.396166360388719 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4343, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.007894310150846, 46.211723726768227 ], [ -118.971631410051302, 46.211760561894401 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4344, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.512349200162447, 48.403682629380036 ], [ -119.519587863195227, 48.407451171088525 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4345, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "706", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.192044511290675, 46.76314821493694 ], [ -122.18514370440181, 46.764178567184551 ], [ -122.110136829968909, 46.75345319534015 ], [ -122.093353935143796, 46.755959548117218 ], [ -122.057582850827231, 46.756548126376082 ], [ -122.038949640331467, 46.759968965234521 ], [ -122.030912055402951, 46.758700120288552 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4346, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.278115035170231, 46.258741845072592 ], [ -119.256351092061806, 46.258684746483709 ], [ -119.248590292587906, 46.260915772873915 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4347, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.032670722301447, 47.085083518823076 ], [ -123.026486082296884, 47.083429715161934 ], [ -123.020834266568741, 47.078057988937523 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4348, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.315006217636679, 46.380740113870878 ], [ -120.315010283723353, 46.379233765659805 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4349, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.490097050329339, 46.841035463094833 ], [ -117.485569688951784, 46.846203803068654 ], [ -117.472855002632372, 46.848499236540633 ], [ -117.460915133898069, 46.857135844665621 ], [ -117.449174040747948, 46.862006864485174 ], [ -117.422903828401672, 46.865651362817268 ], [ -117.399605779130923, 46.874945813134325 ], [ -117.387790361203017, 46.886648408921076 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4350, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.093027113314093, 47.839093077190235 ], [ -120.089820147817179, 47.839707846691681 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4351, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.030464217778203, 46.164537028919248 ], [ -123.026166157069383, 46.162222024938082 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4352, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.116764399569789, 48.15163142371167 ], [ -122.113042958087959, 48.151495118227196 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4353, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.142984832853386, 47.505758847936413 ], [ -122.141418465690961, 47.506199375569729 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4354, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.190408600685117, 47.976739907004088 ], [ -122.191055646966959, 47.976747735023061 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4355, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 118000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.234841367068455, 47.588418258041166 ], [ -122.220352926703171, 47.582451626368886 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4356, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.805370855609212, 45.826504570614269 ], [ -120.803937911810863, 45.826466493773999 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4357, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 108000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.483975944598541, 47.158948731049954 ], [ -122.472532295195421, 47.170111582767532 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4358, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.652939327790122, 48.3694852782669 ], [ -122.654386001702505, 48.372376573679226 ], [ -122.651197780069083, 48.376593555387203 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4359, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.33545236559965, 47.433953091621909 ], [ -122.33442273912172, 47.441651558261917 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4360, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.483284069722103, 48.782474480226291 ], [ -122.495889545445195, 48.783500549088714 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4361, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.17424989538759, 47.386765967158915 ], [ -117.173724844310129, 47.422916251254499 ], [ -117.168534729645131, 47.427066343732683 ], [ -117.150480259577947, 47.430404979649687 ], [ -117.142610203102308, 47.437815548271764 ], [ -117.142135434780172, 47.447563613436145 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4362, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "523", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3343328972785, 47.734144514572108 ], [ -122.328924299070266, 47.734101792590991 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4363, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.556012713754996, 46.475141642838395 ], [ -117.522710027792272, 46.471510419101918 ], [ -117.506887132288171, 46.467683046332709 ], [ -117.481130804677619, 46.467320462677073 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4364, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "821", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.482170985526537, 46.678401852662788 ], [ -120.48269283697158, 46.680783935598534 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4365, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.708024373647717, 47.203648771272704 ], [ -120.698400880960605, 47.209642341036414 ], [ -120.70069973287103, 47.215577635988033 ], [ -120.695402490295564, 47.226149834410968 ], [ -120.696182385147964, 47.230196788246367 ], [ -120.694781049137347, 47.236991933120649 ], [ -120.697644300871886, 47.243371084833761 ], [ -120.692343656434431, 47.250618917841564 ], [ -120.69542248920861, 47.256044141347772 ], [ -120.697490995113171, 47.265809472128453 ], [ -120.698376840219353, 47.275412954509513 ], [ -120.69719342907176, 47.287262651953071 ], [ -120.700247779842144, 47.291973790170395 ], [ -120.701112210300053, 47.298624756902669 ], [ -120.695750097535225, 47.304468245221265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4366, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.024186324907276, 47.531588126143198 ], [ -122.017149371061464, 47.533899271015017 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4367, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.629176730075315, 47.602542402171622 ], [ -122.628891718894593, 47.606866331910702 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4368, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.323599047099734, 48.097567697779525 ], [ -123.298724590691549, 48.096108532512218 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4369, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 650 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.72674855993148, 46.437357559483999 ], [ -122.717766014281139, 46.430033826573663 ], [ -122.708209588195928, 46.429779552630336 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4370, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524SPCEDRWY", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292350839133562, 47.817337438640841 ], [ -122.292335809589474, 47.816111394011557 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4371, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.667631105320297, 47.654718396212104 ], [ -122.675936023753025, 47.659448765005571 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4372, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.189831821133339, 48.589329095969326 ], [ -118.185970000883984, 48.592201946892949 ], [ -118.168613105178153, 48.592225908362778 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4373, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.054448335269626, 46.341189423000358 ], [ -117.055967899926756, 46.341815561816247 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4374, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.274684021159004, 48.273037025614308 ], [ -122.312425316441747, 48.305289375917567 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4375, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.494389272762504, 45.589055721672771 ], [ -122.479857033769377, 45.585751721238402 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4376, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.108407210452, 47.919607097539718 ], [ -122.107704590833208, 47.928863465235011 ], [ -122.100879717959998, 47.933790986864558 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4377, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.246127238322288, 46.240989423358663 ], [ -119.24143014203176, 46.236764789800681 ], [ -119.2352979381306, 46.234123724246324 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4378, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.076818303508844, 46.908707466790965 ], [ -117.07675234090776, 46.90972128146803 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4379, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.495989393082866, 46.923752129183036 ], [ -120.481274044914244, 46.915047019016853 ], [ -120.466375055382997, 46.909052304959197 ], [ -120.452878700300829, 46.900704053654181 ], [ -120.444953580833356, 46.893670863985378 ], [ -120.430333448036521, 46.888163857557743 ], [ -120.426938584931634, 46.884549815834212 ], [ -120.421200501893992, 46.872488978086807 ], [ -120.399685686195838, 46.861410143625882 ], [ -120.39298614081109, 46.850372226762168 ], [ -120.382962359617778, 46.845944419408887 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4380, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.217459721421307, 47.297124874698625 ], [ -122.209919454844268, 47.292398485094004 ], [ -122.192037521642177, 47.288368397672457 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4381, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.928703781494235, 47.06015249565661 ], [ -123.930280839672676, 47.061828455235378 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4382, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.899190315651211, 46.144094870883542 ], [ -122.898255787128392, 46.144421575199168 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4383, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.364424330768784, 47.894831987281236 ], [ -124.38061066493222, 47.895763288459321 ], [ -124.392570852495965, 47.90773210879356 ], [ -124.394685257110851, 47.913022355495002 ], [ -124.409677621848957, 47.928285334322915 ], [ -124.407464325899625, 47.932535824151024 ], [ -124.40178326251278, 47.934588286903043 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4384, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.396041911665748, 47.002634928952105 ], [ -123.39126831955187, 47.004069776756609 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4385, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "903", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.000623798827988, 47.225756175828273 ], [ -121.002991199672721, 47.225931339995846 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4386, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434434259025579, 47.299957594507376 ], [ -122.434299490318352, 47.304822344446009 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4387, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.690459375542432, 46.973761333739183 ], [ -123.647628304347734, 46.976564048641514 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4388, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.346379688278503, 48.267524864937073 ], [ -124.306414616637156, 48.261716417198109 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4389, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.436673530171717, 48.948907181261767 ], [ -119.444163863796334, 48.956316748569911 ], [ -119.449859015531558, 48.968067478878169 ], [ -119.45088881937707, 48.973570904047342 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4390, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.74156526172672, 45.906180137534776 ], [ -122.742501081900386, 45.905662710444055 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4391, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.607613926253151, 47.472278094027487 ], [ -117.5967641772408, 47.476342927146625 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4392, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.981077636850728, 45.663863345958653 ], [ -120.954162518299498, 45.662902425275455 ], [ -120.946410755129293, 45.666257152521361 ], [ -120.940825486862323, 45.666529629412004 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4393, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "021", "AADT": 270 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6639343918593, 46.974306665322338 ], [ -118.663685717422567, 46.999816557584914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4394, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "283", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.60589820494161, 47.244359302376076 ], [ -119.600328075262425, 47.24997753066306 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4395, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.035163557293671, 47.085426001778352 ], [ -118.956373249254483, 47.084090361960371 ], [ -118.925393212308819, 47.087210892390864 ], [ -118.881472127498128, 47.086916141930189 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4396, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.373695657487318, 47.795196513082033 ], [ -122.370072911300994, 47.792450454898109 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4397, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.336470433481551, 48.421250475149954 ], [ -122.335286884629696, 48.420079561552797 ], [ -122.336148263341514, 48.417507714540129 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4398, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.210984360094102, 47.877210461945516 ], [ -122.206978686532693, 47.878310343725332 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4399, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.57567924201534, 47.808398297446182 ], [ -122.570692450572949, 47.803729114686838 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4400, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295683874584753, 46.910147070783218 ], [ -122.289892996653919, 46.918876663295073 ], [ -122.281615102243791, 46.925646623840287 ], [ -122.283671996707483, 46.935493016962454 ], [ -122.280667169649931, 46.940053463355184 ], [ -122.297200401536855, 46.953190535486144 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4401, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.903180645085115, 48.052059210559527 ], [ -119.899717106026941, 48.055065723765907 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4402, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.333948725942022, 47.447507310346786 ], [ -122.330672662403856, 47.4466651719802 ], [ -122.328944853946481, 47.44336925507082 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4403, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.781279970100002, 46.860815077423069 ], [ -122.774760474795784, 46.861062422209521 ], [ -122.766127902390664, 46.865329436129208 ], [ -122.753507686597473, 46.868875282536344 ], [ -122.71220241990703, 46.876077905308662 ], [ -122.700474082690391, 46.88194301954001 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4404, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.932301409574734, 47.651873939529303 ], [ -122.93628381559688, 47.647229864791072 ], [ -122.938487959147665, 47.641296821226447 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4405, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "821", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.45570318825547, 46.752654797728511 ], [ -120.457138660064956, 46.755026536704236 ], [ -120.453245818626471, 46.758421656226531 ], [ -120.452897962071034, 46.761204563921879 ], [ -120.455769459748339, 46.765803946455009 ], [ -120.449139102722953, 46.768401681614115 ], [ -120.448160540904169, 46.771326237518259 ], [ -120.453802828427399, 46.779077655562347 ], [ -120.450487568740883, 46.788478560446009 ], [ -120.460452172296598, 46.796752255191286 ], [ -120.462421480717424, 46.800526585968584 ], [ -120.459048340810284, 46.802575243866293 ], [ -120.44588625092274, 46.800772012186648 ], [ -120.441180687822609, 46.803468058298321 ], [ -120.440139215782978, 46.807093327739473 ], [ -120.442934862288737, 46.810649992407065 ], [ -120.455331932203265, 46.818935115279757 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4406, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.392171147352585, 47.986605199410121 ], [ -122.402246734675302, 47.997022132737641 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4407, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501COVANCVR", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.670440581113255, 45.63185357258844 ], [ -122.669383742715752, 45.631846962507602 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4408, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 151000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.536283653533985, 47.130792169373024 ], [ -122.529484328395654, 47.134748182026634 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4409, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "705", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4330740997882, 47.240304818258586 ], [ -122.434522701258501, 47.243324141146672 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4410, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.47203394632426, 46.574554882876527 ], [ -120.472249359284049, 46.567494454408255 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4411, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.002363671172731, 47.839552030442391 ], [ -119.998120266442143, 47.839360396757527 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4412, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.095203059969009, 47.106661623542536 ], [ -123.089065330651607, 47.103829983267651 ], [ -123.0867809993387, 47.099217067091182 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4413, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.217836586385346, 47.470858336342978 ], [ -122.217721754969887, 47.472049768408475 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4414, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.347269898206108, 47.664239955735603 ], [ -122.347257021125458, 47.673964990720222 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4415, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.230688141702643, 47.377835494628208 ], [ -122.231061585417478, 47.379822712214825 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4416, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.380029153894995, 47.174195565790569 ], [ -117.36330493001519, 47.208055932422276 ], [ -117.358463390821214, 47.214502144065669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4417, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.354064456991352, 47.005882445124683 ], [ -117.368627919540259, 47.003238633951113 ], [ -117.37892147140343, 47.005021042191835 ], [ -117.396414713553852, 47.005315240097225 ], [ -117.416230368395844, 47.000500429089229 ], [ -117.443577852842807, 47.00277010263801 ], [ -117.467199858056844, 47.009795487910814 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4418, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.251099789556207, 47.923251180134216 ], [ -122.23288750482601, 47.92335219254673 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4419, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.903578295292149, 46.283861002352182 ], [ -122.903076937515067, 46.284254283689421 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4420, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.191021369950718, 47.97906121987706 ], [ -122.190996790890821, 47.980424217156632 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4421, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.918238997472415, 47.185584487860808 ], [ -123.953239554539081, 47.197622027429034 ], [ -123.969523936950992, 47.221472718567831 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4422, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.97808323738991, 48.162019726257782 ], [ -118.979369534098609, 48.165617216702813 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4423, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.843211788415857, 46.456561604526307 ], [ -122.846880529959307, 46.444658126459217 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4424, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.00531790522237, 46.330929457543917 ], [ -123.986484300253323, 46.33064823851003 ], [ -123.977735092643783, 46.332348983095777 ], [ -123.97101009450769, 46.338415902258575 ], [ -123.969057169668915, 46.342823188189492 ], [ -123.963021625089326, 46.344843645528783 ], [ -123.959158209108367, 46.348167717790915 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4425, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.975226715625467, 46.663730272287275 ], [ -118.88940368083594, 46.66344469008046 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4426, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "129", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.055900839808757, 46.375029719767767 ], [ -117.05178107340376, 46.379587812213529 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4427, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.553750953830303, 48.099661530176533 ], [ -123.542839272841974, 48.099218063103294 ], [ -123.539896056773401, 48.097479742063349 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4428, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.304056684247215, 47.947165397039832 ], [ -122.301118508359167, 47.948844012826974 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4429, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "308", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.628925867099355, 47.698701822749072 ], [ -122.622685723803244, 47.702539462985776 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4430, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.012286397596057, 46.802428045589046 ], [ -123.00792149297601, 46.80269403236656 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4431, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.642332524040697, 47.497883179453936 ], [ -122.649845078782135, 47.508163976738807 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4432, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.350048794173503, 47.798025673840542 ], [ -117.348953841326392, 47.801871614292693 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4433, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "016SPGORST", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.697108961759142, 47.524879573016392 ], [ -122.699652221350618, 47.525293628844345 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4434, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.189779697034979, 46.738143993783432 ], [ -119.181185552992432, 46.738351353979013 ], [ -119.177360819233726, 46.741290161399057 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4435, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.26491770774841, 48.264714313872602 ], [ -122.274684021159004, 48.273037025614308 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4436, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.189202811570979, 47.367852678063642 ], [ -122.181158518371561, 47.364977258587437 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4437, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.043046834779858, 47.158505120529462 ], [ -122.036347956013003, 47.158042872528192 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4438, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.355572140224382, 47.97827943395837 ], [ -122.356192679394141, 47.978819259376593 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4439, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "512", "AADT": 96000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.284847670813306, 47.18157334924458 ], [ -122.282889944508128, 47.185892098538744 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4440, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 190000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.186231877463953, 47.605889870867266 ], [ -122.188511970338141, 47.611623862886105 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4441, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.229378595548184, 47.190287898286876 ], [ -122.229321239939509, 47.184349968124891 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4442, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "166", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.626972580579334, 47.541750428358547 ], [ -122.627433367586704, 47.534492499505411 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4443, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.25411829096042, 47.299842864385361 ], [ -122.247073417807698, 47.310505541564439 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4444, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.907890131180565, 46.94180302451813 ], [ -122.907878279902803, 46.947303939338191 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4445, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.467735256366595, 45.715283597845954 ], [ -121.466470167088573, 45.714803707524993 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4446, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 230 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.803578175491964, 48.96107551322509 ], [ -117.805753637487143, 48.964892858181386 ], [ -117.819558127320462, 48.975199679784261 ], [ -117.821720024413253, 48.979173617026497 ], [ -117.82604542747373, 48.982554419295539 ], [ -117.830872418684507, 48.993652854150298 ], [ -117.831676094758677, 49.000518736220904 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4447, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 660 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.170843796339668, 48.428829625411595 ], [ -118.170433869617909, 48.442149279716119 ], [ -118.172114409273789, 48.450282224576149 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4448, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.436000641705434, 48.710984053286715 ], [ -119.406018745498287, 48.764166706856216 ], [ -119.39952223265955, 48.793981232852559 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4449, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.39036291251017, 47.321634062249977 ], [ -122.382226562993537, 47.323319034664337 ], [ -122.379506612364835, 47.325813118435192 ], [ -122.37082399511192, 47.328699203226464 ], [ -122.365478030806088, 47.319484997615753 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4450, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.384092012668049, 46.206252844429862 ], [ -123.382101974212034, 46.204770147973136 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4451, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.584056469596391, 47.852153791758091 ], [ -122.587384969876609, 47.840113277254105 ], [ -122.583684497937782, 47.813587039804155 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4452, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.814116547111794, 47.77314825733206 ], [ -120.787897360587593, 47.764215841458686 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4453, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "546", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.407449955000601, 48.964023052555611 ], [ -122.352240220990097, 48.963632788448415 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4454, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.185756288548518, 48.152351143643791 ], [ -122.182972372116325, 48.152416491053422 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4455, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.074763273402382, 47.641906708004434 ], [ -120.073767474476639, 47.647270559310257 ], [ -120.071479554644981, 47.648195998020768 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4456, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.01770400105093, 47.936793106133507 ], [ -119.013948001979443, 47.937042983896845 ], [ -119.010505758402161, 47.939819788259982 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4457, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.382957728497971, 45.705115007981206 ], [ -121.375916228639269, 45.709248454450012 ], [ -121.360952968274617, 45.707639774161855 ], [ -121.344323671177321, 45.710894640487929 ], [ -121.32447837310184, 45.70612821945808 ], [ -121.306263080678065, 45.705016652379804 ], [ -121.290450982239904, 45.696258645724136 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4458, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.531897904514153, 45.682684997075874 ], [ -122.507749843124273, 45.684020572119472 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4459, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.087484261135586, 46.539395298306218 ], [ -117.089258647678363, 46.543182164643746 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4460, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.292951033571271, 47.905080688027084 ], [ -122.293397033665656, 47.910813296734588 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4461, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.283901925627418, 48.305182219612938 ], [ -117.257790597745654, 48.266246552640816 ], [ -117.241159323521401, 48.249830436718483 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4462, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "221", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.742631921615441, 46.206993119982251 ], [ -119.748601067541898, 46.206079067619235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4463, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.084694013970179, 46.259515049419377 ], [ -119.086751526152369, 46.265575562431692 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4464, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 123000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.210202773386825, 47.909684149189495 ], [ -122.201995781500742, 47.92713755222919 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4465, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.98114187475575, 46.154457643897764 ], [ -122.974844153029693, 46.151355371913745 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4466, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.475978806092783, 46.681083666998298 ], [ -120.481832438042886, 46.677448044727591 ], [ -120.487178151853087, 46.671384763612544 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4467, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "513", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.271061548710918, 47.670043994219903 ], [ -122.269938081696012, 47.670837953931155 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4468, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.047467202563183, 47.854848015239952 ], [ -120.04067185214916, 47.854042297100925 ], [ -120.035624221583021, 47.849616529272382 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4469, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.989711786402808, 47.228316551905628 ], [ -121.989767487840837, 47.242794495213822 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4470, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.225707636725502, 48.510474068648989 ], [ -122.221428700315471, 48.510857305225045 ], [ -122.210439985530428, 48.515958146579159 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4471, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.566302510269978, 47.993875943562834 ], [ -117.572212868731881, 47.996747501033454 ], [ -117.594623739000554, 48.026247927601062 ], [ -117.603813975604282, 48.032440236064453 ], [ -117.606047774986862, 48.043354051690706 ], [ -117.616074090939833, 48.054383254329004 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4472, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.942399051219851, 47.530214060632531 ], [ -121.935642047941485, 47.522410772789712 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4473, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.690324555317915, 47.561941458869107 ], [ -117.683738198397819, 47.566162132973282 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4474, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.677410102071363, 47.563648136112661 ], [ -122.681154462613591, 47.566246198647953 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4475, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.334974644080432, 47.537523336403865 ], [ -122.335002743884829, 47.537893408732067 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4476, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 140 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.384124385052047, 47.815340295227962 ], [ -119.36265740452788, 47.815367954925513 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4477, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.314218402484059, 46.414630410210634 ], [ -120.31460694231059, 46.403812259556283 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4478, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.715759012224339, 46.348975076173701 ], [ -123.70595059727998, 46.336866644448882 ], [ -123.694991833976374, 46.332735147643618 ], [ -123.69158519788003, 46.319309991248502 ], [ -123.689871589584627, 46.318312037079721 ], [ -123.659298985642948, 46.333068984438803 ], [ -123.640540398414132, 46.334941224434388 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4479, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.307978405483865, 48.435595460805089 ], [ -122.296157619293865, 48.435565171009721 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4480, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.057416806474635, 46.419927330907193 ], [ -117.04689458149501, 46.41992959347882 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4481, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294736287654601, 47.257568077263116 ], [ -122.297946799101538, 47.261963874365989 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4482, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.988260855251028, 48.273541100081118 ], [ -121.980149221033841, 48.273243935432461 ], [ -121.974399395045026, 48.270397187384866 ], [ -121.961003822487456, 48.268461116306916 ], [ -121.948026232085937, 48.270528596166486 ], [ -121.931899796447297, 48.27067301345933 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4483, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.401571920000151, 48.106683647072472 ], [ -123.397896310292509, 48.106192363330905 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4484, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.516019994332154, 47.395384207521218 ], [ -121.490590750602166, 47.396883244866274 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4485, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002CONEWPRT", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.043933314208473, 48.18402956524055 ], [ -117.044118100544523, 48.178055343480068 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4486, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.157668452655614, 47.654046720921784 ], [ -118.156594273858929, 47.654047759658717 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4487, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.899266838126678, 46.180291897451973 ], [ -122.895016053483062, 46.191009795465085 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4488, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293794192513928, 47.082939788613338 ], [ -122.29353925488148, 47.098614527625443 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4489, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.641301768112868, 46.810461556844977 ], [ -117.621123530962464, 46.811097820162523 ], [ -117.605930114112752, 46.813846434873838 ], [ -117.593064935026931, 46.813265940925419 ], [ -117.568355288322905, 46.804574129518947 ], [ -117.558641708721808, 46.803717057389704 ], [ -117.537955702506338, 46.808646305860883 ], [ -117.529309639969739, 46.823134839543755 ], [ -117.517805186303619, 46.82921565081795 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4490, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285COWENTCH", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.324887521403369, 47.438245710915098 ], [ -120.324544580500159, 47.436711554260135 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4491, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.342445297449544, 48.476913573518679 ], [ -122.341604103289427, 48.480684650606634 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4492, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.664597099333676, 45.671567055685379 ], [ -122.664524259382219, 45.684340572189186 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4493, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "150", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.129590621590822, 47.881124283148893 ], [ -120.122866472440705, 47.880177919740866 ], [ -120.108461782353658, 47.873871282407016 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4494, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411274585152512, 47.653047753321552 ], [ -117.411143579869858, 47.659075543738503 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4495, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.243678337216878, 47.75743570401422 ], [ -122.21352610828697, 47.750497457941819 ], [ -122.211635464232984, 47.751577864361096 ], [ -122.211683293062734, 47.757309419735108 ], [ -122.209358164523053, 47.758825033106532 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4496, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.144185524781363, 47.167459107185486 ], [ -122.117168574466447, 47.165835136198254 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4497, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.704062271819296, 47.552004905125962 ], [ -117.6974708393535, 47.55953417787596 ], [ -117.690324555317915, 47.561941458869107 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4498, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.755676320014175, 46.792100750437157 ], [ -118.747204117320237, 46.790029089493743 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4499, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.08751318053254, 46.912560823757282 ], [ -117.087353453161796, 46.911441971354002 ], [ -117.083074088988525, 46.911444977879313 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4500, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.403657352320764, 47.970099866252752 ], [ -124.402715935750351, 47.979570032823112 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4501, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503SPCOUGAR", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.364992514867168, 45.997101925747664 ], [ -122.354729390827671, 46.000879136981645 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4502, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.099324035398638, 47.139000997429271 ], [ -122.09473049364162, 47.13986891400257 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4503, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.747620288468028, 46.214015703101694 ], [ -119.743116059161053, 46.214873179970937 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4504, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "164", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.988874057871357, 47.203160202350794 ], [ -121.987643918901412, 47.202569874967807 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4505, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.927793161080658, 46.622196574629626 ], [ -122.941476871263845, 46.633570246020959 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4506, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.337592941955663, 47.182491657896335 ], [ -119.348999393829558, 47.189958653023538 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4507, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.045447888623798, 48.184042304916964 ], [ -117.043933314208473, 48.18402956524055 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4508, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.369219394443491, 47.47586836594099 ], [ -120.346173789404361, 47.470182604755244 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4509, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 178000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.408349942107293, 47.23917979550162 ], [ -122.400047207770626, 47.240266890830675 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4510, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300412458794526, 47.395773851253594 ], [ -122.298504515092063, 47.395476239970947 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4511, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "172", "AADT": 380 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.813493301404492, 47.703398905176904 ], [ -119.813078488516112, 47.809276636166182 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4512, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.109321064517403, 47.898901749177199 ], [ -122.108407210452, 47.919607097539718 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4513, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.876647239090445, 46.102739118075618 ], [ -122.883404753748493, 46.113522401013213 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4514, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.385791668788556, 45.580608216430186 ], [ -122.385537422388452, 45.579732123090771 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4515, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.686143286365251, 48.212314369879998 ], [ -122.693139854278556, 48.212309471619591 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4516, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.36500111708439, 46.875100319569846 ], [ -117.364967587793984, 46.875930957252415 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4517, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "110", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.534428898496259, 47.912791220159107 ], [ -124.543249937170998, 47.903258946173359 ], [ -124.549704125008788, 47.903742393345155 ], [ -124.559456186689289, 47.899217732544294 ], [ -124.573709976348709, 47.897912555846759 ], [ -124.584357104519455, 47.8989411015068 ], [ -124.58960967383338, 47.893574977748067 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4518, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.313363939057425, 47.495252997197817 ], [ -120.308787079365274, 47.508292650305684 ], [ -120.305116425754306, 47.526696943528414 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4519, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.529840017355824, 47.504901930180999 ], [ -122.524309672877635, 47.5048277183989 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4520, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.641565621042957, 47.853127625833146 ], [ -117.645634686022746, 47.860105265832459 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4521, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.726383728871426, 48.892152279722694 ], [ -122.726659829589025, 48.906869957074555 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4522, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.972278891382118, 47.307327865294056 ], [ -117.972667927651344, 47.309471964669335 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4523, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.674372320442586, 48.269225590053694 ], [ -121.664332647051964, 48.272691167911191 ], [ -121.650090085525974, 48.272815312441338 ], [ -121.64407020018551, 48.27067258061961 ], [ -121.636073569799663, 48.263767642433045 ], [ -121.622537706737774, 48.261291713270722 ], [ -121.608756056239159, 48.25533987456258 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4524, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.127858371994961, 47.130963939115972 ], [ -122.099324035398638, 47.139000997429271 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4525, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.707944478008883, 47.759180231314588 ], [ -118.701501382440355, 47.757762028085686 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4526, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.089028105358281, 47.559338976911114 ], [ -122.069555480577677, 47.55163201418145 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4527, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.796719230630359, 45.702403201088458 ], [ -120.783342698309255, 45.709177157431292 ], [ -120.760764671018606, 45.71135900175998 ], [ -120.746384070253512, 45.715861045086243 ], [ -120.731943881626208, 45.717010811371523 ], [ -120.725430113618799, 45.723197538664657 ], [ -120.722153623152778, 45.72930697736421 ], [ -120.69490633700687, 45.735833383548943 ], [ -120.651777994315637, 45.752104765451882 ], [ -120.613536037776143, 45.756390915807707 ], [ -120.590566265013507, 45.755060741086965 ], [ -120.561045115834702, 45.749790958533239 ], [ -120.533222806776578, 45.734609166126162 ], [ -120.526683184466336, 45.727657759377166 ], [ -120.511460093254485, 45.716637242446026 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4528, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "181", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.249430835298071, 47.412208168666517 ], [ -122.248794955326744, 47.432275411320212 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4529, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.896682750604782, 47.232740356291906 ], [ -119.874718310897336, 47.233060459887646 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4530, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9122497825892, 48.549618438172097 ], [ -117.920372202436184, 48.55484304117541 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4531, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.384646521944973, 47.448870130521335 ], [ -117.385932973549799, 47.454892368842096 ], [ -117.397662933307089, 47.46631806963132 ], [ -117.399817400293273, 47.470547998703587 ], [ -117.398604276391325, 47.477697232728012 ], [ -117.400421574402785, 47.49296612291878 ], [ -117.399775561234108, 47.51442853585722 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4532, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.137834511575576, 47.804839361044117 ], [ -122.11374942570491, 47.805010633198165 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4533, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.637867173269015, 46.241859079127622 ], [ -119.623147673710022, 46.247388389084655 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4534, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.970843132511689, 46.127607654344608 ], [ -122.962783807232583, 46.122637066039054 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4535, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395SPNSC", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.35919829917998, 47.750275475540874 ], [ -117.365807384293433, 47.760560168923277 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4536, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.33939312699799, 47.566849212709698 ], [ -122.339365238817294, 47.574870995871301 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4537, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "107", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.604161349667947, 46.966113391698713 ], [ -123.601442363839681, 46.969989570485438 ], [ -123.600903624783427, 46.974749123095755 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4538, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "041", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.03958628351451, 48.181055213689042 ], [ -117.039658042978601, 48.178021214404303 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4539, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.402715935750351, 47.979570032823112 ], [ -124.392350543060445, 47.989246294785957 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4540, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.146111611970099, 47.067878034955775 ], [ -117.146930549518004, 47.071519640906025 ], [ -117.166103580453495, 47.093467787123743 ], [ -117.17313872111572, 47.099714171567697 ], [ -117.182975160309852, 47.104809716793675 ], [ -117.194901065850686, 47.122272734948339 ], [ -117.200650561730896, 47.125971467490594 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4541, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "128", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.06933202155551, 46.421228217872894 ], [ -117.073978514213351, 46.426337746000264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4542, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "519", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.328890954488131, 47.590308791634179 ], [ -122.329127007047077, 47.590307849876361 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4543, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.308284484061929, 47.202410391207465 ], [ -122.298424995214745, 47.199936433082598 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4544, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.033706399176324, 46.492951732774387 ], [ -124.033257147938102, 46.505364523618738 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4545, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294824384079391, 47.498289333257489 ], [ -122.298119690127734, 47.502022685209752 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4546, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.49575324971488, 47.624062761297573 ], [ -117.468507851372905, 47.639029918686695 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4547, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.903224043714005, 47.164233431492121 ], [ -121.872005178484443, 47.161402969226579 ], [ -121.863448487254331, 47.156409671908129 ], [ -121.849103710686009, 47.152730179973609 ], [ -121.842521055814984, 47.154456799746598 ], [ -121.836485151614042, 47.158774370302176 ], [ -121.824800200727324, 47.159426348528001 ], [ -121.816576233312134, 47.165619503452945 ], [ -121.789695643670598, 47.177662045756726 ], [ -121.75443278177886, 47.164769535547983 ], [ -121.742783237526822, 47.164912116236287 ], [ -121.724175330466025, 47.156995242314537 ], [ -121.711444996104206, 47.154135215216805 ], [ -121.689080403558961, 47.153353215385998 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4548, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "163", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.515841842240349, 47.267143818683365 ], [ -122.515897937875366, 47.271095950965474 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4549, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3410260439436, 48.442075631716534 ], [ -122.341143146485166, 48.446976752167018 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4550, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295851618380169, 47.440464837661267 ], [ -122.296188563547716, 47.445261311743764 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4551, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.788828616319122, 48.041435371926553 ], [ -122.79365948951579, 48.043762698715568 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4552, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.082086450294483, 46.248660503241126 ], [ -119.082542582018064, 46.251354512934093 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4553, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.270222134047003, 47.922091829880692 ], [ -122.263541723119388, 47.922179159262846 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4554, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.791675244602857, 47.483269079543149 ], [ -121.78121577406462, 47.474074807101033 ], [ -121.765158587815378, 47.473214056661035 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4555, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.177360819233726, 46.741290161399057 ], [ -119.176420952496997, 46.767562564865806 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4556, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.885771557051015, 46.989221384297593 ], [ -123.885769935372821, 46.990092803121328 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4557, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.609351616889441, 46.356012526104962 ], [ -123.592670842628536, 46.357718250114772 ], [ -123.57965965281609, 46.356972248167772 ], [ -123.571658753841234, 46.360634495114567 ], [ -123.546246005031733, 46.354328605297432 ], [ -123.527978486854082, 46.347672681670943 ], [ -123.515203339102484, 46.345425547622895 ], [ -123.498598979402047, 46.346822581138646 ], [ -123.495568941366258, 46.342402609793048 ], [ -123.49822479796282, 46.338535933805268 ], [ -123.493961234868408, 46.331414150612062 ], [ -123.495621623752257, 46.327519780188709 ], [ -123.494063267651825, 46.324685392135635 ], [ -123.485749722548775, 46.312554780848068 ], [ -123.481042957352614, 46.310753166387755 ], [ -123.472308610278233, 46.303409578730935 ], [ -123.466895028230013, 46.295217675038479 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4558, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "260", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.852401448560201, 46.651074980244879 ], [ -118.851188812370438, 46.650840242293725 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4559, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "174", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.007361139032341, 47.943315751578801 ], [ -119.010607766493095, 47.941125819113836 ], [ -119.010650954657351, 47.939312536765492 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4560, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.606541076777916, 46.941941313299992 ], [ -122.605712079279215, 46.941489775170162 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4561, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.59279423225081, 47.504927880298595 ], [ -122.55106967919177, 47.505156933902178 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4562, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.989767487840837, 47.242794495213822 ], [ -121.989922833182519, 47.253173719802724 ], [ -121.985591299192777, 47.26087034608409 ], [ -121.986444716192395, 47.264876611823453 ], [ -121.993396960963594, 47.270149034692174 ], [ -121.989355304899618, 47.285608678156862 ], [ -121.998744108377849, 47.294913668927421 ], [ -122.000276452396818, 47.303079840024232 ], [ -122.002777856952505, 47.306701697205106 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4563, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "224", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.471913238342097, 46.252522673001046 ], [ -119.472790805678372, 46.25561318062563 ], [ -119.471184156636355, 46.257571515724116 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4564, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.593318681467139, 46.978376439098859 ], [ -123.55432420575606, 46.983660580164283 ], [ -123.49570718491286, 46.999116055044816 ], [ -123.481658803952186, 46.999336859170747 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4565, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "515", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.197055606988854, 47.419671607858781 ], [ -122.197061164879003, 47.422016212393267 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4566, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "100", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.043384833617424, 46.308854520339381 ], [ -124.04472259684249, 46.30887195360355 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4567, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 580 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.247623398308633, 48.012794137756721 ], [ -118.237039096739309, 48.018168332497616 ], [ -118.229261145032964, 48.037546456360012 ], [ -118.225153175523232, 48.041851780536469 ], [ -118.221488911254852, 48.049565817064135 ], [ -118.222936142462856, 48.053637239719201 ], [ -118.21456060604784, 48.062247548517 ], [ -118.197038204512737, 48.073047323633119 ], [ -118.196835532346867, 48.075627127620223 ], [ -118.204700130498878, 48.088017503046672 ], [ -118.201271985025258, 48.097999952254789 ], [ -118.201668916518543, 48.10098117040863 ], [ -118.20429943455639, 48.102893848288801 ], [ -118.20401627412231, 48.10894610654622 ], [ -118.20066295803548, 48.116023653515867 ], [ -118.192017662045998, 48.11783766608832 ], [ -118.20230303299293, 48.117174424779954 ], [ -118.20838230007169, 48.121296258006296 ], [ -118.20909389822981, 48.124787487720816 ], [ -118.201753202510886, 48.134801942760824 ], [ -118.184364858525043, 48.143300177150614 ], [ -118.16679781594172, 48.155945894153803 ], [ -118.16688327192945, 48.158101197111868 ], [ -118.171011121899014, 48.163215754198113 ], [ -118.167759214610371, 48.177816706088109 ], [ -118.171949811608883, 48.19087805283003 ], [ -118.17000730825194, 48.198677821769465 ], [ -118.17204651738983, 48.200750686742659 ], [ -118.178781022953729, 48.202798409427579 ], [ -118.179961741926405, 48.205546312332203 ], [ -118.175431716711998, 48.217891139241132 ], [ -118.160987897220821, 48.227308305282406 ], [ -118.156962381847876, 48.228394239926978 ], [ -118.135412156252897, 48.251569121855802 ], [ -118.131482103241453, 48.261999135896254 ], [ -118.136088338092236, 48.279140800779608 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4568, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.738195968604956, 46.971090700663346 ], [ -123.690459375542432, 46.973761333739183 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4569, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.227424004414203, 47.302915290041433 ], [ -122.219327033678454, 47.303388059995356 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4570, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "243", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9378634012904, 46.843234490488818 ], [ -119.941795765883967, 46.848996036262506 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4571, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.281570073251132, 48.136485829629201 ], [ -122.281476550376652, 48.13995918107716 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4572, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097AR", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.027228826416362, 47.836194659546535 ], [ -120.025068951943808, 47.836084543937304 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4573, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.214894740454667, 47.874282844431811 ], [ -122.210984360094102, 47.877210461945516 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4574, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.816935508134094, 45.795557155972283 ], [ -120.809098456208829, 45.805815729496032 ], [ -120.807249664573874, 45.812378431456885 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4575, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143430620923212, 47.804831103973932 ], [ -122.140080255370393, 47.814511612874313 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4576, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.156893121558454, 48.189540328097344 ], [ -124.154169320523209, 48.190919296143832 ], [ -124.149818961840424, 48.18879492743352 ], [ -124.136633293550901, 48.189693283321525 ], [ -124.129705831912005, 48.191527173977576 ], [ -124.128421110692599, 48.19382583674286 ], [ -124.119184240100935, 48.197333688455032 ], [ -124.11260759564091, 48.194772046142162 ], [ -124.11197214886495, 48.193056858552019 ], [ -124.106161839314254, 48.196391401146499 ], [ -124.099026134013997, 48.196380852715137 ], [ -124.065449075918423, 48.184203205567194 ], [ -124.064999358019023, 48.180972792545212 ], [ -124.067003423002035, 48.17949966802383 ], [ -124.062503482715215, 48.182271907507577 ], [ -124.061754305425467, 48.180334694017361 ], [ -124.063584376029056, 48.175804977337364 ], [ -124.06099654748769, 48.174474656577722 ], [ -124.05525793608318, 48.174042817452026 ], [ -124.053457788098825, 48.175670374797789 ], [ -124.042800744351112, 48.173399396022447 ], [ -124.007123794341595, 48.17124660811789 ], [ -124.002159526554124, 48.169141987567528 ], [ -124.003500403080693, 48.164742143005796 ], [ -123.998301385621488, 48.162950257106907 ], [ -123.991347400025433, 48.165002027836145 ], [ -123.960699733986388, 48.159929366537966 ], [ -123.954408273094714, 48.165129369591668 ], [ -123.945000196654817, 48.163679703259426 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4577, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.016253916029456, 47.178420765373268 ], [ -122.011254139717863, 47.181423492586113 ], [ -121.994685753683157, 47.197484103489579 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4578, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.244125636231374, 48.506295213135743 ], [ -122.243705511353653, 48.507550045991081 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4579, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.402246734675302, 47.997022132737641 ], [ -122.415017563118866, 48.001060961101615 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4580, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "160", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.510482342255202, 47.504848737325879 ], [ -122.50350939146422, 47.505998994024061 ], [ -122.501071355421104, 47.508571468472979 ], [ -122.501053194586873, 47.512147903326429 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4581, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.473686591400536, 48.725491598370624 ], [ -122.467748134525976, 48.733318069225945 ], [ -122.46742308178608, 48.738158788278852 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4582, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.869602347084268, 46.251520877617246 ], [ -119.818252031772246, 46.237973053460543 ], [ -119.797563812541867, 46.224556295910673 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4583, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 320 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.675440298595248, 48.86519104864302 ], [ -121.678315036483042, 48.866539052402189 ], [ -121.680868629030087, 48.864043222327759 ], [ -121.678958557606038, 48.863501481275534 ], [ -121.679949024281612, 48.862366554575956 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4584, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.078231726681139, 48.346462605917232 ], [ -120.075773266988648, 48.348103265792069 ], [ -120.054575691072301, 48.344579262858915 ], [ -120.04818265369525, 48.34526690202091 ], [ -120.043125887405068, 48.348189060793807 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4585, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.503479943070957, 45.998358346412097 ], [ -122.52584804635643, 45.993213695410255 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4586, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.747746263340929, 46.693374154384173 ], [ -123.752354357336998, 46.686064117000868 ], [ -123.768029697203943, 46.680362283102234 ], [ -123.775578433381284, 46.682026725236788 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4587, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.25050861552586, 47.80421186200789 ], [ -124.250517205368425, 47.810937674159312 ], [ -124.255080498022309, 47.808917545003901 ], [ -124.258073011918654, 47.809822575113671 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4588, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.923083369703988, 46.253659694227863 ], [ -123.930211763149885, 46.262183790116822 ], [ -123.937892799030223, 46.266433016314508 ], [ -123.948649006766189, 46.27633821771861 ], [ -123.952758269452815, 46.283792240487934 ], [ -123.962849222263458, 46.294817030453871 ], [ -123.968499198412786, 46.306327607303103 ], [ -124.002000654830908, 46.320577083313381 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4589, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPWESTPT", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.104302567005774, 46.895974041631128 ], [ -124.104666242827477, 46.898241182626116 ], [ -124.108797735995964, 46.90226489821621 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4590, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.58997649414961, 46.52255941900237 ], [ -122.58421155017183, 46.519573165764562 ], [ -122.57754031516248, 46.513334344334751 ], [ -122.562440734839996, 46.517004806033576 ], [ -122.557948321078612, 46.520089641177925 ], [ -122.554317237683591, 46.530720726610383 ], [ -122.55044013296687, 46.534454282562145 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4591, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.840896095255474, 46.437830048396584 ], [ -122.836073628269276, 46.437219469475338 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4592, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "205", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.653858604464986, 45.722849267066188 ], [ -122.65399862377464, 45.72314980649805 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4593, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.170179750533222, 47.117562055352103 ], [ -124.177471151664761, 47.126216088990695 ], [ -124.180719538036783, 47.141494713707438 ], [ -124.183007498660587, 47.145821478669454 ], [ -124.182699840908199, 47.154647452141518 ], [ -124.187773493498995, 47.156870476600581 ], [ -124.188408907452782, 47.162322879342071 ], [ -124.191272832800863, 47.163523088209111 ], [ -124.192508816023746, 47.166726177600864 ], [ -124.188426140133558, 47.171558935430348 ], [ -124.193092315852383, 47.174285866808546 ], [ -124.194333575450472, 47.17770404283781 ], [ -124.187285399230177, 47.180239896803862 ], [ -124.197088365292217, 47.182362931519094 ], [ -124.19616677447047, 47.185852760629231 ], [ -124.19878485443374, 47.187689678388416 ], [ -124.199408112177707, 47.190331700819883 ], [ -124.195164496000061, 47.192353389501008 ], [ -124.199266649852589, 47.193379320005029 ], [ -124.19997265289885, 47.19546237233039 ], [ -124.19778669521753, 47.203763312601268 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4594, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.17749956412429, 47.302421793309549 ], [ -122.161191395514678, 47.323529190599473 ], [ -122.158397736719905, 47.329830075368356 ], [ -122.150133415520685, 47.335199963650005 ], [ -122.147513064848397, 47.339074769232305 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4595, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.050056981991304, 46.490640709695576 ], [ -124.033892636751787, 46.49152915135042 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4596, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.279969000286641, 47.882689195419069 ], [ -122.284961471538836, 47.889952125012861 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4597, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "302", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.820346137544803, 47.407048446276455 ], [ -122.815335780916215, 47.40494292515541 ], [ -122.814745106264141, 47.399755044298423 ], [ -122.811344422875322, 47.392650133363567 ], [ -122.812831960174918, 47.384231117981443 ], [ -122.815997779148532, 47.377902822745156 ], [ -122.813382130200722, 47.37090551681392 ], [ -122.807820127323609, 47.365199179950096 ], [ -122.805811247791212, 47.360133497899263 ], [ -122.790764019491974, 47.362458267620255 ], [ -122.778300719121006, 47.374504503953254 ], [ -122.772786725444263, 47.37247492664315 ], [ -122.771733286971255, 47.36758496326545 ], [ -122.764092501887887, 47.369042570139541 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4598, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.383224272709583, 47.809751709115069 ], [ -122.383177258740275, 47.803115381832669 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4599, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.192118820418386, 47.812969411071883 ], [ -122.188502853738157, 47.814571539926334 ], [ -122.179936919160511, 47.812576249407712 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4600, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.813512360734848, 46.975265630285683 ], [ -123.814395560497218, 46.976034897348804 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4601, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.953247282813606, 47.588372095704692 ], [ -121.932798022788774, 47.578598486206843 ], [ -121.922041654378717, 47.577038911756254 ], [ -121.912429638389398, 47.572764333925242 ], [ -121.904923274745542, 47.572494750333973 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4602, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "526", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300174272263959, 47.921996202515935 ], [ -122.293173814758617, 47.922087901084673 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4603, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.402440419894319, 47.775794797426265 ], [ -117.402071636326923, 47.780597520085372 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4604, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.884688452163999, 46.258716924643778 ], [ -119.869602347084268, 46.251520877617246 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4605, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411242756758938, 47.652617389771123 ], [ -117.411274585152512, 47.653047753321552 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4606, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.630443639253471, 47.565025907656711 ], [ -122.629614866978756, 47.565023409610674 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4607, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.324557230343018, 47.777643065579213 ], [ -122.313709108713482, 47.777338075744922 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4608, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.273667244072499, 46.085029912527631 ], [ -118.26724249791971, 46.086477503432228 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4609, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.656563119789411, 47.999021015247436 ], [ -119.652569693537984, 48.004195568322487 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4610, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.542425414950557, 48.096386168805182 ], [ -123.539695353728334, 48.097554568394379 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4611, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.694754548942413, 46.726677142568491 ], [ -120.668235797840197, 46.711479115498946 ], [ -120.653571841407626, 46.694966391856994 ], [ -120.653309936349203, 46.686968908059647 ], [ -120.651183799240258, 46.68276782096013 ], [ -120.62757225419341, 46.666955400955203 ], [ -120.620686334684692, 46.660500336478606 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4612, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 680 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.359501847153197, 47.641373911071867 ], [ -119.359493889170935, 47.644314506958473 ], [ -119.354942301716704, 47.65045840583921 ], [ -119.35412246641279, 47.654364337815387 ], [ -119.360870412851455, 47.664112813569332 ], [ -119.362883742937555, 47.670910110396306 ], [ -119.36265740452788, 47.815367954925513 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4613, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.365478030806088, 47.319484997615753 ], [ -122.360542910277886, 47.320727857127324 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4614, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.669449984645496, 47.001581774251861 ], [ -122.663607289810855, 46.999395317340003 ], [ -122.655330546919842, 46.993301497361387 ], [ -122.649172521852876, 46.983375920586525 ], [ -122.647069200389851, 46.976312431800544 ], [ -122.642455346456202, 46.970935994110611 ], [ -122.632531038069743, 46.964619754835439 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4615, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.134285547251878, 46.79707315871994 ], [ -119.134312927657973, 46.818765881995262 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4616, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.139733926956382, 46.216805478766879 ], [ -119.138060967318054, 46.216909794014946 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4617, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "308", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.654604637629092, 47.706075989977442 ], [ -122.651960596422725, 47.705499201347514 ], [ -122.645523064437967, 47.699437755955735 ], [ -122.633588979587046, 47.697273792496141 ], [ -122.628925867099355, 47.698701822749072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4618, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.719771164357212, 46.532048859496562 ], [ -122.644238838669821, 46.531879556660876 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4619, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "530", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.201484693745044, 48.187894769552031 ], [ -122.192163134788885, 48.188250864477226 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4620, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 158000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.188980843191445, 47.72360946621577 ], [ -122.187198009200628, 47.738498455251467 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4621, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.740274834431986, 45.907107905262549 ], [ -122.74156526172672, 45.906180137534776 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4622, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "523", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.345113336875968, 47.734153058484161 ], [ -122.342303708084998, 47.734135984949681 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4623, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.244529904069893, 47.361148228755404 ], [ -122.243988081258109, 47.374066723813563 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4624, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005HI15420", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.263396776898304, 47.458701214188082 ], [ -122.267055740849514, 47.466591756392198 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4625, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 176000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.461663028348894, 47.200192883320476 ], [ -122.462495705955817, 47.214291678765996 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4626, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.327737404692741, 47.479270819749786 ], [ -122.327202421908893, 47.485407254195977 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4627, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.878433839110983, 47.821394556532873 ], [ -122.886728428941112, 47.820463539502526 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4628, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "194", "AADT": 360 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.467287985293936, 46.703452811451456 ], [ -117.464807280552265, 46.720976935082895 ], [ -117.471211870856791, 46.712594502523885 ], [ -117.479274072823074, 46.711277151874157 ], [ -117.482602569280203, 46.714895841605831 ], [ -117.481431824521451, 46.717343985945384 ], [ -117.483427120191692, 46.718266965044712 ], [ -117.484039306396781, 46.721413901301744 ], [ -117.48803894898451, 46.7258201500741 ], [ -117.487719554739002, 46.731020675433562 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4629, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.370072911300994, 47.792450454898109 ], [ -122.366799176658162, 47.790544376987924 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4630, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.733824069871474, 47.954373254444469 ], [ -122.738740937673825, 47.95957736814163 ], [ -122.740667413933934, 47.978864272269924 ], [ -122.748428735198402, 47.99464582286479 ], [ -122.758586856179875, 48.006758683219594 ], [ -122.768640501503313, 48.011228311469672 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4631, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.602185105730157, 46.890372220875911 ], [ -119.580670595801877, 46.885660649589944 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4632, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.880379792364479, 46.482924602101548 ], [ -122.876560729979175, 46.494718014027292 ], [ -122.87651001736586, 46.543928554825953 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4633, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.159146879789148, 47.168838945208122 ], [ -122.148572778087086, 47.167724522492399 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4634, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.511593842156913, 45.888912007396591 ], [ -122.503421794697644, 45.891558958865254 ], [ -122.501812683373373, 45.893398658467042 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4635, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.004060927450425, 46.57408445874249 ], [ -119.004034182764343, 46.581104775517645 ], [ -119.001741281210485, 46.585143338415541 ], [ -119.006566009695746, 46.591026770820271 ], [ -119.006329476293629, 46.597462697449117 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4636, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.877036546997303, 47.447553519522799 ], [ -123.877162176095894, 47.451474935157179 ], [ -123.879754704482224, 47.455784508129923 ], [ -123.885677573356745, 47.456866807907033 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4637, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "127", "AADT": 950 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.789186845099678, 46.525469168900031 ], [ -117.786814842145134, 46.526220443077428 ], [ -117.785804682013634, 46.530032279657249 ], [ -117.778768990237822, 46.533483787924276 ], [ -117.776208735117706, 46.536546569596645 ], [ -117.774915493026455, 46.548261041683951 ], [ -117.769523678128934, 46.556350365539679 ], [ -117.780763064772984, 46.568198419840556 ], [ -117.780651505697563, 46.57362485733605 ], [ -117.776894410285706, 46.576230154713656 ], [ -117.775135213403672, 46.580586403031013 ], [ -117.779363528080111, 46.586134330299565 ], [ -117.785289441197406, 46.587495737346956 ], [ -117.781376055036546, 46.592409525957436 ], [ -117.784868720305781, 46.598360023937488 ], [ -117.784968101903374, 46.604475372421113 ], [ -117.791383799065031, 46.614441905334814 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4638, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.252591198280371, 47.484034392386747 ], [ -122.249028468188229, 47.483058941627021 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4639, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.900843413842679, 48.48121581234215 ], [ -117.903014288725075, 48.49129504006423 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4640, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.263270534968612, 47.832397759020033 ], [ -122.266313958532692, 47.834250899205337 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4641, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.90636578375161, 46.18009977076288 ], [ -122.904597161803537, 46.182537601497316 ], [ -122.905102340528416, 46.184711848942264 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4642, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 157000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.463059040667588, 47.18747229489734 ], [ -122.462088280256509, 47.197049535779655 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4643, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.354448297474093, 46.18723683093868 ], [ -123.32841356578011, 46.163832368454145 ], [ -123.30492621013309, 46.155679494914921 ], [ -123.282398489593476, 46.152649885262377 ], [ -123.262813461574638, 46.155398660728373 ], [ -123.25040926126232, 46.163847245034816 ], [ -123.235891061925756, 46.169886464117482 ], [ -123.232627280447844, 46.172727256512978 ], [ -123.221941703398329, 46.173566596399496 ], [ -123.209660376826392, 46.17697704310099 ], [ -123.177155703290936, 46.188470852825041 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4644, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.118752809222585, 48.164313309432323 ], [ -122.128562375132475, 48.17830602260068 ], [ -122.128522187771722, 48.1877057822756 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4645, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "243", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.736303099707783, 46.646619395890333 ], [ -119.739940932806434, 46.647286746353338 ], [ -119.749734810760557, 46.643402603693126 ], [ -119.800631610401297, 46.633273274991488 ], [ -119.850580666658161, 46.633900159255575 ], [ -119.860797541126928, 46.637956736888817 ], [ -119.894843293656507, 46.664206179608314 ], [ -119.907061669863424, 46.680637532310293 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4646, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.176250490038257, 46.184932840078829 ], [ -119.167008503573527, 46.191719662666515 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4647, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "109", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.038134999672508, 47.045714760696207 ], [ -124.044085349369411, 47.052573294941133 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4648, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.709147899876143, 47.759454432774653 ], [ -118.707944478008883, 47.759180231314588 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4649, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.616003575812343, 46.6478940681937 ], [ -121.610958878455065, 46.649779292752015 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4650, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.735085712218805, 47.867172880063244 ], [ -121.719934467642531, 47.865876767934331 ], [ -121.702206125377643, 47.857269046853659 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4651, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "017", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.483234392982965, 47.38937264743516 ], [ -119.484229716907379, 47.393484868377065 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4652, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.193737871768406, 48.152206488814542 ], [ -122.1872561406024, 48.152320979808344 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4653, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.70389916859142, 46.675045581717988 ], [ -123.695083687724704, 46.669070081486424 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4654, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.655558176294406, 47.650535836979536 ], [ -122.660469329406354, 47.650811680602729 ], [ -122.667631105320297, 47.654718396212104 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4655, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 186000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.259846258649176, 47.839727859981949 ], [ -122.258386957408419, 47.845422434384709 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4656, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "271", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.243020091931271, 47.135105077347539 ], [ -117.250521850735936, 47.14372898863207 ], [ -117.255459168922783, 47.145496228919441 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4657, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.634093082292452, 46.532248674470374 ], [ -122.625133504234952, 46.531482939920714 ], [ -122.613916912981935, 46.5330861252191 ], [ -122.603542558244868, 46.528545867351916 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4658, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.142086452425204, 47.6544054525734 ], [ -118.140899954292806, 47.654795746839127 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4659, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.202201079089633, 48.74601850671602 ], [ -122.200782833799622, 48.778292325111238 ], [ -122.1937811470236, 48.782686686742608 ], [ -122.19048259558933, 48.789698039523842 ], [ -122.190454977381165, 48.796208521223129 ], [ -122.195245433052222, 48.800370957990694 ], [ -122.198132583247983, 48.807184498617083 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4660, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.783199502848547, 48.107007579771938 ], [ -122.781061765389026, 48.107655859453502 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4661, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COPRTANG", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.430902000778588, 48.119157941594125 ], [ -123.431723711873886, 48.118274773090661 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4662, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.85341050311051, 47.219448708210813 ], [ -119.853405347288003, 47.222329436501425 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4663, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.156678518454882, 48.076900807288418 ], [ -123.141795278522267, 48.074895210973089 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4664, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.311449370750537, 47.391536018073239 ], [ -122.30795231434999, 47.390989098194325 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4665, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.748260992321761, 47.473255322993964 ], [ -121.740038102734445, 47.472763771473609 ], [ -121.722898993051729, 47.467079809454425 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4666, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.740215335164592, 46.796289770835003 ], [ -118.708150143581136, 46.814428946698044 ], [ -118.674263242348118, 46.822698338826292 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4667, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.305830498779329, 46.952091588755621 ], [ -121.273266299436145, 46.963067188025413 ], [ -121.255807396778081, 46.96659716390397 ], [ -121.217709303065149, 46.967590135937741 ], [ -121.210371058688011, 46.969113485561948 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4668, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020SPANACRT", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612833645466225, 48.496398719745642 ], [ -122.612773958271788, 48.500455119178412 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4669, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "304", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.647571915616368, 47.565258176136552 ], [ -122.646332902249398, 47.565068923444031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4670, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.041144706641148, 47.542865930736383 ], [ -122.034938220108728, 47.539393603442448 ], [ -122.028728787232211, 47.532886483475707 ], [ -122.024186324907276, 47.531588126143198 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4671, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 178000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.302875798159477, 47.300053013830123 ], [ -122.298157912762235, 47.312895010971495 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4672, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "097", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.888689271041017, 47.925649691973341 ], [ -119.882313127981789, 47.931093545883982 ], [ -119.882298275060606, 47.942018174472949 ], [ -119.878419426214791, 47.94827454834126 ], [ -119.875741968693148, 47.958051341701534 ], [ -119.87691262635154, 47.962356701802165 ], [ -119.887958120726438, 47.972440806053235 ], [ -119.88721385925524, 47.977108997501851 ], [ -119.88953243567552, 47.98253205728156 ], [ -119.885851000625607, 47.990264323813911 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4673, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.079603723944871, 47.457991946823491 ], [ -122.083901222315603, 47.461309726612434 ], [ -122.111443955566372, 47.463154478465292 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4674, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.792484011295358, 45.716168026176582 ], [ -121.786225659012956, 45.714130412799001 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4675, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.306688915024196, 46.278802215512705 ], [ -119.306490571218205, 46.271755859243633 ], [ -119.302305689836018, 46.267676536926885 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4676, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.590318347124423, 46.056768336118012 ], [ -118.519208512822843, 46.049950256584275 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4677, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.134440507671783, 47.088984407651303 ], [ -119.121253997444427, 47.087799811742528 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4678, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.704749004376879, 47.600798524558137 ], [ -122.711238820741514, 47.605228821355723 ], [ -122.712449603812388, 47.611406311786276 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4679, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.093418599905561, 46.285167135614891 ], [ -119.092502097887177, 46.340179474220861 ], [ -119.086002230483558, 46.358205390645068 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4680, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.270295565171537, 47.497001380417231 ], [ -122.257914959987701, 47.487130901458883 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4681, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.349574717306098, 47.970653730391248 ], [ -117.349586635602975, 47.981474680905684 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4682, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.190064272437155, 48.477574027090782 ], [ -120.185421141813819, 48.477806843843695 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4683, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.888628473621893, 47.402682276853405 ], [ -123.876309722121093, 47.421393489905668 ], [ -123.877036546997303, 47.447553519522799 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4684, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285COWENTCH", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.312829956287558, 47.42253237171002 ], [ -120.306221311856959, 47.416281940960417 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4685, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.577603552202717, 47.410002127240197 ], [ -121.571242279918167, 47.405762368528393 ], [ -121.559234161744627, 47.402942573054084 ], [ -121.550163449202159, 47.398183204264775 ], [ -121.532417350643769, 47.395800791549718 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4686, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.233172088456627, 47.821066967327454 ], [ -122.230733731612645, 47.81783560764719 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4687, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "409", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.37714180881467, 46.180276374416032 ], [ -123.377449328681777, 46.187590274610152 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4688, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "171", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.29424574680327, 47.119132439190331 ], [ -119.291111567890198, 47.124036589912244 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4689, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.530963491121156, 46.971801339065784 ], [ -120.526300065558615, 46.970960180133105 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4690, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.815376949231307, 45.697928946286979 ], [ -120.796719230630359, 45.702403201088458 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4691, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "018", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.883903298017017, 47.507566268051761 ], [ -121.883591746568186, 47.509036991905894 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4692, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 173000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.330796798820671, 47.608824904437895 ], [ -122.330190562428101, 47.612879725897272 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4693, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632862566005713, 47.565755526915211 ], [ -122.632864206919749, 47.5666355147807 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4694, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.591845204189951, 48.889032620617854 ], [ -122.606768074339413, 48.898128227742987 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4695, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "121", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.96086967218821, 46.896587943139103 ], [ -122.959413616757899, 46.896544591643213 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4696, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "108", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.105067388646916, 47.129641063602797 ], [ -123.099174975519603, 47.130178044397447 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4697, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 70000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.857571645602277, 46.037467729337074 ], [ -122.86106596526362, 46.047865250501246 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4698, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7345388535241, 48.136053459375738 ], [ -123.716298311029647, 48.131550921841367 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4699, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.958995041270413, 47.480252005417796 ], [ -123.977965677913289, 47.480273987410335 ], [ -124.02181119798783, 47.473843407970286 ], [ -124.027686928504622, 47.47147993103674 ], [ -124.049691783648939, 47.475335513187432 ], [ -124.096753861226858, 47.488540894906784 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4700, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "544", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.358535363751258, 48.909339219170022 ], [ -122.358082049826564, 48.915412848028751 ], [ -122.35193951708105, 48.916026991735293 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4701, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 139000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.183918427557515, 47.565840024640536 ], [ -122.179623247624207, 47.567796440160812 ], [ -122.176695557563619, 47.572470087210498 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4702, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.852240996018864, 46.023438807295186 ], [ -122.857571645602277, 46.037467729337074 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4703, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.319380156773818, 46.299522199389898 ], [ -118.293834349964101, 46.299169540240229 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4704, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.405502658618744, 45.596100378827963 ], [ -122.405540528755523, 45.591761287161333 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4705, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "548", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.72841417869688, 48.975755992565638 ], [ -122.733597434580858, 48.979211973350239 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4706, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.543004641881623, 46.265484455612658 ], [ -119.523755173989201, 46.261389296249028 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4707, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.724042039014563, 47.912670494940357 ], [ -122.728128977603575, 47.919105286745669 ], [ -122.734609879882441, 47.937546706415432 ], [ -122.731787012623656, 47.945913303909506 ], [ -122.733824069871474, 47.954373254444469 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4708, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.37964433292251, 47.111774724144929 ], [ -118.368678888153696, 47.115004149172655 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4709, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.926866154017986, 46.121632499500059 ], [ -122.926121849901506, 46.122971713669926 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4710, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.323952406472415, 47.397136250242973 ], [ -122.324340674422501, 47.397956274036424 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4711, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.678110354355198, 45.939490944405136 ], [ -122.695865641523966, 45.943167264885417 ], [ -122.700831965340257, 45.94057834448909 ], [ -122.704342468359258, 45.93566424349509 ], [ -122.720061706067426, 45.933789863217569 ], [ -122.722622225467831, 45.928000884189544 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4712, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.288231320890773, 47.617049865237767 ], [ -119.282818381229859, 47.619376442892772 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4713, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPWESTPT", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.109086964691642, 46.858851588331206 ], [ -124.110834784922886, 46.868530839037426 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4714, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "006", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.018339764610047, 46.64375866255633 ], [ -123.017227750574065, 46.645475283967635 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4715, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 790 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.67824923859925, 47.332770853625384 ], [ -118.66767861008033, 47.329164710061043 ], [ -118.659778051674635, 47.332892974852918 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4716, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510SPYELMLP", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.62689382046058, 46.961492607617913 ], [ -122.617047133945917, 46.956992231672231 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4717, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "706", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.922037542537396, 46.742687586520269 ], [ -121.918473005818896, 46.741198450763505 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4718, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "225", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.493315447404456, 46.311516519949457 ], [ -119.494082133186012, 46.32616986884419 ], [ -119.492558376468878, 46.329979206974201 ], [ -119.467514869840343, 46.348922072115066 ], [ -119.453908727631529, 46.355869256820874 ], [ -119.446045358115299, 46.371667617215387 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4719, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.825814271386236, 46.971474761694516 ], [ -123.830980867195834, 46.976009928796969 ], [ -123.852175045301792, 46.976073338923534 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4720, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "173", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.657929994702357, 47.999466185136981 ], [ -119.668479131363682, 48.004624036182705 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4721, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "524", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.379606535103676, 47.811428451757408 ], [ -122.378772240285102, 47.812427925884428 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4722, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.905823096581273, 48.545437755943667 ], [ -117.905841872402107, 48.546554685215646 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4723, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "112", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.656102616535279, 48.118102910164922 ], [ -123.637089562169891, 48.117640950959171 ], [ -123.619575665037189, 48.119403664976936 ], [ -123.598169341258313, 48.11675179702592 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4724, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632854251135441, 46.958792651285187 ], [ -122.63241148308083, 46.955999311326721 ], [ -122.607696380838348, 46.942584212532822 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4725, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "531", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.161616720560474, 48.152123549622509 ], [ -122.150787088648897, 48.152052366290235 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4726, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.355582348909607, 47.858807196837127 ], [ -117.355593639767761, 47.858945272300836 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4727, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "290", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.279905047598817, 47.681635658572922 ], [ -117.244831362615471, 47.688716824569525 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4728, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 126000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.239877959838708, 47.590805383514557 ], [ -122.234841367068455, 47.588418258041166 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4729, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.209303932412681, 47.642807809841806 ], [ -122.200150043560001, 47.641709988760951 ], [ -122.193293704621027, 47.637148756275757 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4730, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 680 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.669767452626999, 47.599791676296881 ], [ -119.664938808131808, 47.60586486706886 ], [ -119.661215119364797, 47.607000547567694 ], [ -119.642317453102365, 47.606412927544575 ], [ -119.606683159104861, 47.599362431819436 ], [ -119.519316736996927, 47.599671664385134 ], [ -119.515100566331839, 47.600697774994053 ], [ -119.506659076036797, 47.606149404605929 ], [ -119.490023690533064, 47.608153128691868 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4731, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.453850354619604, 47.918261358370387 ], [ -117.477349014932798, 47.9428804513106 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4732, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.212938500761453, 47.912799529983211 ], [ -122.208800066235369, 47.91507219409921 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4733, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "536", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.346235717304253, 48.421707577445936 ], [ -122.336470433481551, 48.421250475149954 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4734, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "141", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.51213346240327, 45.77637416400762 ], [ -121.506537166263968, 45.781926395180072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4735, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.399384164408502, 47.67518102289889 ], [ -124.410029993167342, 47.690538550681623 ], [ -124.41399782756389, 47.708076887750636 ], [ -124.41078135171432, 47.710787035152016 ], [ -124.413521042070315, 47.713606026769476 ], [ -124.41315848979653, 47.715324170887953 ], [ -124.401866973384912, 47.721121884782484 ], [ -124.390313761688617, 47.723627277120706 ], [ -124.385327824997759, 47.72793982579487 ], [ -124.380548837212572, 47.728839589073097 ], [ -124.375121524491902, 47.732811422591084 ], [ -124.355369272433961, 47.73607984803003 ], [ -124.338933811270067, 47.744817371015131 ], [ -124.323251252505685, 47.750392393211115 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4736, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.521972394425063, 46.626090814962716 ], [ -120.516977211603461, 46.626072081812914 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4737, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.313312870713432, 48.924551532178249 ], [ -117.307119418043953, 48.929199144235028 ], [ -117.311177671647499, 48.929102802495514 ], [ -117.316531308210358, 48.932748811735259 ], [ -117.319948201774778, 48.93697794400962 ], [ -117.319907535586339, 48.941222606964629 ], [ -117.315980128291756, 48.951803024684779 ], [ -117.317591745610841, 48.960123958216712 ], [ -117.311418774444135, 48.968857460536547 ], [ -117.311246449345433, 48.974485728726307 ], [ -117.313384618726204, 48.976527872939528 ], [ -117.312064833337004, 48.981430146344564 ], [ -117.313240792309216, 48.98446761091482 ], [ -117.308202455301313, 48.987334862046112 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4738, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "281SPBURKE", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.830782215372395, 47.103697310504366 ], [ -119.82936669200808, 47.102574142930806 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4739, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "025", "AADT": 890 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.800991750294699, 48.899088371045828 ], [ -117.794898273797614, 48.900775119102676 ], [ -117.789824640913181, 48.912891269464971 ], [ -117.778759274121981, 48.917169304350161 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4740, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.387307348513005, 47.278952222318459 ], [ -122.390268400123659, 47.2811826801818 ], [ -122.398521130749288, 47.281562866386288 ], [ -122.404672067565429, 47.283851474880791 ], [ -122.410878836425965, 47.292131176713077 ], [ -122.416893607221425, 47.296642897820817 ], [ -122.426298661688989, 47.298953833028449 ], [ -122.432670010859923, 47.298060625754331 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4741, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPBOONE", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.802418755253186, 46.969282630391206 ], [ -123.8023268261108, 46.970613858583548 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4742, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.172470015562965, 46.747419562970222 ], [ -117.168973758427541, 46.759989077883503 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4743, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.97912045938449, 47.861321829552082 ], [ -121.977254482319722, 47.860853409110561 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4744, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "520", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322422964127753, 47.640441942890412 ], [ -122.321299239941979, 47.642124406200828 ], [ -122.3161312286162, 47.64291430306141 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4745, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "510SPYELMLP", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.617047133945917, 46.956992231672231 ], [ -122.611639829914338, 46.956535307650597 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4746, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.62880294267147, 47.610124422891808 ], [ -122.628834077114831, 47.615881278725837 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4747, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.646298814564673, 47.596485754020463 ], [ -120.628766045193572, 47.589121012609041 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4748, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270COPULLMN", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.176904797356897, 46.729513769023768 ], [ -117.178835770461347, 46.729585266255405 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4749, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.41085366012021, 47.751319912471523 ], [ -117.410523712588017, 47.752316359184178 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4750, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "705", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.431873938230169, 47.234680353047978 ], [ -122.432220221648933, 47.238642593531736 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4751, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.884867830706384, 47.987938207303472 ], [ -122.883245171993607, 47.988292502827306 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4752, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.670987526433819, 47.554042039630581 ], [ -122.672027986789885, 47.558277878233348 ], [ -122.677410102071363, 47.563648136112661 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4753, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "505", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.910333599130382, 46.482928058004646 ], [ -122.897497354091669, 46.479396397776341 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4754, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.467404367749396, 46.584778776357837 ], [ -120.458543236203127, 46.578314666875087 ], [ -120.451210130114134, 46.577085327554826 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4755, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.827868590503257, 46.971685376325013 ], [ -123.826985228696174, 46.970870741830154 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4756, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.391339284571274, 47.389115786388849 ], [ -117.391701202837538, 47.415271518105911 ], [ -117.389567766636461, 47.425001746742133 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4757, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "534", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.312772597604081, 48.340779633500865 ], [ -122.30572170672383, 48.339435954758201 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4758, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.507749843124273, 45.684020572119472 ], [ -122.506325005867552, 45.684857825480314 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4759, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.479885092169511, 46.597737697197964 ], [ -120.474802377866169, 46.589699519312283 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4760, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "161", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295539751645876, 47.040162607027945 ], [ -122.295311486830343, 47.043931016244542 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4761, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.475197836644227, 48.395907202561652 ], [ -119.483353780939964, 48.400320097574173 ], [ -119.494967380807523, 48.402695932497501 ], [ -119.502302775850296, 48.402278157164808 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4762, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "291", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.412724274626754, 47.715145703692663 ], [ -117.435100794518377, 47.715447291060684 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4763, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "527", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.210869349651148, 47.800461977917607 ], [ -122.207714154637316, 47.806353196496538 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4764, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "261", "AADT": 410 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.222302280852531, 46.598111115137471 ], [ -118.224948822252614, 46.599607261675217 ], [ -118.224182854335552, 46.602416202218073 ], [ -118.225764350401548, 46.604595703546053 ], [ -118.22248217482165, 46.607374568607206 ], [ -118.222313840923761, 46.609761519122763 ], [ -118.230045471571827, 46.615028568261586 ], [ -118.233399134201491, 46.623519876043552 ], [ -118.240486649454951, 46.627919481544986 ], [ -118.241267631638308, 46.63319618708951 ], [ -118.24488535239233, 46.637042860381399 ], [ -118.245091406160213, 46.641602208082602 ], [ -118.247326413409169, 46.644204558407509 ], [ -118.254251859277744, 46.647184705975874 ], [ -118.258944600150357, 46.653536376680741 ], [ -118.265180498147174, 46.656573853177676 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4765, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002COBROWNE", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.413427022483205, 47.653110738219091 ], [ -117.413460895198142, 47.652722661612827 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4766, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.779376178177202, 46.221205174567174 ], [ -119.755606592168306, 46.220951481313278 ], [ -119.74569089372676, 46.215864676273156 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4767, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.132021950152648, 47.23634233554538 ], [ -123.128853847263656, 47.232235449651476 ], [ -123.127785851383535, 47.223649499593229 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4768, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.351819382364909, 47.791903946440961 ], [ -117.350048794173503, 47.798025673840542 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4769, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028COWENTCH", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.292056688443282, 47.41052821366069 ], [ -120.294127652245379, 47.41301534943392 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4770, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012COABERDN", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.807636250863595, 46.97724630014482 ], [ -123.809046887463126, 46.977210686286064 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4771, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "509", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.332916532897414, 47.52348936518753 ], [ -122.334374309406257, 47.529782668297663 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4772, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "516", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293108524237041, 47.392427434048642 ], [ -122.286526806338173, 47.390672964885255 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4773, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "500", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.597462253571848, 45.649728357676587 ], [ -122.590602617211104, 45.652794820418805 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4774, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "904", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.788774298034113, 47.435239557603872 ], [ -117.766483685572268, 47.437923904368496 ], [ -117.739037212050064, 47.44699029163656 ], [ -117.714984329636209, 47.450188875331953 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4775, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.826087037248328, 47.777964566970411 ], [ -120.814116547111794, 47.77314825733206 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4776, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "155", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.979697854273226, 47.96843038043351 ], [ -118.962146472646069, 47.97889715211727 ], [ -118.957233287864653, 47.988856901733477 ], [ -118.955525709962771, 47.996767366070777 ], [ -118.950341199899796, 48.000355754410606 ], [ -118.94227783115285, 48.015486803350903 ], [ -118.944889922812777, 48.022179419544784 ], [ -118.943583254254222, 48.025575112951621 ], [ -118.949290793983153, 48.026812824932435 ], [ -118.970234266268434, 48.042368163362269 ], [ -118.984622594616766, 48.049882480396512 ], [ -118.986769332464121, 48.053062632852388 ], [ -118.985608001708357, 48.056175047088431 ], [ -118.973666882190443, 48.064193499452728 ], [ -118.982148101922704, 48.075814884948223 ], [ -118.982032154565033, 48.092766660145408 ], [ -118.989815542910662, 48.10446217876202 ], [ -118.986133917125059, 48.112530302393331 ], [ -118.979093252666956, 48.119789106179994 ], [ -118.977574437486311, 48.130752286003684 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4777, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.054761731118802, 46.345935959045768 ], [ -124.054745626347724, 46.346612471004534 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4778, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "538", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.267135357885238, 48.42992761219039 ], [ -122.2647746669886, 48.429909312973891 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4779, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "023", "AADT": 690 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.59703699218602, 47.095543250552851 ], [ -117.624023864807967, 47.106070319628635 ], [ -117.631861121190624, 47.106672080671139 ], [ -117.642138533394785, 47.115113974639151 ], [ -117.646122410625225, 47.116630621529808 ], [ -117.66038360292022, 47.114797411189983 ], [ -117.668736216911938, 47.11711871411692 ], [ -117.683843117658569, 47.11807500888488 ], [ -117.707883861010046, 47.111339266397664 ], [ -117.719060914824212, 47.116719387200718 ], [ -117.734570016747895, 47.116926604247325 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4780, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.142135434780172, 47.447563613436145 ], [ -117.141577430964787, 47.450008249225213 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4781, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 690 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.346081624803631, 46.888583782921152 ], [ -117.328600521830595, 46.891824762185735 ], [ -117.304149258904857, 46.899020955071499 ], [ -117.293675452853009, 46.905615230896032 ], [ -117.286091593975144, 46.905904676030559 ], [ -117.27462955082521, 46.91419160606096 ], [ -117.270425518308741, 46.912759444687026 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4782, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.190376081858048, 47.976893661582267 ], [ -122.182977455231182, 47.986938321115709 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4783, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.883404753748493, 46.113522401013213 ], [ -122.889845020004373, 46.123358667151713 ], [ -122.898236750136093, 46.12894434091762 ], [ -122.897607260732073, 46.140453967496882 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4784, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "902", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.692970777575894, 47.504233159708924 ], [ -117.693498972946813, 47.504267856705454 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4785, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "142", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.80810647136515, 45.824581942381322 ], [ -120.805370855609212, 45.826504570614269 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4786, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "411", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.911903540136279, 46.176592032809083 ], [ -122.90636578375161, 46.18009977076288 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4787, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.349797920589282, 46.859706395938062 ], [ -117.350918311542728, 46.862903980990758 ], [ -117.357008144661876, 46.865091813468361 ], [ -117.355403140182204, 46.871722587826767 ], [ -117.364164788277733, 46.874010902945031 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4788, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "272", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.07675234090776, 46.90972128146803 ], [ -117.068840619036791, 46.910859572051528 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4789, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "162", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.229395489972234, 47.191639746052743 ], [ -122.229378595548184, 47.190287898286876 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4790, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "026", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.023973467083607, 46.764545732571129 ], [ -118.005160698813768, 46.765971898856876 ], [ -117.992494492846873, 46.762350555877475 ], [ -117.983142065135794, 46.762939243151038 ], [ -117.961790570306476, 46.772867930374773 ], [ -117.95345911897509, 46.778859575540395 ], [ -117.936689176717707, 46.785311949075862 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4791, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.097038422826955, 46.821808466786948 ], [ -123.090539888787958, 46.821737349712812 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4792, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "103", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.054580485598237, 46.350118615089876 ], [ -124.0544043706862, 46.352653916128155 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4793, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.974771932412651, 46.711262675218414 ], [ -122.969987798776316, 46.711048393178423 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4794, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "169", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.137621938472392, 47.465295400100779 ], [ -122.156623732427107, 47.468501808480703 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4795, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.481552386619569, 47.947005209598963 ], [ -117.492178103726587, 47.95783050353073 ], [ -117.523562276757872, 47.978488490698027 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4796, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.041885819522903, 46.419993072573497 ], [ -117.039897904490815, 46.420186914369346 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4797, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "518", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.328608609329152, 47.469981829649122 ], [ -122.312755550448728, 47.470155670949254 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4798, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.802945078577693, 46.969721982765869 ], [ -123.804653298849203, 46.970295887833103 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4799, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "182", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.294239953730894, 46.257553435468438 ], [ -119.278115035170231, 46.258741845072592 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4800, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "031", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.369079137583896, 48.862815453550809 ], [ -117.367179335872819, 48.860063204690263 ], [ -117.364148903010246, 48.859789320773153 ], [ -117.36171979323494, 48.866133998289392 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4801, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "544", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.383672593608864, 48.891377648960599 ], [ -122.376030476486477, 48.891834108959763 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4802, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.678622098818096, 48.073901580956736 ], [ -123.668938631763382, 48.073348609756756 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4803, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "529", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.190960133030174, 47.981774674482992 ], [ -122.192247660363137, 47.981798910006781 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4804, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.538427603128625, 46.622457509374755 ], [ -120.521972394425063, 46.626090814962716 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4805, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.094618563988419, 47.951492505773814 ], [ -122.085512558100149, 47.948944043014855 ], [ -122.070743662679334, 47.9406113032748 ], [ -122.070100550493223, 47.936786862594701 ], [ -122.075175116508447, 47.919765200452858 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4806, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 113000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.813332455285646, 47.052492095141105 ], [ -122.806716489521065, 47.056485077056969 ], [ -122.787872723215003, 47.059731396928427 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4807, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.942027628879629, 48.889158419679369 ], [ -121.931938952899117, 48.887935033292813 ], [ -121.924199672415781, 48.889732773040372 ], [ -121.912934732184397, 48.899692075848023 ], [ -121.910828303162901, 48.904883384662668 ], [ -121.908282161005658, 48.905934321594565 ], [ -121.879074748042285, 48.905807949531003 ], [ -121.868282109382463, 48.901853285780746 ], [ -121.861821044163378, 48.904592350093218 ], [ -121.845879069273181, 48.906479081183434 ], [ -121.827807233084926, 48.905436248473173 ], [ -121.816644211142787, 48.910495600181406 ], [ -121.809714111062831, 48.907298778804687 ], [ -121.806639000372755, 48.908984093092783 ], [ -121.79566825041141, 48.909492636153068 ], [ -121.792904853122536, 48.911409040944498 ], [ -121.784534729183022, 48.91252971616511 ], [ -121.774012250809932, 48.909379435351688 ], [ -121.760173423303968, 48.911338270827805 ], [ -121.753557803210569, 48.907769400765837 ], [ -121.742819008761728, 48.90609899220577 ], [ -121.735164816068675, 48.902851706732591 ], [ -121.726950903564372, 48.903030217570148 ], [ -121.715865324604053, 48.90713456427256 ], [ -121.704622587290629, 48.908486916259967 ], [ -121.694991805635667, 48.908210895004629 ], [ -121.693699750066116, 48.906634052001856 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4808, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.359020038714917, 46.889838245802991 ], [ -122.358974689615792, 46.893314978804952 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4809, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 194000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322462732008546, 47.649617031366432 ], [ -122.322342181702254, 47.656009406225564 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4810, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "405", "AADT": 113000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.185841226128275, 47.763446951341962 ], [ -122.187659689404853, 47.765906531164745 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4811, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.352094649143453, 47.974724356945082 ], [ -122.352294519642086, 47.974775063121385 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4812, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293860970729511, 48.857565579186577 ], [ -122.299049488266292, 48.858548518701177 ], [ -122.302600761387509, 48.8630945868276 ], [ -122.309739520660884, 48.86600497530118 ], [ -122.309741426495705, 48.883469732094476 ], [ -122.320569675143901, 48.884244666351776 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4813, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "104", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.381974153673823, 47.812114513865524 ], [ -122.383224272709583, 47.809751709115069 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4814, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.684279966804937, 47.508587719008077 ], [ -117.658368719622828, 47.527957756105842 ], [ -117.647423476259149, 47.533646946750807 ], [ -117.613914113376921, 47.556295860314762 ], [ -117.595155374449618, 47.56459984957894 ], [ -117.587167088972436, 47.570828087050991 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4815, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "003", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.836474754671926, 47.374286002958094 ], [ -122.829825816030194, 47.381738142951143 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4816, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.103599726218988, 47.668444841991288 ], [ -122.09977153330442, 47.66569958918118 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4817, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.731371050594475, 46.690374335351443 ], [ -123.736102562352613, 46.69370721474008 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4818, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "900", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.278341099790779, 47.508012011126382 ], [ -122.278866618576984, 47.503633281542761 ], [ -122.270295565171537, 47.497001380417231 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4819, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 180000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329550276201402, 47.704780986555249 ], [ -122.329688130182959, 47.709610053396609 ], [ -122.327158730670462, 47.713627215857137 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4820, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.735491287394154, 46.55265324816277 ], [ -121.691047104236858, 46.576150272858058 ], [ -121.688212437376947, 46.579929253817618 ], [ -121.686166017896511, 46.590585951295544 ], [ -121.675083699891502, 46.602182966447842 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4821, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.431870002232344, 47.232465395241469 ], [ -122.432112725668176, 47.233323158936059 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4822, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.874718310897336, 47.233060459887646 ], [ -119.870040740406779, 47.233113436338954 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4823, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.795776139513123, 47.488786529441832 ], [ -121.796723100439593, 47.488245636048042 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4824, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.643433158354924, 48.306580660585645 ], [ -122.638014144259898, 48.311229020177123 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4825, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "099", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.332482108474053, 47.534523388047006 ], [ -122.335020042757364, 47.539161601132385 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4826, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "432", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.930069412065777, 46.116093158140721 ], [ -122.926866154017986, 46.121632499500059 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4827, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.107970430371154, 46.858858882117403 ], [ -124.099491124872756, 46.858880637078229 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4828, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.451869323448818, 45.910112283746628 ], [ -122.446916738159544, 45.91016727801594 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4829, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.654043935637361, 47.599084438716716 ], [ -120.646298814564673, 47.596485754020463 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4830, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "082", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.449533775750723, 46.503965486846965 ], [ -120.434628863170644, 46.493904091986863 ], [ -120.413722501867383, 46.485627965642891 ], [ -120.400418780215034, 46.47427794967512 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4831, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.451970973153209, 45.905929542325708 ], [ -122.449036129168832, 45.907485293172662 ], [ -122.451939390129709, 45.908730528595598 ], [ -122.451869323448818, 45.910112283746628 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4832, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.670439506705293, 45.632577207770495 ], [ -122.672677226612251, 45.632554433644543 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4833, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "507", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.953823151760147, 46.748781150736079 ], [ -122.950616192704871, 46.752947508881142 ], [ -122.947883190079139, 46.753357173255395 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4834, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "270COPULLMN", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.178835770461347, 46.729585266255405 ], [ -117.179908097514129, 46.729629926185297 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4835, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "124", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.293834349964101, 46.299169540240229 ], [ -118.276819222980706, 46.297266298008232 ], [ -118.230707539440544, 46.279488593082398 ], [ -118.223122036781362, 46.277953834956911 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4836, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 225000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.269011183268205, 47.437789766638957 ], [ -122.263346709496005, 47.459854487879667 ], [ -122.268748856426626, 47.472178548862026 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4837, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "195", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.187576040810015, 46.64780285356899 ], [ -117.187432665447517, 46.651372589704799 ], [ -117.190531999224859, 46.65501399646935 ], [ -117.191547868530932, 46.659965461328035 ], [ -117.198894176886867, 46.666906221029066 ], [ -117.195441230959034, 46.674302085831741 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4838, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "019", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.732337519901279, 47.889896867597685 ], [ -122.725678092101845, 47.904068106787953 ], [ -122.724042039014563, 47.912670494940357 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4839, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.315010283723353, 46.379233765659805 ], [ -120.316103289369437, 46.377988710810826 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4840, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.591651933074729, 48.350216857616701 ], [ -119.591078218260904, 48.349487972963864 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4841, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "002", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.062662945882551, 48.175291644345855 ], [ -117.052759201005756, 48.175989763891899 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4842, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 133000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.661703215060427, 45.643383049066486 ], [ -122.661702096361935, 45.644626475371957 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4843, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.854070022568948, 47.088382438834834 ], [ -119.83470165053491, 47.101056007568715 ], [ -119.823953648695962, 47.103239875357531 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4844, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "165", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.057602940879846, 47.091681776267677 ], [ -122.057031828940993, 47.094301251440982 ], [ -122.050840853515638, 47.098736677183112 ], [ -122.045870413812935, 47.099088973627111 ], [ -122.045497248834863, 47.103424531006148 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4845, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.545504734599902, 48.015191195920984 ], [ -122.556975247541871, 48.021780673739862 ], [ -122.560413762070326, 48.026229210877716 ], [ -122.566855818351513, 48.045068422618741 ], [ -122.566754264054836, 48.07130216152057 ], [ -122.570432151250301, 48.080349494797105 ], [ -122.568239859144811, 48.088513600579923 ], [ -122.574812930359272, 48.101517137510534 ], [ -122.582942375454266, 48.111160048221734 ], [ -122.587677712091576, 48.12105993457314 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4846, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.297484794767257, 47.915208194306629 ], [ -122.300115628571589, 47.918585403863915 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4847, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "285", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.317045772142663, 47.429466244064308 ], [ -120.317659566215596, 47.430224949496818 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4848, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "215", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.513846497510599, 48.416820343047043 ], [ -119.511575679957389, 48.416808021460831 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4849, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "014", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.024621875213811, 45.625404013127799 ], [ -122.02369461866769, 45.627769608172763 ], [ -122.016374166193572, 45.63195248275111 ], [ -122.008840982344353, 45.63090296240091 ], [ -122.002809901595867, 45.635092495873124 ], [ -121.986048021654611, 45.641372188710662 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4850, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "005", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.720192553383882, 48.972556366341195 ], [ -122.73284236775109, 48.984169559612397 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4851, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.657856322524367, 48.288349140294216 ], [ -122.657848881745082, 48.289541012730318 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4852, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "090", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.526300065558615, 46.970960180133105 ], [ -120.497732857988339, 46.970479080621203 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4853, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "022", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.041926287571201, 46.221991493051306 ], [ -120.002713399321877, 46.212166620837543 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4854, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "167", "AADT": 109000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.220202578698405, 47.407237497326562 ], [ -122.220723304615646, 47.415683315823465 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4855, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "397", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.082356505554074, 46.248275294261312 ], [ -119.082086450294483, 46.248660503241126 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4856, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 860 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.355639000395328, 45.989233166409271 ], [ -122.360689613872751, 45.989639489684066 ], [ -122.364778925938779, 45.992938942016501 ], [ -122.364992514867168, 45.997101925747664 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4857, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "024", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.385569174962441, 46.549998759231705 ], [ -120.375045609769757, 46.549398523834043 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4858, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "221", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.632513277427449, 46.186802706774024 ], [ -119.664030351839457, 46.187236132140853 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4859, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "028", "AADT": 430 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.106952077841413, 47.402903720550434 ], [ -119.075479591665385, 47.406715990119444 ], [ -119.066319171638042, 47.405924539194963 ], [ -119.057566294740113, 47.401589019356592 ], [ -119.046443165416889, 47.38818072184155 ], [ -119.042294462084257, 47.385609201562289 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4860, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "131", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.956100259436795, 46.526670455896983 ], [ -121.957297598650229, 46.535353420722508 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4861, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.415063311269847, 46.070678448274656 ], [ -118.384346207328093, 46.073089912244008 ], [ -118.376473190659425, 46.071652278365882 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4862, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "542", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.202529349128341, 48.815960966082933 ], [ -122.195484263445451, 48.820649558127151 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4863, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "503", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.547235864726147, 45.811720037814887 ], [ -122.54815472524848, 45.814635515746509 ], [ -122.546985666479941, 45.816821755574786 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4864, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "502", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.558361613985667, 45.780526878954291 ], [ -122.555540998946555, 45.780635908960456 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4865, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101COABERDN", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.826985228696174, 46.970870741830154 ], [ -123.826102687533748, 46.970061214094265 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4866, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "101", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.947829976100508, 47.035821079137627 ], [ -122.931624680375776, 47.027755501144725 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4867, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "543", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.734957411203965, 48.993987434851718 ], [ -122.735394202647925, 49.002070207063113 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4868, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "240", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.293808411926818, 46.314192016470507 ], [ -119.28818522192789, 46.311314932341972 ], [ -119.286240130679701, 46.308479073038036 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4869, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.305106573283823, 47.94357485013095 ], [ -122.304446133333371, 47.94461721637304 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4870, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "410", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.689080403558961, 47.153353215385998 ], [ -121.680286649942829, 47.153449371992451 ], [ -121.66440258735264, 47.160169847571936 ], [ -121.659291020325639, 47.159135812760894 ], [ -121.619821251961653, 47.133142341033178 ], [ -121.612406941696662, 47.121064557082804 ], [ -121.596330859470996, 47.107346350664521 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4871, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "027", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.223590741338143, 47.620646532016103 ], [ -117.223631723810399, 47.627886792128557 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4872, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "105SPWESTPT", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.111614440151683, 46.88680923366374 ], [ -124.104206303877831, 46.88685914736417 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4873, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.877039614348519, 46.547358720568994 ], [ -122.875264102321438, 46.547352524130723 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4874, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "009", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320664178351393, 48.920195996956508 ], [ -122.321912505180194, 48.920192245521072 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4875, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "007", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.358974689615792, 46.893314978804952 ], [ -122.357382771910181, 46.929736850399209 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4876, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "525", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.35153124232356, 47.974818895913529 ], [ -122.352094649143453, 47.974724356945082 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4877, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "004", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.000372751835158, 46.163938132919846 ], [ -122.996112927260953, 46.161845104874217 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4878, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "522", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.111416419544312, 47.802110102374421 ], [ -122.109204085059801, 47.807914079248718 ], [ -122.105344662411071, 47.810401153862173 ], [ -122.095097867132111, 47.812590325824409 ], [ -122.080897051918868, 47.812611701518399 ], [ -122.065493119894569, 47.817931230120244 ] ] } }, -{ "type": "Feature", "properties": { "OBJECTID": 4879, "LRSDate": "2022-12-31T00:00:00", "RouteIdentifier": "501", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.664962863803879, 45.63160247617499 ], [ -122.665955536273771, 45.63189854695969 ] ] } } +{ "type": "Feature", "properties": { "OBJECTID": 1, "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1922237193, 47.3773145311 ], [ -120.1403017666, 47.3713844944 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2, "RouteIdentifier": "014", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3209227556, 45.5721542335 ], [ -122.29949512, 45.571607305 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3, "RouteIdentifier": "005", "AADT": 165000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3223069573, 47.683835222 ], [ -122.3260483397, 47.6867923802 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4, "RouteIdentifier": "167", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2673512221, 47.2007333641 ], [ -122.2604202074, 47.2012176284 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5, "RouteIdentifier": "017", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4832090078, 47.3836367426 ], [ -119.4832316128, 47.3884806862 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6, "RouteIdentifier": "161", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2940086764, 47.2249092263 ], [ -122.293850203, 47.2500481115 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 7, "RouteIdentifier": "171", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.289772823, 47.1254917575 ], [ -119.2815617176, 47.1297537126 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 8, "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3555936398, 47.8589452723 ], [ -117.3577112718, 47.8814244662 ], [ -117.3523268647, 47.8961954425 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 9, "RouteIdentifier": "012", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8752641023, 46.5473525241 ], [ -122.8650512546, 46.5465667665 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 10, "RouteIdentifier": "119", "AADT": 830 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2105622712, 47.4554072848 ], [ -123.2127462556, 47.4576868663 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 11, "RouteIdentifier": "082", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0687629907, 46.3226150928 ], [ -120.0440296636, 46.3075497622 ], [ -120.0285168926, 46.3059630059 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 12, "RouteIdentifier": "002", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2219122891, 47.6270557243 ], [ -120.2084267507, 47.6265613257 ], [ -120.1950551418, 47.6327544789 ], [ -120.1809857702, 47.6313450664 ], [ -120.1479862888, 47.6503824795 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 13, "RouteIdentifier": "528", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1193130939, 48.0535474274 ], [ -122.110917332, 48.053411821 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 14, "RouteIdentifier": "002", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3005913938, 47.4765744345 ], [ -120.2973152366, 47.5006578675 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 15, "RouteIdentifier": "150", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1084617824, 47.8738712824 ], [ -120.1019008002, 47.8648083629 ], [ -120.0721004876, 47.859499395 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 16, "RouteIdentifier": "395", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0894657528, 46.2734887506 ], [ -119.0934185999, 46.2851671356 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 17, "RouteIdentifier": "410", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2217568694, 47.194537858 ], [ -122.212761856, 47.1970266396 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 18, "RouteIdentifier": "405", "AADT": 174000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1799148927, 47.5984958939 ], [ -122.1862318775, 47.6058898709 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 19, "RouteIdentifier": "155", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5217501674, 48.4051129342 ], [ -119.5213520361, 48.4038791845 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 20, "RouteIdentifier": "101", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1265910273, 47.2001121701 ], [ -123.1018056421, 47.1837746945 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 21, "RouteIdentifier": "970", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.835010601, 47.1813621929 ], [ -120.8081625673, 47.19291613 ], [ -120.7730682265, 47.1959969886 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 22, "RouteIdentifier": "542", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3325641688, 48.8145942815 ], [ -122.327035238, 48.8181848035 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 23, "RouteIdentifier": "513", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3045734555, 47.6490440633 ], [ -122.3036135383, 47.6515712549 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 24, "RouteIdentifier": "260", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5884939945, 46.6478136609 ], [ -118.5565118981, 46.6435530173 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 25, "RouteIdentifier": "097", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9202563007, 47.8731183295 ], [ -119.9168716778, 47.8830195848 ], [ -119.9175688105, 47.9042347352 ], [ -119.888689271, 47.925649692 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 26, "RouteIdentifier": "099", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3181975005, 47.8175907621 ], [ -122.3150855528, 47.8211917901 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 27, "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8339339028, 47.4005463581 ], [ -117.7937991559, 47.4331327858 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 28, "RouteIdentifier": "290", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3920677701, 47.6528570613 ], [ -117.3930264257, 47.6536012073 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 29, "RouteIdentifier": "525", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4616900184, 48.0042963392 ], [ -122.4676875773, 48.0079051908 ], [ -122.531073695, 48.0085360069 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 30, "RouteIdentifier": "099", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2789804626, 47.867386825 ], [ -122.2756369244, 47.8708807894 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 31, "RouteIdentifier": "504SPOLD504", "AADT": 60 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5756309118, 46.3701554294 ], [ -122.5609895827, 46.3647132472 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 32, "RouteIdentifier": "005", "AADT": 149000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3260483397, 47.6867923802 ], [ -122.32907164, 47.6943145242 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 33, "RouteIdentifier": "017", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4710716591, 47.2737539701 ], [ -119.4826447809, 47.3232113182 ], [ -119.4756411869, 47.3509675109 ], [ -119.4791481927, 47.3691228237 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 34, "RouteIdentifier": "003", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6882400113, 47.6692766526 ], [ -122.6900708232, 47.6742545713 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 35, "RouteIdentifier": "011", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3773305642, 48.5155613349 ], [ -122.3786436215, 48.5169464302 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 36, "RouteIdentifier": "002", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.4817145594, 47.7503088944 ], [ -118.4711275269, 47.7344847908 ], [ -118.3936449799, 47.6932837218 ], [ -118.3442644432, 47.6573447006 ], [ -118.3165261274, 47.6448669186 ], [ -118.2186138675, 47.6426665493 ], [ -118.1788708956, 47.6503359058 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 37, "RouteIdentifier": "164", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0162359001, 47.2074211012 ], [ -121.9888740579, 47.2031602024 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 38, "RouteIdentifier": "110", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.5299932781, 47.9150697025 ], [ -124.5344288985, 47.9127912202 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 39, "RouteIdentifier": "003", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8042667838, 47.4677635998 ], [ -122.7922032406, 47.476414011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 40, "RouteIdentifier": "016", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4611233972, 47.2285063751 ], [ -122.46060986, 47.2297520929 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 41, "RouteIdentifier": "009", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1111876927, 48.0718480284 ], [ -122.1116525558, 48.0918800123 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 42, "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6286423009, 48.325690041 ], [ -122.6303344465, 48.3337416853 ], [ -122.6260671635, 48.3402015788 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 43, "RouteIdentifier": "027", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2311497101, 47.1220696502 ], [ -117.235609286, 47.1247339542 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 44, "RouteIdentifier": "706", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0309120554, 46.7587001203 ], [ -121.9814105695, 46.7572813912 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 45, "RouteIdentifier": "031", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4135449594, 48.7213796222 ], [ -117.4135771849, 48.7285818258 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 46, "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4059782511, 47.8001660961 ], [ -117.4074639212, 47.8123509195 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 47, "RouteIdentifier": "099", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3365632968, 47.2450397981 ], [ -122.3353775602, 47.2512222204 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 48, "RouteIdentifier": "705", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.436113822, 47.2534933593 ], [ -122.4363679452, 47.2544445506 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 49, "RouteIdentifier": "397", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0933468628, 46.1991336316 ], [ -119.1012238708, 46.2052016642 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 50, "RouteIdentifier": "027", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1911483543, 47.5183415887 ], [ -117.1974475198, 47.5227002331 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 51, "RouteIdentifier": "101", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7361025624, 46.6937072147 ], [ -123.7397102898, 46.7012896138 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 52, "RouteIdentifier": "099", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2959583754, 47.4506600917 ], [ -122.2916171614, 47.4596862569 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 53, "RouteIdentifier": "027", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2397118795, 47.6707021684 ], [ -117.2396318808, 47.6716727121 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 54, "RouteIdentifier": "097", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3933744977, 46.4150549766 ], [ -120.3959492409, 46.4169433277 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 55, "RouteIdentifier": "504", "AADT": 960 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6734966352, 46.3612844656 ], [ -122.650489049, 46.3557399918 ], [ -122.6382937487, 46.3654953749 ], [ -122.6200459422, 46.3718240773 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 56, "RouteIdentifier": "525", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2765740876, 47.8734029921 ], [ -122.2777737236, 47.879481564 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 57, "RouteIdentifier": "012", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2143023696, 46.4117358872 ], [ -117.2060959145, 46.4151094256 ], [ -117.1848415097, 46.4126701464 ], [ -117.1634328434, 46.4240635088 ], [ -117.1438680931, 46.4278013383 ], [ -117.0874609685, 46.4153003586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 58, "RouteIdentifier": "014", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6334221513, 45.6184980719 ], [ -122.6266798027, 45.6184887446 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 59, "RouteIdentifier": "506", "AADT": 530 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0436033456, 46.3778943675 ], [ -123.0368091721, 46.3974067466 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 60, "RouteIdentifier": "097AR", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0250689519, 47.8360845439 ], [ -120.0239885328, 47.836037193 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 61, "RouteIdentifier": "502", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5499497496, 45.7806466337 ], [ -122.547565689, 45.7807169469 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 62, "RouteIdentifier": "003", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.82404435, 47.4527245935 ], [ -122.8201543029, 47.4545979618 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 63, "RouteIdentifier": "017", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4832088344, 47.3835435175 ], [ -119.4832090078, 47.3836367426 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 64, "RouteIdentifier": "009", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2346365429, 48.3169213007 ], [ -122.2366632871, 48.3204677227 ], [ -122.2321815344, 48.32047636 ], [ -122.2326302599, 48.3235497417 ], [ -122.2091366451, 48.3331360287 ], [ -122.20310466, 48.3476787003 ], [ -122.2067256114, 48.3642645921 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 65, "RouteIdentifier": "525", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.531073695, 48.0085360069 ], [ -122.5339872909, 48.0097622963 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 66, "RouteIdentifier": "272", "AADT": 980 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0547386882, 46.9253808035 ], [ -117.0395144382, 46.9302931184 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 67, "RouteIdentifier": "004", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7347135662, 46.3543537474 ], [ -123.7157590122, 46.3489750762 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 68, "RouteIdentifier": "097", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6686598398, 47.12002506 ], [ -120.6837937197, 47.1293370288 ], [ -120.7051341774, 47.1629714624 ], [ -120.7023177917, 47.1754533511 ], [ -120.7067796881, 47.1840974012 ], [ -120.7080243736, 47.2036487713 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 69, "RouteIdentifier": "005", "AADT": 178000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2958194243, 47.3530329299 ], [ -122.2946343778, 47.3643588625 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 70, "RouteIdentifier": "016", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6177931336, 47.3660514733 ], [ -122.6156699298, 47.3867506969 ], [ -122.624274168, 47.4020537577 ], [ -122.624470827, 47.4111862674 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 71, "RouteIdentifier": "291", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5325801467, 47.7818048655 ], [ -117.5272372278, 47.7876435363 ], [ -117.5354467442, 47.7978975469 ], [ -117.5536352201, 47.8043838824 ], [ -117.5553559852, 47.8104238423 ], [ -117.5692400943, 47.8125064907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 72, "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0424418871, 48.1840101705 ], [ -117.0395375143, 48.1839762284 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 73, "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0905398888, 46.8217373497 ], [ -123.0798684236, 46.8216532259 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 74, "RouteIdentifier": "009", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2715285544, 48.9748696672 ], [ -122.2650050712, 48.9927318071 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 75, "RouteIdentifier": "285", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3370917545, 47.4657444174 ], [ -120.3384219874, 47.4671390718 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 76, "RouteIdentifier": "005", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1844675978, 48.0584615787 ], [ -122.1847688223, 48.0681379541 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 77, "RouteIdentifier": "090", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1030345042, 47.677801453 ], [ -117.0542260413, 47.6939743273 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 78, "RouteIdentifier": "005", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.634152739, 47.0903093008 ], [ -122.6305634117, 47.0911974641 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 79, "RouteIdentifier": "174", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0033625218, 47.9639235084 ], [ -118.9998507933, 47.9597933478 ], [ -119.0016246215, 47.9560020349 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 80, "RouteIdentifier": "101", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4171863107, 48.1123263385 ], [ -123.404306887, 48.1071331596 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 81, "RouteIdentifier": "003", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7066290132, 47.5247891631 ], [ -122.6974328926, 47.5290055297 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 82, "RouteIdentifier": "161", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2930223395, 47.1364690107 ], [ -122.2929693831, 47.1402423696 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 83, "RouteIdentifier": "002", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.185861118, 47.9794731965 ], [ -122.1697766801, 47.9782340718 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 84, "RouteIdentifier": "524", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2010578056, 47.8100663059 ], [ -122.1943284707, 47.8116126602 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 85, "RouteIdentifier": "432", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0258249511, 46.1766934283 ], [ -123.0304642178, 46.1645370289 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 86, "RouteIdentifier": "109", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1655918294, 47.0723702608 ], [ -124.1738772879, 47.1121270494 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 87, "RouteIdentifier": "174SPCRWNPT", "AADT": 190 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0033625218, 47.9639235084 ], [ -119.0018417526, 47.9714245764 ], [ -118.98586136, 47.9716814731 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 88, "RouteIdentifier": "009", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2257076367, 48.5104740686 ], [ -122.2255548441, 48.5141869713 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 89, "RouteIdentifier": "006", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1262630128, 46.6018315229 ], [ -123.0966056992, 46.6268683975 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 90, "RouteIdentifier": "108", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2662889573, 47.055615833 ], [ -123.2652259391, 47.0556339624 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 91, "RouteIdentifier": "105", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0614923955, 46.8642889165 ], [ -124.0521133187, 46.8710825521 ], [ -124.0439366003, 46.8923982723 ], [ -124.0040591243, 46.8921353893 ], [ -123.9890755509, 46.9098779782 ], [ -123.9365577148, 46.9230494022 ], [ -123.9197831063, 46.931113491 ], [ -123.8673289312, 46.9433556183 ], [ -123.8480154625, 46.9435702245 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 92, "RouteIdentifier": "900", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1969102286, 47.5026900234 ], [ -122.1949845235, 47.5021417776 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 93, "RouteIdentifier": "005", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7534494161, 45.9236451726 ], [ -122.7604926179, 45.9331454264 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 94, "RouteIdentifier": "012", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.550440133, 46.5344542826 ], [ -122.5170315735, 46.5330350165 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 95, "RouteIdentifier": "542", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2886644352, 48.8433410199 ], [ -122.2776857935, 48.8435345933 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 96, "RouteIdentifier": "163", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5159492661, 47.2571623867 ], [ -122.5159507876, 47.2584346491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 97, "RouteIdentifier": "395", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7078176969, 48.1979655963 ], [ -117.7153794817, 48.2082318736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 98, "RouteIdentifier": "090", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3290774024, 47.5942483647 ], [ -122.3297505745, 47.5932743791 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 99, "RouteIdentifier": "503", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5018126834, 45.8933986585 ], [ -122.4525420007, 45.8955411657 ], [ -122.4519709732, 45.9059295423 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 100, "RouteIdentifier": "108", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2864367852, 47.0541062901 ], [ -123.2866459043, 47.0557293212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 101, "RouteIdentifier": "508", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8857507292, 46.5838092047 ], [ -122.8838617499, 46.5838405084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 102, "RouteIdentifier": "021", "AADT": 130 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.547381969, 46.7802658991 ], [ -118.54734221, 46.794839539 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 103, "RouteIdentifier": "101", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0929136587, 48.0727563835 ], [ -123.0602108175, 48.0644077043 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 104, "RouteIdentifier": "500", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4055508584, 45.5906041586 ], [ -122.4001255166, 45.5869987019 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 105, "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8153769492, 45.6979289463 ], [ -120.8236282381, 45.6963748835 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 106, "RouteIdentifier": "021", "AADT": 310 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6889327532, 47.3381121478 ], [ -118.6995142736, 47.3563618481 ], [ -118.6991242989, 47.3709132653 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 107, "RouteIdentifier": "097", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7049060391, 48.2782037899 ], [ -119.6683085988, 48.2948724981 ], [ -119.626284036, 48.3081932192 ], [ -119.6069922762, 48.3197133157 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 108, "RouteIdentifier": "101", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.959008749, 47.2322639062 ], [ -123.9454549934, 47.2361778754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 109, "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6578697003, 48.2871805041 ], [ -122.6578563225, 48.2883491403 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 110, "RouteIdentifier": "104", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5178867416, 47.8084398669 ], [ -122.5036732886, 47.8027461252 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 111, "RouteIdentifier": "005", "AADT": 125000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6622739757, 45.6359541769 ], [ -122.6617032151, 45.6433830491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 112, "RouteIdentifier": "005", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9144562174, 46.3202165297 ], [ -122.9095978806, 46.3282371415 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 113, "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7834183624, 47.4410207892 ], [ -117.6947330224, 47.501473805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 114, "RouteIdentifier": "005", "AADT": 145000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4349389318, 47.2327862223 ], [ -122.4231498311, 47.236217271 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 115, "RouteIdentifier": "005", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3351426952, 48.421566968 ], [ -122.3410552917, 48.4313110136 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 116, "RouteIdentifier": "090", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8899669956, 47.507262303 ], [ -121.8642395904, 47.5111841759 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 117, "RouteIdentifier": "174", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9560547959, 47.9246186729 ], [ -118.9422723546, 47.9168139511 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 118, "RouteIdentifier": "281", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8535293221, 47.1191977539 ], [ -119.8535287712, 47.1322250265 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 119, "RouteIdentifier": "903", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0376452727, 47.2410571348 ], [ -121.0465852827, 47.2442852642 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 120, "RouteIdentifier": "195", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3851698428, 47.4416448647 ], [ -117.3846465219, 47.4488701305 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 121, "RouteIdentifier": "012", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0391231637, 46.4202563296 ], [ -117.0389677607, 46.4202679171 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 122, "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3025873431, 47.4686065666 ], [ -120.2997979412, 47.4682860937 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 123, "RouteIdentifier": "003", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7663244649, 47.4942350849 ], [ -122.7350085187, 47.5157381772 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 124, "RouteIdentifier": "503", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4004321611, 45.9963687794 ], [ -122.4160233566, 45.9925843034 ], [ -122.4240462352, 45.9831575594 ], [ -122.4609396952, 45.9952678398 ], [ -122.5034799431, 45.9983583464 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 125, "RouteIdentifier": "195", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0475174649, 46.4744614231 ], [ -117.0501760455, 46.4755815152 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 126, "RouteIdentifier": "090", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.4028330225, 47.1110883316 ], [ -118.3796443329, 47.1117747241 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 127, "RouteIdentifier": "278", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1100108885, 47.4425936333 ], [ -117.0951016391, 47.4382498075 ], [ -117.0779731302, 47.442965311 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 128, "RouteIdentifier": "240", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3023056898, 46.2676765369 ], [ -119.2905873773, 46.2611443687 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 129, "RouteIdentifier": "524SP3RDAVE", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3815863213, 47.8032716419 ], [ -122.3832557827, 47.8034144615 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 130, "RouteIdentifier": "900", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1514985886, 47.5062570131 ], [ -122.1429848329, 47.5057588479 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 131, "RouteIdentifier": "101", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0095625837, 47.0558186162 ], [ -123.0065316221, 47.0552123027 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 132, "RouteIdentifier": "018", "AADT": 102000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2844861848, 47.2982208758 ], [ -122.2721730722, 47.3039622013 ], [ -122.2563579686, 47.3028065567 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 133, "RouteIdentifier": "395", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.630503668, 48.080995459 ], [ -117.6585103049, 48.1402801323 ], [ -117.6860630929, 48.148122845 ], [ -117.7037053316, 48.1707366815 ], [ -117.7005163888, 48.1889954329 ], [ -117.7078176969, 48.1979655963 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 134, "RouteIdentifier": "099", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3435956074, 47.6246542116 ], [ -122.3436176395, 47.6252248523 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 135, "RouteIdentifier": "278", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1273008596, 47.4454628501 ], [ -117.1100108885, 47.4425936333 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 136, "RouteIdentifier": "302SPPURDY", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6257721122, 47.4000022997 ], [ -122.6242524897, 47.402892309 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 137, "RouteIdentifier": "112", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5666907268, 48.114021332 ], [ -123.561617171, 48.1030684118 ], [ -123.5537509538, 48.0996615302 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 138, "RouteIdentifier": "012", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6849142545, 46.0415021587 ], [ -118.6692405052, 46.0403350228 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 139, "RouteIdentifier": "529", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2137802603, 47.9942207425 ], [ -122.2138635159, 47.9989436144 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 140, "RouteIdentifier": "101", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7457821436, 46.6828253187 ], [ -123.7367980221, 46.6805525735 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 141, "RouteIdentifier": "155", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0563552656, 47.9153765852 ], [ -119.0380002259, 47.9325544575 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 142, "RouteIdentifier": "397", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.083420541, 46.2402395389 ], [ -119.0854605595, 46.245260658 ], [ -119.0823565056, 46.2482752943 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 143, "RouteIdentifier": "542", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1375909505, 48.9171432802 ], [ -122.1322464977, 48.9173156398 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 144, "RouteIdentifier": "003", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8415602841, 47.410924864 ], [ -122.8455160853, 47.415535475 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 145, "RouteIdentifier": "112", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3939306113, 48.2869815122 ], [ -124.3487894025, 48.2702583288 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 146, "RouteIdentifier": "007", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4340520373, 47.2230930942 ], [ -122.4250777648, 47.2230824389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 147, "RouteIdentifier": "524", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1137494257, 47.8050106332 ], [ -122.1118699043, 47.8049010687 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 148, "RouteIdentifier": "109COHQUIAM", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8883863985, 46.9801777553 ], [ -123.8874051323, 46.9794818062 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 149, "RouteIdentifier": "524SP3RDAVE", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3802579386, 47.804112396 ], [ -122.3815863213, 47.8032716419 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 150, "RouteIdentifier": "150", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0277101274, 47.8474213611 ], [ -120.0202611393, 47.8413912452 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 151, "RouteIdentifier": "546", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4852153791, 48.9642388691 ], [ -122.4744048469, 48.9644201365 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 152, "RouteIdentifier": "705", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4356457951, 47.2494493698 ], [ -122.436113822, 47.2534933593 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 153, "RouteIdentifier": "539", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4856871492, 48.8695370939 ], [ -122.4856549623, 48.8698410399 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 154, "RouteIdentifier": "504", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7622997913, 46.31964321 ], [ -122.7323106527, 46.3245338278 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 155, "RouteIdentifier": "028", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8640137768, 47.2332276959 ], [ -119.8587943416, 47.2333342522 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 156, "RouteIdentifier": "020", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7770276759, 48.649473503 ], [ -118.7391181737, 48.6476256888 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 157, "RouteIdentifier": "203", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9823417916, 47.8127801291 ], [ -121.970995859, 47.8259643642 ], [ -121.9694473416, 47.8430757428 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 158, "RouteIdentifier": "405", "AADT": 167000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1766955576, 47.5724700872 ], [ -122.174140027, 47.5778363862 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 159, "RouteIdentifier": "005", "AADT": 170000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2268964445, 47.8867919049 ], [ -122.2159243491, 47.8953256029 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 160, "RouteIdentifier": "162", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.059029398, 47.1421956268 ], [ -122.0564566441, 47.1405104825 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 161, "RouteIdentifier": "101", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.92729038, 47.0572059596 ], [ -123.9287037815, 47.0601524957 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 162, "RouteIdentifier": "099", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2280903322, 47.9083247357 ], [ -122.2233288919, 47.9095861548 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 163, "RouteIdentifier": "090", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4105333679, 47.412298435 ], [ -121.4002907153, 47.3993957355 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 164, "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9656135911, 47.858227985 ], [ -121.9638147974, 47.8578165968 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 165, "RouteIdentifier": "500", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6340284894, 45.6462602442 ], [ -122.6163705941, 45.6478697622 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 166, "RouteIdentifier": "503", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7339030885, 45.9187733832 ], [ -122.7404887482, 45.9171006476 ], [ -122.741223238, 45.913180857 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 167, "RouteIdentifier": "014", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3513796962, 45.9446481587 ], [ -119.3350044738, 45.9455289592 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 168, "RouteIdentifier": "109", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.902252551, 46.9810452868 ], [ -123.9062715578, 46.9810823154 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 169, "RouteIdentifier": "101", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0215352259, 46.3175795065 ], [ -124.0286534428, 46.311088406 ], [ -124.0415185162, 46.3088525506 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 170, "RouteIdentifier": "108", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2754372301, 47.0555807313 ], [ -123.2662889573, 47.055615833 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 171, "RouteIdentifier": "167", "AADT": 109000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2439880813, 47.3740667238 ], [ -122.2442490763, 47.3856159218 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 172, "RouteIdentifier": "538", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3174867795, 48.4356661942 ], [ -122.3133909339, 48.4356182605 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 173, "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1922476604, 47.98179891 ], [ -122.199993321, 47.9818766144 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 174, "RouteIdentifier": "395", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.4070751366, 47.1033095374 ], [ -118.3877812751, 47.1104919463 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 175, "RouteIdentifier": "020", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.440005912, 48.7023795423 ], [ -119.4186609734, 48.6884346356 ], [ -119.3587578096, 48.6725327308 ], [ -119.3466152635, 48.6636563193 ], [ -119.3303173221, 48.6585990657 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 176, "RouteIdentifier": "127", "AADT": 850 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7931037677, 46.617894857 ], [ -117.8115600109, 46.6379634079 ], [ -117.8063279649, 46.6553619757 ], [ -117.7983218662, 46.6661079567 ], [ -117.8154114815, 46.6748014633 ], [ -117.8035001513, 46.6863405276 ], [ -117.7939941091, 46.689334233 ], [ -117.7839885351, 46.7092148338 ], [ -117.7533189568, 46.7361703665 ], [ -117.7312634359, 46.7380609644 ], [ -117.7294282626, 46.7486084104 ], [ -117.7158828796, 46.7583207914 ], [ -117.7043255452, 46.7738226067 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 177, "RouteIdentifier": "005", "AADT": 129000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8466345144, 47.0432987731 ], [ -122.8322700503, 47.0459335687 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 178, "RouteIdentifier": "410", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2337989939, 47.1915311175 ], [ -122.2217568694, 47.194537858 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 179, "RouteIdentifier": "510", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7651140331, 47.0629504411 ], [ -122.7648711374, 47.0612918893 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 180, "RouteIdentifier": "105", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8253745361, 46.709170275 ], [ -123.8311196925, 46.7198868797 ], [ -123.846375426, 46.71976203 ], [ -123.8573903297, 46.7294966365 ], [ -123.875915207, 46.7307655351 ], [ -123.8845152186, 46.7436092547 ], [ -123.8841812425, 46.749824761 ], [ -123.8906555633, 46.7520952605 ], [ -123.9166124942, 46.7438549649 ], [ -123.9263452217, 46.7256804588 ], [ -123.9472489197, 46.7258811772 ], [ -123.9742906306, 46.7404871457 ], [ -123.9900095006, 46.7320277366 ], [ -124.0203997477, 46.7246504747 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 181, "RouteIdentifier": "002", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2973152366, 47.5006578675 ], [ -120.2970255151, 47.5111002228 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 182, "RouteIdentifier": "012", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8906915475, 46.5450662647 ], [ -117.8745068603, 46.5453492398 ], [ -117.8562732625, 46.5369650839 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 183, "RouteIdentifier": "097", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6957500975, 47.3044682452 ], [ -120.6919262643, 47.3189008424 ], [ -120.6706596611, 47.3260826644 ], [ -120.6285638874, 47.3350952018 ], [ -120.6108972417, 47.3314579592 ], [ -120.5922999578, 47.3366776893 ], [ -120.5808735402, 47.3353309836 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 184, "RouteIdentifier": "165", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0454972488, 47.103424531 ], [ -122.0470850116, 47.1062792018 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 185, "RouteIdentifier": "240", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2862401307, 46.308479073 ], [ -119.2975114504, 46.3001018541 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 186, "RouteIdentifier": "240", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3989176751, 46.3702741916 ], [ -119.346211276, 46.3415217482 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 187, "RouteIdentifier": "009", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1080928359, 48.0132540479 ], [ -122.1099317298, 48.0262394664 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 188, "RouteIdentifier": "101", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9099882327, 47.8113401111 ], [ -122.918842027, 47.8022660378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 189, "RouteIdentifier": "028", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2969810046, 47.4206856987 ], [ -120.2947757571, 47.4153242228 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 190, "RouteIdentifier": "122", "AADT": 780 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4954759572, 46.5519074288 ], [ -122.4859844964, 46.5456788983 ], [ -122.4858227533, 46.5364298713 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 191, "RouteIdentifier": "012", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8111956085, 46.7266981663 ], [ -120.7921152532, 46.7356473477 ], [ -120.7884944778, 46.7483083341 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 192, "RouteIdentifier": "395", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9894375686, 48.5890571016 ], [ -118.0155804532, 48.600051746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 193, "RouteIdentifier": "017", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4832316128, 47.3884806862 ], [ -119.483234393, 47.3893726474 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 194, "RouteIdentifier": "161", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2929693831, 47.1402423696 ], [ -122.2929747612, 47.1553108605 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 195, "RouteIdentifier": "500", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4077199663, 45.6106168272 ], [ -122.4071070263, 45.6049828823 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 196, "RouteIdentifier": "012", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3831477693, 46.998968611 ], [ -123.3765852382, 46.990906447 ], [ -123.3417045343, 46.9717882087 ], [ -123.3294181035, 46.960126358 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 197, "RouteIdentifier": "509", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3269502017, 47.4085571911 ], [ -122.3327432015, 47.408543256 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 198, "RouteIdentifier": "395", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1318940785, 46.233167577 ], [ -119.1277899267, 46.2435755653 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 199, "RouteIdentifier": "020", "AADT": 630 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.593606156, 48.5397640332 ], [ -117.5783005683, 48.5448469139 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 200, "RouteIdentifier": "170", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1179382964, 46.9701782337 ], [ -119.1099088867, 46.9701523567 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 201, "RouteIdentifier": "014", "AADT": 61000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6654874391, 45.6200688002 ], [ -122.6581170517, 45.6185588654 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 202, "RouteIdentifier": "307", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6032429154, 47.7771222102 ], [ -122.5869526009, 47.7962217258 ], [ -122.5733355827, 47.8027671644 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 203, "RouteIdentifier": "285", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3029610908, 47.4095632747 ], [ -120.3035547655, 47.410929097 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 204, "RouteIdentifier": "501", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6904808118, 45.8157027044 ], [ -122.6873276483, 45.815867042 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 205, "RouteIdentifier": "016", "AADT": 61000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612537009, 47.3544077565 ], [ -122.6174730359, 47.3653428749 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 206, "RouteIdentifier": "012", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.564276224, 46.4747937676 ], [ -117.5560127138, 46.4751416428 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 207, "RouteIdentifier": "082", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4716805803, 46.5315434526 ], [ -120.4693962361, 46.5221425225 ], [ -120.4558097511, 46.5163581409 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 208, "RouteIdentifier": "023", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9728133998, 47.3032197247 ], [ -117.9722788914, 47.3073278653 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 209, "RouteIdentifier": "505", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8657551158, 46.4709082251 ], [ -122.8491311695, 46.4661882079 ], [ -122.8425140234, 46.4589718006 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 210, "RouteIdentifier": "005", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6067680743, 48.8981282277 ], [ -122.6369094129, 48.9223479428 ], [ -122.6562396315, 48.9328552001 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 211, "RouteIdentifier": "524", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1118699043, 47.8049010687 ], [ -122.1116803023, 47.8021510795 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 212, "RouteIdentifier": "527", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2163760183, 47.8727847101 ], [ -122.2148947405, 47.8742828444 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 213, "RouteIdentifier": "125", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3464591984, 46.0510569216 ], [ -118.3460982766, 46.053273733 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 214, "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.483749404, 47.110904091 ], [ -118.4028330225, 47.1110883316 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 215, "RouteIdentifier": "131", "AADT": 360 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9542721665, 46.5167411946 ], [ -121.9544576073, 46.5216015582 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 216, "RouteIdentifier": "527", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2077141546, 47.8063531965 ], [ -122.2076567487, 47.8095958449 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 217, "RouteIdentifier": "090", "AADT": 120000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3844324012, 47.6538454237 ], [ -117.3812522854, 47.6538559571 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 218, "RouteIdentifier": "543", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7360398713, 48.9865050839 ], [ -122.7349383438, 48.9890983509 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 219, "RouteIdentifier": "104", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7396338722, 47.8911395035 ], [ -122.7323375199, 47.8898968676 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 220, "RouteIdentifier": "281SPBURKE", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8535293221, 47.1191977539 ], [ -119.8449429934, 47.1094620687 ], [ -119.8324499347, 47.1042259268 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 221, "RouteIdentifier": "129", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0487788952, 46.3406500803 ], [ -117.0501999692, 46.3407700726 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 222, "RouteIdentifier": "902", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6934989729, 47.5042678567 ], [ -117.7071635421, 47.5067188922 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 223, "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2745076704, 48.4947462696 ], [ -122.269198387, 48.4967354264 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 224, "RouteIdentifier": "012", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3764731907, 46.0716522784 ], [ -118.3592834167, 46.069578111 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 225, "RouteIdentifier": "432", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9876098497, 46.1378429021 ], [ -122.9772037818, 46.1314750359 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 226, "RouteIdentifier": "002", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9699337226, 47.859195632 ], [ -121.9656135911, 47.858227985 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 227, "RouteIdentifier": "165", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0557206222, 47.1388187332 ], [ -122.0562728458, 47.1405796821 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 228, "RouteIdentifier": "903", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0465852827, 47.2442852642 ], [ -121.0567745234, 47.2489122397 ], [ -121.0584176535, 47.257382574 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 229, "RouteIdentifier": "105", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0203997477, 46.7246504747 ], [ -124.0529293689, 46.7278782014 ], [ -124.0776344175, 46.7398991912 ], [ -124.0803644861, 46.7452804885 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 230, "RouteIdentifier": "022", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8764960512, 46.187636732 ], [ -119.8533745816, 46.1859133588 ], [ -119.7720886189, 46.1957457749 ], [ -119.7518491007, 46.203691501 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 231, "RouteIdentifier": "501", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6833369779, 45.6328269221 ], [ -122.6914263595, 45.6358581387 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 232, "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5930897565, 47.6429188126 ], [ -117.5905461616, 47.6429198089 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 233, "RouteIdentifier": "432", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9627838072, 46.122637066 ], [ -122.9506147609, 46.1164898023 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 234, "RouteIdentifier": "527", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2069786865, 47.8783103437 ], [ -122.2066756596, 47.8885941556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 235, "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.523755174, 46.2613892962 ], [ -119.4819452858, 46.2520832532 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 236, "RouteIdentifier": "009", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1010693917, 47.9456237913 ], [ -122.1014661015, 47.9532966926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 237, "RouteIdentifier": "002", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.143191344, 48.145029846 ], [ -117.1016300232, 48.1547517197 ], [ -117.0626629459, 48.1752916443 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 238, "RouteIdentifier": "705", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4352497488, 47.247047007 ], [ -122.4356457951, 47.2494493698 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 239, "RouteIdentifier": "542", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4491781665, 48.7760427514 ], [ -122.4452973982, 48.7767299988 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 240, "RouteIdentifier": "202", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1282535153, 47.6874070809 ], [ -122.1216151872, 47.6765956856 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 241, "RouteIdentifier": "305", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5320368544, 47.6720530531 ], [ -122.5393560124, 47.6795086708 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 242, "RouteIdentifier": "097", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.632703036, 47.5086822913 ], [ -120.6306952505, 47.5117651765 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 243, "RouteIdentifier": "121", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9078625453, 46.9528052372 ], [ -122.9142238248, 46.952800067 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 244, "RouteIdentifier": "270", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1702535399, 46.7278386224 ], [ -117.1676525064, 46.7262385037 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 245, "RouteIdentifier": "203", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9694473416, 47.8430757428 ], [ -121.9701538655, 47.8449608786 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 246, "RouteIdentifier": "004", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8281981659, 46.3913609219 ], [ -123.8208903441, 46.382916336 ], [ -123.8026031248, 46.3760022496 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 247, "RouteIdentifier": "395", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0867515262, 46.2655755624 ], [ -119.0894657528, 46.2734887506 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 248, "RouteIdentifier": "525", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2933970337, 47.9108132967 ], [ -122.2974847948, 47.9152081943 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 249, "RouteIdentifier": "028", "AADT": 360 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0422944621, 47.3856092016 ], [ -118.8779127198, 47.3299221964 ], [ -118.8574529391, 47.3194821919 ], [ -118.8085220192, 47.3154321744 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 250, "RouteIdentifier": "082", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3873706387, 46.4670041855 ], [ -120.3487396874, 46.4448370306 ], [ -120.3388625978, 46.4245692837 ], [ -120.3200293789, 46.4169522648 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 251, "RouteIdentifier": "005", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6562396315, 48.9328552001 ], [ -122.6717054661, 48.9414820309 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 252, "RouteIdentifier": "090", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.2855990411, 47.2943430614 ], [ -121.2804778056, 47.2793125532 ], [ -121.2700379923, 47.2712377268 ], [ -121.2354555076, 47.2675076438 ], [ -121.1938148872, 47.2533046274 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 253, "RouteIdentifier": "512", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3938232704, 47.1581372397 ], [ -122.3637186054, 47.1582777108 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 254, "RouteIdentifier": "548", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7482397955, 48.9864873577 ], [ -122.7514620424, 48.9886011741 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 255, "RouteIdentifier": "534", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3057217067, 48.3394359548 ], [ -122.2954733672, 48.3369797762 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 256, "RouteIdentifier": "112", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2149004639, 48.1767680441 ], [ -124.2030181472, 48.1804550312 ], [ -124.1958320085, 48.1776212387 ], [ -124.1651364154, 48.1913499188 ], [ -124.1568931216, 48.1895403281 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 257, "RouteIdentifier": "165", "AADT": 90 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9161184136, 46.92713066 ], [ -121.963812764, 46.9377729595 ], [ -121.9797784534, 46.9518926584 ], [ -121.9921794341, 46.953076988 ], [ -122.0038358385, 46.9609913498 ], [ -122.0181933196, 46.9787080824 ], [ -122.0159365761, 46.9942734533 ], [ -122.0378595927, 47.0138315263 ], [ -122.0395446219, 47.033662887 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 258, "RouteIdentifier": "547", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2471159221, 48.9855358738 ], [ -122.2478579965, 48.9927289918 ], [ -122.2628122677, 48.9927495948 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 259, "RouteIdentifier": "206", "AADT": 480 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1906863712, 47.8382800486 ], [ -117.1758197528, 47.8346000768 ], [ -117.1685156881, 47.8473257512 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 260, "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6329141514, 47.5710682046 ], [ -122.6329070414, 47.5726953913 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 261, "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1768999971, 47.2389448117 ], [ -121.1674102459, 47.2309146691 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 262, "RouteIdentifier": "405", "AADT": 126000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1904031135, 47.7736472661 ], [ -122.1954185124, 47.784730909 ], [ -122.2064752256, 47.7910831404 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 263, "RouteIdentifier": "023", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2501056872, 47.4783678971 ], [ -118.2546693813, 47.479786644 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 264, "RouteIdentifier": "507", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9232462415, 46.7732075734 ], [ -122.9104250154, 46.7795778822 ], [ -122.8948463321, 46.7986803418 ], [ -122.8750274612, 46.7955222634 ], [ -122.8635507845, 46.8063295169 ], [ -122.8615475437, 46.8501099194 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 265, "RouteIdentifier": "542", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3049767143, 48.8323888064 ], [ -122.296485317, 48.8400447632 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 266, "RouteIdentifier": "096", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2196680439, 47.8802932531 ], [ -122.2157321624, 47.8782642533 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 267, "RouteIdentifier": "172", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8071947642, 47.81403994 ], [ -119.6850869381, 47.8156626695 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 268, "RouteIdentifier": "513", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2999619988, 47.6603776807 ], [ -122.298324518, 47.6610600414 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 269, "RouteIdentifier": "509", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3219018806, 47.3326977386 ], [ -122.3177802121, 47.3354233521 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 270, "RouteIdentifier": "104", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6583512026, 47.8711608541 ], [ -122.6392561156, 47.8677305236 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 271, "RouteIdentifier": "205", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5563050504, 45.6167350271 ], [ -122.5630189407, 45.6418660754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 272, "RouteIdentifier": "020", "AADT": 850 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7608305412, 48.1125877254 ], [ -122.7602906483, 48.11202882 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 273, "RouteIdentifier": "009", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3205696751, 48.8842446664 ], [ -122.3205534208, 48.891030585 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 274, "RouteIdentifier": "002", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1788708956, 47.6503359058 ], [ -118.16241258, 47.6536361132 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 275, "RouteIdentifier": "525", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2913576024, 47.8992527084 ], [ -122.2929510336, 47.905080688 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 276, "RouteIdentifier": "090", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2359630516, 47.0980998127 ], [ -119.1774124503, 47.0928575254 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 277, "RouteIdentifier": "016", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5604385799, 47.2858209621 ], [ -122.5695221755, 47.2976027952 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 278, "RouteIdentifier": "009", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1449657103, 47.7821349681 ], [ -122.1440770168, 47.7838492646 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 279, "RouteIdentifier": "528", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.167626886, 48.0517882972 ], [ -122.1592829547, 48.0537110655 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 280, "RouteIdentifier": "405", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1876596894, 47.7659065312 ], [ -122.1904031135, 47.7736472661 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 281, "RouteIdentifier": "012", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9572975987, 46.5353534207 ], [ -121.90788364, 46.5340788266 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 282, "RouteIdentifier": "097", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9013270478, 48.0482824988 ], [ -119.9031806451, 48.0520592106 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 283, "RouteIdentifier": "167", "AADT": 113000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2446131424, 47.3498974886 ], [ -122.2445299041, 47.3611482288 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 284, "RouteIdentifier": "900", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.25450026, 47.4846758275 ], [ -122.2525911983, 47.4840343924 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 285, "RouteIdentifier": "162", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0915871421, 47.1407602078 ], [ -122.077350334, 47.1390929944 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 286, "RouteIdentifier": "125", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3895048351, 46.0116896783 ], [ -118.3888808965, 46.0238641947 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 287, "RouteIdentifier": "241", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9785905771, 46.3125656122 ], [ -119.9791440454, 46.3170643063 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 288, "RouteIdentifier": "002", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7003253167, 47.7576668992 ], [ -118.6135280944, 47.7578991582 ], [ -118.547873384, 47.7633985376 ], [ -118.5164209056, 47.7586626614 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 289, "RouteIdentifier": "285", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3176595662, 47.4302249495 ], [ -120.319453417, 47.432412369 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 290, "RouteIdentifier": "101COPRTANG", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.40157192, 48.1066836471 ], [ -123.41797883, 48.1138577083 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 291, "RouteIdentifier": "090", "AADT": 114000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.123054938, 47.5747409161 ], [ -122.1068419882, 47.5689365485 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 292, "RouteIdentifier": "395SPNSC", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3673481617, 47.7688728977 ], [ -117.3741229659, 47.7764638875 ], [ -117.3826725606, 47.7789719928 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 293, "RouteIdentifier": "097AR", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.324696923, 47.4721425859 ], [ -120.3235459955, 47.4769045316 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 294, "RouteIdentifier": "150", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1511179931, 47.883422456 ], [ -120.1295906216, 47.8811242831 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 295, "RouteIdentifier": "002", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3352211475, 47.7132173725 ], [ -121.290688, 47.7127258764 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 296, "RouteIdentifier": "005", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8855586956, 46.2431363274 ], [ -122.8844965185, 46.2561969531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 297, "RouteIdentifier": "021", "AADT": 310 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6668848781, 47.0903196406 ], [ -118.6669042924, 47.0988351268 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 298, "RouteIdentifier": "530", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9318997964, 48.2706730135 ], [ -121.9062086717, 48.2750002287 ], [ -121.8887436919, 48.2715237891 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 299, "RouteIdentifier": "027", "AADT": 740 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0740899923, 47.2211975001 ], [ -117.0730012011, 47.2221634757 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 300, "RouteIdentifier": "018", "AADT": 99000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2443021409, 47.3027122504 ], [ -122.2329381771, 47.3035228844 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 301, "RouteIdentifier": "411", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9076435518, 46.2769325247 ], [ -122.9056916194, 46.2824568896 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 302, "RouteIdentifier": "014", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1823283839, 45.6490400174 ], [ -121.1552091714, 45.6491568269 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 303, "RouteIdentifier": "173", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.656743466, 47.9987590553 ], [ -119.6579299947, 47.9994661851 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 304, "RouteIdentifier": "014", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2185549591, 45.5661709399 ], [ -122.2012990567, 45.5698716059 ], [ -122.1952852836, 45.5744734955 ], [ -122.1926793172, 45.5847363585 ], [ -122.1788052048, 45.588814009 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 305, "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2043471222, 47.9819297636 ], [ -122.2057386717, 47.9819494434 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 306, "RouteIdentifier": "026", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5684177308, 46.7947224844 ], [ -118.54734221, 46.794839539 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 307, "RouteIdentifier": "099", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.344449168, 47.6905617273 ], [ -122.3444983864, 47.6942136653 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 308, "RouteIdentifier": "411", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9157314952, 46.1667895778 ], [ -122.9119035401, 46.1765920328 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 309, "RouteIdentifier": "014", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0373692153, 45.6641740956 ], [ -120.9810776369, 45.663863346 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 310, "RouteIdentifier": "012", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5915790813, 46.4740027276 ], [ -117.564276224, 46.4747937676 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 311, "RouteIdentifier": "028", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0677060263, 47.3008399269 ], [ -120.0660840825, 47.2782486825 ], [ -120.0772210514, 47.2539372425 ], [ -120.0729382811, 47.2433041563 ], [ -120.0578994726, 47.236158248 ], [ -120.0352275188, 47.2371715429 ], [ -119.9991848792, 47.2312647073 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 312, "RouteIdentifier": "101", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2229369627, 47.5343029792 ], [ -124.2731333424, 47.5407820544 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 313, "RouteIdentifier": "397", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0241882947, 46.1498712277 ], [ -119.0298502289, 46.1536456355 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 314, "RouteIdentifier": "547", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1434428667, 48.9313503294 ], [ -122.1515895973, 48.9460909964 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 315, "RouteIdentifier": "018", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3135246441, 47.2896891115 ], [ -122.3006527009, 47.2899013547 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 316, "RouteIdentifier": "501", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7448931286, 45.8153696587 ], [ -122.7319332222, 45.815377897 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 317, "RouteIdentifier": "161", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3135712365, 47.2861343941 ], [ -122.3135246441, 47.2896891115 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 318, "RouteIdentifier": "142", "AADT": 780 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9972196495, 45.8575744394 ], [ -120.9526232876, 45.8609528341 ], [ -120.9521625359, 45.8499382636 ], [ -120.9420523635, 45.8461706302 ], [ -120.9368329014, 45.8325800913 ], [ -120.90654952, 45.8319001408 ], [ -120.9044761844, 45.8247380049 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 319, "RouteIdentifier": "129", "AADT": 280 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2515257215, 46.0417663171 ], [ -117.2441804807, 46.0447999212 ], [ -117.2380954947, 46.0571340349 ], [ -117.2390964135, 46.0506182014 ], [ -117.2352747181, 46.0504150878 ], [ -117.2398123566, 46.0452544415 ], [ -117.2301501473, 46.0513421257 ], [ -117.2303844377, 46.054464388 ], [ -117.2342914445, 46.0534318514 ], [ -117.2289228871, 46.0662303226 ], [ -117.2172844158, 46.0720892771 ], [ -117.2090263073, 46.0707833675 ], [ -117.2102099243, 46.0742553436 ], [ -117.1872269675, 46.0799763775 ], [ -117.1775707316, 46.0877797821 ], [ -117.1594657515, 46.0904525526 ], [ -117.14576963, 46.0998598289 ], [ -117.1354669642, 46.1156767211 ], [ -117.130739594, 46.1379000516 ], [ -117.1217205642, 46.148960802 ], [ -117.0817036198, 46.1745074608 ], [ -117.0792404746, 46.1865400964 ], [ -117.0715404689, 46.1959222812 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 320, "RouteIdentifier": "395", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9050816787, 48.5343812278 ], [ -117.9055307646, 48.5363629877 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 321, "RouteIdentifier": "411", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9261218499, 46.1229717137 ], [ -122.925898762, 46.1234239447 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 322, "RouteIdentifier": "507", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9564753528, 46.7112869506 ], [ -122.9543423418, 46.7162401177 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 323, "RouteIdentifier": "082", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9861758662, 46.3060765495 ], [ -119.9685280902, 46.3037202391 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 324, "RouteIdentifier": "500", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4838115389, 45.6696013323 ], [ -122.4690215411, 45.664782696 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 325, "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6564062372, 47.0966738492 ], [ -118.6234748412, 47.0969147261 ], [ -118.5703483961, 47.1108950532 ], [ -118.5001739334, 47.110755101 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 326, "RouteIdentifier": "195", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4390078118, 47.6240624799 ], [ -117.4447329829, 47.6326990173 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 327, "RouteIdentifier": "002", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4890479152, 47.5280979623 ], [ -120.45450523, 47.5207872011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 328, "RouteIdentifier": "903", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9097237692, 47.1901067626 ], [ -120.9213159644, 47.1927732879 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 329, "RouteIdentifier": "502", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5555409989, 45.780635909 ], [ -122.5499497496, 45.7806466337 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 330, "RouteIdentifier": "025", "AADT": 600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2668970833, 48.0067931754 ], [ -118.2476233983, 48.0127941378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 331, "RouteIdentifier": "542", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0772800593, 48.924155999 ], [ -122.0656513713, 48.9198042616 ], [ -122.0549081457, 48.9213240413 ], [ -122.0474169625, 48.9277221033 ], [ -122.0340311094, 48.9278686212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 332, "RouteIdentifier": "021", "AADT": 50 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5082944355, 48.9920259516 ], [ -118.5037558939, 48.9999434555 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 333, "RouteIdentifier": "019", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8155297756, 48.0684125491 ], [ -122.8179486123, 48.0711563886 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 334, "RouteIdentifier": "101", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8167074126, 46.9748418645 ], [ -123.8249346802, 46.9706520307 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 335, "RouteIdentifier": "026", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1737083937, 46.8115310782 ], [ -119.1548022107, 46.8115761702 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 336, "RouteIdentifier": "020", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3407517853, 48.4711363705 ], [ -122.3357219408, 48.4717196536 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 337, "RouteIdentifier": "506", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8895694243, 46.4396122337 ], [ -122.8882041537, 46.4395283256 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 338, "RouteIdentifier": "009", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1281371157, 47.8306336416 ], [ -122.1260566825, 47.8338193781 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 339, "RouteIdentifier": "270", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0573687, 46.739057813 ], [ -117.054159283, 46.73844535 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 340, "RouteIdentifier": "971", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2012261125, 47.8744218608 ], [ -120.1658245577, 47.8601832667 ], [ -120.1525821693, 47.8602012466 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 341, "RouteIdentifier": "182", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1232845443, 46.2486626016 ], [ -119.1105630412, 46.2485229568 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 342, "RouteIdentifier": "014", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4899695301, 45.724018802 ], [ -121.4828848568, 45.7225399831 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 343, "RouteIdentifier": "082", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1698660388, 46.3410315909 ], [ -120.0848828452, 46.3284729616 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 344, "RouteIdentifier": "021", "AADT": 530 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6909098997, 47.2757797492 ], [ -118.6904101142, 47.3214220899 ], [ -118.6860954235, 47.326048138 ], [ -118.692493076, 47.3283444103 ], [ -118.6922988122, 47.3324960837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 345, "RouteIdentifier": "028", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9536791305, 47.233042477 ], [ -119.8966827506, 47.2327403563 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 346, "RouteIdentifier": "012", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1532476863, 46.2701348718 ], [ -118.1407187037, 46.2701649585 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 347, "RouteIdentifier": "116", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7350638939, 48.0308244206 ], [ -122.7299573082, 48.0326119562 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 348, "RouteIdentifier": "002", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5164209056, 47.7586626614 ], [ -118.5054795183, 47.7584305503 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 349, "RouteIdentifier": "021", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.69074626, 48.0828527406 ], [ -118.6922772053, 48.0944969963 ], [ -118.7002081377, 48.1040161548 ], [ -118.6925905066, 48.1252812428 ], [ -118.6930351509, 48.1439533664 ], [ -118.7042337673, 48.1595006242 ], [ -118.7142740466, 48.2007014546 ], [ -118.7047677202, 48.2260732932 ], [ -118.6947159096, 48.2401285718 ], [ -118.6915026711, 48.2554038828 ], [ -118.6928620869, 48.2644862877 ], [ -118.7038407746, 48.2693058531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 350, "RouteIdentifier": "202", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8880335642, 47.567584502 ], [ -121.8864441288, 47.5692233555 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 351, "RouteIdentifier": "503", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3704124175, 45.9461267079 ], [ -122.3622749788, 45.9559140373 ], [ -122.375570848, 45.9643347144 ], [ -122.3700050613, 45.9690659156 ], [ -122.3692999752, 45.9768294479 ], [ -122.3556390004, 45.9892331664 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 352, "RouteIdentifier": "099", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2967521172, 47.4190994152 ], [ -122.2952486802, 47.4309838514 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 353, "RouteIdentifier": "516", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2947389534, 47.3936027263 ], [ -122.2931085242, 47.392427434 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 354, "RouteIdentifier": "090", "AADT": 88000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1380752869, 47.5786572039 ], [ -122.123054938, 47.5747409161 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 355, "RouteIdentifier": "090", "AADT": 84000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1810983468, 47.5797602872 ], [ -122.1760994752, 47.580180733 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 356, "RouteIdentifier": "012", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.608437708, 46.9733591072 ], [ -123.5933186815, 46.9783764391 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 357, "RouteIdentifier": "023", "AADT": 370 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9743483399, 47.316068813 ], [ -117.9829989628, 47.3264978242 ], [ -117.9837168125, 47.3338037132 ], [ -118.0012065196, 47.3339439117 ], [ -118.0053352606, 47.3422313462 ], [ -118.0190380245, 47.3455605705 ], [ -118.0413344485, 47.3583260637 ], [ -118.0859824317, 47.347843428 ], [ -118.1009161358, 47.3524254021 ], [ -118.1185016502, 47.3749703003 ], [ -118.1665050068, 47.402760537 ], [ -118.1827089763, 47.4201325168 ], [ -118.1889749684, 47.4362694977 ], [ -118.1843817029, 47.4682192357 ], [ -118.1928794609, 47.4781166157 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 358, "RouteIdentifier": "005", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9111972398, 46.6100100981 ], [ -122.9277931611, 46.6221965746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 359, "RouteIdentifier": "002", "AADT": 730 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8344085442, 47.6126434109 ], [ -119.8131962319, 47.6126343481 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 360, "RouteIdentifier": "090", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.497732858, 46.9704790806 ], [ -120.4029149867, 46.9715198957 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 361, "RouteIdentifier": "150", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0540259825, 47.8553267629 ], [ -120.0474672026, 47.8548480152 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 362, "RouteIdentifier": "167", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2604202074, 47.2012176284 ], [ -122.2488000931, 47.2053582695 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 363, "RouteIdentifier": "529", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1860840265, 48.0219150499 ], [ -122.1816312316, 48.0344874481 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 364, "RouteIdentifier": "271", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3546879112, 47.2034961093 ], [ -117.361690039, 47.2108541009 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 365, "RouteIdentifier": "021", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7219238918, 47.7633244454 ], [ -118.7225935085, 47.7708524695 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 366, "RouteIdentifier": "005", "AADT": 75000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6994969166, 45.8454016677 ], [ -122.7050754567, 45.8579274145 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 367, "RouteIdentifier": "101", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0434763305, 47.5508843024 ], [ -123.0407865476, 47.5395798157 ], [ -123.0503575134, 47.5292062176 ], [ -123.059297623, 47.5024290745 ], [ -123.0741604248, 47.4897900635 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 368, "RouteIdentifier": "096", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2157321624, 47.8782642533 ], [ -122.2111007099, 47.8781842656 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 369, "RouteIdentifier": "405", "AADT": 158000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1852889074, 47.6742929009 ], [ -122.1825622133, 47.6861532736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 370, "RouteIdentifier": "103", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0332571479, 46.5053645236 ], [ -124.0289352268, 46.5118174067 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 371, "RouteIdentifier": "224", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3085183423, 46.2931233698 ], [ -119.3047423528, 46.2930973531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 372, "RouteIdentifier": "005", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7604926179, 45.9331454264 ], [ -122.8049500418, 45.9609747813 ], [ -122.8209479482, 45.9765215085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 373, "RouteIdentifier": "101", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3718777273, 48.1048682436 ], [ -123.3627497487, 48.1085599202 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 374, "RouteIdentifier": "528", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1770255475, 48.0518456949 ], [ -122.167626886, 48.0517882972 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 375, "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2929566067, 47.408097835 ], [ -120.2929172872, 47.4079531918 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 376, "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2875761547, 47.8581507051 ], [ -122.2819653483, 47.864172748 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 377, "RouteIdentifier": "512", "AADT": 90000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3478885514, 47.157627397 ], [ -122.3150421028, 47.158578655 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 378, "RouteIdentifier": "411", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9162646971, 46.1456053501 ], [ -122.9147539076, 46.1502452965 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 379, "RouteIdentifier": "501", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7319332222, 45.815377897 ], [ -122.7270084609, 45.8156734191 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 380, "RouteIdentifier": "410", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.539784148, 46.8668025285 ], [ -121.530549912, 46.869005372 ], [ -121.5227950438, 46.8649612608 ], [ -121.5289737696, 46.8698663514 ], [ -121.537161806, 46.86858299 ], [ -121.5294841863, 46.8711959296 ], [ -121.51710234, 46.8670852256 ], [ -121.5147529922, 46.8700968832 ], [ -121.5176596887, 46.8761957247 ], [ -121.5056293677, 46.8858544739 ], [ -121.480660576, 46.8939282214 ], [ -121.443504086, 46.8983759382 ], [ -121.4203948955, 46.9081166471 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 381, "RouteIdentifier": "971", "AADT": 970 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1751735539, 47.7677948795 ], [ -120.1859282772, 47.7676205033 ], [ -120.1840587587, 47.7828993523 ], [ -120.1996439306, 47.8048599228 ], [ -120.2093058833, 47.8268858662 ], [ -120.2023545245, 47.8407813167 ], [ -120.2104188578, 47.8533002068 ], [ -120.2028039844, 47.8632306636 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 382, "RouteIdentifier": "104", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.338699596, 47.7777824155 ], [ -122.3353283591, 47.7777753423 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 383, "RouteIdentifier": "105SPWESTPT", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1110123877, 46.9040127541 ], [ -124.1131838766, 46.9081888251 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 384, "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6142357749, 46.6544908714 ], [ -120.5943463684, 46.6386317502 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 385, "RouteIdentifier": "028", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6064394101, 47.3438463019 ], [ -118.5961167767, 47.3476217659 ], [ -118.5548000261, 47.3482337313 ], [ -118.5135806024, 47.3580620657 ], [ -118.4970061344, 47.3574102392 ], [ -118.4533036906, 47.3686689059 ], [ -118.3408593623, 47.4302279947 ], [ -118.2960394269, 47.4682522462 ], [ -118.2560871516, 47.4838568514 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 386, "RouteIdentifier": "509", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.332027696, 47.3318236437 ], [ -122.3292431802, 47.3317433744 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 387, "RouteIdentifier": "504", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8997031408, 46.2867891323 ], [ -122.8965761025, 46.2893166225 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 388, "RouteIdentifier": "005", "AADT": 98000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6716912752, 45.622917794 ], [ -122.6679722011, 45.6264046411 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 389, "RouteIdentifier": "101", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8782146319, 47.8269872076 ], [ -122.8756714308, 47.8241423181 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 390, "RouteIdentifier": "017", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1257014177, 46.9990395411 ], [ -119.1601933723, 47.0283986473 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 391, "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3355466203, 47.469450059 ], [ -120.3195807175, 47.4716032095 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 392, "RouteIdentifier": "005", "AADT": 150000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1829774552, 47.9869383211 ], [ -122.1829331211, 47.9885511027 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 393, "RouteIdentifier": "405", "AADT": 162000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1796695496, 47.6992447918 ], [ -122.1820573236, 47.7095901821 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 394, "RouteIdentifier": "509", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3251389542, 47.4075113691 ], [ -122.3269502017, 47.4085571911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 395, "RouteIdentifier": "282", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5110835333, 47.2895128669 ], [ -119.4703245021, 47.2726086288 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 396, "RouteIdentifier": "090", "AADT": 100000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3993131644, 47.6520356027 ], [ -117.3844324012, 47.6538454237 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 397, "RouteIdentifier": "532", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3303084037, 48.2396939589 ], [ -122.2809503607, 48.235572681 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 398, "RouteIdentifier": "302", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8383635311, 47.4109223756 ], [ -122.8295443158, 47.4127748773 ], [ -122.8203461375, 47.4070484463 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 399, "RouteIdentifier": "823", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5258992491, 46.6579574794 ], [ -120.5234705645, 46.6619857363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 400, "RouteIdentifier": "203", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9862032678, 47.7229006915 ], [ -121.9858303482, 47.7426828709 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 401, "RouteIdentifier": "097", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7868478019, 48.101573517 ], [ -119.7811517034, 48.1041817295 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 402, "RouteIdentifier": "515", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2071762297, 47.460991061 ], [ -122.2078807653, 47.466571782 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 403, "RouteIdentifier": "020", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0491706107, 48.1875683679 ], [ -117.0481554077, 48.1858130018 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 404, "RouteIdentifier": "002", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9270653363, 47.8558599343 ], [ -121.861666793, 47.8510041835 ], [ -121.8309651195, 47.8579919705 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 405, "RouteIdentifier": "024", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3933243152, 46.5563517375 ], [ -120.385569175, 46.5499987592 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 406, "RouteIdentifier": "123", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5687127572, 46.732258391 ], [ -121.560456892, 46.7384901278 ], [ -121.556831556, 46.7546910576 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 407, "RouteIdentifier": "007", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2753035387, 46.5534563356 ], [ -122.2751954315, 46.5570314235 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 408, "RouteIdentifier": "231", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7257805786, 48.1562291862 ], [ -117.7227122233, 48.1685422116 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 409, "RouteIdentifier": "109", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9083860539, 46.9811017411 ], [ -123.9179703845, 46.9819334325 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 410, "RouteIdentifier": "004", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9222411132, 46.1464872396 ], [ -122.9218919138, 46.1466343189 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 411, "RouteIdentifier": "164", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9842574706, 47.200949296 ], [ -121.9813954636, 47.1994152348 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 412, "RouteIdentifier": "099", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2961885635, 47.4452613117 ], [ -122.2959583754, 47.4506600917 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 413, "RouteIdentifier": "529", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1909967909, 47.9804242172 ], [ -122.190960133, 47.9817746745 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 414, "RouteIdentifier": "525", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2768149357, 47.8726630238 ], [ -122.2765740876, 47.8734029921 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 415, "RouteIdentifier": "022", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7486010675, 46.2060790676 ], [ -119.7475393038, 46.2094125334 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 416, "RouteIdentifier": "260", "AADT": 650 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5565118981, 46.6435530173 ], [ -118.5525513618, 46.6447887503 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 417, "RouteIdentifier": "527", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2066756596, 47.8885941556 ], [ -122.2022600424, 47.894649631 ], [ -122.2067906493, 47.8972009127 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 418, "RouteIdentifier": "536", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3336059484, 48.4174954237 ], [ -122.3330250741, 48.4174912688 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 419, "RouteIdentifier": "012", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2840598213, 46.5529035395 ], [ -122.2762378173, 46.5520130021 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 420, "RouteIdentifier": "166", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6274333676, 47.5344924995 ], [ -122.6237320393, 47.533996747 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 421, "RouteIdentifier": "031", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4135602609, 48.7325006416 ], [ -117.4174728874, 48.7462831433 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 422, "RouteIdentifier": "101", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8132785951, 46.9750588263 ], [ -123.8135123607, 46.9752656303 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 423, "RouteIdentifier": "231", "AADT": 280 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9384162966, 47.3734102727 ], [ -117.9150398251, 47.3982504993 ], [ -117.9034889508, 47.4225618796 ], [ -117.9043202925, 47.4371792471 ], [ -117.9110794237, 47.4456090228 ], [ -117.9222234569, 47.4504912849 ], [ -117.9478029623, 47.4527573229 ], [ -117.9564098516, 47.4576787359 ], [ -117.9495399132, 47.4703719079 ], [ -117.9510454936, 47.5055460418 ], [ -117.919069388, 47.5252624271 ], [ -117.9206461927, 47.5432700986 ], [ -117.9259768603, 47.5533776645 ], [ -117.9203852472, 47.5627460837 ], [ -117.9406277688, 47.5777330683 ], [ -117.9378384893, 47.6579307436 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 424, "RouteIdentifier": "106", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1336820514, 47.3186667549 ], [ -123.1117610605, 47.3369062558 ], [ -123.1048433653, 47.3569623887 ], [ -123.074686488, 47.3527052163 ], [ -123.0732200773, 47.347496595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 425, "RouteIdentifier": "020", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6125603258, 48.3338920433 ], [ -119.6077631646, 48.3498164453 ], [ -119.6024268764, 48.353805119 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 426, "RouteIdentifier": "173", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7809433235, 48.1019970336 ], [ -119.7811517034, 48.1041817295 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 427, "RouteIdentifier": "240", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1978814184, 46.2296948397 ], [ -119.1815164346, 46.226705456 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 428, "RouteIdentifier": "003", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6300911575, 47.828750694 ], [ -122.6097297047, 47.8515622785 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 429, "RouteIdentifier": "017", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2426005336, 47.0979189769 ], [ -119.2452308425, 47.1004128397 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 430, "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0436242083, 47.9056634606 ], [ -122.0367508916, 47.9006838682 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 431, "RouteIdentifier": "007", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2752434827, 46.5583246063 ], [ -122.2684521921, 46.5680335119 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 432, "RouteIdentifier": "104", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3831772587, 47.8031153818 ], [ -122.3776962209, 47.7986124147 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 433, "RouteIdentifier": "507COPEARL", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9536737749, 46.7289461561 ], [ -122.9543101229, 46.7193545946 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 434, "RouteIdentifier": "090", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3696991532, 47.6539119327 ], [ -117.3664685234, 47.6539039945 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 435, "RouteIdentifier": "090", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3554512716, 47.1039652908 ], [ -119.3375995228, 47.1039064442 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 436, "RouteIdentifier": "009", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1108326729, 48.0500968067 ], [ -122.110917332, 48.053411821 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 437, "RouteIdentifier": "397", "AADT": 900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0668149366, 46.1268888879 ], [ -119.0454576014, 46.1224768114 ], [ -119.0330840552, 46.1382539413 ], [ -119.0162894195, 46.1394401375 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 438, "RouteIdentifier": "501COVANCVR", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6770770356, 45.6326630802 ], [ -122.6738336898, 45.6318598942 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 439, "RouteIdentifier": "097", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6528625036, 47.482823007 ], [ -120.6499715907, 47.4876669203 ], [ -120.6333359953, 47.4949227596 ], [ -120.632703036, 47.5086822913 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 440, "RouteIdentifier": "004", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9218919138, 46.1466343189 ], [ -122.9196173248, 46.147218448 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 441, "RouteIdentifier": "101", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0308034821, 48.0385584263 ], [ -123.0044486257, 48.0205093633 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 442, "RouteIdentifier": "099", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2748522475, 47.8718113531 ], [ -122.2643165436, 47.8830950253 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 443, "RouteIdentifier": "101", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7294537729, 46.6833756482 ], [ -123.7294448552, 46.6856170888 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 444, "RouteIdentifier": "274", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0730185905, 47.2267941681 ], [ -117.071549412, 47.2268141567 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 445, "RouteIdentifier": "002", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5662058166, 47.642947503 ], [ -117.5608436626, 47.6428844249 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 446, "RouteIdentifier": "161", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2939240773, 47.0800385113 ], [ -122.2937941925, 47.0829397886 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 447, "RouteIdentifier": "020", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7727025488, 48.5378235193 ], [ -121.7384627186, 48.5359258924 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 448, "RouteIdentifier": "900", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1219053901, 47.5005304078 ], [ -122.1121053337, 47.4972949224 ], [ -122.0977227603, 47.4988510864 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 449, "RouteIdentifier": "124", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9100284707, 46.215109501 ], [ -118.8769717239, 46.2152642916 ], [ -118.8462077967, 46.2312973119 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 450, "RouteIdentifier": "395", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1250035992, 48.6915473174 ], [ -118.1273843782, 48.6998160022 ], [ -118.1247088043, 48.7064325745 ], [ -118.1342768103, 48.7155462694 ], [ -118.1294134431, 48.7293164293 ], [ -118.1345781821, 48.7396855259 ], [ -118.1345342849, 48.7548742848 ], [ -118.1428018792, 48.7736597705 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 451, "RouteIdentifier": "005", "AADT": 118000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8593818839, 47.0403533748 ], [ -122.8466345144, 47.0432987731 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 452, "RouteIdentifier": "164", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2255213817, 47.3019724752 ], [ -122.2174597214, 47.2971248747 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 453, "RouteIdentifier": "522", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9893266233, 47.8585504619 ], [ -121.9830239836, 47.8630432638 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 454, "RouteIdentifier": "016", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5427971587, 47.2623098139 ], [ -122.558955585, 47.2752600707 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 455, "RouteIdentifier": "002", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6418257139, 47.8341761604 ], [ -121.6207818793, 47.8353149584 ], [ -121.6173127355, 47.831729195 ], [ -121.6193646638, 47.8263548695 ], [ -121.611657277, 47.8196693372 ], [ -121.5798641373, 47.8122645365 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 456, "RouteIdentifier": "164", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1121601288, 47.2429315526 ], [ -122.1007898491, 47.2257041538 ], [ -122.0797946249, 47.2106178422 ], [ -122.0162359001, 47.2074211012 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 457, "RouteIdentifier": "971", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.114481517, 47.8477254195 ], [ -120.0906203728, 47.8396989688 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 458, "RouteIdentifier": "900", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2194720778, 47.4795067364 ], [ -122.2164680874, 47.4797552701 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 459, "RouteIdentifier": "515", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1970568676, 47.4134071531 ], [ -122.197055607, 47.4196716079 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 460, "RouteIdentifier": "405", "AADT": 137000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1976527666, 47.5284479262 ], [ -122.1956583824, 47.5351014559 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 461, "RouteIdentifier": "009", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1104629668, 48.0341000118 ], [ -122.1108326729, 48.0500968067 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 462, "RouteIdentifier": "410", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1869699983, 47.1769776673 ], [ -122.1838778814, 47.174736546 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 463, "RouteIdentifier": "004", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1210814025, 46.1900650322 ], [ -123.0254965582, 46.1765544591 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 464, "RouteIdentifier": "507", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9675307628, 46.7105506649 ], [ -122.9598608634, 46.7119804203 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 465, "RouteIdentifier": "017", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2452308425, 47.1004128397 ], [ -119.246720142, 47.1017760996 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 466, "RouteIdentifier": "020", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1977655229, 48.6613912396 ], [ -119.1755997273, 48.6644654674 ], [ -119.1707426962, 48.6669353976 ], [ -119.1709386262, 48.671956166 ], [ -119.1204415479, 48.6865746062 ], [ -119.1188143741, 48.7011238243 ], [ -119.0889645499, 48.714240826 ], [ -119.0173992596, 48.7251477101 ], [ -118.9956785762, 48.7322627102 ], [ -118.9864492298, 48.7210608245 ], [ -118.9733997716, 48.7226160113 ], [ -118.9658249069, 48.727845524 ], [ -118.9595941027, 48.7262226534 ], [ -118.9531841576, 48.7185782551 ], [ -118.9576035534, 48.7002983598 ], [ -118.9345969622, 48.6878700965 ], [ -118.8688363405, 48.6711250883 ], [ -118.8512041774, 48.6595871231 ], [ -118.8252356977, 48.6617094795 ], [ -118.7864369592, 48.651103998 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 467, "RouteIdentifier": "097AR", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.16517224, 47.7707983028 ], [ -120.1432870731, 47.7795609484 ], [ -120.1351383039, 47.7887442363 ], [ -120.1287074183, 47.8197182574 ], [ -120.1038792438, 47.8410163455 ], [ -120.0930271133, 47.8390930772 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 468, "RouteIdentifier": "097AR", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0127832253, 47.8398059908 ], [ -120.0023636712, 47.8395520304 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 469, "RouteIdentifier": "160", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.645991095, 47.5009103404 ], [ -122.6448015914, 47.5019616092 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 470, "RouteIdentifier": "510", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6076963808, 46.9425842125 ], [ -122.6065410768, 46.9419413133 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 471, "RouteIdentifier": "129", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0559678999, 46.3418155618 ], [ -117.0639903277, 46.3515891074 ], [ -117.063194802, 46.3682043768 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 472, "RouteIdentifier": "308", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6849124897, 47.7012407269 ], [ -122.6827030778, 47.7012362102 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 473, "RouteIdentifier": "206", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3523152371, 47.7871149729 ], [ -117.3512461081, 47.7870908551 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 474, "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8450444219, 47.3928212867 ], [ -117.8339339028, 47.4005463581 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 475, "RouteIdentifier": "395", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4044843472, 47.7691968077 ], [ -117.4025141886, 47.775377664 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 476, "RouteIdentifier": "231", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7262847571, 48.1762204765 ], [ -117.733773391, 48.1904773749 ], [ -117.7430272449, 48.1962049437 ], [ -117.7153794817, 48.2082318736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 477, "RouteIdentifier": "515", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2078807653, 47.466571782 ], [ -122.2079397277, 47.469068922 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 478, "RouteIdentifier": "231", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8899260404, 47.7887506445 ], [ -117.8929652387, 47.8103146594 ], [ -117.8688908212, 47.8392864583 ], [ -117.8530743045, 47.8375252203 ], [ -117.8559886683, 47.847262528 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 479, "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3447339385, 47.7065541178 ], [ -122.3450935078, 47.7322891749 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 480, "RouteIdentifier": "167", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3969871323, 47.2375843118 ], [ -122.3891779095, 47.2344452702 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 481, "RouteIdentifier": "530", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6087560562, 48.2553398746 ], [ -121.6017358428, 48.2552691488 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 482, "RouteIdentifier": "002", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.052759201, 48.1759897639 ], [ -117.0453814357, 48.1774974633 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 483, "RouteIdentifier": "012", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0367919974, 46.8025443825 ], [ -123.0122863976, 46.8024280456 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 484, "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8269220429, 47.4513256561 ], [ -122.82404435, 47.4527245935 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 485, "RouteIdentifier": "410", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5357945169, 46.9156045355 ], [ -121.5448085614, 46.8957961512 ], [ -121.5392794958, 46.879268564 ], [ -121.539784148, 46.8668025285 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 486, "RouteIdentifier": "022", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3146069423, 46.4038122596 ], [ -120.3146053499, 46.3930477992 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 487, "RouteIdentifier": "012", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1182479552, 46.824068652 ], [ -123.0970384228, 46.8218084668 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 488, "RouteIdentifier": "002CODIVISN", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4111934872, 47.6661553637 ], [ -117.4111842305, 47.6640841682 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 489, "RouteIdentifier": "104", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7163662119, 47.8813080117 ], [ -122.6836020665, 47.8694778736 ], [ -122.6583512026, 47.8711608541 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 490, "RouteIdentifier": "290", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3871932194, 47.6619140206 ], [ -117.3797163114, 47.6619387511 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 491, "RouteIdentifier": "395", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9058418724, 48.5465546852 ], [ -117.9072875101, 48.5485390558 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 492, "RouteIdentifier": "503", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5474855069, 45.7852017578 ], [ -122.5472358647, 45.8117200378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 493, "RouteIdentifier": "527", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.207060034, 47.9072893217 ], [ -122.2070289838, 47.914243946 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 494, "RouteIdentifier": "410", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1144319865, 47.165563315 ], [ -122.0430468348, 47.1585051205 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 495, "RouteIdentifier": "017", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1947276042, 47.0577047606 ], [ -119.2152583563, 47.0751224812 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 496, "RouteIdentifier": "002COBROWNE", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4134370239, 47.6535198038 ], [ -117.4134270225, 47.6531107382 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 497, "RouteIdentifier": "009", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2128675498, 48.6558774574 ], [ -122.2086782434, 48.6715402953 ], [ -122.1928310355, 48.6906540805 ], [ -122.2024134231, 48.7062719744 ], [ -122.2034031763, 48.7206992742 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 498, "RouteIdentifier": "012", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9762326912, 46.3216955439 ], [ -117.9727960208, 46.3237819677 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 499, "RouteIdentifier": "005", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4674230818, 48.7381587883 ], [ -122.4637974094, 48.749722479 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 500, "RouteIdentifier": "014", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3924335271, 45.5795236375 ], [ -122.3693035949, 45.5791952308 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 501, "RouteIdentifier": "026", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9366891767, 46.7853119491 ], [ -117.9163777996, 46.7845299182 ], [ -117.9028685233, 46.7882975717 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 502, "RouteIdentifier": "529", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.212960739, 47.9820295137 ], [ -122.2143033169, 47.9820481244 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 503, "RouteIdentifier": "020SPANACRT", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5815429294, 48.4637620468 ], [ -122.6018087989, 48.4912904705 ], [ -122.6096344556, 48.4932908483 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 504, "RouteIdentifier": "022", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3146053499, 46.3930477992 ], [ -120.3146803025, 46.3895637812 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 505, "RouteIdentifier": "272", "AADT": 610 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.083074089, 46.9114449779 ], [ -117.0799320523, 46.9114350689 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 506, "RouteIdentifier": "516", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2310669107, 47.3816510809 ], [ -122.231080053, 47.3833072606 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 507, "RouteIdentifier": "009", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2108149261, 48.3083495968 ], [ -122.2259636127, 48.3101151653 ], [ -122.2343676861, 48.3157860192 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 508, "RouteIdentifier": "009", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1440770168, 47.7838492646 ], [ -122.1434566593, 47.7903443739 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 509, "RouteIdentifier": "161", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2935392549, 47.0986145276 ], [ -122.2932262899, 47.1183648911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 510, "RouteIdentifier": "507", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5556609589, 46.9361969309 ], [ -122.5540510049, 46.9380208301 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 511, "RouteIdentifier": "006", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6950836877, 46.6690700815 ], [ -123.6839292354, 46.6556063635 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 512, "RouteIdentifier": "165", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.036341396, 47.1564220776 ], [ -122.036347956, 47.1580428725 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 513, "RouteIdentifier": "022", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2518435554, 46.3315396164 ], [ -120.2461650816, 46.3276930204 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 514, "RouteIdentifier": "167", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2178776034, 47.4696365374 ], [ -122.2178365864, 47.4708583363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 515, "RouteIdentifier": "902", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6074412346, 47.5945732999 ], [ -117.5691788837, 47.5946199775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 516, "RouteIdentifier": "021", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6471151083, 48.7653809106 ], [ -118.6468785968, 48.7737685937 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 517, "RouteIdentifier": "121", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9078782799, 46.9473039393 ], [ -122.9078625453, 46.9528052372 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 518, "RouteIdentifier": "101", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7095800286, 46.8824221446 ], [ -123.7147238013, 46.8904667022 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 519, "RouteIdentifier": "546", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4519714718, 48.9646510378 ], [ -122.4413239323, 48.96428992 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 520, "RouteIdentifier": "161", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2667035384, 46.8634865679 ], [ -122.2667172316, 46.8655192861 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 521, "RouteIdentifier": "970", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9008694447, 47.1862212903 ], [ -120.8999613431, 47.1877127316 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 522, "RouteIdentifier": "021", "AADT": 330 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6598639151, 46.9705949371 ], [ -118.6639343919, 46.9743066653 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 523, "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4454836739, 46.996549214 ], [ -123.4264986925, 46.9955304106 ], [ -123.4082967559, 46.9999448152 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 524, "RouteIdentifier": "099", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3133300405, 47.303094966 ], [ -122.313315611, 47.3116796634 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 525, "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5001739334, 47.110755101 ], [ -118.483749404, 47.110904091 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 526, "RouteIdentifier": "005", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4736376931, 48.7183214397 ], [ -122.4736865914, 48.7254915984 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 527, "RouteIdentifier": "507", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9537625763, 46.7353817521 ], [ -122.9537824167, 46.7366928914 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 528, "RouteIdentifier": "109", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1531482322, 47.0433503074 ], [ -124.1580458631, 47.0446019994 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 529, "RouteIdentifier": "002", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3782208966, 47.7726334374 ], [ -117.3567064191, 47.7812867521 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 530, "RouteIdentifier": "405", "AADT": 146000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1871980092, 47.7384984553 ], [ -122.1857415687, 47.7548599981 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 531, "RouteIdentifier": "027", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2430200919, 47.1351050773 ], [ -117.2312668834, 47.1532457302 ], [ -117.2052304992, 47.1675404896 ], [ -117.1992324539, 47.1773708328 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 532, "RouteIdentifier": "014", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3693035949, 45.5791952308 ], [ -122.3561483502, 45.5765439754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 533, "RouteIdentifier": "026", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1548022107, 46.8115761702 ], [ -119.1335402589, 46.81166858 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 534, "RouteIdentifier": "002", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7384906148, 47.7360195936 ], [ -120.7368808365, 47.7219030152 ], [ -120.7458505381, 47.6979837814 ], [ -120.737315796, 47.6895337324 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 535, "RouteIdentifier": "012", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.139226139, 46.8258098296 ], [ -123.1182479552, 46.824068652 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 536, "RouteIdentifier": "195", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.231668147, 46.7413459926 ], [ -117.2421417151, 46.7585806572 ], [ -117.2617325097, 46.7597945743 ], [ -117.2772565713, 46.772497546 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 537, "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2281213808, 47.6241276789 ], [ -120.228042091, 47.6277888618 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 538, "RouteIdentifier": "005", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0025596088, 46.8100089469 ], [ -122.9724799034, 46.8603980407 ], [ -122.9600984345, 46.8984631507 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 539, "RouteIdentifier": "101COABERDN", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8874051323, 46.9794818062 ], [ -123.8839143851, 46.9770579066 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 540, "RouteIdentifier": "181", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2438389364, 47.4568632492 ], [ -122.245609145, 47.4638125801 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 541, "RouteIdentifier": "101", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0020006548, 46.3205770833 ], [ -124.0058226032, 46.3220376768 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 542, "RouteIdentifier": "027", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2229100098, 47.5730667428 ], [ -117.2247355074, 47.5862739437 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 543, "RouteIdentifier": "161", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2938700472, 47.204398406 ], [ -122.2938536061, 47.2051808084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 544, "RouteIdentifier": "164", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2256349011, 47.3030417103 ], [ -122.2255213817, 47.3019724752 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 545, "RouteIdentifier": "090", "AADT": 94000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2096237746, 47.6717228675 ], [ -117.1794448564, 47.6657680173 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 546, "RouteIdentifier": "031", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3880478769, 48.8570115349 ], [ -117.3766074887, 48.8656644561 ], [ -117.3725290396, 48.86403205 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 547, "RouteIdentifier": "507", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5540510049, 46.9380208301 ], [ -122.5538347685, 46.9524134967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 548, "RouteIdentifier": "539", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485447935, 48.9391322618 ], [ -122.4853467091, 48.9460567842 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 549, "RouteIdentifier": "005", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3545679756, 48.6174704326 ], [ -122.3571398555, 48.6273196202 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 550, "RouteIdentifier": "099", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.312132657, 47.3394444319 ], [ -122.3123636673, 47.3477991611 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 551, "RouteIdentifier": "310", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6565626099, 47.5703304581 ], [ -122.6533156313, 47.5673798823 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 552, "RouteIdentifier": "101", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9910016143, 47.0450336894 ], [ -122.9602028302, 47.0399823411 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 553, "RouteIdentifier": "166", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6378486297, 47.5421872915 ], [ -122.6362542655, 47.5417260081 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 554, "RouteIdentifier": "290", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2448313626, 47.6887168246 ], [ -117.2397125029, 47.6897536118 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 555, "RouteIdentifier": "012", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1785138343, 46.6444383578 ], [ -121.1697638253, 46.6471084885 ], [ -121.1517819412, 46.644685082 ], [ -121.1319390984, 46.6545385663 ], [ -121.1263725089, 46.6648692441 ], [ -121.1203640782, 46.6650711504 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 556, "RouteIdentifier": "305", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5707855947, 47.7139681507 ], [ -122.5923337529, 47.7058043179 ], [ -122.6145007274, 47.7154775691 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 557, "RouteIdentifier": "539", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4853470894, 48.891721005 ], [ -122.485340099, 48.9066976691 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 558, "RouteIdentifier": "204", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1376928426, 47.9781939272 ], [ -122.1376542721, 47.9813261844 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 559, "RouteIdentifier": "904", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6134262665, 47.471353912 ], [ -117.6076139263, 47.472278094 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 560, "RouteIdentifier": "508", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3033441932, 46.5641172674 ], [ -122.2966216811, 46.5642108312 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 561, "RouteIdentifier": "902", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7071635421, 47.5067188922 ], [ -117.7148151118, 47.5148547914 ], [ -117.7149288118, 47.5306603385 ], [ -117.7044776202, 47.5482634566 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 562, "RouteIdentifier": "512", "AADT": 70000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4440605013, 47.158268456 ], [ -122.4276134438, 47.1581515823 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 563, "RouteIdentifier": "101", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9065683519, 47.1025224633 ], [ -123.8958319744, 47.1107626992 ], [ -123.897945931, 47.1182162564 ], [ -123.894178865, 47.1267618093 ], [ -123.8976538836, 47.1348926086 ], [ -123.8889929685, 47.1441925406 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 564, "RouteIdentifier": "538", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3133909339, 48.4356182605 ], [ -122.3079784055, 48.4355954608 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 565, "RouteIdentifier": "005", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4073092626, 48.6901697434 ], [ -122.4496748915, 48.6936253155 ], [ -122.4745576952, 48.7036461741 ], [ -122.4754001915, 48.7114461 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 566, "RouteIdentifier": "005", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6545494275, 45.7173002417 ], [ -122.6569907612, 45.7325461642 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 567, "RouteIdentifier": "395", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6160740909, 48.0543832543 ], [ -117.6205066365, 48.0600760065 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 568, "RouteIdentifier": "125", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3512395456, 46.0690998662 ], [ -118.3564774846, 46.0688842599 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 569, "RouteIdentifier": "395", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7179594226, 48.2854700064 ], [ -117.8191660399, 48.3201502053 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 570, "RouteIdentifier": "522", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2924586232, 47.7337786904 ], [ -122.2924416665, 47.7355851423 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 571, "RouteIdentifier": "009", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2261409872, 48.5282544504 ], [ -122.226018055, 48.5375786595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 572, "RouteIdentifier": "002", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4111842305, 47.6640841682 ], [ -117.4110973876, 47.6862388811 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 573, "RouteIdentifier": "162", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2293015421, 47.1806601772 ], [ -122.2292841665, 47.1772685985 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 574, "RouteIdentifier": "509", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3322816003, 47.4672044794 ], [ -122.3299629869, 47.4748414789 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 575, "RouteIdentifier": "204", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1126921303, 48.0002111444 ], [ -122.1063179106, 48.002878399 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 576, "RouteIdentifier": "547", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1432040179, 48.9173881457 ], [ -122.1434428667, 48.9313503294 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 577, "RouteIdentifier": "529", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1778352269, 48.046828316 ], [ -122.1770255475, 48.0518456949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 578, "RouteIdentifier": "902", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6112069286, 47.5946127869 ], [ -117.6074412346, 47.5945732999 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 579, "RouteIdentifier": "504", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8965761025, 46.2893166225 ], [ -122.8907960803, 46.3012804426 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 580, "RouteIdentifier": "016", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.623334611, 47.4284900867 ], [ -122.6225935687, 47.4383788471 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 581, "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0761547764, 46.8206396917 ], [ -123.0705784959, 46.818061401 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 582, "RouteIdentifier": "142", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8744708695, 45.824429695 ], [ -120.8597476834, 45.8244297002 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 583, "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5235622768, 47.9784884907 ], [ -117.5514961681, 47.9936326927 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 584, "RouteIdentifier": "090", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3901248718, 47.3932302588 ], [ -121.3796397397, 47.3867119172 ], [ -121.3634004667, 47.3422967233 ], [ -121.3518474114, 47.3394404515 ], [ -121.3434489443, 47.3304987742 ], [ -121.328788046, 47.3253104992 ], [ -121.3099371955, 47.3075733984 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 585, "RouteIdentifier": "121", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9086394896, 46.8991466854 ], [ -122.9057776023, 46.9081293834 ], [ -122.9079204529, 46.9326825401 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 586, "RouteIdentifier": "004", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3821019742, 46.204770148 ], [ -123.3662844632, 46.1972420441 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 587, "RouteIdentifier": "240", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2636763312, 46.2591722166 ], [ -119.2563379619, 46.2519667264 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 588, "RouteIdentifier": "542", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.395950267, 48.8041008656 ], [ -122.3771647615, 48.8041341038 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 589, "RouteIdentifier": "082", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9106353482, 46.2675619431 ], [ -119.8846884522, 46.2587169246 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 590, "RouteIdentifier": "012", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8135123607, 46.9752656303 ], [ -123.8123515795, 46.9758626922 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 591, "RouteIdentifier": "101", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3854508575, 47.9541150576 ], [ -124.3895298763, 47.9579786515 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 592, "RouteIdentifier": "504", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6135193095, 46.3732221214 ], [ -122.599339156, 46.3782404871 ], [ -122.5923185497, 46.3641421043 ], [ -122.5756309118, 46.3701554294 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 593, "RouteIdentifier": "025", "AADT": 920 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0767913963, 48.6302280828 ], [ -118.0809250713, 48.6335690008 ], [ -118.0804223265, 48.6458515708 ], [ -118.0855460386, 48.6566126356 ], [ -118.0761182705, 48.6620174812 ], [ -118.0528192146, 48.6655590546 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 594, "RouteIdentifier": "231", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7319104687, 48.0271486285 ], [ -117.7414326397, 48.0453413833 ], [ -117.7414617067, 48.0549272619 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 595, "RouteIdentifier": "520", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1151578787, 47.6670962794 ], [ -122.1070992757, 47.6699542428 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 596, "RouteIdentifier": "282", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5548980955, 47.3064820526 ], [ -119.5404648362, 47.3016571328 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 597, "RouteIdentifier": "291", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5439564153, 47.7770043475 ], [ -117.5325801467, 47.7818048655 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 598, "RouteIdentifier": "169", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0033924307, 47.3087018731 ], [ -122.0036329276, 47.3094647022 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 599, "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0771113094, 47.7623555736 ], [ -120.0346940871, 47.7744610553 ], [ -119.9928066299, 47.7795776217 ], [ -119.9707179801, 47.8103117805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 600, "RouteIdentifier": "510", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7247120976, 47.0145460302 ], [ -122.7155207845, 47.0124624929 ], [ -122.7042482107, 47.0166113384 ], [ -122.6929086258, 47.0122908625 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 601, "RouteIdentifier": "205", "AADT": 118000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5630189407, 45.6418660754 ], [ -122.56552133, 45.6483088559 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 602, "RouteIdentifier": "014", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.466151024, 45.5838225286 ], [ -122.4432829491, 45.5785312538 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 603, "RouteIdentifier": "522", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3213046678, 47.6798999296 ], [ -122.3216245794, 47.6809784815 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 604, "RouteIdentifier": "500", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4043216331, 45.615225457 ], [ -122.4080084386, 45.6115840369 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 605, "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0984327789, 47.1898992789 ], [ -123.0982494153, 47.1952116239 ], [ -123.0921869405, 47.1998399079 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 606, "RouteIdentifier": "548", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7520415456, 48.9961053398 ], [ -122.7523454393, 48.9971567896 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 607, "RouteIdentifier": "524", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2978040809, 47.8210601157 ], [ -122.2924065553, 47.8209731507 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 608, "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2328452333, 47.2083784844 ], [ -118.2153325712, 47.2145095436 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 609, "RouteIdentifier": "020", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4439027276, 48.4460211348 ], [ -122.4313388534, 48.4462873107 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 610, "RouteIdentifier": "012", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1114113863, 46.2830723014 ], [ -118.0900087478, 46.2892459717 ], [ -118.0360986622, 46.2883262956 ], [ -118.0037700013, 46.3053205372 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 611, "RouteIdentifier": "006", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0966056992, 46.6268683975 ], [ -123.0813867451, 46.6270365528 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 612, "RouteIdentifier": "005", "AADT": 161000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4466273692, 47.2301579669 ], [ -122.4349389318, 47.2327862223 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 613, "RouteIdentifier": "012", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1863524437, 46.8303419645 ], [ -123.1603852076, 46.8270351021 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 614, "RouteIdentifier": "031", "AADT": 800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3572304808, 48.8661780923 ], [ -117.3521889436, 48.8735003742 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 615, "RouteIdentifier": "007", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4349079042, 47.0993004058 ], [ -122.4347516102, 47.1123943169 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 616, "RouteIdentifier": "508", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8838617499, 46.5838405084 ], [ -122.8398740601, 46.5760326545 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 617, "RouteIdentifier": "906", "AADT": 610 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.398065622, 47.3956087457 ], [ -121.3973426889, 47.3964612 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 618, "RouteIdentifier": "007", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3694769065, 47.0202996688 ], [ -122.3734287129, 47.0252556279 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 619, "RouteIdentifier": "008", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.370724874, 47.0107162595 ], [ -123.3522406493, 47.0176847454 ], [ -123.3329685473, 47.0373540007 ], [ -123.315836318, 47.0439992941 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 620, "RouteIdentifier": "108", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2652259391, 47.0556339624 ], [ -123.2689243165, 47.0679844678 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 621, "RouteIdentifier": "027", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2396887191, 47.6862002896 ], [ -117.2397125029, 47.6897536118 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 622, "RouteIdentifier": "539", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4860047444, 48.7952060269 ], [ -122.4860125357, 48.8005515797 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 623, "RouteIdentifier": "020", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2104399855, 48.5159581466 ], [ -122.1940156325, 48.5236742491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 624, "RouteIdentifier": "163", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5157647305, 47.2798223974 ], [ -122.5157587458, 47.281707768 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 625, "RouteIdentifier": "018", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3006527009, 47.2899013547 ], [ -122.2986045804, 47.2906745073 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 626, "RouteIdentifier": "304", "AADT": 830 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6269686691, 47.5636496207 ], [ -122.6253076514, 47.5621957885 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 627, "RouteIdentifier": "395", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1610621477, 48.8013491924 ], [ -118.172585386, 48.8281521503 ], [ -118.1995279913, 48.8413471764 ], [ -118.2049625221, 48.8611827903 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 628, "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1975722229, 46.1692293994 ], [ -119.17625049, 46.1849328401 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 629, "RouteIdentifier": "124", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8462077967, 46.2312973119 ], [ -118.7205257744, 46.2975520842 ], [ -118.5843394707, 46.2961931387 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 630, "RouteIdentifier": "231", "AADT": 290 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9743483399, 47.316068813 ], [ -117.9452303834, 47.3491519572 ], [ -117.9386854224, 47.3624234377 ], [ -117.9384162966, 47.3734102727 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 631, "RouteIdentifier": "097", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8360991743, 45.6760241273 ], [ -120.8350369221, 45.6826649603 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 632, "RouteIdentifier": "125", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.387709362, 46.0274510129 ], [ -118.3805172543, 46.0318115343 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 633, "RouteIdentifier": "206", "AADT": 210 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1685156881, 47.8473257512 ], [ -117.1588691801, 47.8695608359 ], [ -117.1312550979, 47.8859764839 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 634, "RouteIdentifier": "012", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1238524112, 46.2737500843 ], [ -118.1114113863, 46.2830723014 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 635, "RouteIdentifier": "302", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6418945651, 47.3795057214 ], [ -122.6261095677, 47.3846980617 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 636, "RouteIdentifier": "026", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8990911424, 46.7940102212 ], [ -118.75567632, 46.7921007504 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 637, "RouteIdentifier": "181", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2474225905, 47.3852649438 ], [ -122.2474311421, 47.3867136062 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 638, "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.063917083, 46.4199191264 ], [ -117.0586800059, 46.4199262615 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 639, "RouteIdentifier": "101", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5353377768, 48.098941472 ], [ -123.5146878293, 48.1016682747 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 640, "RouteIdentifier": "310", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6731435739, 47.568179933 ], [ -122.6676487456, 47.5684242426 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 641, "RouteIdentifier": "508", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6933366335, 46.5767605568 ], [ -122.6709557367, 46.5825511103 ], [ -122.6483864791, 46.6019238366 ], [ -122.6345508551, 46.6084601212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 642, "RouteIdentifier": "508", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6345508551, 46.6084601212 ], [ -122.6262508407, 46.6119235505 ], [ -122.5929781534, 46.6127772252 ], [ -122.540197422, 46.6050020592 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 643, "RouteIdentifier": "002", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.509427539, 47.6430053975 ], [ -117.5071454103, 47.6430669681 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 644, "RouteIdentifier": "020", "AADT": 450 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5783005683, 48.5448469139 ], [ -117.5647490904, 48.5514119056 ], [ -117.5555575339, 48.5619672181 ], [ -117.5534548978, 48.5736906307 ], [ -117.5588224911, 48.5802438479 ], [ -117.5597059922, 48.5938921832 ], [ -117.5501711452, 48.6052632129 ], [ -117.5430075734, 48.630926416 ], [ -117.5192715494, 48.6413464304 ], [ -117.5134714498, 48.6474798721 ], [ -117.4974757778, 48.6538530694 ], [ -117.4889613951, 48.6516692447 ], [ -117.4778840213, 48.657428848 ], [ -117.4698108774, 48.6734268292 ], [ -117.4561399366, 48.6724766869 ], [ -117.4533799294, 48.684483503 ], [ -117.4343065363, 48.6796702092 ], [ -117.4316067501, 48.6833095812 ], [ -117.4293099535, 48.6813858247 ], [ -117.4275049687, 48.6892106346 ], [ -117.4108409752, 48.6851321517 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 645, "RouteIdentifier": "501COVANCVR", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6726646061, 45.6318665894 ], [ -122.6704405811, 45.6318535726 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 646, "RouteIdentifier": "395SPNSC", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3826725606, 47.7789719928 ], [ -117.402735532, 47.7811795472 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 647, "RouteIdentifier": "025", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1721144093, 48.4502822246 ], [ -118.1782434256, 48.4548284749 ], [ -118.1804322233, 48.4635712207 ], [ -118.1695615682, 48.4738348488 ], [ -118.1731326389, 48.4834075634 ], [ -118.1369993742, 48.5254134037 ], [ -118.1205170275, 48.5599252228 ], [ -118.1099304251, 48.5699168788 ], [ -118.090171582, 48.5709116932 ], [ -118.0736411623, 48.581071736 ], [ -118.0733925966, 48.5848754338 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 648, "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6288682299, 47.6213371579 ], [ -122.6289013941, 47.6322348249 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 649, "RouteIdentifier": "124", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2202318761, 46.2679666309 ], [ -118.1693615258, 46.2688128518 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 650, "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2023511627, 46.1347113914 ], [ -119.203612629, 46.1162661213 ], [ -119.2234040886, 46.0911748268 ], [ -119.224889202, 46.0317308992 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 651, "RouteIdentifier": "002", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2972233483, 47.5139558554 ], [ -120.2808637485, 47.5339796242 ], [ -120.2543857869, 47.5488977505 ], [ -120.2543935669, 47.5573199872 ], [ -120.2309336771, 47.5917195302 ], [ -120.2261852446, 47.6053632481 ], [ -120.2282190803, 47.6193373774 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 652, "RouteIdentifier": "395", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1196487386, 48.6350042505 ], [ -118.1129200454, 48.6442737397 ], [ -118.1136451712, 48.6614121482 ], [ -118.1250035992, 48.6915473174 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 653, "RouteIdentifier": "500", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5059632705, 45.6819748617 ], [ -122.5059582917, 45.6758268864 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 654, "RouteIdentifier": "501", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6726772266, 45.6325544336 ], [ -122.6738387769, 45.6325598997 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 655, "RouteIdentifier": "005", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9784909888, 46.6723810975 ], [ -122.9715754997, 46.6806806366 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 656, "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3946951929, 47.7570939377 ], [ -117.3849909341, 47.7667352841 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 657, "RouteIdentifier": "155", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5216611447, 48.408142504 ], [ -119.5217331431, 48.4069900346 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 658, "RouteIdentifier": "903SPCLEELM", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.903467784, 47.1885720529 ], [ -120.8971476949, 47.186874414 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 659, "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3043819814, 46.0811339747 ], [ -118.2939892909, 46.0823692123 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 660, "RouteIdentifier": "028", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5509551438, 47.3216616972 ], [ -119.5469623321, 47.3271872736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 661, "RouteIdentifier": "513", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3042127815, 47.6440954441 ], [ -122.3045144925, 47.6452852227 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 662, "RouteIdentifier": "599", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2816435896, 47.4911976441 ], [ -122.2842343808, 47.4966458915 ], [ -122.2948243841, 47.4982893333 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 663, "RouteIdentifier": "090", "AADT": 126000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2539138096, 47.5892523535 ], [ -122.2398779598, 47.5908053835 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 664, "RouteIdentifier": "101", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7726340053, 46.9572131386 ], [ -123.7868512068, 46.9671019999 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 665, "RouteIdentifier": "027", "AADT": 870 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.174270773, 47.3797829152 ], [ -117.1742498954, 47.3867659672 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 666, "RouteIdentifier": "104COKNGSTN", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4959840812, 47.795839855 ], [ -122.4955876896, 47.7975252491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 667, "RouteIdentifier": "090", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2196536686, 47.6737301547 ], [ -117.2096237746, 47.6717228675 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 668, "RouteIdentifier": "014", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4664701671, 45.7148037075 ], [ -121.4653744706, 45.7143933277 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 669, "RouteIdentifier": "410", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5359529209, 46.980696515 ], [ -121.5360884519, 46.9798263482 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 670, "RouteIdentifier": "405", "AADT": 108000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2629302431, 47.4619229895 ], [ -122.2576809614, 47.4624296733 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 671, "RouteIdentifier": "509", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3272024219, 47.4854072542 ], [ -122.3249301321, 47.4940508534 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 672, "RouteIdentifier": "005", "AADT": 173000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4725322952, 47.1701115828 ], [ -122.4665031792, 47.1763219389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 673, "RouteIdentifier": "162", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1877595188, 47.0819384727 ], [ -122.1770751295, 47.0821558053 ], [ -122.1579355704, 47.0914690106 ], [ -122.1444230859, 47.1117933341 ], [ -122.133641732, 47.1203784468 ], [ -122.1343129645, 47.127974281 ], [ -122.127858372, 47.1309639391 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 674, "RouteIdentifier": "536", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3619718598, 48.4277546105 ], [ -122.348619877, 48.42175299 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 675, "RouteIdentifier": "003", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1011620507, 47.2072125648 ], [ -123.1009905679, 47.208217873 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 676, "RouteIdentifier": "023", "AADT": 400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8935451035, 47.2124822553 ], [ -117.9133733487, 47.2329689301 ], [ -117.9189588547, 47.2455284974 ], [ -117.9303066387, 47.2535026311 ], [ -117.928860965, 47.2636168684 ], [ -117.954735148, 47.274931197 ], [ -117.9739343058, 47.2980321898 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 677, "RouteIdentifier": "174", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0052660577, 47.9449095756 ], [ -119.007361139, 47.9433157516 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 678, "RouteIdentifier": "020", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8150974014, 48.097207949 ], [ -122.8132595013, 48.1004014814 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 679, "RouteIdentifier": "002", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9772544823, 47.8608534091 ], [ -121.9699337226, 47.859195632 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 680, "RouteIdentifier": "526", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.275846758, 47.922028224 ], [ -122.270222134, 47.9220918299 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 681, "RouteIdentifier": "020", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3810673208, 48.4573156123 ], [ -122.3566645336, 48.4657611597 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 682, "RouteIdentifier": "548", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6040527531, 48.8920780487 ], [ -122.6174443607, 48.891747907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 683, "RouteIdentifier": "161", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3135126494, 47.2840032145 ], [ -122.3135712365, 47.2861343941 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 684, "RouteIdentifier": "105", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8119261196, 46.9521234492 ], [ -123.8046484797, 46.9587267173 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 685, "RouteIdentifier": "012", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4082967559, 46.9999448152 ], [ -123.3960419117, 47.002634929 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 686, "RouteIdentifier": "195SPGNESSE", "AADT": 200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0475174649, 46.4744614231 ], [ -117.0397518102, 46.4800616688 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 687, "RouteIdentifier": "904", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5647059706, 47.5011897492 ], [ -117.5646817112, 47.503963135 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 688, "RouteIdentifier": "395", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0860022305, 46.3582053906 ], [ -119.0437777328, 46.4172753716 ], [ -119.0282684938, 46.4252472577 ], [ -119.0246904637, 46.4313046328 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 689, "RouteIdentifier": "024", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1764209525, 46.7675625649 ], [ -119.1764829488, 46.7754696717 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 690, "RouteIdentifier": "002", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0621815719, 47.6491753159 ], [ -120.0464865713, 47.6446019575 ], [ -120.027698695, 47.6241158901 ], [ -120.0044221119, 47.6210429111 ], [ -119.9971912665, 47.6127377431 ], [ -119.8344085442, 47.6126434109 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 691, "RouteIdentifier": "021", "AADT": 290 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6636857174, 46.9998165576 ], [ -118.6629076467, 47.0795552087 ], [ -118.6668848781, 47.0903196406 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 692, "RouteIdentifier": "530", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6020400669, 48.2595802573 ], [ -121.5970165475, 48.2728794129 ], [ -121.5736815995, 48.2846737532 ], [ -121.5561827695, 48.3013178631 ], [ -121.5551539066, 48.3113332029 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 693, "RouteIdentifier": "160", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.624429651, 47.504849437 ], [ -122.6154441079, 47.5048209466 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 694, "RouteIdentifier": "099", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3124883705, 47.5167348211 ], [ -122.32119741, 47.52336099 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 695, "RouteIdentifier": "181", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2493486901, 47.3976177556 ], [ -122.2494308353, 47.4122081687 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 696, "RouteIdentifier": "970", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8544979241, 47.1749253538 ], [ -120.8502977234, 47.1752256328 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 697, "RouteIdentifier": "526", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2125640998, 47.9215909937 ], [ -122.2084243459, 47.9195131157 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 698, "RouteIdentifier": "410", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8262913588, 46.7574551866 ], [ -120.8127305308, 46.7506838345 ], [ -120.7884944778, 46.7483083341 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 699, "RouteIdentifier": "002", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1909967909, 47.9804242172 ], [ -122.1885742414, 47.9807304066 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 700, "RouteIdentifier": "027", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.073000361, 47.2230431561 ], [ -117.0730024916, 47.2240691944 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 701, "RouteIdentifier": "500", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3855374224, 45.5797321231 ], [ -122.3776958201, 45.5806227602 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 702, "RouteIdentifier": "304", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6356948558, 47.5650400988 ], [ -122.6329293436, 47.5650333624 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 703, "RouteIdentifier": "167", "AADT": 127000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2153057722, 47.4499572937 ], [ -122.2178750419, 47.4671156335 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 704, "RouteIdentifier": "153", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9336567593, 48.052435164 ], [ -119.9457986845, 48.0554741634 ], [ -119.9596133683, 48.0757671252 ], [ -120.0069122484, 48.074198118 ], [ -120.0232808716, 48.0973889327 ], [ -120.0101725262, 48.1079613687 ], [ -120.0111466448, 48.1252859785 ], [ -120.004345499, 48.130411721 ], [ -120.0082609418, 48.1366210454 ], [ -120.0423875397, 48.14314282 ], [ -120.0664995986, 48.1555692556 ], [ -120.0933996402, 48.1811071167 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 705, "RouteIdentifier": "026", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.4839534054, 46.7954711602 ], [ -118.3944003164, 46.7948578097 ], [ -118.3777369137, 46.7780423397 ], [ -118.3635301736, 46.7762257383 ], [ -118.3189412156, 46.7588639349 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 706, "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9251619366, 48.557993926 ], [ -117.9365504311, 48.5667945753 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 707, "RouteIdentifier": "524", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2089308735, 47.8094374485 ], [ -122.2072319883, 47.8094477645 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 708, "RouteIdentifier": "004COKELSO", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9083233112, 46.1444373825 ], [ -122.9075601174, 46.1465486719 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 709, "RouteIdentifier": "003", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6891411882, 47.6839322136 ], [ -122.6869120748, 47.6932883974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 710, "RouteIdentifier": "260", "AADT": 920 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3104348324, 46.7563777105 ], [ -118.3084452289, 46.758407436 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 711, "RouteIdentifier": "041", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0395375143, 48.1839762284 ], [ -117.0395528608, 48.1829538969 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 712, "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3686788882, 47.1150041492 ], [ -118.3602316649, 47.1201988782 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 713, "RouteIdentifier": "012", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.90788364, 46.5340788266 ], [ -121.778499806, 46.5338365408 ], [ -121.7578493233, 46.5388804234 ], [ -121.7354912874, 46.5526532482 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 714, "RouteIdentifier": "007", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4339668077, 47.2064012989 ], [ -122.4339726068, 47.2074131032 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 715, "RouteIdentifier": "017", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0487109157, 46.7291966819 ], [ -119.0868227043, 46.7395693677 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 716, "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.899717106, 48.0550657238 ], [ -119.857595908, 48.0732144226 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 717, "RouteIdentifier": "020", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2844096141, 48.3059359445 ], [ -117.2839019256, 48.3051822196 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 718, "RouteIdentifier": "027", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1741648142, 46.7379128734 ], [ -117.1727879342, 46.7397697342 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 719, "RouteIdentifier": "097", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9747908435, 47.8173888452 ], [ -119.9580569245, 47.85237627 ], [ -119.9329792614, 47.8584852058 ], [ -119.9202563007, 47.8731183295 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 720, "RouteIdentifier": "025", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1410473188, 47.6647648556 ], [ -118.1411272552, 47.7032509231 ], [ -118.1502785502, 47.7110758636 ], [ -118.1524287124, 47.7227234463 ], [ -118.1703775752, 47.7449382474 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 721, "RouteIdentifier": "017", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2566876381, 47.112363657 ], [ -119.2567131133, 47.1164713022 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 722, "RouteIdentifier": "017", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3235519617, 47.1618045752 ], [ -119.3298805519, 47.1732555069 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 723, "RouteIdentifier": "532", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2423008133, 48.2388120168 ], [ -122.2407774423, 48.2388106439 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 724, "RouteIdentifier": "116", "AADT": 380 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7018643165, 48.078607276 ], [ -122.7016186118, 48.0859624396 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 725, "RouteIdentifier": "524", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3413276695, 47.8214509801 ], [ -122.3358813394, 47.8214508721 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 726, "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3033025513, 47.1598935483 ], [ -118.292877678, 47.1671440586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 727, "RouteIdentifier": "283", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7380298017, 47.1620255285 ], [ -119.7255609263, 47.1697949724 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 728, "RouteIdentifier": "103", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.053438936, 46.3706285622 ], [ -124.053203924, 46.3755642012 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 729, "RouteIdentifier": "503", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3649925149, 45.9971019257 ], [ -122.4004321611, 45.9963687794 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 730, "RouteIdentifier": "167", "AADT": 91000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2488000931, 47.2053582695 ], [ -122.2470351952, 47.2239142549 ], [ -122.2546724797, 47.2425035856 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 731, "RouteIdentifier": "116", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.697769073, 48.018281475 ], [ -122.6896630119, 48.0306013366 ], [ -122.691035371, 48.0512475527 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 732, "RouteIdentifier": "513", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2639807772, 47.6750826193 ], [ -122.2635673336, 47.6757343946 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 733, "RouteIdentifier": "730SPWALULA", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9142227785, 46.0565756326 ], [ -118.9075966187, 46.0562013963 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 734, "RouteIdentifier": "101COPRTANG", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.41797883, 48.1138577083 ], [ -123.4200144031, 48.1146846853 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 735, "RouteIdentifier": "020", "AADT": 790 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6443296317, 48.5973721967 ], [ -118.6314431515, 48.5960235156 ], [ -118.5679108258, 48.6153465501 ], [ -118.565952585, 48.6122317883 ], [ -118.5445438821, 48.6115078332 ], [ -118.5275917915, 48.597047814 ], [ -118.5137119104, 48.595243222 ], [ -118.509752482, 48.5970623776 ], [ -118.5155459269, 48.599558024 ], [ -118.512743502, 48.6032967468 ], [ -118.4782741505, 48.6072204311 ], [ -118.4585509256, 48.6047398165 ], [ -118.4660973772, 48.6082207338 ], [ -118.4661888943, 48.6121179319 ], [ -118.4444583552, 48.6113077339 ], [ -118.4417651532, 48.6299366699 ], [ -118.4328701141, 48.6218299941 ], [ -118.4198597385, 48.6246827606 ], [ -118.4036719089, 48.6210805405 ], [ -118.3464920198, 48.5973425143 ], [ -118.3089665113, 48.5891488571 ], [ -118.2932680389, 48.5791723325 ], [ -118.2487912527, 48.5793701172 ], [ -118.1898318211, 48.589329096 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 736, "RouteIdentifier": "538", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3410746428, 48.435897211 ], [ -122.339797739, 48.4358920299 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 737, "RouteIdentifier": "008", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2864367852, 47.0541062901 ], [ -123.2757674785, 47.0538122933 ], [ -123.2617004672, 47.0447459023 ], [ -123.2512032791, 47.0452823163 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 738, "RouteIdentifier": "124", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5843394707, 46.2961931387 ], [ -118.5642291766, 46.2961229496 ], [ -118.5526503645, 46.2885666946 ], [ -118.5338227757, 46.2908205864 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 739, "RouteIdentifier": "290", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1520827446, 47.701179935 ], [ -117.1332932554, 47.7045387135 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 740, "RouteIdentifier": "270", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1648061028, 46.7232723565 ], [ -117.144376428, 46.7217073773 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 741, "RouteIdentifier": "002", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3496454526, 48.0068914762 ], [ -117.3496648896, 48.0177222579 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 742, "RouteIdentifier": "500", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5018408354, 45.6721275722 ], [ -122.4885992861, 45.6718340343 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 743, "RouteIdentifier": "125", "AADT": 420 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3726222715, 46.147436197 ], [ -118.3843361092, 46.1731924444 ], [ -118.381582691, 46.1978440693 ], [ -118.3932511954, 46.2165714643 ], [ -118.3695963283, 46.2371507033 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 744, "RouteIdentifier": "161", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2654507751, 46.8691413663 ], [ -122.2741213173, 46.8768699817 ], [ -122.2978283667, 46.8740061708 ], [ -122.3026544634, 46.8782016749 ], [ -122.3006964497, 46.8856559346 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 745, "RouteIdentifier": "542", "AADT": 630 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6936997501, 48.906634052 ], [ -121.6959320726, 48.9034555044 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 746, "RouteIdentifier": "101", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7303182124, 46.6823391023 ], [ -123.7294537729, 46.6833756482 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 747, "RouteIdentifier": "009", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2251116552, 48.5503306146 ], [ -122.224161463, 48.586540623 ], [ -122.2328415573, 48.6030299836 ], [ -122.2181484826, 48.6264669174 ], [ -122.2129746455, 48.6527134381 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 748, "RouteIdentifier": "527", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2070072355, 47.9049606299 ], [ -122.207060034, 47.9072893217 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 749, "RouteIdentifier": "167", "AADT": 100000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2593033654, 47.2570246683 ], [ -122.2607429983, 47.2688990575 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 750, "RouteIdentifier": "281", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8534565369, 47.1904786655 ], [ -119.8534105031, 47.2194487082 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 751, "RouteIdentifier": "101", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8856837159, 47.9870204643 ], [ -122.8847738398, 47.9855759007 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 752, "RouteIdentifier": "003", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7097773434, 47.6324886961 ], [ -122.7050597877, 47.6433614356 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 753, "RouteIdentifier": "004", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0109218044, 46.1691434983 ], [ -123.0047956327, 46.1661237024 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 754, "RouteIdentifier": "500", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5525552477, 45.6778313417 ], [ -122.5521517487, 45.68208727 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 755, "RouteIdentifier": "506", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0368091721, 46.3974067466 ], [ -123.0273681586, 46.4021888563 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 756, "RouteIdentifier": "097", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6108296856, 47.0345615907 ], [ -120.608500123, 47.0374844302 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 757, "RouteIdentifier": "510", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7646365596, 47.0522855716 ], [ -122.7649510613, 47.0430902917 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 758, "RouteIdentifier": "028", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1576753991, 47.6531948538 ], [ -118.1576684527, 47.6540467209 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 759, "RouteIdentifier": "516", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2985045151, 47.39547624 ], [ -122.2947389534, 47.3936027263 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 760, "RouteIdentifier": "003", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1009905679, 47.208217873 ], [ -123.1002782834, 47.2119732363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 761, "RouteIdentifier": "014", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.29949512, 45.571607305 ], [ -122.2590728745, 45.5598753251 ], [ -122.2313535428, 45.5611000545 ], [ -122.2185549591, 45.5661709399 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 762, "RouteIdentifier": "411", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9073058758, 46.275376903 ], [ -122.9076435518, 46.2769325247 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 763, "RouteIdentifier": "285", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.319453417, 47.432412369 ], [ -120.3213843881, 47.4347156331 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 764, "RouteIdentifier": "014", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2633497092, 45.7339077039 ], [ -120.2227951042, 45.7429753339 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 765, "RouteIdentifier": "525", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4150175631, 48.0010609611 ], [ -122.4394163697, 48.0042427956 ], [ -122.4541097954, 47.9996108269 ], [ -122.4616900184, 48.0042963392 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 766, "RouteIdentifier": "270", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2059069062, 46.7337520183 ], [ -117.2010536613, 46.7337602693 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 767, "RouteIdentifier": "007", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4350543494, 47.0839448876 ], [ -122.434931526, 47.0973144524 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 768, "RouteIdentifier": "125", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3564774846, 46.0688842599 ], [ -118.3564578154, 46.074867789 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 769, "RouteIdentifier": "507", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9536737749, 46.7289461561 ], [ -122.9537625763, 46.7353817521 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 770, "RouteIdentifier": "090", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8530540341, 47.5118709577 ], [ -121.8359319626, 47.5137466225 ], [ -121.8134961044, 47.4952951892 ], [ -121.8021513026, 47.4912692217 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 771, "RouteIdentifier": "007", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1942019738, 46.765336616 ], [ -122.2539355099, 46.7853850827 ], [ -122.2754741187, 46.7999623833 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 772, "RouteIdentifier": "823", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5118922418, 46.6260641185 ], [ -120.5118923903, 46.626211773 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 773, "RouteIdentifier": "005", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9012940427, 46.1535561469 ], [ -122.9030469817, 46.1632969984 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 774, "RouteIdentifier": "270", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1937212048, 46.7334218163 ], [ -117.1864957616, 46.7314771721 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 775, "RouteIdentifier": "097", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4740104061, 48.6441487529 ], [ -119.4680874186, 48.6526355103 ], [ -119.4720016489, 48.658440658 ], [ -119.4702383791, 48.6728249756 ], [ -119.4503868347, 48.6949331433 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 776, "RouteIdentifier": "509", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4326700109, 47.2980606258 ], [ -122.434434259, 47.2999575945 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 777, "RouteIdentifier": "012COABERDN", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8132040823, 46.9766495807 ], [ -123.8143955605, 46.9760348973 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 778, "RouteIdentifier": "005", "AADT": 186000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3291037047, 47.7469054111 ], [ -122.329330637, 47.7502820303 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 779, "RouteIdentifier": "012", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.475498549, 46.5361010556 ], [ -122.4588398216, 46.5422963318 ], [ -122.4431205175, 46.5426184535 ], [ -122.3866181203, 46.5326301989 ], [ -122.3663394868, 46.5419551196 ], [ -122.3433527114, 46.5461871073 ], [ -122.3277084896, 46.5447206472 ], [ -122.304327892, 46.5536935513 ], [ -122.2840598213, 46.5529035395 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 780, "RouteIdentifier": "002", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8165310712, 47.861761082 ], [ -121.7973817559, 47.8650366901 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 781, "RouteIdentifier": "005", "AADT": 103000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6664314526, 45.6289361692 ], [ -122.6622739757, 45.6359541769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 782, "RouteIdentifier": "002", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4722955548, 47.7620355267 ], [ -121.447920831, 47.7462461048 ], [ -121.3976461043, 47.7270429682 ], [ -121.373545979, 47.7118393097 ], [ -121.3610242433, 47.7115372115 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 783, "RouteIdentifier": "155", "AADT": 960 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2633718554, 47.6383063062 ], [ -119.2733755435, 47.6743245668 ], [ -119.2615943148, 47.7149291881 ], [ -119.2230942334, 47.7501735046 ], [ -119.1843733363, 47.7994133674 ], [ -119.1377770394, 47.8249299577 ], [ -119.0926019856, 47.8681495864 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 784, "RouteIdentifier": "005", "AADT": 189000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2663296776, 47.4869149652 ], [ -122.2648660903, 47.4917032502 ], [ -122.2781342919, 47.5038105301 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 785, "RouteIdentifier": "539", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4860458418, 48.8077759805 ], [ -122.4860064346, 48.8115322114 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 786, "RouteIdentifier": "002", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.290688, 47.7127258764 ], [ -121.2794901631, 47.7171874221 ], [ -121.2684273833, 47.7146504801 ], [ -121.2314445716, 47.7181510912 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 787, "RouteIdentifier": "129", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0455119005, 46.4058071413 ], [ -117.0455562905, 46.4072575118 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 788, "RouteIdentifier": "021", "AADT": 130 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.54734221, 46.794839539 ], [ -118.5472933615, 46.8097314034 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 789, "RouteIdentifier": "395", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411487897, 47.7439536479 ], [ -117.411395589, 47.7475767488 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 790, "RouteIdentifier": "101", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8856775734, 47.4568668079 ], [ -123.9115962269, 47.4593804445 ], [ -123.923859645, 47.4691766915 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 791, "RouteIdentifier": "500", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4885992861, 45.6718340343 ], [ -122.4838115389, 45.6696013323 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 792, "RouteIdentifier": "021", "AADT": 740 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6042284774, 48.8798283082 ], [ -118.6029610598, 48.8836806589 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 793, "RouteIdentifier": "020", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1686131052, 48.5922259084 ], [ -118.1487240923, 48.5881794827 ], [ -118.1385473345, 48.6058850636 ], [ -118.1381575659, 48.6167843871 ], [ -118.1227222823, 48.6274371967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 794, "RouteIdentifier": "129", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.063194802, 46.3682043768 ], [ -117.0559008398, 46.3750297198 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 795, "RouteIdentifier": "509", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3268233106, 47.4554520402 ], [ -122.3312487114, 47.4630152497 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 796, "RouteIdentifier": "172", "AADT": 330 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8134804078, 47.6996424338 ], [ -119.8134933014, 47.7033989052 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 797, "RouteIdentifier": "005", "AADT": 163000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2984000405, 47.810449784 ], [ -122.2824397667, 47.8189715088 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 798, "RouteIdentifier": "166", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6349019011, 47.5414235496 ], [ -122.6312757821, 47.5427369679 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 799, "RouteIdentifier": "007", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4280346059, 47.2286568082 ], [ -122.4318700022, 47.2324653952 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 800, "RouteIdentifier": "005", "AADT": 178000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3217057205, 47.670374577 ], [ -122.320427645, 47.677153652 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 801, "RouteIdentifier": "022", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3201578547, 46.3713384075 ], [ -120.3200450577, 46.3702712669 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 802, "RouteIdentifier": "101", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.355714051, 48.1030129375 ], [ -123.3473359023, 48.1065914367 ], [ -123.3235990471, 48.0975676978 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 803, "RouteIdentifier": "006", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6839292354, 46.6556063635 ], [ -123.6823651856, 46.6537194229 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 804, "RouteIdentifier": "005", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3353139183, 48.3777532366 ], [ -122.3304605047, 48.3953989959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 805, "RouteIdentifier": "028", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2503978849, 47.4892081022 ], [ -118.2012989355, 47.5308199337 ], [ -118.1653892826, 47.5731302322 ], [ -118.1625335373, 47.628203114 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 806, "RouteIdentifier": "529SPEVERET", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1895522829, 47.9817536396 ], [ -122.1880265207, 47.9816960822 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 807, "RouteIdentifier": "012", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9908694542, 46.3149359546 ], [ -117.9762326912, 46.3216955439 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 808, "RouteIdentifier": "017", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0063294763, 46.5974626974 ], [ -119.0062862284, 46.6650492947 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 809, "RouteIdentifier": "202", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0706839733, 47.6560836936 ], [ -122.0626914872, 47.6565133547 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 810, "RouteIdentifier": "131", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9544576073, 46.5216015582 ], [ -121.9561002594, 46.5266704559 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 811, "RouteIdentifier": "006", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2999170842, 46.5700274981 ], [ -123.2987829945, 46.5700375755 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 812, "RouteIdentifier": "020", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0481554077, 48.1858130018 ], [ -117.0468216405, 48.1843343896 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 813, "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6295353398, 47.5924775695 ], [ -122.6291767301, 47.6025424022 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 814, "RouteIdentifier": "014", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5709358838, 45.6080222232 ], [ -122.5675237104, 45.6073013401 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 815, "RouteIdentifier": "310", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6844389648, 47.5695855201 ], [ -122.6834705983, 47.5695963871 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 816, "RouteIdentifier": "005", "AADT": 193000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3109574982, 47.8036768463 ], [ -122.2984000405, 47.810449784 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 817, "RouteIdentifier": "005", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7547026936, 49.0004770596 ], [ -122.7560316167, 49.0021057869 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 818, "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6231476737, 46.2473883891 ], [ -119.5619880902, 46.2669256695 ], [ -119.5430046419, 46.2654844556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 819, "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9642066552, 46.1752198269 ], [ -118.9444220241, 46.1607549293 ], [ -118.9380954914, 46.1457035998 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 820, "RouteIdentifier": "101COABERDN", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8857480999, 46.9806448411 ], [ -123.8874051323, 46.9794818062 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 821, "RouteIdentifier": "004", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.974844153, 46.1513553719 ], [ -122.9664209143, 46.1480268532 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 822, "RouteIdentifier": "026", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5806705958, 46.8856606496 ], [ -119.4960377839, 46.8670870363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 823, "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2283833788, 48.5104834855 ], [ -122.2257076367, 48.5104740686 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 824, "RouteIdentifier": "096", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2344986468, 47.8819300694 ], [ -122.2317004486, 47.8819477141 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 825, "RouteIdentifier": "006", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2987829945, 46.5700375755 ], [ -123.2976491615, 46.57004764 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 826, "RouteIdentifier": "528", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1592829547, 48.0537110655 ], [ -122.1430161763, 48.0536913707 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 827, "RouteIdentifier": "021", "AADT": 400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6029610598, 48.8836806589 ], [ -118.5960578667, 48.8929230529 ], [ -118.5702542261, 48.9081474453 ], [ -118.5656033639, 48.9182463274 ], [ -118.5670170403, 48.9268359292 ], [ -118.5544641317, 48.9452340889 ], [ -118.5477800803, 48.9528978326 ], [ -118.5357075896, 48.9566891396 ], [ -118.5353160505, 48.9627204264 ], [ -118.5278088476, 48.96466224 ], [ -118.5270148193, 48.9792705723 ], [ -118.5082944355, 48.9920259516 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 828, "RouteIdentifier": "101", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8939276953, 46.9931418107 ], [ -123.89576752, 46.9948947943 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 829, "RouteIdentifier": "012", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0271462337, 46.2187179874 ], [ -119.0051151642, 46.203549009 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 830, "RouteIdentifier": "410", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9637319287, 47.1991468956 ], [ -121.9599282089, 47.199071826 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 831, "RouteIdentifier": "005", "AADT": 133000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6588479006, 47.0844194177 ], [ -122.648398392, 47.0870048504 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 832, "RouteIdentifier": "202", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8313657266, 47.5369638292 ], [ -121.8182402683, 47.5195028025 ], [ -121.7847660346, 47.4978692597 ], [ -121.7872865838, 47.4951204522 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 833, "RouteIdentifier": "161", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2667172316, 46.8655192861 ], [ -122.2654432539, 46.8668033464 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 834, "RouteIdentifier": "101", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1403335938, 47.4070557775 ], [ -123.1406582023, 47.4063958443 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 835, "RouteIdentifier": "109", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1696146509, 47.1148944779 ], [ -124.1701797505, 47.1175620554 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 836, "RouteIdentifier": "155", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9850301584, 47.9620801186 ], [ -118.9795868328, 47.9655777499 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 837, "RouteIdentifier": "153", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0842561584, 48.2705971119 ], [ -120.0543811291, 48.3022164989 ], [ -120.0523324287, 48.3111175595 ], [ -120.0541593021, 48.3183004848 ], [ -120.0735179834, 48.3417951846 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 838, "RouteIdentifier": "090", "AADT": 102000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1068419882, 47.5689365485 ], [ -122.0890281054, 47.5593389769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 839, "RouteIdentifier": "169", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.002777857, 47.3067016972 ], [ -122.0033924307, 47.3087018731 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 840, "RouteIdentifier": "282", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5404648362, 47.3016571328 ], [ -119.5110835333, 47.2895128669 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 841, "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6888669105, 47.8504476194 ], [ -121.6851132626, 47.8485151937 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 842, "RouteIdentifier": "150", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9970626639, 47.8392820634 ], [ -119.988693195, 47.8318583594 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 843, "RouteIdentifier": "101", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7196952232, 46.9185306009 ], [ -123.7199263398, 46.929127072 ], [ -123.7255969446, 46.9340666372 ], [ -123.7341821694, 46.9344876708 ], [ -123.7656400398, 46.9512725149 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 844, "RouteIdentifier": "410", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.238361396, 47.1927344595 ], [ -122.2337989939, 47.1915311175 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 845, "RouteIdentifier": "007", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2684521921, 46.5680335119 ], [ -122.2518294677, 46.5763541165 ], [ -122.2421710444, 46.589172878 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 846, "RouteIdentifier": "195", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4011678238, 47.5746894483 ], [ -117.403113814, 47.5873771825 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 847, "RouteIdentifier": "101", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3744668125, 47.6129385181 ], [ -124.3875850933, 47.6583279196 ], [ -124.3993841644, 47.6751810229 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 848, "RouteIdentifier": "195", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3968245294, 47.5274308586 ], [ -117.4004674284, 47.5364053504 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 849, "RouteIdentifier": "524", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3228862469, 47.8212957342 ], [ -122.3176863857, 47.8212139394 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 850, "RouteIdentifier": "005", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9002465055, 46.2807315191 ], [ -122.9067208674, 46.2922496265 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 851, "RouteIdentifier": "002", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411162631, 47.6609810366 ], [ -117.4111842305, 47.6640841682 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 852, "RouteIdentifier": "012", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1203640782, 46.6650711504 ], [ -121.0946876862, 46.6671149014 ], [ -121.0695247091, 46.6770302874 ], [ -121.0312749766, 46.6723519543 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 853, "RouteIdentifier": "028SPWENTCH", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2895900621, 47.4060388964 ], [ -120.287327632, 47.3995120011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 854, "RouteIdentifier": "129SP6THST", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.045570409, 46.416277624 ], [ -117.0455743548, 46.418180045 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 855, "RouteIdentifier": "405", "AADT": 91000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2191991764, 47.4676990124 ], [ -122.204514745, 47.471240198 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 856, "RouteIdentifier": "303", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6759360238, 47.659448765 ], [ -122.6795231234, 47.662857905 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 857, "RouteIdentifier": "171", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2815617176, 47.1297537126 ], [ -119.279016421, 47.1310325774 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 858, "RouteIdentifier": "005", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5812917606, 48.852425293 ], [ -122.5841213566, 48.8552680454 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 859, "RouteIdentifier": "508", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8398740601, 46.5760326545 ], [ -122.7836319133, 46.5772503018 ], [ -122.7404835765, 46.5712006701 ], [ -122.7194158446, 46.5756303426 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 860, "RouteIdentifier": "505", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8140314886, 46.4381206875 ], [ -122.8037680338, 46.4381163639 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 861, "RouteIdentifier": "097", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4740346798, 46.5317789409 ], [ -120.4736324891, 46.5393860319 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 862, "RouteIdentifier": "101", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8750691469, 46.2411694514 ], [ -123.9088899283, 46.24591744 ], [ -123.9230833697, 46.2536596942 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 863, "RouteIdentifier": "902", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6837381984, 47.566162133 ], [ -117.6826564308, 47.5676722178 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 864, "RouteIdentifier": "101AR", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0058226032, 46.3220376768 ], [ -124.0055307618, 46.3309327743 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 865, "RouteIdentifier": "012", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6587450787, 46.0394084907 ], [ -118.6183764468, 46.0524276018 ], [ -118.5903183471, 46.0567683361 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 866, "RouteIdentifier": "171", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2740001981, 47.1335512955 ], [ -119.2682387314, 47.1364387388 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 867, "RouteIdentifier": "224", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3680598924, 46.3027624934 ], [ -119.3592158745, 46.3038389416 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 868, "RouteIdentifier": "215", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5284561857, 48.4123674853 ], [ -119.5138464975, 48.416820343 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 869, "RouteIdentifier": "002", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8779176066, 47.6694929404 ], [ -117.8766375645, 47.6695099085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 870, "RouteIdentifier": "524SP3RDAVE", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3803488731, 47.8097254242 ], [ -122.3802638858, 47.8059839555 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 871, "RouteIdentifier": "522", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3202094806, 47.6795440304 ], [ -122.3197480792, 47.6816333663 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 872, "RouteIdentifier": "011", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4852398362, 48.6680694691 ], [ -122.4879877343, 48.6747508138 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 873, "RouteIdentifier": "022", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3149961011, 46.3824800478 ], [ -120.3150062176, 46.3807401139 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 874, "RouteIdentifier": "099", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.334116065, 47.5428151022 ], [ -122.3343590195, 47.548548451 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 875, "RouteIdentifier": "028", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8587943416, 47.2333342522 ], [ -119.8548278199, 47.23342187 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 876, "RouteIdentifier": "410", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.954468967, 46.8616530173 ], [ -120.9489550287, 46.8453769887 ], [ -120.9198054238, 46.8088624381 ], [ -120.8730896808, 46.7911106338 ], [ -120.852016458, 46.7729537418 ], [ -120.8280101158, 46.7646641629 ], [ -120.8296238449, 46.7598306382 ], [ -120.8262913588, 46.7574551866 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 877, "RouteIdentifier": "105", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0894814698, 46.794082912 ], [ -124.0910571193, 46.7988293856 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 878, "RouteIdentifier": "205", "AADT": 101000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5509906905, 45.6012653728 ], [ -122.5528157131, 45.6121505059 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 879, "RouteIdentifier": "516", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1254159669, 47.3580621765 ], [ -122.1199550793, 47.3581151088 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 880, "RouteIdentifier": "167", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3138098088, 47.2044681618 ], [ -122.3082844841, 47.2024103912 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 881, "RouteIdentifier": "101", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3232512525, 47.7503923932 ], [ -124.3181176136, 47.7587161676 ], [ -124.2855580029, 47.7726923141 ], [ -124.2759947825, 47.7820982488 ], [ -124.2530151923, 47.7822663141 ], [ -124.2495130066, 47.7881392179 ], [ -124.2521475758, 47.7981298006 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 882, "RouteIdentifier": "103", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.054617725, 46.3453645423 ], [ -124.0547617311, 46.345935959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 883, "RouteIdentifier": "129", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0442671142, 46.4171675734 ], [ -117.0418061778, 46.4188762721 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 884, "RouteIdentifier": "101", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0433848336, 46.3088545203 ], [ -124.0433824839, 46.311738539 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 885, "RouteIdentifier": "290", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0986362805, 47.712113508 ], [ -117.0689280259, 47.7241616056 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 886, "RouteIdentifier": "101", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1231539266, 48.0732680847 ], [ -123.1086623321, 48.0731296075 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 887, "RouteIdentifier": "202", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.121605019, 47.6744466654 ], [ -122.12152933, 47.6738932335 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 888, "RouteIdentifier": "021", "AADT": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7177993581, 47.8557884326 ], [ -118.7244772311, 47.8657256228 ], [ -118.7262988872, 47.8616518102 ], [ -118.7266656923, 47.866288751 ], [ -118.7193816343, 47.8729650037 ], [ -118.708130171, 47.8753570306 ], [ -118.7187904488, 47.879567979 ], [ -118.714596597, 47.893776273 ], [ -118.6952783466, 47.904651593 ], [ -118.6974620996, 47.9153870731 ], [ -118.689698978, 47.9188318309 ], [ -118.6896573662, 47.926800027 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 889, "RouteIdentifier": "161", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2938536061, 47.2051808084 ], [ -122.2939107442, 47.2065716074 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 890, "RouteIdentifier": "012", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9357957557, 46.1384811775 ], [ -118.9299651984, 46.1234412496 ], [ -118.9125576769, 46.0999090238 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 891, "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6615401387, 47.5961287953 ], [ -120.6572408493, 47.5983589324 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 892, "RouteIdentifier": "522", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2923996871, 47.7318031538 ], [ -122.2924586232, 47.7337786904 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 893, "RouteIdentifier": "002", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0751751165, 47.9197652005 ], [ -122.0661637707, 47.9143207671 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 894, "RouteIdentifier": "005", "AADT": 70000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9752113547, 46.7336230278 ], [ -123.0096321933, 46.7929903915 ], [ -123.0095031858, 46.7983597125 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 895, "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2352752464, 48.510504468 ], [ -122.2339586384, 48.510507948 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 896, "RouteIdentifier": "500", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4080084386, 45.6115840369 ], [ -122.4077199663, 45.6106168272 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 897, "RouteIdentifier": "007", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2421710444, 46.589172878 ], [ -122.2342561239, 46.5991023786 ], [ -122.2289134311, 46.6195560146 ], [ -122.2123686575, 46.6293876951 ], [ -122.200381036, 46.6527892071 ], [ -122.1960275134, 46.6788309729 ], [ -122.1994759487, 46.7042746461 ], [ -122.2193180607, 46.7251006266 ], [ -122.2079538886, 46.7335435597 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 898, "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6924466276, 47.8522943399 ], [ -121.6888669105, 47.8504476194 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 899, "RouteIdentifier": "506", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9750403018, 46.4047023004 ], [ -122.9698911237, 46.4019382554 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 900, "RouteIdentifier": "101", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8934297223, 46.5484187108 ], [ -123.9161773153, 46.5735129812 ], [ -123.9193768639, 46.5990484863 ], [ -123.9142185013, 46.6143994929 ], [ -123.9231640027, 46.6264718255 ], [ -123.9195012753, 46.6405634658 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 901, "RouteIdentifier": "117", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4595741397, 48.1100676892 ], [ -123.4449923396, 48.1224985775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 902, "RouteIdentifier": "099", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3353775602, 47.2512222204 ], [ -122.3355225852, 47.2647220072 ], [ -122.322068257, 47.2826226664 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 903, "RouteIdentifier": "097", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4398134853, 48.7045718994 ], [ -119.4389284985, 48.705561124 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 904, "RouteIdentifier": "027", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2426281993, 47.1322797485 ], [ -117.2430200919, 47.1351050773 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 905, "RouteIdentifier": "105", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0868475896, 46.7892994633 ], [ -124.0894814698, 46.794082912 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 906, "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.322729826, 47.1025870681 ], [ -119.3061625069, 47.1007526268 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 907, "RouteIdentifier": "204", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1217698707, 47.9948572706 ], [ -122.1126921303, 48.0002111444 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 908, "RouteIdentifier": "900", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1414184657, 47.5061993756 ], [ -122.1248280167, 47.5008402591 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 909, "RouteIdentifier": "520", "AADT": 61000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1351290082, 47.640071799 ], [ -122.1377401447, 47.6538823653 ], [ -122.134945908, 47.6610541746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 910, "RouteIdentifier": "012", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9712249078, 46.5098672609 ], [ -117.9486341254, 46.5101973652 ], [ -117.9333783642, 46.5226592223 ], [ -117.8906915475, 46.5450662647 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 911, "RouteIdentifier": "090", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9862702466, 47.5309639916 ], [ -121.9719468032, 47.5356190389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 912, "RouteIdentifier": "110SPMORA", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.5816396399, 47.9176697804 ], [ -124.5903548008, 47.917783212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 913, "RouteIdentifier": "012", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3526072751, 46.656816854 ], [ -121.341432663, 46.6594134737 ], [ -121.3385969386, 46.6559459214 ], [ -121.3092733459, 46.6569028996 ], [ -121.2807737226, 46.6507323213 ], [ -121.2720903746, 46.6447841556 ], [ -121.1785138343, 46.6444383578 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 914, "RouteIdentifier": "097", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6999410067, 45.923000308 ], [ -120.6965690225, 45.9324842549 ], [ -120.6583470417, 45.9562641417 ], [ -120.6537674636, 45.9641209952 ], [ -120.6538196253, 45.9965615172 ], [ -120.6409423299, 46.0067409664 ], [ -120.6402471596, 46.0159231899 ], [ -120.6224996657, 46.0271360717 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 915, "RouteIdentifier": "002", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.402291177, 47.749169702 ], [ -117.396336916, 47.755353533 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 916, "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2954198113, 47.4345568351 ], [ -122.2958516184, 47.4404648377 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 917, "RouteIdentifier": "225", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4752230368, 46.2516861086 ], [ -119.4761902468, 46.2572390375 ], [ -119.4871230724, 46.2579063443 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 918, "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5889958565, 47.5568399451 ], [ -120.5877830321, 47.5561469233 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 919, "RouteIdentifier": "112", "AADT": 870 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.5577067344, 48.3588356337 ], [ -124.4481794241, 48.3163709433 ], [ -124.441553728, 48.3087450645 ], [ -124.4170379921, 48.3016446894 ], [ -124.3939306113, 48.2869815122 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 920, "RouteIdentifier": "161", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2947627706, 47.0592610847 ], [ -122.2940652218, 47.0777178732 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 921, "RouteIdentifier": "971", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2017909519, 47.8734177394 ], [ -120.2012261125, 47.8744218608 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 922, "RouteIdentifier": "107", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6492690844, 46.9444965174 ], [ -123.6192593546, 46.9465973928 ], [ -123.6032357017, 46.9588877342 ], [ -123.6041613497, 46.9661133917 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 923, "RouteIdentifier": "285COWENTCH", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3206709228, 47.4319777068 ], [ -120.3128299563, 47.4225323717 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 924, "RouteIdentifier": "014", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7366031924, 45.6987633896 ], [ -121.7054052114, 45.6992145937 ], [ -121.6759438831, 45.7099755879 ], [ -121.6604109342, 45.7097319074 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 925, "RouteIdentifier": "409", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3830261382, 46.2040132418 ], [ -123.3821019742, 46.204770148 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 926, "RouteIdentifier": "099", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3470322877, 47.6426862378 ], [ -122.3473316285, 47.6527710843 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 927, "RouteIdentifier": "150", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1554043069, 47.8843452114 ], [ -120.1511179931, 47.883422456 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 928, "RouteIdentifier": "097", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4362799721, 48.9485573498 ], [ -119.4366735302, 48.9489071813 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 929, "RouteIdentifier": "161", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2959770656, 47.1610814791 ], [ -122.297846414, 47.1614508102 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 930, "RouteIdentifier": "395", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7153794817, 48.2082318736 ], [ -117.7154506529, 48.2699984918 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 931, "RouteIdentifier": "291", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5450441479, 47.7703887266 ], [ -117.5439564153, 47.7770043475 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 932, "RouteIdentifier": "224", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3592158745, 46.3038389416 ], [ -119.3472771984, 46.3003841931 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 933, "RouteIdentifier": "005", "AADT": 99000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1847277876, 48.0959977763 ], [ -122.1847725776, 48.1059122858 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 934, "RouteIdentifier": "090", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5468406356, 47.1039007809 ], [ -119.4559455385, 47.1039759554 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 935, "RouteIdentifier": "027", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2035165481, 46.708001321 ], [ -117.2027047002, 46.7090131164 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 936, "RouteIdentifier": "503", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.55279656, 45.6913817983 ], [ -122.5527655447, 45.7037149254 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 937, "RouteIdentifier": "504", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.900982517, 46.2858307257 ], [ -122.8997031408, 46.2867891323 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 938, "RouteIdentifier": "100SPCANBY", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0565418921, 46.2902358871 ], [ -124.0560465833, 46.2891258681 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 939, "RouteIdentifier": "012", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4853465728, 46.5342767318 ], [ -122.475498549, 46.5361010556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 940, "RouteIdentifier": "006", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7094384198, 46.6776841454 ], [ -123.7038991686, 46.6750455817 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 941, "RouteIdentifier": "260", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8614321809, 46.652330978 ], [ -118.8524014486, 46.6510749802 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 942, "RouteIdentifier": "003", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6927958127, 47.661573015 ], [ -122.6880316431, 47.664446406 ], [ -122.6882400113, 47.6692766526 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 943, "RouteIdentifier": "021", "AADT": 200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6669042924, 47.0988351268 ], [ -118.6653004485, 47.1161677624 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 944, "RouteIdentifier": "003", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6759314616, 47.5414115006 ], [ -122.6748917772, 47.5440202547 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 945, "RouteIdentifier": "090", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3016866652, 47.3019511926 ], [ -121.2916134708, 47.299067816 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 946, "RouteIdentifier": "505", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.84688053, 46.4446581265 ], [ -122.8478646508, 46.4428982556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 947, "RouteIdentifier": "270", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1781385805, 46.7289018557 ], [ -117.1769047974, 46.729513769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 948, "RouteIdentifier": "243", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9550394088, 46.881056224 ], [ -119.9465333306, 46.9123858241 ], [ -119.9569337464, 46.9310727047 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 949, "RouteIdentifier": "012", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6035425582, 46.5285458674 ], [ -122.5955693857, 46.5253458249 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 950, "RouteIdentifier": "405", "AADT": 120000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2236011158, 47.8003896824 ], [ -122.2315021263, 47.8140192332 ], [ -122.2564077395, 47.8281388084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 951, "RouteIdentifier": "524", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3494761141, 47.8214634366 ], [ -122.3413276695, 47.8214509801 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 952, "RouteIdentifier": "203", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9163495454, 47.639117271 ], [ -121.9102593964, 47.6591206418 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 953, "RouteIdentifier": "103", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0525359155, 46.466597142 ], [ -124.0524708108, 46.4681772505 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 954, "RouteIdentifier": "203", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9707726081, 47.8570932647 ], [ -121.970344695, 47.8592876727 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 955, "RouteIdentifier": "395SPNSC", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3565494361, 47.7225769388 ], [ -117.3549235161, 47.7296515994 ], [ -117.3606738137, 47.7392386451 ], [ -117.3591982992, 47.7502754755 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 956, "RouteIdentifier": "028", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1328213855, 47.4183288429 ], [ -119.1069520778, 47.4029037206 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 957, "RouteIdentifier": "224", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3472771984, 46.3003841931 ], [ -119.3370276268, 46.2969163285 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 958, "RouteIdentifier": "101", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9614934821, 48.0502939774 ], [ -122.9507202106, 48.050275 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 959, "RouteIdentifier": "004", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3633339712, 46.1950290192 ], [ -123.3544482975, 46.1872368309 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 960, "RouteIdentifier": "028", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2560871516, 47.4838568514 ], [ -118.2546862005, 47.4856106964 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 961, "RouteIdentifier": "410", "AADT": 700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3590945902, 46.9323858894 ], [ -121.3058304988, 46.9520915888 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 962, "RouteIdentifier": "020", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9651128936, 48.5240655431 ], [ -121.9301268685, 48.5264239752 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 963, "RouteIdentifier": "005", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9768718108, 46.656330602 ], [ -122.9799410614, 46.666273563 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 964, "RouteIdentifier": "103", "AADT": 650 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0345305238, 46.549222742 ], [ -124.0378003229, 46.5491873736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 965, "RouteIdentifier": "002", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2928419495, 47.6157241973 ], [ -119.2882313209, 47.6170498652 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 966, "RouteIdentifier": "206", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2290446727, 47.8020950345 ], [ -117.2128688346, 47.8047418564 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 967, "RouteIdentifier": "202", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1216193183, 47.6754410608 ], [ -122.121605019, 47.6744466654 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 968, "RouteIdentifier": "002", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5071454103, 47.6430669681 ], [ -117.4899748205, 47.6377977945 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 969, "RouteIdentifier": "004", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0155186397, 46.1714070706 ], [ -123.0109218044, 46.1691434983 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 970, "RouteIdentifier": "544", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3234409469, 48.9201959718 ], [ -122.3219125052, 48.9201922455 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 971, "RouteIdentifier": "101", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0741604248, 47.4897900635 ], [ -123.0798887479, 47.4834193437 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 972, "RouteIdentifier": "503", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5200551004, 45.865996916 ], [ -122.5142285605, 45.8854969434 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 973, "RouteIdentifier": "005", "AADT": 146000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4989188555, 47.1501796155 ], [ -122.4839759446, 47.158948731 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 974, "RouteIdentifier": "026", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4753373648, 46.862537997 ], [ -119.4532860957, 46.8561637408 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 975, "RouteIdentifier": "003", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8302534091, 47.4465115389 ], [ -122.8269220429, 47.4513256561 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 976, "RouteIdentifier": "090", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0483767272, 47.6956888561 ], [ -117.0417025967, 47.6966317895 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 977, "RouteIdentifier": "395", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411395589, 47.7475767488 ], [ -117.4108536601, 47.7513199125 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 978, "RouteIdentifier": "291", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6248994904, 47.8447512634 ], [ -117.641565621, 47.8531276258 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 979, "RouteIdentifier": "005", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4637974094, 48.749722479 ], [ -122.4622122897, 48.7536867617 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 980, "RouteIdentifier": "515", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2024048555, 47.3748567353 ], [ -122.2022086866, 47.3993044634 ], [ -122.1971702632, 47.4033636901 ], [ -122.1970568676, 47.4134071531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 981, "RouteIdentifier": "014", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1928665076, 45.6576560325 ], [ -121.1823283839, 45.6490400174 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 982, "RouteIdentifier": "524", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3673070896, 47.8179585281 ], [ -122.3663582961, 47.8214821079 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 983, "RouteIdentifier": "903", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9931524128, 47.222746832 ], [ -120.9940435568, 47.2237272029 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 984, "RouteIdentifier": "011", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.486331208, 48.7148245953 ], [ -122.4751894509, 48.7143961658 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 985, "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1774124503, 47.0928575254 ], [ -119.16309152, 47.0915688757 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 986, "RouteIdentifier": "005", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3416041033, 48.4806846506 ], [ -122.3354436719, 48.4902753934 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 987, "RouteIdentifier": "097COMARYHL", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8239311827, 45.699442413 ], [ -120.8245858874, 45.6986339731 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 988, "RouteIdentifier": "025", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0751698208, 48.6068991662 ], [ -118.0783937232, 48.6149269177 ], [ -118.0719817894, 48.6214498763 ], [ -118.0767913963, 48.6302280828 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 989, "RouteIdentifier": "103", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0338926368, 46.4915291514 ], [ -124.0337063992, 46.4929517328 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 990, "RouteIdentifier": "150", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9823239969, 47.8274002482 ], [ -119.9786186226, 47.8263733091 ], [ -119.9835503921, 47.8126666885 ], [ -119.9808716374, 47.8137027141 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 991, "RouteIdentifier": "503", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7408549752, 45.9111701973 ], [ -122.7402748344, 45.9071079053 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 992, "RouteIdentifier": "241", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9990847026, 46.3019803085 ], [ -119.9781878444, 46.3023441821 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 993, "RouteIdentifier": "026", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1335402589, 46.81166858 ], [ -119.0482198121, 46.7995487771 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 994, "RouteIdentifier": "028", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5985546782, 47.2518971615 ], [ -119.5802254795, 47.2715449725 ], [ -119.5798147835, 47.2816012149 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 995, "RouteIdentifier": "022", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2461650816, 46.3276930204 ], [ -120.2287970334, 46.322331888 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 996, "RouteIdentifier": "503", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6245766997, 45.9425126462 ], [ -122.6292421446, 45.941283986 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 997, "RouteIdentifier": "202", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0103610919, 47.6398424818 ], [ -121.9982651856, 47.6313971171 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 998, "RouteIdentifier": "900", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0619693815, 47.5476213035 ], [ -122.0609313135, 47.5488637513 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 999, "RouteIdentifier": "518", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3320839174, 47.4704214925 ], [ -122.3286086093, 47.4699818296 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1000, "RouteIdentifier": "101", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9291735447, 47.4763535553 ], [ -123.9337629187, 47.4801114863 ], [ -123.9589950413, 47.4802520054 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1001, "RouteIdentifier": "129", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0523623815, 46.336389697 ], [ -117.0487379362, 46.3397717715 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1002, "RouteIdentifier": "101", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.89576752, 46.9948947943 ], [ -123.899165273, 46.997061728 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1003, "RouteIdentifier": "012", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8562732625, 46.5369650839 ], [ -117.8217992709, 46.5244556466 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1004, "RouteIdentifier": "005", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9600984345, 46.8984631507 ], [ -122.9467593344, 46.9213451432 ], [ -122.9389895243, 46.9474951907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1005, "RouteIdentifier": "970", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7730682265, 47.1959969886 ], [ -120.7607234225, 47.1917861928 ], [ -120.7332273936, 47.2005102162 ], [ -120.7189725743, 47.1993671783 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1006, "RouteIdentifier": "101", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2580730119, 47.8098225751 ], [ -124.2638042622, 47.8258077379 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1007, "RouteIdentifier": "101", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7934879339, 46.6650978736 ], [ -123.7831803897, 46.6698379874 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1008, "RouteIdentifier": "027", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1974475198, 47.5227002331 ], [ -117.2106226505, 47.5366364133 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1009, "RouteIdentifier": "101COABERDN", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8261026875, 46.9700612141 ], [ -123.8158546232, 46.9740606365 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1010, "RouteIdentifier": "020", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6311760448, 48.1709418294 ], [ -122.609133392, 48.1712861629 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1011, "RouteIdentifier": "500", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4244049035, 45.6505489649 ], [ -122.4244634331, 45.6433255811 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1012, "RouteIdentifier": "272", "AADT": 430 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1027698079, 46.9174522008 ], [ -117.0865946222, 46.9166932633 ], [ -117.0875131805, 46.9125608238 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1013, "RouteIdentifier": "307", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.607158394, 47.7724672092 ], [ -122.6032429154, 47.7771222102 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1014, "RouteIdentifier": "014", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.524779511, 45.7292158488 ], [ -121.5209883629, 45.728362545 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1015, "RouteIdentifier": "524", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3818597904, 47.8122546849 ], [ -122.3807347134, 47.8118396427 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1016, "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7350013936, 46.2109623873 ], [ -119.7134341801, 46.2195650238 ], [ -119.6746905035, 46.2230812429 ], [ -119.6647884113, 46.2316909296 ], [ -119.6378671733, 46.2418590791 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1017, "RouteIdentifier": "129", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0418061778, 46.4188762721 ], [ -117.0398979045, 46.4201869144 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1018, "RouteIdentifier": "107", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6009036248, 46.9747491231 ], [ -123.6009001718, 46.9756350054 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1019, "RouteIdentifier": "003", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1001117785, 47.2128066209 ], [ -123.0984506931, 47.2150788727 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1020, "RouteIdentifier": "195", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.398395829, 47.5437706657 ], [ -117.3939754864, 47.5534212221 ], [ -117.4011678238, 47.5746894483 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1021, "RouteIdentifier": "162", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2329885436, 47.1517472612 ], [ -122.2366664186, 47.1398909033 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1022, "RouteIdentifier": "543", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7349579061, 48.9905390378 ], [ -122.7349574112, 48.9939874349 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1023, "RouteIdentifier": "101", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1998425884, 48.0838545215 ], [ -123.1729427957, 48.0794522238 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1024, "RouteIdentifier": "005", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8950160535, 46.1910097955 ], [ -122.8878973615, 46.2290248549 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1025, "RouteIdentifier": "026", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8543075131, 46.8986913821 ], [ -119.7477078919, 46.8989696084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1026, "RouteIdentifier": "003", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6515427568, 47.7916136315 ], [ -122.6494078234, 47.8021122484 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1027, "RouteIdentifier": "526", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2845197408, 47.9244871101 ], [ -122.275846758, 47.922028224 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1028, "RouteIdentifier": "527", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2067906493, 47.8972009127 ], [ -122.2068183241, 47.898121112 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1029, "RouteIdentifier": "090", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1254705822, 47.6666303079 ], [ -117.1119679946, 47.6701905633 ], [ -117.1030345042, 47.677801453 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1030, "RouteIdentifier": "017", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1343073841, 46.7823988651 ], [ -119.1342855473, 46.7970731587 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1031, "RouteIdentifier": "512", "AADT": 93000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2965893904, 47.1697800021 ], [ -122.2966981396, 47.1766290629 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1032, "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3444365005, 47.6869595926 ], [ -122.344449168, 47.6905617273 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1033, "RouteIdentifier": "125", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3463687355, 46.0605179899 ], [ -118.3470868548, 46.0613934646 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1034, "RouteIdentifier": "520", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2133341775, 47.6416718327 ], [ -122.2093039324, 47.6428078098 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1035, "RouteIdentifier": "124", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1547729075, 46.2701299684 ], [ -118.1532476863, 46.2701348718 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1036, "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0246904637, 46.4313046328 ], [ -119.0241669698, 46.4325560871 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1037, "RouteIdentifier": "005", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6645242594, 45.6843405722 ], [ -122.6633194815, 45.6889511168 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1038, "RouteIdentifier": "522", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2093581645, 47.7588250331 ], [ -122.2074296103, 47.7589886736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1039, "RouteIdentifier": "101", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0718667587, 47.0910580253 ], [ -123.0326707223, 47.0850835188 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1040, "RouteIdentifier": "012", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.046642025, 46.2322064702 ], [ -119.0389832338, 46.2269143007 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1041, "RouteIdentifier": "090", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1433040389, 47.6655064295 ], [ -117.1254705822, 47.6666303079 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1042, "RouteIdentifier": "432", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9772037818, 46.1314750359 ], [ -122.9708431325, 46.1276076543 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1043, "RouteIdentifier": "432", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9437335833, 46.1159145 ], [ -122.9300694121, 46.1160931581 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1044, "RouteIdentifier": "503", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5527655447, 45.7037149254 ], [ -122.5526401143, 45.7079886815 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1045, "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3461737894, 47.4701826048 ], [ -120.3405862296, 47.4683902338 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1046, "RouteIdentifier": "020", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0468216405, 48.1843343896 ], [ -117.0454478886, 48.1840423049 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1047, "RouteIdentifier": "021", "AADT": 190 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6653004485, 47.1161677624 ], [ -118.6650951427, 47.1307627649 ], [ -118.6865288265, 47.1310840591 ], [ -118.6868873255, 47.1525952933 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1048, "RouteIdentifier": "012", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0705784959, 46.818061401 ], [ -123.0445647319, 46.8032170817 ], [ -123.0367919974, 46.8025443825 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1049, "RouteIdentifier": "303", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6329554592, 47.5769885266 ], [ -122.6311588032, 47.5832738305 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1050, "RouteIdentifier": "167", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3891779095, 47.2344452702 ], [ -122.3464829935, 47.2161092989 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1051, "RouteIdentifier": "503", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6602039757, 45.9401079071 ], [ -122.6781103544, 45.9394909444 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1052, "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2572398494, 47.8906887228 ], [ -122.2484756693, 47.9000726144 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1053, "RouteIdentifier": "195", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3895677666, 47.4250017467 ], [ -117.3851698428, 47.4416448647 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1054, "RouteIdentifier": "215", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.51157568, 48.4168080215 ], [ -119.5086232761, 48.4167726734 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1055, "RouteIdentifier": "090", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5588936409, 47.1038824628 ], [ -119.5468406356, 47.1039007809 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1056, "RouteIdentifier": "020", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3028444423, 48.6504520462 ], [ -121.2687683916, 48.6735745065 ], [ -121.2428911629, 48.6747734043 ], [ -121.2417871323, 48.6848232358 ], [ -121.2133872234, 48.6996238392 ], [ -121.1788562676, 48.7047805918 ], [ -121.1615462137, 48.7118489675 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1057, "RouteIdentifier": "027", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1415565005, 47.4513001292 ], [ -117.150006285, 47.4715006436 ], [ -117.1473710049, 47.490110618 ], [ -117.1534210243, 47.4954564889 ], [ -117.1543496781, 47.5050294883 ], [ -117.1729346647, 47.5083302931 ], [ -117.1911483543, 47.5183415887 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1058, "RouteIdentifier": "005", "AADT": 156000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3218213184, 47.7696559418 ], [ -122.3161178049, 47.7897600047 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1059, "RouteIdentifier": "023", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9726679277, 47.3094719647 ], [ -117.9743483399, 47.316068813 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1060, "RouteIdentifier": "004", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8576433404, 46.4293681134 ], [ -123.8422504198, 46.4113220356 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1061, "RouteIdentifier": "103", "AADT": 790 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0306794602, 46.5320120219 ], [ -124.0311381455, 46.5464572368 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1062, "RouteIdentifier": "536", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4283589995, 48.4448569455 ], [ -122.4220672954, 48.4427374565 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1063, "RouteIdentifier": "005", "AADT": 168000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1919909484, 47.9726739009 ], [ -122.1903760819, 47.9768936616 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1064, "RouteIdentifier": "405", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2564077395, 47.8281388084 ], [ -122.2615653431, 47.8313484071 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1065, "RouteIdentifier": "012", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0389677607, 46.4202679171 ], [ -117.0359439377, 46.4204504282 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1066, "RouteIdentifier": "509", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4199297039, 47.2443571022 ], [ -122.3998093609, 47.2472450781 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1067, "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3061625069, 47.1007526268 ], [ -119.2760112984, 47.102681285 ], [ -119.2359630516, 47.0980998127 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1068, "RouteIdentifier": "003", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6513721365, 47.7650327884 ], [ -122.6507363437, 47.7695891636 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1069, "RouteIdentifier": "509", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3794534635, 47.2749697278 ], [ -122.3873073485, 47.2789522223 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1070, "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3386717842, 47.467239294 ], [ -120.337752153, 47.4679946321 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1071, "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3506178988, 47.9432704768 ], [ -117.3495747173, 47.9706537304 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1072, "RouteIdentifier": "090", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8239536487, 47.1032398754 ], [ -119.7595545426, 47.1034506094 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1073, "RouteIdentifier": "017", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4973048928, 47.4245366123 ], [ -119.5139073632, 47.4582590092 ], [ -119.5147481213, 47.4841570152 ], [ -119.4959565531, 47.5262188898 ], [ -119.4877526805, 47.534625173 ], [ -119.4698317487, 47.5426197192 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1074, "RouteIdentifier": "904", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5941205276, 47.5625995288 ], [ -117.5935764168, 47.5639483159 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1075, "RouteIdentifier": "108", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2866459043, 47.0557293212 ], [ -123.2754372301, 47.0555807313 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1076, "RouteIdentifier": "395", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.571639149, 46.9627633161 ], [ -118.564368032, 46.9784278916 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1077, "RouteIdentifier": "012", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5436645551, 46.6226773126 ], [ -120.5384276031, 46.6224575094 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1078, "RouteIdentifier": "016AR", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5607434503, 47.285298956 ], [ -122.5598601931, 47.2754181914 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1079, "RouteIdentifier": "141", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4875027306, 45.727786525 ], [ -121.5060798331, 45.7309675268 ], [ -121.5123870647, 45.7354852032 ], [ -121.5138862172, 45.7429041091 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1080, "RouteIdentifier": "004", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8982557871, 46.1444215752 ], [ -122.897437776, 46.1447077289 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1081, "RouteIdentifier": "105SPWESTPT", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1108347849, 46.868530839 ], [ -124.111600125, 46.8850832339 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1082, "RouteIdentifier": "109", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1977866952, 47.2037633126 ], [ -124.1981225594, 47.2096549901 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1083, "RouteIdentifier": "009", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3092045302, 48.9638603752 ], [ -122.2884988914, 48.963997296 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1084, "RouteIdentifier": "509", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3223014031, 47.4387746189 ], [ -122.3204263512, 47.4439375555 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1085, "RouteIdentifier": "090", "AADT": 89000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4685078514, 47.6390299187 ], [ -117.4478142216, 47.6480936772 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1086, "RouteIdentifier": "009", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1434566593, 47.7903443739 ], [ -122.1434306209, 47.804831104 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1087, "RouteIdentifier": "163", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5141387154, 47.305285326 ], [ -122.5141532261, 47.305786013 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1088, "RouteIdentifier": "520", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3049498032, 47.6441648565 ], [ -122.2886549992, 47.644785095 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1089, "RouteIdentifier": "025", "AADT": 660 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0528192146, 48.6655590546 ], [ -118.0248355209, 48.673690401 ], [ -118.0156324089, 48.6799759393 ], [ -118.01183753, 48.6910675803 ], [ -118.0246739855, 48.714996295 ], [ -118.0424279281, 48.7258692143 ], [ -118.0490326374, 48.7359093653 ], [ -118.0449313771, 48.7513776852 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1090, "RouteIdentifier": "101", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4409541321, 48.1081108568 ], [ -123.4325841603, 48.1173198234 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1091, "RouteIdentifier": "009", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3217483631, 48.934759017 ], [ -122.3209191677, 48.9438094983 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1092, "RouteIdentifier": "410", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1637086417, 47.1693190408 ], [ -122.1591468798, 47.1688389452 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1093, "RouteIdentifier": "506", "AADT": 270 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0437695719, 46.3726813295 ], [ -123.0436033456, 46.3778943675 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1094, "RouteIdentifier": "007", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1934957289, 46.7573170831 ], [ -122.1920445113, 46.7631482149 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1095, "RouteIdentifier": "509", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3228061274, 47.4391963694 ], [ -122.3222272004, 47.4388851786 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1096, "RouteIdentifier": "101", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4325841603, 48.1173198234 ], [ -123.4317237119, 48.1182747731 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1097, "RouteIdentifier": "101", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7703914682, 46.9553073045 ], [ -123.7726340053, 46.9572131386 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1098, "RouteIdentifier": "101", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.801005869, 46.9715394508 ], [ -123.8046532988, 46.9702958878 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1099, "RouteIdentifier": "090", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4559455385, 47.1039759554 ], [ -119.4399901193, 47.1039813699 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1100, "RouteIdentifier": "027", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2027047002, 46.7090131164 ], [ -117.1944912719, 46.7123163464 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1101, "RouteIdentifier": "505", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8425140234, 46.4589718006 ], [ -122.8432117884, 46.4565616045 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1102, "RouteIdentifier": "522", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3055000322, 47.6975803085 ], [ -122.3004396604, 47.7105219184 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1103, "RouteIdentifier": "020", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2414121493, 48.5104075699 ], [ -122.238568264, 48.5105092144 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1104, "RouteIdentifier": "243", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9417957659, 46.8489960363 ], [ -119.9564385558, 46.870475719 ], [ -119.9550394088, 46.881056224 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1105, "RouteIdentifier": "516", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1199550793, 47.3581151088 ], [ -122.1183933229, 47.358083689 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1106, "RouteIdentifier": "534", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2917893864, 48.3357459775 ], [ -122.2346365429, 48.3169213007 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1107, "RouteIdentifier": "902", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6826802298, 47.5728704065 ], [ -117.6822629215, 47.5797908647 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1108, "RouteIdentifier": "508", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2966216811, 46.5642108312 ], [ -122.2876908004, 46.5629051119 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1109, "RouteIdentifier": "231", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7260701767, 47.9948236433 ], [ -117.7319104687, 48.0271486285 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1110, "RouteIdentifier": "547", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.163014477, 48.9673328212 ], [ -122.1791586732, 48.976749001 ], [ -122.2244279928, 48.9635543174 ], [ -122.2383116691, 48.9818595874 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1111, "RouteIdentifier": "109", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1654679307, 47.0715130267 ], [ -124.1655918294, 47.0723702608 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1112, "RouteIdentifier": "395", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.4763407681, 47.0248252936 ], [ -118.4422043734, 47.0465468351 ], [ -118.4141103189, 47.0591967856 ], [ -118.4096531682, 47.0680228106 ], [ -118.4070751366, 47.1033095374 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1113, "RouteIdentifier": "002", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.737315796, 47.6895337324 ], [ -120.7340804093, 47.6761871917 ], [ -120.736360708, 47.6653111621 ], [ -120.7293898748, 47.659802408 ], [ -120.7200561919, 47.6404036194 ], [ -120.7278030171, 47.6305660868 ], [ -120.7121110083, 47.5936110768 ], [ -120.701765463, 47.584174099 ], [ -120.6752481496, 47.5885745711 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1114, "RouteIdentifier": "014", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9015325687, 45.6823424191 ], [ -121.8860713061, 45.6924749788 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1115, "RouteIdentifier": "002", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3849909341, 47.7667352841 ], [ -117.3782208966, 47.7726334374 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1116, "RouteIdentifier": "004COKELSO", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9075601174, 46.1465486719 ], [ -122.9085060615, 46.1467022322 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1117, "RouteIdentifier": "290", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3720613135, 47.6630728307 ], [ -117.3625630309, 47.6667062903 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1118, "RouteIdentifier": "103", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0524708108, 46.4681772505 ], [ -124.050056982, 46.4906407097 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1119, "RouteIdentifier": "304", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6552199252, 47.5591158808 ], [ -122.6532972455, 47.5655345715 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1120, "RouteIdentifier": "002", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7393994237, 47.7563801327 ], [ -120.7384906148, 47.7360195936 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1121, "RouteIdentifier": "104", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6020428046, 47.8547635857 ], [ -122.5840564696, 47.8521537918 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1122, "RouteIdentifier": "002", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.483337808, 47.77070918 ], [ -121.4722955548, 47.7620355267 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1123, "RouteIdentifier": "017", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2297404096, 47.0873925614 ], [ -119.2426005336, 47.0979189769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1124, "RouteIdentifier": "704", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.448296137, 47.0970846899 ], [ -122.434931526, 47.0973144524 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1125, "RouteIdentifier": "163", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5156562553, 47.2992775357 ], [ -122.5156424716, 47.3005954736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1126, "RouteIdentifier": "505", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.689147502, 46.3885347527 ], [ -122.6768545821, 46.3788408723 ], [ -122.6734966352, 46.3612844656 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1127, "RouteIdentifier": "122", "AADT": 940 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4858227533, 46.5364298713 ], [ -122.4853465728, 46.5342767318 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1128, "RouteIdentifier": "107", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6707784483, 46.9375606362 ], [ -123.6492690844, 46.9444965174 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1129, "RouteIdentifier": "017", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1601933723, 47.0283986473 ], [ -119.1947276042, 47.0577047606 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1130, "RouteIdentifier": "115", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1627542467, 47.0173831144 ], [ -124.1550212915, 47.0173446802 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1131, "RouteIdentifier": "027", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0730185905, 47.2267941681 ], [ -117.1115839277, 47.2323900431 ], [ -117.1304728709, 47.2420790028 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1132, "RouteIdentifier": "012", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6109588785, 46.6497792928 ], [ -121.6020091618, 46.6572102746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1133, "RouteIdentifier": "025", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0035439323, 48.8008410224 ], [ -118.0000524199, 48.8073878339 ], [ -117.9839914901, 48.8137933308 ], [ -117.9732159238, 48.8153725474 ], [ -117.9487392461, 48.8094853403 ], [ -117.9292546465, 48.8147409952 ], [ -117.911425089, 48.8271070325 ], [ -117.8959484464, 48.8508702474 ], [ -117.881274636, 48.8536526446 ], [ -117.8721976377, 48.8648540321 ], [ -117.8535989042, 48.873679994 ], [ -117.8412727199, 48.8719526263 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1134, "RouteIdentifier": "125", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3564482172, 46.0758820358 ], [ -118.356443458, 46.0771858995 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1135, "RouteIdentifier": "529SPEVERET", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1880265207, 47.9816960822 ], [ -122.1866738723, 47.9816878379 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1136, "RouteIdentifier": "101", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8521750453, 46.9760733389 ], [ -123.8539819045, 46.9760751104 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1137, "RouteIdentifier": "141", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4854380467, 45.7986174954 ], [ -121.4907851352, 45.8072105905 ], [ -121.4897114476, 45.8238193301 ], [ -121.5095189303, 45.8498089062 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1138, "RouteIdentifier": "002CONEWPRT", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0424418871, 48.1840101705 ], [ -117.0439333142, 48.1840295652 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1139, "RouteIdentifier": "281", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8535479607, 47.1032529839 ], [ -119.853533075, 47.1177226749 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1140, "RouteIdentifier": "516", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0859358901, 47.3580748666 ], [ -122.0740512207, 47.3581005334 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1141, "RouteIdentifier": "005", "AADT": 177000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1976360012, 47.9682783923 ], [ -122.1919909484, 47.9726739009 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1142, "RouteIdentifier": "305", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5393560124, 47.6795086708 ], [ -122.5509605497, 47.690504212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1143, "RouteIdentifier": "097", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.765463651, 48.1095610147 ], [ -119.7180337732, 48.1023785656 ], [ -119.6987076385, 48.1034031892 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1144, "RouteIdentifier": "009", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1098271088, 47.8752954587 ], [ -122.109772433, 47.878119226 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1145, "RouteIdentifier": "020", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3566645336, 48.4657611597 ], [ -122.3471628144, 48.4689593505 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1146, "RouteIdentifier": "020", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4987396272, 48.4522633023 ], [ -122.4439027276, 48.4460211348 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1147, "RouteIdentifier": "507", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8615475437, 46.8501099194 ], [ -122.8619828359, 46.8516552572 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1148, "RouteIdentifier": "009SPSUMAS", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.263463248, 49.0000254737 ], [ -122.2636151475, 49.0023365971 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1149, "RouteIdentifier": "026", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3189412156, 46.7588639349 ], [ -118.3084452289, 46.758407436 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1150, "RouteIdentifier": "524SPCEDRWY", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2923358096, 47.816111394 ], [ -122.2923089488, 47.8137046002 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1151, "RouteIdentifier": "028", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2546862005, 47.4856106964 ], [ -118.2503978849, 47.4892081022 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1152, "RouteIdentifier": "823", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5170629867, 46.6712561513 ], [ -120.5090316719, 46.6767027963 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1153, "RouteIdentifier": "904", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7906979157, 47.4363324322 ], [ -117.788774298, 47.4352395576 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1154, "RouteIdentifier": "702", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5417481504, 46.93783701 ], [ -122.5283321717, 46.937764175 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1155, "RouteIdentifier": "202", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1133617704, 47.671528366 ], [ -122.1035997262, 47.668444842 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1156, "RouteIdentifier": "100", "AADT": 960 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0487521206, 46.3101897606 ], [ -124.0611205915, 46.3133462133 ], [ -124.0646455872, 46.3095588922 ], [ -124.0606528839, 46.3056504572 ], [ -124.0631995935, 46.2983588775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1157, "RouteIdentifier": "525", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3561926794, 47.9788192594 ], [ -122.3709598621, 47.979159491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1158, "RouteIdentifier": "097COMARYHL", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8245858874, 45.6986339731 ], [ -120.8245348679, 45.6980196603 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1159, "RouteIdentifier": "142", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.2899334719, 45.6959989375 ], [ -121.2896666816, 45.6971356795 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1160, "RouteIdentifier": "021", "AADT": 200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7038407746, 48.2693058531 ], [ -118.7118079936, 48.2717401758 ], [ -118.7347455537, 48.2990724352 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1161, "RouteIdentifier": "024", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.335129764, 46.5487710681 ], [ -120.2917105696, 46.5347459334 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1162, "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9982651856, 47.6313971171 ], [ -121.9874606417, 47.6279947984 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1163, "RouteIdentifier": "433", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9512089429, 46.1157614264 ], [ -122.9506147609, 46.1164898023 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1164, "RouteIdentifier": "524", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3807347134, 47.8118396427 ], [ -122.3796065351, 47.8114284518 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1165, "RouteIdentifier": "020", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6421804262, 48.4953349997 ], [ -121.6266579644, 48.4887808077 ], [ -121.5961697621, 48.4872753789 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1166, "RouteIdentifier": "005", "AADT": 194000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4620882803, 47.1970495358 ], [ -122.4616630283, 47.2001928833 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1167, "RouteIdentifier": "005", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9715754997, 46.6806806366 ], [ -122.9696916332, 46.6933543645 ], [ -122.9726938016, 46.7033062755 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1168, "RouteIdentifier": "012", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0586800059, 46.4199262615 ], [ -117.0574168065, 46.4199273309 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1169, "RouteIdentifier": "021", "AADT": 130 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6896573662, 47.926800027 ], [ -118.6899360795, 47.9292182705 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1170, "RouteIdentifier": "028", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4972510691, 47.3702850298 ], [ -119.4904926467, 47.3759248116 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1171, "RouteIdentifier": "007", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4005142886, 47.0558581985 ], [ -122.4284944729, 47.078773705 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1172, "RouteIdentifier": "207", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7394916541, 47.7565110441 ], [ -120.730179083, 47.7636832556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1173, "RouteIdentifier": "241", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9995278053, 46.2401318028 ], [ -119.9992119183, 46.2864963221 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1174, "RouteIdentifier": "097", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3229788958, 46.3718043346 ], [ -120.3295269338, 46.375119312 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1175, "RouteIdentifier": "103", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0547456263, 46.346612471 ], [ -124.0545804856, 46.3501186151 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1176, "RouteIdentifier": "002", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.710341624, 47.7597380108 ], [ -118.7091478999, 47.7594544328 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1177, "RouteIdentifier": "097", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.504726913, 48.4971895169 ], [ -119.529422804, 48.5261884807 ], [ -119.5433994788, 48.5588067811 ], [ -119.5428821789, 48.5652457761 ], [ -119.5336093333, 48.5756042234 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1178, "RouteIdentifier": "101", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1150336799, 47.4621474593 ], [ -123.1115804388, 47.4591212378 ], [ -123.1135516316, 47.4532319373 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1179, "RouteIdentifier": "110", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.4817162701, 47.9308967011 ], [ -124.5299932781, 47.9150697025 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1180, "RouteIdentifier": "007", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434931526, 47.0973144524 ], [ -122.4349079042, 47.0993004058 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1181, "RouteIdentifier": "270", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0489497271, 46.7350588091 ], [ -117.0399457046, 46.7324070437 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1182, "RouteIdentifier": "004", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9093031811, 46.1446137165 ], [ -122.9084925335, 46.1444678361 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1183, "RouteIdentifier": "012", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0398979045, 46.4201869144 ], [ -117.0391231637, 46.4202563296 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1184, "RouteIdentifier": "531", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2891839532, 48.1557176379 ], [ -122.2864988953, 48.1556958232 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1185, "RouteIdentifier": "101", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3759552613, 48.1048555471 ], [ -123.3718777273, 48.1048682436 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1186, "RouteIdentifier": "020", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5827190303, 48.4888446329 ], [ -121.5545003505, 48.4913049652 ], [ -121.4881327998, 48.508950098 ], [ -121.4721422642, 48.5088437362 ], [ -121.4623455844, 48.5215887624 ], [ -121.4499029188, 48.52736977 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1187, "RouteIdentifier": "174", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3923586085, 47.9188641837 ], [ -119.3601556874, 47.9337662856 ], [ -119.3421710669, 47.9339530573 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1188, "RouteIdentifier": "012", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.562292404, 46.6954679099 ], [ -121.5460838145, 46.6830305932 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1189, "RouteIdentifier": "101", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8046532988, 46.9702958878 ], [ -123.8110700669, 46.9732623777 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1190, "RouteIdentifier": "097AR", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0538459389, 47.8359849929 ], [ -120.0523540333, 47.8358056633 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1191, "RouteIdentifier": "097", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.459484559, 48.9953117488 ], [ -119.4617807765, 49.0000868106 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1192, "RouteIdentifier": "009", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1240043387, 47.8375143859 ], [ -122.110117861, 47.8606661748 ], [ -122.1098271088, 47.8752954587 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1193, "RouteIdentifier": "304", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6719854785, 47.5475493235 ], [ -122.6673528658, 47.5490597613 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1194, "RouteIdentifier": "125SP125SP", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3606111002, 46.0686802253 ], [ -118.3620580135, 46.0686467543 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1195, "RouteIdentifier": "097", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4796170905, 46.5164951013 ], [ -120.4801991599, 46.5222228139 ], [ -120.4740346798, 46.5317789409 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1196, "RouteIdentifier": "538", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3257332902, 48.4357585766 ], [ -122.3228133919, 48.4357262199 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1197, "RouteIdentifier": "005", "AADT": 129000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5526964173, 47.1210261719 ], [ -122.5479047169, 47.1238498878 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1198, "RouteIdentifier": "005", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6617020964, 45.6446264754 ], [ -122.662431148, 45.6521906297 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1199, "RouteIdentifier": "007", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4341705298, 47.1628256566 ], [ -122.4339661209, 47.2054048624 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1200, "RouteIdentifier": "531", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1507870886, 48.1520523663 ], [ -122.1406082627, 48.151913289 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1201, "RouteIdentifier": "101", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8867284289, 47.8204635395 ], [ -122.9030126575, 47.8171105151 ], [ -122.9099882327, 47.8113401111 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1202, "RouteIdentifier": "169", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0450833502, 47.3945353699 ], [ -122.0402216819, 47.4051375238 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1203, "RouteIdentifier": "500", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5649359725, 45.6591474533 ], [ -122.5527645121, 45.6654147454 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1204, "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8179486123, 48.0711563886 ], [ -122.8179559351, 48.0780690922 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1205, "RouteIdentifier": "405", "AADT": 136000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1982863362, 47.5159647484 ], [ -122.1981171515, 47.5215347846 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1206, "RouteIdentifier": "090", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.415831441, 47.6526577026 ], [ -117.4040031937, 47.6521238544 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1207, "RouteIdentifier": "397", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0836074304, 46.2194354617 ], [ -119.0802022582, 46.218655692 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1208, "RouteIdentifier": "544", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.464240563, 48.891667265 ], [ -122.3836725936, 48.891377649 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1209, "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4299729836, 48.1175659952 ], [ -123.4189331528, 48.1130399131 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1210, "RouteIdentifier": "097", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8245348679, 45.6980196603 ], [ -120.8239311827, 45.699442413 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1211, "RouteIdentifier": "008", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.382100299, 47.0068490189 ], [ -123.370724874, 47.0107162595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1212, "RouteIdentifier": "515", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2070364986, 47.4594077387 ], [ -122.2071762297, 47.460991061 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1213, "RouteIdentifier": "009", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1981325832, 48.8071844986 ], [ -122.2025348229, 48.816156561 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1214, "RouteIdentifier": "529", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2143033169, 47.9820481244 ], [ -122.2137802603, 47.9942207425 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1215, "RouteIdentifier": "507", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.593279583, 46.934769492 ], [ -122.5900304239, 46.9331912019 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1216, "RouteIdentifier": "240", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1457324057, 46.2175957254 ], [ -119.139733927, 46.2168054788 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1217, "RouteIdentifier": "014", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9186778089, 45.6533510839 ], [ -121.9052657624, 45.6630172635 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1218, "RouteIdentifier": "101", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7946033875, 46.6644384378 ], [ -123.7934879339, 46.6650978736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1219, "RouteIdentifier": "101", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9302808397, 47.0618284552 ], [ -123.9291952045, 47.0698220314 ], [ -123.9053497947, 47.0862378881 ], [ -123.9065683519, 47.1025224633 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1220, "RouteIdentifier": "409", "AADT": 750 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.376808335, 46.1600802384 ], [ -123.3772473125, 46.1712612786 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1221, "RouteIdentifier": "090", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0171493711, 47.533899271 ], [ -122.0078975272, 47.536442657 ], [ -121.9862702466, 47.5309639916 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1222, "RouteIdentifier": "283", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6860494601, 47.1944007257 ], [ -119.6058982049, 47.2443593024 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1223, "RouteIdentifier": "099", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3347269484, 47.5378318312 ], [ -122.334116065, 47.5428151022 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1224, "RouteIdentifier": "197", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1407808762, 45.6112782291 ], [ -121.1458871745, 45.6207464818 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1225, "RouteIdentifier": "097", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5082283693, 48.4171152484 ], [ -119.4957046659, 48.4279752811 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1226, "RouteIdentifier": "971", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1924069122, 47.866359942 ], [ -120.2017909519, 47.8734177394 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1227, "RouteIdentifier": "028", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2929172872, 47.4079531918 ], [ -120.2924574784, 47.4062158074 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1228, "RouteIdentifier": "005", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3124253164, 48.3052893759 ], [ -122.3220553649, 48.3133080082 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1229, "RouteIdentifier": "522", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1913304565, 47.7557202808 ], [ -122.1719789948, 47.757621596 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1230, "RouteIdentifier": "303", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6888093798, 47.6646633668 ], [ -122.6923069088, 47.6636431264 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1231, "RouteIdentifier": "121", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9289732825, 46.9527927439 ], [ -122.9342408253, 46.9527666325 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1232, "RouteIdentifier": "014", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9860480217, 45.6413721887 ], [ -121.9750135429, 45.6406654273 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1233, "RouteIdentifier": "101", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7147238013, 46.8904667022 ], [ -123.7196952232, 46.9185306009 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1234, "RouteIdentifier": "142", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8318672716, 45.8230595037 ], [ -120.8246818019, 45.8230059935 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1235, "RouteIdentifier": "202", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.788376675, 47.4940653907 ], [ -121.7947532586, 47.4893941273 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1236, "RouteIdentifier": "020", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3303173221, 48.6585990657 ], [ -119.300956592, 48.6532912771 ], [ -119.2320083598, 48.6707268101 ], [ -119.2170761455, 48.6694219752 ], [ -119.1977655229, 48.6613912396 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1237, "RouteIdentifier": "007", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4256225729, 47.223122782 ], [ -122.4262909226, 47.225964252 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1238, "RouteIdentifier": "970", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8502977234, 47.1752256328 ], [ -120.835010601, 47.1813621929 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1239, "RouteIdentifier": "009", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3202363813, 48.949281296 ], [ -122.309466058, 48.9557928338 ], [ -122.3092045302, 48.9638603752 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1240, "RouteIdentifier": "900", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0627483977, 47.5457057767 ], [ -122.0619693815, 47.5476213035 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1241, "RouteIdentifier": "172", "AADT": 530 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6380760967, 47.8121912953 ], [ -119.636809987, 47.8116079214 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1242, "RouteIdentifier": "009", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2650029443, 48.993579316 ], [ -122.2649877502, 48.9991015764 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1243, "RouteIdentifier": "169", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0453893577, 47.3903330933 ], [ -122.0450833502, 47.3945353699 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1244, "RouteIdentifier": "101", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9862005621, 47.609617512 ], [ -122.990036615, 47.602916964 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1245, "RouteIdentifier": "009", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2129746455, 48.6527134381 ], [ -122.2128675498, 48.6558774574 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1246, "RouteIdentifier": "304", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.629614867, 47.5650234096 ], [ -122.626945866, 47.5650153276 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1247, "RouteIdentifier": "405", "AADT": 141000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1979386219, 47.5094150608 ], [ -122.1982863362, 47.5159647484 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1248, "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8864441288, 47.5692233555 ], [ -121.8714099605, 47.5666180383 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1249, "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3012698346, 47.3733093484 ], [ -122.2963791173, 47.3865201952 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1250, "RouteIdentifier": "005", "AADT": 204000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4000472078, 47.2402668908 ], [ -122.3761260037, 47.2404869197 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1251, "RouteIdentifier": "014", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3368309639, 45.5742854262 ], [ -122.3209227556, 45.5721542335 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1252, "RouteIdentifier": "025", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0733925966, 48.5848754338 ], [ -118.0753761557, 48.5902114462 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1253, "RouteIdentifier": "902", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6826777243, 47.5721438687 ], [ -117.6826802298, 47.5728704065 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1254, "RouteIdentifier": "509", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4233116711, 47.3170469005 ], [ -122.3933590552, 47.3223798088 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1255, "RouteIdentifier": "005", "AADT": 99000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.662431148, 45.6521906297 ], [ -122.6641643838, 45.6564855831 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1256, "RouteIdentifier": "513", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2859448482, 47.6619893558 ], [ -122.2731213214, 47.6686054126 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1257, "RouteIdentifier": "004", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9084925335, 46.1444678361 ], [ -122.9074799263, 46.1442853545 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1258, "RouteIdentifier": "014", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8860713061, 45.6924749788 ], [ -121.8853526517, 45.6928459455 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1259, "RouteIdentifier": "821", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.482692837, 46.6807839356 ], [ -120.4770208515, 46.690052266 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1260, "RouteIdentifier": "005", "AADT": 146000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5173391489, 47.1402583462 ], [ -122.5087171766, 47.1447737983 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1261, "RouteIdentifier": "005", "AADT": 203000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2844136914, 47.5118003255 ], [ -122.2959916607, 47.5348589719 ], [ -122.3052567416, 47.5434675701 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1262, "RouteIdentifier": "516", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3239524065, 47.3971362502 ], [ -122.3114493708, 47.3915360181 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1263, "RouteIdentifier": "195", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.195441231, 46.6743020858 ], [ -117.1949668666, 46.6792475821 ], [ -117.2041283286, 46.690852856 ], [ -117.2043379911, 46.7058457651 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1264, "RouteIdentifier": "003", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9601733292, 47.2820553805 ], [ -122.9476214148, 47.2843120228 ], [ -122.9072628203, 47.3196228278 ], [ -122.8804463364, 47.3319204562 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1265, "RouteIdentifier": "005", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8996061797, 46.3980707203 ], [ -122.8901249197, 46.4071066469 ], [ -122.8903778041, 46.415684535 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1266, "RouteIdentifier": "012", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9079763288, 46.6939358446 ], [ -120.9004508404, 46.6954723221 ], [ -120.8993401827, 46.7031683031 ], [ -120.8907814895, 46.7059868252 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1267, "RouteIdentifier": "410", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.212761856, 47.1970266396 ], [ -122.2014569021, 47.1941769535 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1268, "RouteIdentifier": "020", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9191199125, 48.7058888906 ], [ -120.9018788234, 48.6993047307 ], [ -120.8869329514, 48.6878706293 ], [ -120.8730632183, 48.6662149503 ], [ -120.860204576, 48.6580196228 ], [ -120.8570944966, 48.6471093566 ], [ -120.8396554817, 48.6236676701 ], [ -120.8052610988, 48.5968427615 ], [ -120.7910556031, 48.5753448227 ], [ -120.7719880724, 48.5619204268 ], [ -120.7559189364, 48.5360943197 ], [ -120.735353297, 48.5237714938 ], [ -120.7300186258, 48.5053914965 ], [ -120.7047351948, 48.5014054647 ], [ -120.6742675651, 48.5197397944 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1269, "RouteIdentifier": "005", "AADT": 186000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329330637, 47.7502820303 ], [ -122.329647234, 47.751023302 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1270, "RouteIdentifier": "020", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1686914859, 48.4567062705 ], [ -120.1641201079, 48.4482031158 ], [ -120.162657037, 48.4277004159 ], [ -120.1427507914, 48.4096480739 ], [ -120.1394581142, 48.3955959557 ], [ -120.1224530293, 48.3673427778 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1271, "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5903662442, 47.4195793911 ], [ -121.5776035522, 47.4100021272 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1272, "RouteIdentifier": "017", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2152583563, 47.0751224812 ], [ -119.2297404096, 47.0873925614 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1273, "RouteIdentifier": "020", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6550097756, 48.2961690914 ], [ -122.6459065292, 48.3044536381 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1274, "RouteIdentifier": "020", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6126424216, 48.3479609208 ], [ -122.6144392443, 48.3571507648 ], [ -122.6376502047, 48.35872899 ], [ -122.6481358695, 48.3629663488 ], [ -122.6529393278, 48.3694852783 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1275, "RouteIdentifier": "530", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.061555391, 48.2363292108 ], [ -122.0527912833, 48.2449618787 ], [ -122.0422700836, 48.2472730431 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1276, "RouteIdentifier": "082", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5109061448, 46.6442084502 ], [ -120.523724998, 46.6377396167 ], [ -120.5176792513, 46.6312271302 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1277, "RouteIdentifier": "900", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2460880266, 47.4822140792 ], [ -122.2262812506, 47.4777333495 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1278, "RouteIdentifier": "021", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6063379125, 48.8732863748 ], [ -118.6042284774, 48.8798283082 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1279, "RouteIdentifier": "101", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1155512302, 47.4448279782 ], [ -123.1250572733, 47.4302399209 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1280, "RouteIdentifier": "005", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8889879118, 46.4359167363 ], [ -122.8874838161, 46.4465601034 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1281, "RouteIdentifier": "090", "AADT": 101000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3302489185, 47.653713239 ], [ -117.3059533997, 47.6666196591 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1282, "RouteIdentifier": "821", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5100857559, 46.9261498028 ], [ -120.4979769108, 46.9262182292 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1283, "RouteIdentifier": "516", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1935312742, 47.3693743374 ], [ -122.1892028116, 47.3678526781 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1284, "RouteIdentifier": "028", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5798147835, 47.2816012149 ], [ -119.5666738127, 47.2998586553 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1285, "RouteIdentifier": "182", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1705524126, 46.261830974 ], [ -119.1232845443, 46.2486626016 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1286, "RouteIdentifier": "005", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8921920489, 46.2675770829 ], [ -122.9002465055, 46.2807315191 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1287, "RouteIdentifier": "519", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3356442883, 47.5965279925 ], [ -122.3366115131, 47.6017705053 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1288, "RouteIdentifier": "104", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4984055596, 47.7996307337 ], [ -122.4980484153, 47.7985063825 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1289, "RouteIdentifier": "303", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6328642069, 47.5666355148 ], [ -122.6329469401, 47.5673326833 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1290, "RouteIdentifier": "529", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2138635159, 47.9989436144 ], [ -122.2139005694, 48.0088660673 ], [ -122.2066792685, 48.0166928257 ], [ -122.194138329, 48.0143287806 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1291, "RouteIdentifier": "524", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2658705764, 47.8207446489 ], [ -122.2603550037, 47.8200633469 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1292, "RouteIdentifier": "026", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5178051863, 46.8292156508 ], [ -117.5056679509, 46.8329591528 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1293, "RouteIdentifier": "020SPANACRT", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6126146998, 48.512615782 ], [ -122.6158073359, 48.5126368227 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1294, "RouteIdentifier": "003", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6811544626, 47.5662461986 ], [ -122.6872359291, 47.5754584422 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1295, "RouteIdentifier": "020", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.247228536, 48.5049651039 ], [ -122.2441256362, 48.5062952131 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1296, "RouteIdentifier": "129", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0501999692, 46.3407700726 ], [ -117.0544483353, 46.341189423 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1297, "RouteIdentifier": "263", "AADT": 340 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5568485792, 46.6355163281 ], [ -118.5524895136, 46.6414946812 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1298, "RouteIdentifier": "397", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0341737891, 46.1565283618 ], [ -119.0404861073, 46.1612119681 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1299, "RouteIdentifier": "024", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2087469564, 46.519219156 ], [ -120.187902884, 46.5060599518 ], [ -120.1512170077, 46.5057690001 ], [ -120.1348556679, 46.5011777327 ], [ -120.0122059948, 46.5197458542 ], [ -119.9692099003, 46.519651668 ], [ -119.9107885567, 46.5364205054 ], [ -119.8800763033, 46.5339933138 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1300, "RouteIdentifier": "101", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8767342334, 47.9058643793 ], [ -122.8695985586, 47.8935341078 ], [ -122.8767758264, 47.8864421761 ], [ -122.8788699014, 47.8660279857 ], [ -122.8891886293, 47.8487536576 ], [ -122.8869762632, 47.8341940965 ], [ -122.8782146319, 47.8269872076 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1301, "RouteIdentifier": "308", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6827030778, 47.7012362102 ], [ -122.6601620541, 47.7045647028 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1302, "RouteIdentifier": "004", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9552434055, 46.1471068295 ], [ -122.9517110134, 46.1469021572 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1303, "RouteIdentifier": "539", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4856549623, 48.8698410399 ], [ -122.4853470894, 48.891721005 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1304, "RouteIdentifier": "021", "AADT": 850 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6922988122, 47.3324960837 ], [ -118.6922310931, 47.3333156666 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1305, "RouteIdentifier": "082", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4712654383, 46.5394142128 ], [ -120.4716805803, 46.5315434526 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1306, "RouteIdentifier": "291", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4568888894, 47.7154157955 ], [ -117.4586693868, 47.7154118844 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1307, "RouteIdentifier": "182", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0917467448, 46.2503035218 ], [ -119.0719934512, 46.2494836918 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1308, "RouteIdentifier": "274", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.071549412, 47.2268141567 ], [ -117.0426450193, 47.2398211593 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1309, "RouteIdentifier": "024", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2504477979, 46.5248889015 ], [ -120.2087469564, 46.519219156 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1310, "RouteIdentifier": "002", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2613682363, 47.6314977852 ], [ -119.2620674833, 47.6387927373 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1311, "RouteIdentifier": "397", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0494766974, 46.168670079 ], [ -119.0547323353, 46.1734065603 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1312, "RouteIdentifier": "005", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5841213566, 48.8552680454 ], [ -122.5884452443, 48.8674825234 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1313, "RouteIdentifier": "174", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0032812985, 47.947389362 ], [ -119.0052660577, 47.9449095756 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1314, "RouteIdentifier": "097", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4503868347, 48.6949331433 ], [ -119.4426701243, 48.701328551 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1315, "RouteIdentifier": "025", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0753566144, 48.5985793743 ], [ -118.0751698208, 48.6068991662 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1316, "RouteIdentifier": "270", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2257453992, 46.7363553939 ], [ -117.2088606428, 46.7337475063 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1317, "RouteIdentifier": "005", "AADT": 71000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3359326659, 48.3471746589 ], [ -122.3353139183, 48.3777532366 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1318, "RouteIdentifier": "026", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.740366325, 46.7916254829 ], [ -118.735554338, 46.7937508078 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1319, "RouteIdentifier": "520", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1223453784, 47.6671817737 ], [ -122.1151578787, 47.6670962794 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1320, "RouteIdentifier": "097", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4176648406, 46.2468890125 ], [ -120.4107130626, 46.2554072697 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1321, "RouteIdentifier": "101", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8756714308, 47.8241423181 ], [ -122.8784338391, 47.8213945565 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1322, "RouteIdentifier": "395", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4105237126, 47.7523163592 ], [ -117.4066398664, 47.7632226212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1323, "RouteIdentifier": "009", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2650050712, 48.9927318071 ], [ -122.2650029443, 48.993579316 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1324, "RouteIdentifier": "005HD15602", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2693756681, 47.4848401945 ], [ -122.271537638, 47.4774623884 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1325, "RouteIdentifier": "300", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8631442072, 47.4386387656 ], [ -122.8510893599, 47.4467178579 ], [ -122.8432290715, 47.4472414198 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1326, "RouteIdentifier": "262", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3337342412, 46.9675559139 ], [ -119.3209799294, 46.9653642782 ], [ -119.2905893437, 46.9819785317 ], [ -119.2546464371, 46.9816911587 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1327, "RouteIdentifier": "231", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8779176066, 47.6694929404 ], [ -117.8823688809, 47.6904307157 ], [ -117.8721214923, 47.7133784629 ], [ -117.8705301943, 47.7320770346 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1328, "RouteIdentifier": "028COWENTCH", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2903351251, 47.4089009481 ], [ -120.2920566884, 47.4105282137 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1329, "RouteIdentifier": "512", "AADT": 75000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4801819768, 47.1632148502 ], [ -122.4736786558, 47.1615792122 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1330, "RouteIdentifier": "104", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5836844979, 47.8135870398 ], [ -122.575679242, 47.8083982974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1331, "RouteIdentifier": "009", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1709978885, 48.2679601252 ], [ -122.2108149261, 48.3083495968 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1332, "RouteIdentifier": "902", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5675988781, 47.5933681002 ], [ -117.564917202, 47.5916927028 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1333, "RouteIdentifier": "005", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1847688223, 48.0681379541 ], [ -122.1846880578, 48.0816069517 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1334, "RouteIdentifier": "125", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3712410754, 46.1000850053 ], [ -118.3752602576, 46.1297165624 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1335, "RouteIdentifier": "002", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9976415411, 47.6844844298 ], [ -118.9853528685, 47.684966131 ], [ -118.9278071982, 47.7098400514 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1336, "RouteIdentifier": "405", "AADT": 191000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1795081855, 47.5879075274 ], [ -122.1799148927, 47.5984958939 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1337, "RouteIdentifier": "500", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4071070263, 45.6049828823 ], [ -122.4068708389, 45.6018672646 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1338, "RouteIdentifier": "028", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4904926467, 47.3759248116 ], [ -119.4885964173, 47.3774858912 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1339, "RouteIdentifier": "539", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4859651634, 48.8333491544 ], [ -122.4859682883, 48.8551455389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1340, "RouteIdentifier": "101", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2359717776, 48.0661116568 ], [ -124.1277743569, 48.0610891429 ], [ -124.0856497531, 48.0682445214 ], [ -124.0376981686, 48.0703874967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1341, "RouteIdentifier": "002", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.570503455, 47.8132799743 ], [ -121.5578566858, 47.8076375665 ], [ -121.540417972, 47.8101587782 ], [ -121.5174716436, 47.8040718423 ], [ -121.5124008767, 47.792831906 ], [ -121.488037135, 47.7743909398 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1342, "RouteIdentifier": "005", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6612770989, 45.7464677187 ], [ -122.6644148519, 45.7566399081 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1343, "RouteIdentifier": "002", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1355017102, 47.9728688256 ], [ -122.1147445638, 47.9546186275 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1344, "RouteIdentifier": "285", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2980615002, 47.4097420223 ], [ -120.3006072071, 47.4096540761 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1345, "RouteIdentifier": "181", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2473526853, 47.3779583767 ], [ -122.2473765563, 47.3813544414 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1346, "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6442388387, 46.5318795567 ], [ -122.6340930823, 46.5322486745 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1347, "RouteIdentifier": "195", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2035165481, 46.708001321 ], [ -117.2154971235, 46.710741141 ], [ -117.2226311076, 46.7258475583 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1348, "RouteIdentifier": "500", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4001255166, 45.5869987019 ], [ -122.4026413273, 45.5856862701 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1349, "RouteIdentifier": "167", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2937875847, 47.2001491986 ], [ -122.2938700472, 47.204398406 ], [ -122.2900662647, 47.2038050564 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1350, "RouteIdentifier": "512", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4068844997, 47.1589588837 ], [ -122.3938232704, 47.1581372397 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1351, "RouteIdentifier": "525", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3709598621, 47.979159491 ], [ -122.3858313632, 47.9827480539 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1352, "RouteIdentifier": "167", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2938144583, 47.1988803768 ], [ -122.2937875847, 47.2001491986 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1353, "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6335380628, 47.6490423139 ], [ -122.6555581763, 47.650535837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1354, "RouteIdentifier": "501COVANCVR", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6738336898, 45.6318598942 ], [ -122.6726646061, 45.6318665894 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1355, "RouteIdentifier": "730", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9122848657, 46.0569707003 ], [ -118.9099471422, 46.0583086547 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1356, "RouteIdentifier": "821", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4742083499, 46.700892472 ], [ -120.4658299611, 46.7110974278 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1357, "RouteIdentifier": "104", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3776962209, 47.7986124147 ], [ -122.3736956575, 47.7951965131 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1358, "RouteIdentifier": "538", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2961576193, 48.435565171 ], [ -122.2918401179, 48.4355506598 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1359, "RouteIdentifier": "405", "AADT": 145000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1885119703, 47.6116238629 ], [ -122.188529648, 47.6167655089 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1360, "RouteIdentifier": "310", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6533156313, 47.5673798823 ], [ -122.6532972455, 47.5655345715 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1361, "RouteIdentifier": "411", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9165979703, 46.1447449432 ], [ -122.9162646971, 46.1456053501 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1362, "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0285168926, 46.3059630059 ], [ -120.0130934852, 46.3059829046 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1363, "RouteIdentifier": "009", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3205534208, 48.891030585 ], [ -122.3207228659, 48.9128299651 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1364, "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0389832338, 46.2269143007 ], [ -119.0271462337, 46.2187179874 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1365, "RouteIdentifier": "823", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5282531262, 46.6540390188 ], [ -120.5271133231, 46.6559435532 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1366, "RouteIdentifier": "164", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1182659294, 47.2502870454 ], [ -122.1121601288, 47.2429315526 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1367, "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7937991559, 47.4331327858 ], [ -117.7834183624, 47.4410207892 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1368, "RouteIdentifier": "005", "AADT": 189000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2939939147, 47.3262355559 ], [ -122.2926147175, 47.3445454758 ], [ -122.2958194243, 47.3530329299 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1369, "RouteIdentifier": "302", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6261095677, 47.3846980617 ], [ -122.6208507752, 47.3727205294 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1370, "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4104239582, 47.7407128065 ], [ -117.4070872362, 47.7441952253 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1371, "RouteIdentifier": "097", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3995222327, 48.7939812329 ], [ -119.4010786247, 48.8149632644 ], [ -119.4098917758, 48.8417212767 ], [ -119.4075491533, 48.8590815563 ], [ -119.4237602533, 48.8850520385 ], [ -119.4267945588, 48.8988015987 ], [ -119.420443464, 48.9195242197 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1372, "RouteIdentifier": "004", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6214626929, 46.3469762238 ], [ -123.6093516169, 46.3560125261 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1373, "RouteIdentifier": "504", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9030769375, 46.2842542837 ], [ -122.9017000705, 46.2852760142 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1374, "RouteIdentifier": "099", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2446706564, 47.9041485453 ], [ -122.24100502, 47.9048928592 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1375, "RouteIdentifier": "005", "AADT": 243000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3192746176, 47.5777213746 ], [ -122.3189900834, 47.5793697605 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1376, "RouteIdentifier": "534", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3326182621, 48.3411594036 ], [ -122.3223136019, 48.340974526 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1377, "RouteIdentifier": "527", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2175661581, 47.8496908765 ], [ -122.2180791238, 47.8520936404 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1378, "RouteIdentifier": "202", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0626914872, 47.6565133547 ], [ -122.0246598026, 47.644263262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1379, "RouteIdentifier": "096", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2111007099, 47.8781842656 ], [ -122.2064495037, 47.8781807663 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1380, "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6038968536, 47.6429304571 ], [ -117.5930897565, 47.6429188126 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1381, "RouteIdentifier": "005", "AADT": 94000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6883954382, 45.8215294532 ], [ -122.6994969166, 45.8454016677 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1382, "RouteIdentifier": "503", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5142285605, 45.8854969434 ], [ -122.5141163677, 45.8882670084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1383, "RouteIdentifier": "906", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4127871024, 47.4225424219 ], [ -121.4125086133, 47.4188575024 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1384, "RouteIdentifier": "092", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0670005531, 48.0311344173 ], [ -122.0515149974, 48.0347413646 ], [ -122.0154120928, 48.0674017673 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1385, "RouteIdentifier": "005", "AADT": 73000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8610659653, 46.0478652505 ], [ -122.8677373906, 46.0662316544 ], [ -122.8667316652, 46.0815539497 ], [ -122.8766472391, 46.1027391181 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1386, "RouteIdentifier": "513", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.298324518, 47.6610600414 ], [ -122.2923848001, 47.661192848 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1387, "RouteIdentifier": "504", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7288442607, 46.3273755528 ], [ -122.7096040658, 46.3413062589 ], [ -122.705966832, 46.3506258111 ], [ -122.6957643354, 46.3590260443 ], [ -122.6794982425, 46.3616185155 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1388, "RouteIdentifier": "009", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1260566825, 47.8338193781 ], [ -122.1240043387, 47.8375143859 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1389, "RouteIdentifier": "025", "AADT": 320 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0449313771, 48.7513776852 ], [ -118.0341098319, 48.763627811 ], [ -118.0029204082, 48.7817155245 ], [ -117.9984594154, 48.7930237893 ], [ -118.0035439323, 48.8008410224 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1390, "RouteIdentifier": "213", "AADT": 680 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7049060391, 48.2782037899 ], [ -119.7060084758, 48.282630412 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1391, "RouteIdentifier": "161", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3004841678, 46.8873929159 ], [ -122.2956838746, 46.9101470708 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1392, "RouteIdentifier": "163", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5159443381, 47.2599591042 ], [ -122.5158542466, 47.265516627 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1393, "RouteIdentifier": "291", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4605875174, 47.7154071362 ], [ -117.4755009726, 47.7154054601 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1394, "RouteIdentifier": "106", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9487451622, 47.3816100186 ], [ -122.9147576786, 47.3880434547 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1395, "RouteIdentifier": "291", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5973616913, 47.8288659688 ], [ -117.6086838618, 47.8395393993 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1396, "RouteIdentifier": "017", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2938851325, 47.1496369098 ], [ -119.2942188172, 47.1497279489 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1397, "RouteIdentifier": "096", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1696161125, 47.8778286457 ], [ -122.1659527236, 47.8777990754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1398, "RouteIdentifier": "397", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0802022582, 46.218655692 ], [ -119.0767280097, 46.2265908318 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1399, "RouteIdentifier": "303", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6329293436, 47.5650333624 ], [ -122.632862566, 47.5657555269 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1400, "RouteIdentifier": "012", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0037700013, 46.3053205372 ], [ -117.9916818783, 46.3128548734 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1401, "RouteIdentifier": "101", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0549134209, 46.3311573646 ], [ -124.0447131335, 46.331198202 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1402, "RouteIdentifier": "103", "AADT": 580 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0311381455, 46.5464572368 ], [ -124.0345305238, 46.549222742 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1403, "RouteIdentifier": "090", "AADT": 89000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2905265819, 47.6724838661 ], [ -117.2740595055, 47.6747650499 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1404, "RouteIdentifier": "527", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2068183241, 47.898121112 ], [ -122.2070072355, 47.9049606299 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1405, "RouteIdentifier": "099", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2819653483, 47.864172748 ], [ -122.2804789478, 47.865772013 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1406, "RouteIdentifier": "197", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1493385256, 45.627246477 ], [ -121.1535252294, 45.6362913178 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1407, "RouteIdentifier": "005", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8878973615, 46.2290248549 ], [ -122.8855586956, 46.2431363274 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1408, "RouteIdentifier": "090", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.2916134708, 47.299067816 ], [ -121.2855990411, 47.2943430614 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1409, "RouteIdentifier": "503", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7300920583, 45.9194293595 ], [ -122.7339030885, 45.9187733832 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1410, "RouteIdentifier": "397", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0795201794, 46.2322979284 ], [ -119.0800536366, 46.2333845599 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1411, "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9393673303, 47.0263156043 ], [ -119.865717202, 47.0813852641 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1412, "RouteIdentifier": "023", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5851724439, 47.0928828595 ], [ -117.5970369922, 47.0955432506 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1413, "RouteIdentifier": "395", "AADT": 320 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.205892243, 48.8650299972 ], [ -118.214404576, 48.874449448 ], [ -118.2191997319, 48.8911689414 ], [ -118.2184898942, 48.8962055128 ], [ -118.2049135992, 48.9088799037 ], [ -118.2224810046, 48.9373411065 ], [ -118.2141004482, 48.9565497623 ], [ -118.2231937044, 48.9714536855 ], [ -118.2244399208, 48.9981157805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1414, "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0565323603, 47.1958256105 ], [ -121.0467690066, 47.1906721316 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1415, "RouteIdentifier": "167", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2159983682, 47.4737702544 ], [ -122.2162633519, 47.4784706076 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1416, "RouteIdentifier": "174", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0016246215, 47.9560020349 ], [ -119.0023772267, 47.9485330892 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1417, "RouteIdentifier": "101", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0433824839, 46.311738539 ], [ -124.0446066182, 46.3179898662 ], [ -124.0547726708, 46.3234251581 ], [ -124.0549477321, 46.3302467729 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1418, "RouteIdentifier": "082", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2341478641, 46.3874544653 ], [ -120.2006801889, 46.3575732877 ], [ -120.182959056, 46.3492095996 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1419, "RouteIdentifier": "002", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4110973876, 47.6862388811 ], [ -117.4111019043, 47.687150654 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1420, "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5826104882, 47.642912863 ], [ -117.5772145701, 47.6429329048 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1421, "RouteIdentifier": "160", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6439469399, 47.5027845218 ], [ -122.6342473786, 47.5049271741 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1422, "RouteIdentifier": "018", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1475130648, 47.3390747692 ], [ -122.1437673624, 47.3450660019 ], [ -122.1282072982, 47.3535748936 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1423, "RouteIdentifier": "166", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6508855836, 47.5374447335 ], [ -122.6378486297, 47.5421872915 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1424, "RouteIdentifier": "005", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4958895454, 48.7835005491 ], [ -122.4978200864, 48.7835877334 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1425, "RouteIdentifier": "270", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.181854755, 46.7297051348 ], [ -117.1825112217, 46.7290233594 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1426, "RouteIdentifier": "904", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5646334439, 47.5135895893 ], [ -117.5670476974, 47.526881555 ], [ -117.5936292327, 47.5547380914 ], [ -117.5941205276, 47.5625995288 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1427, "RouteIdentifier": "102", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1595614502, 47.2522250859 ], [ -123.1457654709, 47.2521210376 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1428, "RouteIdentifier": "171", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3035133121, 47.1100072069 ], [ -119.2942457468, 47.1191324392 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1429, "RouteIdentifier": "020SPANACRT", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6158073359, 48.5126368227 ], [ -122.6361324861, 48.5127555405 ], [ -122.6579787417, 48.5069926006 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1430, "RouteIdentifier": "101", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6689386318, 48.0733486098 ], [ -123.598965558, 48.0638062914 ], [ -123.5830787762, 48.0658416901 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1431, "RouteIdentifier": "524", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2924065553, 47.8209731507 ], [ -122.2871149715, 47.8209339215 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1432, "RouteIdentifier": "112", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7462246084, 48.1373562819 ], [ -123.7455869752, 48.1372852387 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1433, "RouteIdentifier": "117", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4626535561, 48.1066210145 ], [ -123.4625406534, 48.1078996274 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1434, "RouteIdentifier": "291", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6685724818, 47.8943422934 ], [ -117.6861862014, 47.8907180121 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1435, "RouteIdentifier": "097", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4410919266, 48.7031509182 ], [ -119.4398134853, 48.7045718994 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1436, "RouteIdentifier": "164", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1920375216, 47.2883683977 ], [ -122.1779414139, 47.2881307235 ], [ -122.1548282244, 47.2749677214 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1437, "RouteIdentifier": "097AR", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9500747094, 47.8613131638 ], [ -119.930668758, 47.8631043834 ], [ -119.9204424478, 47.8725821754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1438, "RouteIdentifier": "195", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3241499511, 46.9733140337 ], [ -117.3499111171, 46.9874191495 ], [ -117.354064457, 47.0058824451 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1439, "RouteIdentifier": "020", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4053808879, 48.6851320533 ], [ -117.3964616362, 48.6672895858 ], [ -117.3713854649, 48.6388347877 ], [ -117.3629222732, 48.6033481158 ], [ -117.3526555573, 48.5904367859 ], [ -117.3546444992, 48.5669664902 ], [ -117.3455588826, 48.5553675301 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1440, "RouteIdentifier": "104", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3510483527, 47.7829431864 ], [ -122.3487077695, 47.7814262958 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1441, "RouteIdentifier": "028", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6953209574, 47.3333178275 ], [ -118.69367346, 47.3333652583 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1442, "RouteIdentifier": "290", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0476765238, 47.7333586658 ], [ -117.0419553671, 47.7358000914 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1443, "RouteIdentifier": "161", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2654432539, 46.8668033464 ], [ -122.2654507751, 46.8691413663 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1444, "RouteIdentifier": "516", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0536764297, 47.3579952591 ], [ -122.0435504851, 47.3579738218 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1445, "RouteIdentifier": "090", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7096706618, 47.4632751617 ], [ -121.696592014, 47.4467696564 ], [ -121.6749565537, 47.443251501 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1446, "RouteIdentifier": "305", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6370291084, 47.7323152241 ], [ -122.6370754284, 47.7334671319 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1447, "RouteIdentifier": "101", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1250572733, 47.4302399209 ], [ -123.1403335938, 47.4070557775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1448, "RouteIdentifier": "283", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7624088379, 47.1468189921 ], [ -119.7380298017, 47.1620255285 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1449, "RouteIdentifier": "097AR", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0239885328, 47.836037193 ], [ -120.0148836023, 47.8388580147 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1450, "RouteIdentifier": "524", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3642787688, 47.8215067044 ], [ -122.3617083091, 47.8214854076 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1451, "RouteIdentifier": "005", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.363905077, 48.6441332225 ], [ -122.3678919314, 48.6545170814 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1452, "RouteIdentifier": "903", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9809250496, 47.2078375727 ], [ -120.9825252207, 47.2092344825 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1453, "RouteIdentifier": "501", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6738387769, 45.6325598997 ], [ -122.6770752412, 45.6327721391 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1454, "RouteIdentifier": "101", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8110700669, 46.9732623777 ], [ -123.8132785951, 46.9750588263 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1455, "RouteIdentifier": "090", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9356420479, 47.5224107728 ], [ -121.9034935566, 47.5065417758 ], [ -121.8899669956, 47.507262303 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1456, "RouteIdentifier": "124", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1693615258, 46.2688128518 ], [ -118.1599270282, 46.2701832514 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1457, "RouteIdentifier": "020", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1210178754, 48.3612124716 ], [ -120.1178922765, 48.3599953038 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1458, "RouteIdentifier": "090", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1794448564, 47.6657680173 ], [ -117.1433040389, 47.6655064295 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1459, "RouteIdentifier": "166", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6850723397, 47.5270485575 ], [ -122.6680239887, 47.5318789785 ], [ -122.6620910392, 47.5392820916 ], [ -122.6508855836, 47.5374447335 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1460, "RouteIdentifier": "005", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8910176347, 46.421545267 ], [ -122.8889879118, 46.4359167363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1461, "RouteIdentifier": "018", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2986045804, 47.2906745073 ], [ -122.2844861848, 47.2982208758 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1462, "RouteIdentifier": "261", "AADT": 470 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0654021951, 46.5056331844 ], [ -118.109757182, 46.5129212108 ], [ -118.1404188433, 46.5276658723 ], [ -118.1547520035, 46.5394792517 ], [ -118.1780336772, 46.5472938895 ], [ -118.1787324832, 46.5582109589 ], [ -118.2175509794, 46.5840153341 ], [ -118.2223022809, 46.5981111151 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1463, "RouteIdentifier": "503", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7226222255, 45.9280008842 ], [ -122.7255915614, 45.9205289409 ], [ -122.7300920583, 45.9194293595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1464, "RouteIdentifier": "097", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3331696319, 46.3769677074 ], [ -120.3597576147, 46.3905484679 ], [ -120.3933744977, 46.4150549766 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1465, "RouteIdentifier": "005", "AADT": 100000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.907079956, 47.0085282131 ], [ -122.9060034469, 47.0215459655 ], [ -122.8983905827, 47.0254310319 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1466, "RouteIdentifier": "006", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6251575619, 46.6007463777 ], [ -123.6187441805, 46.5926082182 ], [ -123.6185028529, 46.5642568928 ], [ -123.6111780751, 46.555555809 ], [ -123.6035760875, 46.5548361522 ], [ -123.5879273803, 46.5630859685 ], [ -123.5746576675, 46.5626246259 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1467, "RouteIdentifier": "002", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6752481496, 47.5885745711 ], [ -120.67150803, 47.5902637122 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1468, "RouteIdentifier": "508", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8891124761, 46.5836691379 ], [ -122.8857507292, 46.5838092047 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1469, "RouteIdentifier": "025", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7787592741, 48.9171693044 ], [ -117.7772882632, 48.9177594411 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1470, "RouteIdentifier": "202", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9615435138, 47.60154051 ], [ -121.9532472828, 47.5883720957 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1471, "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1147445638, 47.9546186275 ], [ -122.1063789003, 47.9520311616 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1472, "RouteIdentifier": "101", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7293771219, 46.6866295208 ], [ -123.7300519299, 46.6888584117 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1473, "RouteIdentifier": "082", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5176792513, 46.6312271302 ], [ -120.5135770418, 46.6284896582 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1474, "RouteIdentifier": "018", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.884585692, 47.504313222 ], [ -121.883903298, 47.5075662681 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1475, "RouteIdentifier": "270", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1825112217, 46.7290233594 ], [ -117.1800952459, 46.7289180943 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1476, "RouteIdentifier": "097AR", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3051164258, 47.5266969435 ], [ -120.2930920819, 47.5434095413 ], [ -120.262078237, 47.5688721141 ], [ -120.2491764405, 47.5869624313 ], [ -120.2392421914, 47.6211257043 ], [ -120.2414203985, 47.6309835125 ], [ -120.2282667897, 47.6502596506 ], [ -120.2245455295, 47.6632648417 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1477, "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8981135123, 47.5712733617 ], [ -121.8880335642, 47.567584502 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1478, "RouteIdentifier": "532", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3792847178, 48.2409791825 ], [ -122.3706721348, 48.2410706967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1479, "RouteIdentifier": "397", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0858231048, 46.1966150682 ], [ -119.0933468628, 46.1991336316 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1480, "RouteIdentifier": "971", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1525821693, 47.8602012466 ], [ -120.114481517, 47.8477254195 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1481, "RouteIdentifier": "261", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9716062284, 46.5097445742 ], [ -117.977840654, 46.5125790079 ], [ -118.0295588988, 46.5029503931 ], [ -118.050008143, 46.5072926137 ], [ -118.0654021951, 46.5056331844 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1482, "RouteIdentifier": "307", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6456845104, 47.7518428642 ], [ -122.6399785669, 47.7561660923 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1483, "RouteIdentifier": "160", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5947129537, 47.504905792 ], [ -122.5927942323, 47.5049278803 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1484, "RouteIdentifier": "165", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0528218155, 47.1410552733 ], [ -122.036341396, 47.1564220776 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1485, "RouteIdentifier": "195", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2043379911, 46.7058457651 ], [ -117.2035165481, 46.708001321 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1486, "RouteIdentifier": "395", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4773490149, 47.9428804513 ], [ -117.4815523866, 47.9470052096 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1487, "RouteIdentifier": "101", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1413008619, 47.4050125018 ], [ -123.1477743844, 47.3845206777 ], [ -123.159376622, 47.3704053086 ], [ -123.1611162657, 47.3406418157 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1488, "RouteIdentifier": "530", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5551539066, 48.3113332029 ], [ -121.5543923163, 48.3214625286 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1489, "RouteIdentifier": "395", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8191660399, 48.3201502053 ], [ -117.8266708398, 48.3271469455 ], [ -117.8339867358, 48.3531223429 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1490, "RouteIdentifier": "005RL005EXP", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3298290597, 47.7041346347 ], [ -122.3299521063, 47.7048820072 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1491, "RouteIdentifier": "164", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1548282244, 47.2749677214 ], [ -122.1526290082, 47.2744486003 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1492, "RouteIdentifier": "302", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8415602841, 47.410924864 ], [ -122.8383635311, 47.4109223756 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1493, "RouteIdentifier": "101", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3854821185, 47.9460570961 ], [ -124.3854576502, 47.9480859363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1494, "RouteIdentifier": "101", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1611162657, 47.3406418157 ], [ -123.1613235363, 47.333867098 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1495, "RouteIdentifier": "106", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8605402927, 47.4233280775 ], [ -122.8407076803, 47.4325617338 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1496, "RouteIdentifier": "516", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0279928055, 47.3596803479 ], [ -122.0209265407, 47.3613941171 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1497, "RouteIdentifier": "125", "AADT": 430 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3752602576, 46.1297165624 ], [ -118.3726222715, 46.147436197 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1498, "RouteIdentifier": "500", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5525923868, 45.6672693746 ], [ -122.5525552477, 45.6778313417 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1499, "RouteIdentifier": "395", "AADT": 66000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1371263893, 46.2216194455 ], [ -119.134005824, 46.2288412929 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1500, "RouteIdentifier": "011", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3482490253, 48.4942122629 ], [ -122.3773305642, 48.5155613349 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1501, "RouteIdentifier": "141", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5095189303, 45.8498089062 ], [ -121.5108648914, 45.8655058663 ], [ -121.5212328319, 45.8847480557 ], [ -121.4996741979, 45.915317054 ], [ -121.489450713, 45.9608115296 ], [ -121.4935352823, 45.9684352892 ], [ -121.5252103086, 45.9957998151 ], [ -121.5337335651, 45.9984030688 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1502, "RouteIdentifier": "097", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7944730895, 48.0983151568 ], [ -119.7901966083, 48.1001446551 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1503, "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.602890707, 48.4457098369 ], [ -122.5823712081, 48.4544018047 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1504, "RouteIdentifier": "019", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7996236578, 48.0504853323 ], [ -122.8155297756, 48.0684125491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1505, "RouteIdentifier": "005", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6641643838, 45.6564855831 ], [ -122.6669203097, 45.6632919305 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1506, "RouteIdentifier": "519", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329127007, 47.5903078499 ], [ -122.3341920495, 47.5902797808 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1507, "RouteIdentifier": "099", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3454920241, 47.7526354194 ], [ -122.345920634, 47.7708341637 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1508, "RouteIdentifier": "021", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6850050975, 48.6506492932 ], [ -118.6738118915, 48.6504316995 ], [ -118.6706352632, 48.6541388326 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1509, "RouteIdentifier": "022", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2287970334, 46.322331888 ], [ -120.1173782267, 46.2487258708 ], [ -120.0419262876, 46.2219914931 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1510, "RouteIdentifier": "263", "AADT": 190 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5843966097, 46.5334326776 ], [ -118.5651606624, 46.537428166 ], [ -118.534825247, 46.5721567274 ], [ -118.5611540342, 46.6273261384 ], [ -118.5568485792, 46.6355163281 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1511, "RouteIdentifier": "503SPCOUGAR", "AADT": 570 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2464336415, 46.0556053087 ], [ -122.2456091349, 46.0556807198 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1512, "RouteIdentifier": "547", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2628122677, 48.9927495948 ], [ -122.2650050712, 48.9927318071 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1513, "RouteIdentifier": "026", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.54734221, 46.794839539 ], [ -118.4839534054, 46.7954711602 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1514, "RouteIdentifier": "020", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.269198387, 48.4967354264 ], [ -122.2527825057, 48.5028862443 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1515, "RouteIdentifier": "020", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0562083367, 48.7288096268 ], [ -121.0248123581, 48.7241331 ], [ -120.9683186319, 48.7052249613 ], [ -120.9191199125, 48.7058888906 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1516, "RouteIdentifier": "101", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7880909112, 46.967896691 ], [ -123.801005869, 46.9715394508 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1517, "RouteIdentifier": "020SPANACRT", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6126265866, 48.4934511275 ], [ -122.6128336455, 48.4963987197 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1518, "RouteIdentifier": "292", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6377513794, 48.0630093485 ], [ -117.6367704982, 48.0627193371 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1519, "RouteIdentifier": "101", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9545771246, 48.0754505177 ], [ -123.9167844502, 48.067797845 ], [ -123.8588524092, 48.0494599267 ], [ -123.8267789051, 48.0522912919 ], [ -123.8076778624, 48.0488636487 ], [ -123.7799058231, 48.0601192625 ], [ -123.7697626403, 48.0758388116 ], [ -123.7358376193, 48.0813231124 ], [ -123.7306682808, 48.0861363728 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1520, "RouteIdentifier": "205", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.56552133, 45.6483088559 ], [ -122.5794120249, 45.6676715094 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1521, "RouteIdentifier": "509", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3759701159, 47.2469906191 ], [ -122.3730388085, 47.247348751 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1522, "RouteIdentifier": "281", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.862512719, 47.0861911278 ], [ -119.8628433861, 47.0896867872 ], [ -119.8540034289, 47.093700135 ], [ -119.8535479607, 47.1032529839 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1523, "RouteIdentifier": "105", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0803644861, 46.7452804885 ], [ -124.0824521881, 46.7544029188 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1524, "RouteIdentifier": "397", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0609392727, 46.1762466146 ], [ -119.0745599425, 46.1865269366 ], [ -119.077331005, 46.1940733709 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1525, "RouteIdentifier": "300", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.881649692, 47.4305793587 ], [ -122.8763595467, 47.4318329878 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1526, "RouteIdentifier": "104", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.497295586, 47.7975770117 ], [ -122.4968769556, 47.7970409839 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1527, "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1688952325, 47.7523661354 ], [ -122.1611915713, 47.7452096371 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1528, "RouteIdentifier": "028", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5666738127, 47.2998586553 ], [ -119.561131671, 47.3075520766 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1529, "RouteIdentifier": "020", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1445158196, 48.2276178924 ], [ -117.1147080098, 48.2225207152 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1530, "RouteIdentifier": "161", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2929937518, 47.1566288415 ], [ -122.2940695704, 47.1604934513 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1531, "RouteIdentifier": "516", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2714942577, 47.3774662501 ], [ -122.24684628, 47.3779642912 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1532, "RouteIdentifier": "502", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6617016336, 45.7795054863 ], [ -122.6565486135, 45.7796107255 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1533, "RouteIdentifier": "290", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3949918933, 47.6575846328 ], [ -117.3965543236, 47.6618427629 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1534, "RouteIdentifier": "097", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2016705042, 47.7214958149 ], [ -120.1970669834, 47.7355209682 ], [ -120.1884165074, 47.7450718323 ], [ -120.1489577681, 47.7627227749 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1535, "RouteIdentifier": "104", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2838095032, 47.7600084566 ], [ -122.2805998666, 47.756565837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1536, "RouteIdentifier": "082", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4004187802, 46.4742779497 ], [ -120.3873706387, 46.4670041855 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1537, "RouteIdentifier": "101", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7547734432, 46.6823312222 ], [ -123.7457821436, 46.6828253187 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1538, "RouteIdentifier": "904", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5646472962, 47.5079585085 ], [ -117.5646334439, 47.5135895893 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1539, "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7595545426, 47.1034506094 ], [ -119.5588936409, 47.1038824628 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1540, "RouteIdentifier": "005", "AADT": 160000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3147914885, 47.7977880413 ], [ -122.3109574982, 47.8036768463 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1541, "RouteIdentifier": "397", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0162894195, 46.1394401375 ], [ -119.0136095347, 46.1478903111 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1542, "RouteIdentifier": "082", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7975638125, 46.2245562959 ], [ -119.7793761782, 46.2212051746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1543, "RouteIdentifier": "096", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1485845591, 47.8886416262 ], [ -122.144284589, 47.8911732556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1544, "RouteIdentifier": "405", "AADT": 166000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2576809614, 47.4624296733 ], [ -122.2538113908, 47.4617511143 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1545, "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6511977801, 48.3765935554 ], [ -122.6469511117, 48.3911357861 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1546, "RouteIdentifier": "002", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4899748205, 47.6377977945 ], [ -117.4834194345, 47.6349163355 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1547, "RouteIdentifier": "020", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6694634271, 48.2806289911 ], [ -122.6686935469, 48.2839223474 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1548, "RouteIdentifier": "028", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2883400594, 47.3993847963 ], [ -120.2863393433, 47.3982856502 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1549, "RouteIdentifier": "523", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.297844387, 47.7338069071 ], [ -122.2965384457, 47.7337970814 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1550, "RouteIdentifier": "101", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.095106414, 47.1429892693 ], [ -123.0963235193, 47.1342723946 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1551, "RouteIdentifier": "410", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.984252857, 47.1994620806 ], [ -121.9813954636, 47.1994152348 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1552, "RouteIdentifier": "395", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0728624554, 48.6070846621 ], [ -118.0754032266, 48.6062200924 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1553, "RouteIdentifier": "129", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0455562905, 46.4072575118 ], [ -117.0455667913, 46.4144864199 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1554, "RouteIdentifier": "012", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0442946621, 46.4199328277 ], [ -117.0418858195, 46.4199930726 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1555, "RouteIdentifier": "097", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7811517034, 48.1041817295 ], [ -119.7756848413, 48.1086426578 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1556, "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9203722024, 48.5548430412 ], [ -117.9251619366, 48.557993926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1557, "RouteIdentifier": "505", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8974973541, 46.4793963978 ], [ -122.881749481, 46.4752593869 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1558, "RouteIdentifier": "005", "AADT": 169000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3632090748, 47.2405896685 ], [ -122.3444902745, 47.2410622326 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1559, "RouteIdentifier": "012", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1502609571, 46.1420400459 ], [ -118.1326510755, 46.1574552913 ], [ -118.1306968579, 46.1654154745 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1560, "RouteIdentifier": "411", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.916599885, 46.2057419837 ], [ -122.909567729, 46.2331832879 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1561, "RouteIdentifier": "105SPWESTPT", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1042063039, 46.8868591474 ], [ -124.1042307641, 46.8878717782 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1562, "RouteIdentifier": "097", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.420443464, 48.9195242197 ], [ -119.4341632669, 48.9323868359 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1563, "RouteIdentifier": "101", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3857593028, 47.9408546394 ], [ -124.3855106235, 47.9441729563 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1564, "RouteIdentifier": "012", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9380954914, 46.1457035998 ], [ -118.9357957557, 46.1384811775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1565, "RouteIdentifier": "305", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5615375286, 47.710001753 ], [ -122.5707855947, 47.7139681507 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1566, "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3232041563, 47.5929897168 ], [ -122.3156584943, 47.5948454186 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1567, "RouteIdentifier": "024", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1764136146, 46.7968582865 ], [ -119.1766968441, 46.8046382853 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1568, "RouteIdentifier": "195", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3643429172, 46.8885261173 ], [ -117.3642482346, 46.8895898765 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1569, "RouteIdentifier": "101", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2731333424, 47.5407820544 ], [ -124.287584452, 47.5365770819 ], [ -124.3198478847, 47.5165241792 ], [ -124.3334309825, 47.5191415285 ], [ -124.3376247694, 47.5271647394 ], [ -124.3334713323, 47.5382230035 ], [ -124.3564280609, 47.5540059408 ], [ -124.3744668125, 47.6129385181 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1570, "RouteIdentifier": "405", "AADT": 166000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2408435002, 47.4652569769 ], [ -122.2191991764, 47.4676990124 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1571, "RouteIdentifier": "501", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6873276483, 45.815867042 ], [ -122.6854710172, 45.8159186028 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1572, "RouteIdentifier": "018", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1282072982, 47.3535748936 ], [ -122.1105727106, 47.3639441595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1573, "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.124063025, 47.2160253363 ], [ -121.0565323603, 47.1958256105 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1574, "RouteIdentifier": "502", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5792543891, 45.780262944 ], [ -122.5632686852, 45.7805094295 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1575, "RouteIdentifier": "290", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3446807868, 47.6717289639 ], [ -117.3419659665, 47.6723961843 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1576, "RouteIdentifier": "395", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.856430317, 46.646165675 ], [ -118.8505614694, 46.6606108889 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1577, "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6295211986, 48.3202909794 ], [ -122.6286423009, 48.325690041 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1578, "RouteIdentifier": "002", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5798641373, 47.8122645365 ], [ -121.570503455, 47.8132799743 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1579, "RouteIdentifier": "512", "AADT": 88000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4600900511, 47.1585657847 ], [ -122.4440605013, 47.158268456 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1580, "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2931688795, 47.8504172566 ], [ -122.2875761547, 47.8581507051 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1581, "RouteIdentifier": "529SPEVERET", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.190960133, 47.9817746745 ], [ -122.1895522829, 47.9817536396 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1582, "RouteIdentifier": "524", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1526476236, 47.8049830492 ], [ -122.1434306209, 47.804831104 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1583, "RouteIdentifier": "005", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9067208674, 46.2922496265 ], [ -122.9144562174, 46.3202165297 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1584, "RouteIdentifier": "900", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1949845235, 47.5021417776 ], [ -122.1871847394, 47.5018573254 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1585, "RouteIdentifier": "009", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1296885992, 48.2003311116 ], [ -122.1299980522, 48.2057570202 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1586, "RouteIdentifier": "202", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8714099605, 47.5666180383 ], [ -121.8655443332, 47.5625960148 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1587, "RouteIdentifier": "006", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6823651856, 46.6537194229 ], [ -123.6623988407, 46.6469519661 ], [ -123.6542600354, 46.633500722 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1588, "RouteIdentifier": "101", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1002077406, 47.1262326925 ], [ -123.102377983, 47.1126716861 ], [ -123.09520306, 47.1066616235 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1589, "RouteIdentifier": "539", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4851566888, 48.9933456178 ], [ -122.48508877, 49.0005739703 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1590, "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4746332727, 47.3939164723 ], [ -121.4469739493, 47.3982243324 ], [ -121.4312142261, 47.4244614737 ], [ -121.4223417195, 47.4282688783 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1591, "RouteIdentifier": "014", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6266798027, 45.6184887446 ], [ -122.5989397766, 45.6129740168 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1592, "RouteIdentifier": "524", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1943284707, 47.8116126602 ], [ -122.1921188204, 47.8129694111 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1593, "RouteIdentifier": "525", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3001156286, 47.9185854039 ], [ -122.3001742723, 47.9219962025 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1594, "RouteIdentifier": "304", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6329293436, 47.5650333624 ], [ -122.6304436393, 47.5650259077 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1595, "RouteIdentifier": "002", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4111371057, 47.6944973222 ], [ -117.4111387601, 47.6953642106 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1596, "RouteIdentifier": "104", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6392561156, 47.8677305236 ], [ -122.6090544172, 47.8521256366 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1597, "RouteIdentifier": "002", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3495866356, 47.9814746809 ], [ -117.3496454526, 48.0068914762 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1598, "RouteIdentifier": "116", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.745826823, 48.0252187014 ], [ -122.7437352957, 48.0253259826 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1599, "RouteIdentifier": "169", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1255239767, 47.4635158088 ], [ -122.1376219385, 47.4652954001 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1600, "RouteIdentifier": "031", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4174728874, 48.7462831433 ], [ -117.4146881423, 48.7566267665 ], [ -117.402437726, 48.7676671259 ], [ -117.4076382091, 48.7764590477 ], [ -117.4220851353, 48.7827080731 ], [ -117.4232350107, 48.7883712057 ], [ -117.3946339612, 48.8268190888 ], [ -117.3880478769, 48.8570115349 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1601, "RouteIdentifier": "097", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8236282381, 45.6963748835 ], [ -120.8245348679, 45.6980196603 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1602, "RouteIdentifier": "174", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7238512322, 47.772533091 ], [ -118.7225935085, 47.7708524695 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1603, "RouteIdentifier": "023", "AADT": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8293478123, 47.1355148253 ], [ -117.8293869076, 47.1408764113 ], [ -117.8448910097, 47.1542913283 ], [ -117.8710413696, 47.1578138772 ], [ -117.8713875973, 47.1878396227 ], [ -117.8903636196, 47.2092221227 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1604, "RouteIdentifier": "019", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7936594895, 48.0437626987 ], [ -122.7996236578, 48.0504853323 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1605, "RouteIdentifier": "505", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.938151187, 46.4911316118 ], [ -122.9303377584, 46.4915532327 ], [ -122.9103335991, 46.482928058 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1606, "RouteIdentifier": "026", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4960377839, 46.8670870363 ], [ -119.4753373648, 46.862537997 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1607, "RouteIdentifier": "099", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3347023936, 47.5375284994 ], [ -122.3347269484, 47.5378318312 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1608, "RouteIdentifier": "129", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0560803608, 46.3250305409 ], [ -117.0639679546, 46.3288210403 ], [ -117.0533201894, 46.3352565084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1609, "RouteIdentifier": "506", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9698911237, 46.4019382554 ], [ -122.9615212742, 46.401988221 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1610, "RouteIdentifier": "129", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0455667913, 46.4144864199 ], [ -117.0451921636, 46.416527455 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1611, "RouteIdentifier": "099", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3393652388, 47.5748709959 ], [ -122.3363467181, 47.5916540334 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1612, "RouteIdentifier": "101", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7062185932, 46.8779876268 ], [ -123.7095800286, 46.8824221446 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1613, "RouteIdentifier": "004", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4668950282, 46.295217675 ], [ -123.4651180339, 46.2822112261 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1614, "RouteIdentifier": "027", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1823923289, 46.7153301884 ], [ -117.184576053, 46.7209092456 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1615, "RouteIdentifier": "024", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3613918472, 46.5494638956 ], [ -120.335129764, 46.5487710681 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1616, "RouteIdentifier": "195", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3647146566, 46.8810185511 ], [ -117.3643429172, 46.8885261173 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1617, "RouteIdentifier": "101", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7695997378, 46.9546351666 ], [ -123.7703914682, 46.9553073045 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1618, "RouteIdentifier": "162", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2024622981, 47.0953255419 ], [ -122.1877595188, 47.0819384727 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1619, "RouteIdentifier": "102", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1986940231, 47.2401706315 ], [ -123.1912428882, 47.2429358128 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1620, "RouteIdentifier": "142", "AADT": 410 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0976103078, 45.8260671911 ], [ -121.0775669185, 45.8369135892 ], [ -121.0642894236, 45.8376125847 ], [ -121.0608960245, 45.8431779335 ], [ -121.0440024936, 45.8433714611 ], [ -121.042019508, 45.8485283308 ], [ -121.0374313104, 45.8410607376 ], [ -121.0154166753, 45.8413818742 ], [ -121.0043878428, 45.8462946752 ], [ -121.0038482918, 45.8572379269 ], [ -120.9972196495, 45.8575744394 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1621, "RouteIdentifier": "020", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2339586384, 48.510507948 ], [ -122.2323979204, 48.5104945464 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1622, "RouteIdentifier": "016", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6174730359, 47.3653428749 ], [ -122.6177931336, 47.3660514733 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1623, "RouteIdentifier": "104COKNGSTN", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4964887302, 47.7981317254 ], [ -122.4975542478, 47.7988312911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1624, "RouteIdentifier": "014", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8292860584, 45.6940654066 ], [ -120.8236282381, 45.6963748835 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1625, "RouteIdentifier": "823", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5304207056, 46.6430874404 ], [ -120.5304211479, 46.6486735819 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1626, "RouteIdentifier": "305", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6370754284, 47.7334671319 ], [ -122.6377776889, 47.7367740872 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1627, "RouteIdentifier": "125", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3873059636, 46.0008733795 ], [ -118.3895048351, 46.0116896783 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1628, "RouteIdentifier": "012", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2217410927, 46.8391963722 ], [ -123.1863524437, 46.8303419645 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1629, "RouteIdentifier": "021", "AADT": 990 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5710608079, 46.9700238316 ], [ -118.5888210566, 46.9701558628 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1630, "RouteIdentifier": "002", "AADT": 950 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8131962319, 47.6126343481 ], [ -119.755706339, 47.6121641933 ], [ -119.7378232275, 47.6051578842 ], [ -119.7207218172, 47.5911027894 ], [ -119.6946295812, 47.5841828284 ], [ -119.6697674526, 47.5997916763 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1631, "RouteIdentifier": "516", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2430570827, 47.378057579 ], [ -122.2373624055, 47.3779147052 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1632, "RouteIdentifier": "524", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3617083091, 47.8214854076 ], [ -122.3518259847, 47.821404826 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1633, "RouteIdentifier": "520", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1932937046, 47.6371487563 ], [ -122.1881596197, 47.6322979443 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1634, "RouteIdentifier": "171", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3155342499, 47.1016304023 ], [ -119.312911608, 47.1034589548 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1635, "RouteIdentifier": "002", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1601671048, 47.6539518845 ], [ -118.1576684527, 47.6540467209 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1636, "RouteIdentifier": "105SPBOONE", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8023268261, 46.9706138586 ], [ -123.8023146967, 46.9715050749 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1637, "RouteIdentifier": "002", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0714795546, 47.648195998 ], [ -120.0714484595, 47.6491744077 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1638, "RouteIdentifier": "125", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3470868548, 46.0613934646 ], [ -118.3484813064, 46.0630851666 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1639, "RouteIdentifier": "206", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3291013409, 47.7873237723 ], [ -117.303824325, 47.7875196843 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1640, "RouteIdentifier": "405", "AADT": 146000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1981171515, 47.5215347846 ], [ -122.1976527666, 47.5284479262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1641, "RouteIdentifier": "705", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4322202216, 47.2386425935 ], [ -122.4330740998, 47.2403048183 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1642, "RouteIdentifier": "003", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0984506931, 47.2150788727 ], [ -123.0827870167, 47.2167787857 ], [ -123.0541037369, 47.2368676818 ], [ -123.0463421603, 47.2472806543 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1643, "RouteIdentifier": "090", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0542260413, 47.6939743273 ], [ -117.0483767272, 47.6956888561 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1644, "RouteIdentifier": "243", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9169607763, 46.7378528943 ], [ -119.9181387188, 46.7453195258 ], [ -119.9303833583, 46.7566116646 ], [ -119.9250609686, 46.7992595246 ], [ -119.9194676679, 46.8134191374 ], [ -119.9295645603, 46.8257316077 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1645, "RouteIdentifier": "170", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0422256352, 46.9696837609 ], [ -119.0406007171, 46.9696767228 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1646, "RouteIdentifier": "121", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9594136168, 46.8965445916 ], [ -122.9504462358, 46.8962553703 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1647, "RouteIdentifier": "020", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5901063759, 48.4885682085 ], [ -121.5827190303, 48.4888446329 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1648, "RouteIdentifier": "516", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0740512207, 47.3581005334 ], [ -122.056859545, 47.3579998249 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1649, "RouteIdentifier": "014", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1552091714, 45.6491568269 ], [ -121.1043883879, 45.6485914606 ], [ -121.0817415229, 45.6584905199 ], [ -121.0373692153, 45.6641740956 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1650, "RouteIdentifier": "163", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.514518613, 47.3040619068 ], [ -122.5141387154, 47.305285326 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1651, "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2947521893, 47.3943368889 ], [ -122.2966747787, 47.399436909 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1652, "RouteIdentifier": "005", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3314940653, 48.4135964059 ], [ -122.3351426952, 48.421566968 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1653, "RouteIdentifier": "012", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0312749766, 46.6723519543 ], [ -120.9751255601, 46.6711716406 ], [ -120.9539742197, 46.6836791847 ], [ -120.9423362381, 46.6834592118 ], [ -120.9236598936, 46.6901898346 ], [ -120.919967452, 46.6953639912 ], [ -120.9079763288, 46.6939358446 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1654, "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8793107352, 46.9778455486 ], [ -123.8823509757, 46.9792200862 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1655, "RouteIdentifier": "291", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4755009726, 47.7154054601 ], [ -117.4775864514, 47.7155036924 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1656, "RouteIdentifier": "506", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9615212742, 46.401988221 ], [ -122.9490131702, 46.4020849219 ], [ -122.9279330238, 46.4116100688 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1657, "RouteIdentifier": "005", "AADT": 98000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6701869958, 45.7753317642 ], [ -122.6742471673, 45.7884633898 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1658, "RouteIdentifier": "016", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5695221755, 47.2976027952 ], [ -122.5728475744, 47.3013604296 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1659, "RouteIdentifier": "026", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6656137967, 46.8138014312 ], [ -117.6550649229, 46.809179515 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1660, "RouteIdentifier": "009", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3207228659, 48.9128299651 ], [ -122.3206641784, 48.920195997 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1661, "RouteIdentifier": "432", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9183274849, 46.1179762286 ], [ -122.903098241, 46.1097389647 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1662, "RouteIdentifier": "161", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294801654, 47.0530641068 ], [ -122.2947627706, 47.0592610847 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1663, "RouteIdentifier": "129", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0517810734, 46.3795878122 ], [ -117.0448176781, 46.3941409901 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1664, "RouteIdentifier": "405", "AADT": 186000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1825622133, 47.6861532736 ], [ -122.1796695496, 47.6992447918 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1665, "RouteIdentifier": "202", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1216151872, 47.6765956856 ], [ -122.1216193183, 47.6754410608 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1666, "RouteIdentifier": "161", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3006964497, 46.8856559346 ], [ -122.3004841678, 46.8873929159 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1667, "RouteIdentifier": "012", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5192085128, 46.0499502566 ], [ -118.480204124, 46.0490486428 ], [ -118.4380859373, 46.0577292113 ], [ -118.4150633113, 46.0706784483 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1668, "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3410552917, 48.4313110136 ], [ -122.3410260439, 48.4420756317 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1669, "RouteIdentifier": "194", "AADT": 990 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2536978763, 46.7208346039 ], [ -117.2226311076, 46.7258475583 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1670, "RouteIdentifier": "026", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3649144653, 46.8905633877 ], [ -117.3636245159, 46.8909558494 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1671, "RouteIdentifier": "529", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1790908365, 48.0404147216 ], [ -122.1778352269, 48.046828316 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1672, "RouteIdentifier": "002", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5739759223, 47.6429386574 ], [ -117.5662058166, 47.642947503 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1673, "RouteIdentifier": "101", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.899165273, 46.997061728 ], [ -123.9142967877, 47.0151102563 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1674, "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1915989356, 48.0125732298 ], [ -122.190360403, 48.0112588295 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1675, "RouteIdentifier": "014", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4949520588, 45.7249743594 ], [ -121.4899695301, 45.724018802 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1676, "RouteIdentifier": "024", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3750456098, 46.5493985238 ], [ -120.3613918472, 46.5494638956 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1677, "RouteIdentifier": "097", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6224996657, 46.0271360717 ], [ -120.5755323972, 46.0394288913 ], [ -120.5347510985, 46.1239501497 ], [ -120.5155304936, 46.1430933666 ], [ -120.5037936831, 46.1723589628 ], [ -120.4878548002, 46.1971162847 ], [ -120.4797089864, 46.2036499179 ], [ -120.4298698764, 46.2228395437 ], [ -120.419279593, 46.2335193656 ], [ -120.4176648406, 46.2468890125 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1678, "RouteIdentifier": "125", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3460982766, 46.053273733 ], [ -118.3463687355, 46.0605179899 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1679, "RouteIdentifier": "024", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2917105696, 46.5347459334 ], [ -120.2504477979, 46.5248889015 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1680, "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6692405052, 46.0403350228 ], [ -118.6587450787, 46.0394084907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1681, "RouteIdentifier": "206", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3384306266, 47.7875972066 ], [ -117.3291013409, 47.7873237723 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1682, "RouteIdentifier": "016SPGORST", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6960888319, 47.5248350158 ], [ -122.6971089618, 47.524879573 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1683, "RouteIdentifier": "005", "AADT": 135000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3081914375, 47.2842547986 ], [ -122.3028757982, 47.3000530138 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1684, "RouteIdentifier": "516", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1811585184, 47.3649772586 ], [ -122.1761180844, 47.3631667878 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1685, "RouteIdentifier": "012COABERDN", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8090468875, 46.9772106863 ], [ -123.8132040823, 46.9766495807 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1686, "RouteIdentifier": "006", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7307102829, 46.6823557798 ], [ -123.7094384198, 46.6776841454 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1687, "RouteIdentifier": "167", "AADT": 114000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2447763261, 47.3180985045 ], [ -122.2446858124, 47.3297219858 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1688, "RouteIdentifier": "099", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3037605642, 47.5106094253 ], [ -122.3124883705, 47.5167348211 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1689, "RouteIdentifier": "274", "AADT": 220 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0400651005, 47.2403316548 ], [ -117.0398725383, 47.2402750621 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1690, "RouteIdentifier": "005", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4627470202, 47.2159591708 ], [ -122.4615526157, 47.2287362725 ], [ -122.4466273692, 47.2301579669 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1691, "RouteIdentifier": "290", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3248627173, 47.6754104751 ], [ -117.2827858737, 47.6810526384 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1692, "RouteIdentifier": "101", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4189331528, 48.1130399131 ], [ -123.4171863107, 48.1123263385 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1693, "RouteIdentifier": "016", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6245604481, 47.4752697078 ], [ -122.642332524, 47.4978831795 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1694, "RouteIdentifier": "285", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3035547655, 47.410929097 ], [ -120.3041069002, 47.4122978378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1695, "RouteIdentifier": "002", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0453814357, 48.1774974633 ], [ -117.0441181005, 48.1780553435 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1696, "RouteIdentifier": "523", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3236068716, 47.7340600888 ], [ -122.3127959962, 47.7339766531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1697, "RouteIdentifier": "005", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1872965039, 48.1444384712 ], [ -122.1900214152, 48.1598254833 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1698, "RouteIdentifier": "290", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.361293531, 47.6674773757 ], [ -117.3594319704, 47.6686111382 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1699, "RouteIdentifier": "012", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5170315735, 46.5330350165 ], [ -122.4853465728, 46.5342767318 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1700, "RouteIdentifier": "542", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1954842634, 48.8206495581 ], [ -122.1716283618, 48.8323550601 ], [ -122.155341196, 48.853030999 ], [ -122.1523151666, 48.8665218931 ], [ -122.1570234366, 48.8806206725 ], [ -122.1433236191, 48.9047123737 ], [ -122.1380018087, 48.9060853167 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1701, "RouteIdentifier": "027", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1545590892, 47.0396761869 ], [ -117.1608612896, 47.0509546305 ], [ -117.146111612, 47.067878035 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1702, "RouteIdentifier": "005", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8765100174, 46.5439285548 ], [ -122.8764947699, 46.5550803084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1703, "RouteIdentifier": "243", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9295645603, 46.8257316077 ], [ -119.9387815067, 46.8353151904 ], [ -119.9378634013, 46.8432344905 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1704, "RouteIdentifier": "020", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0431258874, 48.3481890608 ], [ -120.0362435031, 48.3607879462 ], [ -119.9809763065, 48.371736888 ], [ -119.9321337254, 48.3695684578 ], [ -119.9141758591, 48.3742424396 ], [ -119.8984187896, 48.3889279841 ], [ -119.8882430796, 48.3877996604 ], [ -119.8648010839, 48.3969338528 ], [ -119.8235449654, 48.3808931536 ], [ -119.784579131, 48.3798347197 ], [ -119.7497426686, 48.3660865683 ], [ -119.7287666335, 48.3671066996 ], [ -119.7065630171, 48.3627406411 ], [ -119.6993334105, 48.3467648995 ], [ -119.6680924655, 48.3230367393 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1705, "RouteIdentifier": "007", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4284944729, 47.078773705 ], [ -122.4350543494, 47.0839448876 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1706, "RouteIdentifier": "108", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2689243165, 47.0679844678 ], [ -123.2525189659, 47.0789963959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1707, "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1832082778, 47.2443206311 ], [ -121.1768999971, 47.2389448117 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1708, "RouteIdentifier": "103", "AADT": 270 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0378003229, 46.5491873736 ], [ -124.0373317269, 46.5672415916 ], [ -124.0265521556, 46.58429985 ], [ -124.0397283027, 46.5978816985 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1709, "RouteIdentifier": "109", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0440853494, 47.0525732949 ], [ -124.0505531099, 47.0566292363 ], [ -124.1082174747, 47.0560237504 ], [ -124.1531482322, 47.0433503074 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1710, "RouteIdentifier": "160", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5510696792, 47.5051569339 ], [ -122.5298400174, 47.5049019302 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1711, "RouteIdentifier": "097", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7212000555, 48.2626191576 ], [ -119.7049060391, 48.2782037899 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1712, "RouteIdentifier": "503", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5472598635, 45.7589462816 ], [ -122.5473330202, 45.7703035237 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1713, "RouteIdentifier": "534", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3335812302, 48.341165856 ], [ -122.3326182621, 48.3411594036 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1714, "RouteIdentifier": "097", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2141719319, 47.6561755599 ], [ -120.1924709331, 47.6838275242 ], [ -120.1902327501, 47.6940236402 ], [ -120.1937187948, 47.6998534485 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1715, "RouteIdentifier": "009", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3209191677, 48.9438094983 ], [ -122.3202363813, 48.949281296 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1716, "RouteIdentifier": "524", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1799369192, 47.8125762494 ], [ -122.1754150379, 47.811547043 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1717, "RouteIdentifier": "101", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9591582091, 46.3481677178 ], [ -123.9555447472, 46.3504543 ], [ -123.949867913, 46.3732697997 ], [ -123.9531883892, 46.3784215418 ], [ -123.9495211568, 46.3843983473 ], [ -123.951959767, 46.4025025126 ], [ -123.938858253, 46.4032384098 ], [ -123.9346445705, 46.4158252959 ], [ -123.9242989372, 46.4190929551 ], [ -123.9160104721, 46.4297961412 ], [ -123.9058517568, 46.4293200912 ], [ -123.9003658782, 46.4347974243 ], [ -123.8906810599, 46.4350146931 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1718, "RouteIdentifier": "506", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9279330238, 46.4116100688 ], [ -122.9121178886, 46.4105521332 ], [ -122.8916600156, 46.4181629111 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1719, "RouteIdentifier": "223", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1801941156, 46.3452788522 ], [ -120.1791144823, 46.3455191654 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1720, "RouteIdentifier": "169", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9915686193, 47.2044466268 ], [ -121.9910780054, 47.2049216282 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1721, "RouteIdentifier": "017", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1333443494, 46.8263220149 ], [ -119.1331872975, 46.8409896084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1722, "RouteIdentifier": "240", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7282861482, 46.5773297724 ], [ -119.7248439418, 46.5683166901 ], [ -119.6902811291, 46.5463805823 ], [ -119.6790929472, 46.5263482722 ], [ -119.6634202728, 46.5132991887 ], [ -119.6166058605, 46.5023813913 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1723, "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322068257, 47.2826226664 ], [ -122.3178488457, 47.2898411383 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1724, "RouteIdentifier": "171", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2752765933, 47.1325238534 ], [ -119.2740001981, 47.1335512955 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1725, "RouteIdentifier": "005", "AADT": 241000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3214916682, 47.561289773 ], [ -122.320109391, 47.5692199392 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1726, "RouteIdentifier": "395", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1587898641, 46.2094963127 ], [ -119.1588364929, 46.2122195073 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1727, "RouteIdentifier": "099", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2804789478, 47.865772013 ], [ -122.2789804626, 47.867386825 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1728, "RouteIdentifier": "395", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2029385026, 46.1652739565 ], [ -119.1975722229, 46.1692293994 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1729, "RouteIdentifier": "002", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4111387601, 47.6953642106 ], [ -117.4111538627, 47.7133751719 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1730, "RouteIdentifier": "702", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4727205134, 46.9377338042 ], [ -122.4716597285, 46.9377123473 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1731, "RouteIdentifier": "542COMTBAKR", "AADT": 330 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6799490243, 48.8623665546 ], [ -121.6754402986, 48.8651910486 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1732, "RouteIdentifier": "547", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1379808146, 48.9172113904 ], [ -122.1432040179, 48.9173881457 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1733, "RouteIdentifier": "017", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3923586085, 47.9188641837 ], [ -119.3961715735, 47.919272726 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1734, "RouteIdentifier": "005", "AADT": 77000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9799410614, 46.666273563 ], [ -122.9784909888, 46.6723810975 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1735, "RouteIdentifier": "167HD01440", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2522187666, 47.3034827803 ], [ -122.2536584722, 47.3012935761 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1736, "RouteIdentifier": "516", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.056859545, 47.3579998249 ], [ -122.0536764297, 47.3579952591 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1737, "RouteIdentifier": "104", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3533511027, 47.7851161679 ], [ -122.3510483527, 47.7829431864 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1738, "RouteIdentifier": "290", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0689280259, 47.7241616056 ], [ -117.0476765238, 47.7333586658 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1739, "RouteIdentifier": "109", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9062715578, 46.9810823154 ], [ -123.9083860539, 46.9811017411 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1740, "RouteIdentifier": "507", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5440284191, 47.00195264 ], [ -122.5400380281, 47.004608762 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1741, "RouteIdentifier": "161", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.293850203, 47.2500481115 ], [ -122.2938519207, 47.2509469514 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1742, "RouteIdentifier": "165", "AADT": 270 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0395446219, 47.033662887 ], [ -122.0436590305, 47.0516887209 ], [ -122.0410310566, 47.0734128335 ], [ -122.0474726563, 47.0804529811 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1743, "RouteIdentifier": "260", "AADT": 610 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.4122698552, 46.7012162608 ], [ -118.3441820755, 46.7361724356 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1744, "RouteIdentifier": "002", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9493878602, 47.6583110212 ], [ -117.9379417422, 47.660685361 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1745, "RouteIdentifier": "014", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5624136586, 45.6062101725 ], [ -122.5274842124, 45.5979967225 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1746, "RouteIdentifier": "103", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0549134209, 46.3311573646 ], [ -124.0548732503, 46.3323172772 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1747, "RouteIdentifier": "161", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2940652218, 47.0777178732 ], [ -122.2939240773, 47.0800385113 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1748, "RouteIdentifier": "104", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8137272987, 47.9229521483 ], [ -122.7947100987, 47.9175473278 ], [ -122.7581000772, 47.8945415035 ], [ -122.7396338722, 47.8911395035 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1749, "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3446210177, 47.7050638875 ], [ -122.3447339385, 47.7065541178 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1750, "RouteIdentifier": "195", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3649931364, 46.8746110638 ], [ -117.3650011171, 46.8751003196 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1751, "RouteIdentifier": "500", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5521517487, 45.68208727 ], [ -122.5318979045, 45.6826849971 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1752, "RouteIdentifier": "504", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7323106527, 46.3245338278 ], [ -122.7288442607, 46.3273755528 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1753, "RouteIdentifier": "542", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0340311094, 48.9278686212 ], [ -122.0227559288, 48.9270850303 ], [ -122.0075390683, 48.9193687906 ], [ -121.9849997675, 48.9008367068 ], [ -121.9450533075, 48.8896410913 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1754, "RouteIdentifier": "020", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7780253279, 48.1083589075 ], [ -122.7728740575, 48.109600754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1755, "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3455787056, 47.7806814889 ], [ -122.3446909131, 47.7817536234 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1756, "RouteIdentifier": "900", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2490284682, 47.4830589416 ], [ -122.2460880266, 47.4822140792 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1757, "RouteIdentifier": "203", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8868033166, 47.5690968006 ], [ -121.887427285, 47.5718451267 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1758, "RouteIdentifier": "020SPANACRT", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6579787417, 48.5069926006 ], [ -122.675812415, 48.499639973 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1759, "RouteIdentifier": "101", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8853301763, 47.9139270916 ], [ -122.8767342334, 47.9058643793 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1760, "RouteIdentifier": "167", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3420450241, 47.2135776972 ], [ -122.3138098088, 47.2044681618 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1761, "RouteIdentifier": "002", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3320582967, 47.6264826812 ], [ -119.2978771665, 47.6166084807 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1762, "RouteIdentifier": "195", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.403113814, 47.5873771825 ], [ -117.4117450085, 47.6019773285 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1763, "RouteIdentifier": "082", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3038736838, 46.4140405564 ], [ -120.2842524512, 46.4056644379 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1764, "RouteIdentifier": "165", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0470850116, 47.1062792018 ], [ -122.0554197251, 47.112433828 ], [ -122.0490317008, 47.1302879626 ], [ -122.0557206222, 47.1388187332 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1765, "RouteIdentifier": "002", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9908494983, 47.8657174136 ], [ -121.9791204594, 47.8613218296 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1766, "RouteIdentifier": "112", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3064146166, 48.2617164172 ], [ -124.2647934958, 48.2531691393 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1767, "RouteIdentifier": "025", "AADT": 780 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8412727199, 48.8719526263 ], [ -117.827799169, 48.8882487868 ], [ -117.8136926167, 48.8971177199 ], [ -117.8009917503, 48.899088371 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1768, "RouteIdentifier": "528", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1836148532, 48.0518643974 ], [ -122.1822932343, 48.0518738744 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1769, "RouteIdentifier": "304", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.626945866, 47.5650153276 ], [ -122.6269686691, 47.5636496207 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1770, "RouteIdentifier": "014", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5114600933, 45.7166372424 ], [ -120.4769148344, 45.7027025383 ], [ -120.4083086691, 45.705944172 ], [ -120.3209109655, 45.7192547167 ], [ -120.2633497092, 45.7339077039 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1771, "RouteIdentifier": "215", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5853439854, 48.3602159749 ], [ -119.5835757391, 48.3616001759 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1772, "RouteIdentifier": "526", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2084243459, 47.9195131157 ], [ -122.2074382827, 47.9188560677 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1773, "RouteIdentifier": "155", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9775744375, 48.130752286 ], [ -118.9762561497, 48.135096529 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1774, "RouteIdentifier": "002", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2528967959, 47.6483371933 ], [ -119.1237574553, 47.6846698514 ], [ -118.9976415411, 47.6844844298 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1775, "RouteIdentifier": "010", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8169944864, 47.1654459949 ], [ -120.8108589679, 47.1638387052 ], [ -120.8043961298, 47.1513524322 ], [ -120.7835732851, 47.1325177974 ], [ -120.7268634764, 47.1248477284 ], [ -120.7165569761, 47.1159003737 ], [ -120.7145912511, 47.1089655258 ], [ -120.691960834, 47.0992611593 ], [ -120.6235085123, 47.0432551254 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1776, "RouteIdentifier": "530", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1170200605, 48.2084489517 ], [ -122.1043084158, 48.222137855 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1777, "RouteIdentifier": "172", "AADT": 450 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6399303545, 47.813732472 ], [ -119.6380760967, 47.8121912953 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1778, "RouteIdentifier": "017", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4842297169, 47.3934848684 ], [ -119.4973048928, 47.4245366123 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1779, "RouteIdentifier": "009", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1069288247, 48.0063280675 ], [ -122.1080928359, 48.0132540479 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1780, "RouteIdentifier": "167", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.217721755, 47.4720497684 ], [ -122.2159983682, 47.4737702544 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1781, "RouteIdentifier": "290", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3419659665, 47.6723961843 ], [ -117.3283026635, 47.6754413596 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1782, "RouteIdentifier": "003", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7132594935, 47.5239714664 ], [ -122.7066290132, 47.5247891631 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1783, "RouteIdentifier": "020", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1615462137, 48.7118489675 ], [ -121.1354894847, 48.7101414512 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1784, "RouteIdentifier": "131", "AADT": 310 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9535543166, 46.5073208118 ], [ -121.9542721665, 46.5167411946 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1785, "RouteIdentifier": "241", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9790026711, 46.3316725974 ], [ -119.9790994297, 46.3654277374 ], [ -119.970594385, 46.3753130226 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1786, "RouteIdentifier": "002", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0714484595, 47.6491744077 ], [ -120.0634672167, 47.6491812786 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1787, "RouteIdentifier": "410", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9346988288, 47.1921997068 ], [ -121.9113034403, 47.1660060551 ], [ -121.9032240437, 47.1642334315 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1788, "RouteIdentifier": "125", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3627410114, 46.0415078207 ], [ -118.3464591984, 46.0510569216 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1789, "RouteIdentifier": "090", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0072302557, 47.1840617967 ], [ -120.9658761326, 47.1936165169 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1790, "RouteIdentifier": "101", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7615325079, 46.6777404653 ], [ -123.7547734432, 46.6823312222 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1791, "RouteIdentifier": "012", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2762378173, 46.5520130021 ], [ -122.2090874074, 46.5114897943 ], [ -122.1827981053, 46.5094011436 ], [ -122.1563756705, 46.5189965757 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1792, "RouteIdentifier": "523", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3127959962, 47.7339766531 ], [ -122.3100733649, 47.7339389204 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1793, "RouteIdentifier": "397", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2022670769, 46.1422545472 ], [ -119.1719528856, 46.1538172927 ], [ -119.1495477506, 46.1541704221 ], [ -119.1242140583, 46.1493404787 ], [ -119.0668149366, 46.1268888879 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1794, "RouteIdentifier": "167", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2313987649, 47.3961663604 ], [ -122.2214808618, 47.4035987998 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1795, "RouteIdentifier": "116", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7405321497, 48.0270703271 ], [ -122.7350638939, 48.0308244206 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1796, "RouteIdentifier": "547", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1515895973, 48.9460909964 ], [ -122.1536154484, 48.9498823783 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1797, "RouteIdentifier": "501", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7059518963, 45.815636231 ], [ -122.7026610905, 45.8155477016 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1798, "RouteIdentifier": "206", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.303824325, 47.7875196843 ], [ -117.2582087731, 47.7876105753 ], [ -117.2290446727, 47.8020950345 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1799, "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6067917986, 48.4370383266 ], [ -122.60172507, 48.4418166919 ], [ -122.602890707, 48.4457098369 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1800, "RouteIdentifier": "525", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5414842419, 48.011987346 ], [ -122.5455047346, 48.0151911959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1801, "RouteIdentifier": "027", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1304728709, 47.2420790028 ], [ -117.132009721, 47.2741237154 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1802, "RouteIdentifier": "011", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4998793264, 48.7103012557 ], [ -122.5020729469, 48.7159651259 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1803, "RouteIdentifier": "270", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1676525064, 46.7262385037 ], [ -117.1648061028, 46.7232723565 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1804, "RouteIdentifier": "005", "AADT": 166000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329647234, 47.751023302 ], [ -122.3249495062, 47.760975014 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1805, "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8179559351, 48.0780690922 ], [ -122.8150974014, 48.097207949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1806, "RouteIdentifier": "410", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0197980383, 47.1768730848 ], [ -122.016253916, 47.1784207654 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1807, "RouteIdentifier": "014", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4266731536, 45.5798853327 ], [ -122.4170054578, 45.5751977401 ], [ -122.3962982687, 45.5785567586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1808, "RouteIdentifier": "101", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.4017832625, 47.9345882869 ], [ -124.3857593028, 47.9408546394 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1809, "RouteIdentifier": "119", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1925948411, 47.4136830468 ], [ -123.2179596822, 47.4327965248 ], [ -123.2105622712, 47.4554072848 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1810, "RouteIdentifier": "090", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5867415871, 47.0023957095 ], [ -120.5555025637, 46.9769598385 ], [ -120.5309634911, 46.9718013391 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1811, "RouteIdentifier": "024", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1764829488, 46.7754696717 ], [ -119.1764946499, 46.7820725916 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1812, "RouteIdentifier": "532", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3443830084, 48.2398913159 ], [ -122.3303084037, 48.2396939589 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1813, "RouteIdentifier": "503", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6292421446, 45.941283986 ], [ -122.6602039757, 45.9401079071 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1814, "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9764083197, 47.306520851 ], [ -117.9640727762, 47.3120619457 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1815, "RouteIdentifier": "097", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3330101537, 46.3081349737 ], [ -120.321048285, 46.3210895826 ], [ -120.3205033055, 46.3313990906 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1816, "RouteIdentifier": "904", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5767646402, 47.4862221857 ], [ -117.5759657586, 47.4868903381 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1817, "RouteIdentifier": "202", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1646271104, 47.7572105358 ], [ -122.1653460578, 47.754516793 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1818, "RouteIdentifier": "150", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0581786213, 47.8560176572 ], [ -120.0540259825, 47.8553267629 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1819, "RouteIdentifier": "005", "AADT": 136000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5294843284, 47.134748182 ], [ -122.5173391489, 47.1402583462 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1820, "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7774669653, 47.8678385583 ], [ -121.7488390649, 47.8671786834 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1821, "RouteIdentifier": "004", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1680910014, 46.1910275512 ], [ -123.1527181306, 46.1932619624 ], [ -123.1210814025, 46.1900650322 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1822, "RouteIdentifier": "104", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2805998666, 47.756565837 ], [ -122.2764080485, 47.7535766576 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1823, "RouteIdentifier": "005", "AADT": 176000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3161178049, 47.7897600047 ], [ -122.3147914885, 47.7977880413 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1824, "RouteIdentifier": "101", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9454549934, 47.2361778754 ], [ -123.9311452495, 47.2437964738 ], [ -123.9182891747, 47.2672889111 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1825, "RouteIdentifier": "018", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2563579686, 47.3028065567 ], [ -122.2443021409, 47.3027122504 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1826, "RouteIdentifier": "285COWENTCH", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3225528424, 47.434276469 ], [ -120.3206709228, 47.4319777068 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1827, "RouteIdentifier": "548", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7044893922, 48.8921934089 ], [ -122.7263837289, 48.8921522797 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1828, "RouteIdentifier": "405", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2615653431, 47.8313484071 ], [ -122.263270535, 47.832397759 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1829, "RouteIdentifier": "211", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2785898294, 48.0970199696 ], [ -117.2729982561, 48.1220493345 ], [ -117.3034353999, 48.1517951643 ], [ -117.3014134068, 48.1726073855 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1830, "RouteIdentifier": "101COPRTANG", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4200144031, 48.1146846853 ], [ -123.4272112907, 48.1176420477 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1831, "RouteIdentifier": "539", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4859682883, 48.8551455389 ], [ -122.4859559588, 48.8624202184 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1832, "RouteIdentifier": "005", "AADT": 181000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3249495062, 47.760975014 ], [ -122.3218213184, 47.7696559418 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1833, "RouteIdentifier": "005", "AADT": 159000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2981579128, 47.312895011 ], [ -122.2939939147, 47.3262355559 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1834, "RouteIdentifier": "002", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7130750207, 47.7604898372 ], [ -118.710341624, 47.7597380108 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1835, "RouteIdentifier": "031", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3725290396, 48.86403205 ], [ -117.3690791376, 48.8628154536 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1836, "RouteIdentifier": "018", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1105727106, 47.3639441595 ], [ -122.0987142773, 47.3694924181 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1837, "RouteIdentifier": "027", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1710414458, 46.7424904094 ], [ -117.1724700156, 46.747419563 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1838, "RouteIdentifier": "524", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2307337316, 47.8178356076 ], [ -122.2240130735, 47.8097214635 ], [ -122.2089308735, 47.8094374485 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1839, "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.292877678, 47.1671440586 ], [ -118.2328452333, 47.2083784844 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1840, "RouteIdentifier": "016SPGORST", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6996522214, 47.5252936288 ], [ -122.7009258111, 47.5254077892 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1841, "RouteIdentifier": "500", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5527645121, 45.6654147454 ], [ -122.5525923868, 45.6672693746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1842, "RouteIdentifier": "503", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4210503145, 45.9241386589 ], [ -122.3807106015, 45.9242785728 ], [ -122.3796927801, 45.9278618295 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1843, "RouteIdentifier": "410", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5360884519, 46.9798263482 ], [ -121.5255219108, 46.9585895789 ], [ -121.5323324952, 46.9469316686 ], [ -121.5310753106, 46.9309435343 ], [ -121.5357945169, 46.9156045355 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1844, "RouteIdentifier": "018", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9839763366, 47.4320430934 ], [ -121.9672362186, 47.4364490931 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1845, "RouteIdentifier": "261", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3656317125, 47.112475028 ], [ -118.3656748512, 47.1169194581 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1846, "RouteIdentifier": "005", "AADT": 190000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3444902745, 47.2410622326 ], [ -122.335050748, 47.2440622941 ], [ -122.3298337748, 47.2573665594 ], [ -122.3081914375, 47.2842547986 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1847, "RouteIdentifier": "263", "AADT": 350 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5524895136, 46.6414946812 ], [ -118.5525255652, 46.6422285199 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1848, "RouteIdentifier": "142", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.2657579644, 45.7111535352 ], [ -121.2472721676, 45.7217111035 ], [ -121.244181878, 45.7277440027 ], [ -121.2298688243, 45.729292887 ], [ -121.2314235606, 45.7372612846 ], [ -121.2216216322, 45.7415590831 ], [ -121.222903344, 45.7481715948 ], [ -121.2084891518, 45.7508996878 ], [ -121.2109028554, 45.7604785601 ], [ -121.2053953573, 45.7679900328 ], [ -121.2131840999, 45.7724150705 ], [ -121.207883874, 45.779291027 ], [ -121.2055702737, 45.7925570852 ], [ -121.1946499217, 45.795047038 ], [ -121.1698278704, 45.8122766544 ], [ -121.1531193879, 45.814953813 ], [ -121.1511457837, 45.8183340264 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1849, "RouteIdentifier": "090", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4029149867, 46.9715198957 ], [ -120.3533610061, 46.9715486821 ], [ -120.319713102, 46.958602891 ], [ -120.2565740747, 46.9499582027 ], [ -120.2382852234, 46.9439637651 ], [ -120.1517837822, 46.9437951339 ], [ -120.1285297362, 46.9384099074 ], [ -120.0923317195, 46.9449475663 ], [ -120.0434710898, 46.9363097921 ], [ -119.9856684909, 46.9399239995 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1850, "RouteIdentifier": "526", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2878185998, 47.9245144886 ], [ -122.2845197408, 47.9244871101 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1851, "RouteIdentifier": "509", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3352626539, 47.4160570962 ], [ -122.335244606, 47.4239544628 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1852, "RouteIdentifier": "129", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0487379362, 46.3397717715 ], [ -117.0487788952, 46.3406500803 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1853, "RouteIdentifier": "397", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0136095347, 46.1478903111 ], [ -119.0241882947, 46.1498712277 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1854, "RouteIdentifier": "171", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.312911608, 47.1034589548 ], [ -119.3094973132, 47.1058411746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1855, "RouteIdentifier": "027", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2398468351, 47.6445327832 ], [ -117.2398564282, 47.6462120527 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1856, "RouteIdentifier": "014", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6604109342, 45.7097319074 ], [ -121.6267665064, 45.7104802065 ], [ -121.60448404, 45.7208746315 ], [ -121.5608783461, 45.7230552598 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1857, "RouteIdentifier": "020", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0826339712, 48.3485688069 ], [ -120.0782317267, 48.3464626059 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1858, "RouteIdentifier": "409", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3772473125, 46.1712612786 ], [ -123.3771418088, 46.1802763744 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1859, "RouteIdentifier": "012", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8217992709, 46.5244556466 ], [ -117.7919594302, 46.5168198788 ], [ -117.7655768761, 46.4909720703 ], [ -117.738467898, 46.4823433881 ], [ -117.7038766685, 46.4643254572 ], [ -117.6880711236, 46.4627464745 ], [ -117.6625486269, 46.4746878646 ], [ -117.6287453364, 46.4780216163 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1860, "RouteIdentifier": "006", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9797708505, 46.6600221281 ], [ -122.978020353, 46.6605706614 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1861, "RouteIdentifier": "020SPANACRT", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6126173187, 48.5117929838 ], [ -122.6126146998, 48.512615782 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1862, "RouteIdentifier": "007", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4348569541, 47.1194809791 ], [ -122.4344162199, 47.1475294086 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1863, "RouteIdentifier": "525", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.300279957, 47.9256460771 ], [ -122.3028100586, 47.9298175191 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1864, "RouteIdentifier": "203", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9102593964, 47.6591206418 ], [ -121.90705395, 47.6776154772 ], [ -121.9203962911, 47.682901991 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1865, "RouteIdentifier": "529", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1816312316, 48.0344874481 ], [ -122.1798921353, 48.0395761426 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1866, "RouteIdentifier": "097", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.801473643, 45.8363142697 ], [ -120.7921120527, 45.8483754133 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1867, "RouteIdentifier": "504", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5756309118, 46.3701554294 ], [ -122.5538906727, 46.3719036566 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1868, "RouteIdentifier": "101", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5830787762, 48.0658416901 ], [ -123.5764716685, 48.0656101736 ], [ -123.5586292146, 48.0819562696 ], [ -123.5590674702, 48.088831529 ], [ -123.542425415, 48.0963861688 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1869, "RouteIdentifier": "101", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2521475758, 47.7981298006 ], [ -124.2505086155, 47.804211862 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1870, "RouteIdentifier": "161", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3080765164, 47.2755685609 ], [ -122.3098328416, 47.2779256038 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1871, "RouteIdentifier": "410", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9658681376, 47.1991869215 ], [ -121.9637319287, 47.1991468956 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1872, "RouteIdentifier": "020", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6596669668, 48.2863597414 ], [ -122.6578697003, 48.2871805041 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1873, "RouteIdentifier": "097", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5953819331, 48.34623453 ], [ -119.5910782183, 48.349487973 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1874, "RouteIdentifier": "221", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6031230684, 45.9389260974 ], [ -119.6018306923, 46.1025658531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1875, "RouteIdentifier": "099", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3343590195, 47.548548451 ], [ -122.3393798517, 47.5620616142 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1876, "RouteIdentifier": "092", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.07298877, 48.0304443672 ], [ -122.0670005531, 48.0311344173 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1877, "RouteIdentifier": "161", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2979507857, 46.9800944856 ], [ -122.2963449954, 47.0166678167 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1878, "RouteIdentifier": "507", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8467102726, 46.8590457137 ], [ -122.8283708435, 46.8574846811 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1879, "RouteIdentifier": "112", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7690696693, 48.1396769458 ], [ -123.7462246084, 48.1373562819 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1880, "RouteIdentifier": "525", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3858313632, 47.9827480539 ], [ -122.3921711474, 47.9866051994 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1881, "RouteIdentifier": "165", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0474726563, 47.0804529811 ], [ -122.0480328101, 47.0854558399 ], [ -122.0576029409, 47.0916817763 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1882, "RouteIdentifier": "516", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1091619452, 47.3580988636 ], [ -122.1070219689, 47.3580601805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1883, "RouteIdentifier": "125", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3499243544, 46.069095536 ], [ -118.3512395456, 46.0690998662 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1884, "RouteIdentifier": "285COWENTCH", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3245445805, 47.4367115543 ], [ -120.3225528424, 47.434276469 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1885, "RouteIdentifier": "532", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4552598905, 48.240034233 ], [ -122.4474690781, 48.2419384688 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1886, "RouteIdentifier": "101", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8155189414, 46.9754642319 ], [ -123.8167074126, 46.9748418645 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1887, "RouteIdentifier": "542", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1322464977, 48.9173156398 ], [ -122.1029841609, 48.9169970403 ], [ -122.0799094982, 48.9241796486 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1888, "RouteIdentifier": "503", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4469167382, 45.910167278 ], [ -122.4468006629, 45.9137020329 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1889, "RouteIdentifier": "395", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1130354822, 48.6245416722 ], [ -118.1227222823, 48.6274371967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1890, "RouteIdentifier": "026", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9600764508, 46.9404487329 ], [ -119.9569337464, 46.9310727047 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1891, "RouteIdentifier": "023", "AADT": 760 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4671998581, 47.0097954879 ], [ -117.4906995248, 47.0151488088 ], [ -117.4989078005, 47.0330331256 ], [ -117.5122620252, 47.0407236956 ], [ -117.5240910538, 47.0622032228 ], [ -117.545125112, 47.08432072 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1892, "RouteIdentifier": "202", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.078551081, 47.6557377147 ], [ -122.0706839733, 47.6560836936 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1893, "RouteIdentifier": "195", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3334887527, 46.9374674228 ], [ -117.3351658289, 46.9428080119 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1894, "RouteIdentifier": "502", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6565486135, 45.7796107255 ], [ -122.605320177, 45.7801298015 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1895, "RouteIdentifier": "092", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0098989742, 48.071628269 ], [ -121.9900538253, 48.0834098562 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1896, "RouteIdentifier": "702", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4841720635, 46.9380070182 ], [ -122.4727205134, 46.9377338042 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1897, "RouteIdentifier": "530", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5934495363, 48.4859005831 ], [ -121.5901063759, 48.4885682085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1898, "RouteIdentifier": "167", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2162633519, 47.4784706076 ], [ -122.2170772731, 47.4799087614 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1899, "RouteIdentifier": "101", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.4034665195, 47.9674631851 ], [ -124.4036573523, 47.9700998663 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1900, "RouteIdentifier": "108", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2525189659, 47.0789963959 ], [ -123.2330370728, 47.0832760605 ], [ -123.2217285778, 47.0961529866 ], [ -123.169892022, 47.0993233299 ], [ -123.1370118344, 47.1061275572 ], [ -123.1327675392, 47.1108867882 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1901, "RouteIdentifier": "007", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2762378173, 46.5520130021 ], [ -122.2753035387, 46.5534563356 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1902, "RouteIdentifier": "115", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1550212915, 47.0173446802 ], [ -124.1585629313, 47.0421430903 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1903, "RouteIdentifier": "005", "AADT": 66000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6633194815, 45.6889511168 ], [ -122.6587268784, 45.6977308437 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1904, "RouteIdentifier": "101", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4421245304, 48.1073235415 ], [ -123.4409541321, 48.1081108568 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1905, "RouteIdentifier": "395", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.564368032, 46.9784278916 ], [ -118.5439795491, 46.9969936414 ], [ -118.4763407681, 47.0248252936 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1906, "RouteIdentifier": "125", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3888808965, 46.0238641947 ], [ -118.387709362, 46.0274510129 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1907, "RouteIdentifier": "099", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3454890434, 47.7524905174 ], [ -122.3454920241, 47.7526354194 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1908, "RouteIdentifier": "530", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0149147028, 48.26670449 ], [ -122.0102677154, 48.2683045733 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1909, "RouteIdentifier": "141", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.486682184, 45.7277580783 ], [ -121.4875027306, 45.727786525 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1910, "RouteIdentifier": "161", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2938519207, 47.2509469514 ], [ -122.2947362877, 47.2575680773 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1911, "RouteIdentifier": "005", "AADT": 117000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3265267058, 47.6034433933 ], [ -122.3307967988, 47.6088249044 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1912, "RouteIdentifier": "005", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9031362266, 46.3853907412 ], [ -122.8996061797, 46.3980707203 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1913, "RouteIdentifier": "161", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3098328416, 47.2779256038 ], [ -122.3113887255, 47.2800166221 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1914, "RouteIdentifier": "109", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8960512885, 46.9809985306 ], [ -123.8970765547, 46.9810040205 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1915, "RouteIdentifier": "500", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4244634331, 45.6433255811 ], [ -122.4176943396, 45.6411075661 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1916, "RouteIdentifier": "020", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6513860232, 48.5041934528 ], [ -121.6421804262, 48.4953349997 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1917, "RouteIdentifier": "009", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2886644352, 48.8433410199 ], [ -122.2883273553, 48.8540652293 ], [ -122.2938609707, 48.8575655792 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1918, "RouteIdentifier": "106", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1613235363, 47.333867098 ], [ -123.1485141514, 47.3218092821 ], [ -123.1336820514, 47.3186667549 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1919, "RouteIdentifier": "203", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9858303482, 47.7426828709 ], [ -121.9856625426, 47.7451686523 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1920, "RouteIdentifier": "904", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6232200849, 47.4699050473 ], [ -117.6134262665, 47.471353912 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1921, "RouteIdentifier": "395", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7155515131, 48.2809311397 ], [ -117.7179594226, 48.2854700064 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1922, "RouteIdentifier": "542", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2556345682, 48.8390461836 ], [ -122.2395042525, 48.8318235121 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1923, "RouteIdentifier": "291", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5075451443, 47.7371619655 ], [ -117.5075109583, 47.7416381565 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1924, "RouteIdentifier": "169", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9896415159, 47.2138839771 ], [ -121.9897117864, 47.2283165519 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1925, "RouteIdentifier": "518", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2814936102, 47.4639104191 ], [ -122.2737587614, 47.465095805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1926, "RouteIdentifier": "011", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4221853179, 48.5654425158 ], [ -122.4228327812, 48.5993312853 ], [ -122.4314758594, 48.6044132215 ], [ -122.4393550103, 48.6177939656 ], [ -122.4424111234, 48.6153877975 ], [ -122.4480779306, 48.6237425278 ], [ -122.4627144951, 48.6265007902 ], [ -122.4898137335, 48.6488973023 ], [ -122.4921519068, 48.6617064112 ], [ -122.4852398362, 48.6680694691 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1927, "RouteIdentifier": "160", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6314890754, 47.5049287108 ], [ -122.624429651, 47.504849437 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1928, "RouteIdentifier": "005", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7497223484, 45.9177650679 ], [ -122.7534494161, 45.9236451726 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1929, "RouteIdentifier": "017", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2942188172, 47.1497279489 ], [ -119.3118431702, 47.1567249837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1930, "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0921869405, 47.1998399079 ], [ -123.091672535, 47.2007870052 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1931, "RouteIdentifier": "522", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2924416665, 47.7355851423 ], [ -122.2802973866, 47.7520027511 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1932, "RouteIdentifier": "002", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.188666249, 47.9794305969 ], [ -122.185861118, 47.9794731965 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1933, "RouteIdentifier": "116", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7207360254, 48.0268110537 ], [ -122.697769073, 48.018281475 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1934, "RouteIdentifier": "507", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8619828359, 46.8516552572 ], [ -122.8586957254, 46.8532935721 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1935, "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0971571723, 47.1818128402 ], [ -123.0973376697, 47.1826544128 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1936, "RouteIdentifier": "012", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4202576394, 46.4360420895 ], [ -117.4021567544, 46.4441973722 ], [ -117.3351453534, 46.4329973878 ], [ -117.3236818665, 46.4364355288 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1937, "RouteIdentifier": "410", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9791170661, 47.1993968717 ], [ -121.9658681376, 47.1991869215 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1938, "RouteIdentifier": "002", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.690253067, 47.6430952782 ], [ -117.6686114771, 47.6429513017 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1939, "RouteIdentifier": "002", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6287660452, 47.5891210126 ], [ -120.6139689585, 47.5807454549 ], [ -120.6128019629, 47.5735910457 ], [ -120.605716968, 47.5674428282 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1940, "RouteIdentifier": "503SPCOUGAR", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3105284378, 46.0417807035 ], [ -122.305684987, 46.0490596047 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1941, "RouteIdentifier": "004", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3662844632, 46.1972420441 ], [ -123.3633339712, 46.1950290192 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1942, "RouteIdentifier": "410", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0342099984, 47.1595496539 ], [ -122.0197980383, 47.1768730848 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1943, "RouteIdentifier": "020", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1205538564, 48.5260765992 ], [ -122.1053402812, 48.5269357635 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1944, "RouteIdentifier": "548", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7266598296, 48.9068699571 ], [ -122.7265048358, 48.9175984132 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1945, "RouteIdentifier": "224", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4711841566, 46.2575715157 ], [ -119.4254807685, 46.2734329699 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1946, "RouteIdentifier": "002", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3497942054, 48.0321149063 ], [ -117.343635146, 48.0474039493 ], [ -117.3442020338, 48.061754727 ], [ -117.3241634322, 48.07997589 ], [ -117.3249905541, 48.0919186256 ], [ -117.3006048247, 48.0985048663 ], [ -117.2841686904, 48.0967467483 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1947, "RouteIdentifier": "101", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0044486257, 48.0205093633 ], [ -122.9958042256, 48.0240557605 ], [ -122.9785167145, 48.046585562 ], [ -122.9614934821, 48.0502939774 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1948, "RouteIdentifier": "101", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3627497487, 48.1085599202 ], [ -123.3601967875, 48.1093444067 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1949, "RouteIdentifier": "105", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8023983763, 46.9678877123 ], [ -123.8023974793, 46.9687249499 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1950, "RouteIdentifier": "542", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.327035238, 48.8181848035 ], [ -122.3049767143, 48.8323888064 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1951, "RouteIdentifier": "026", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0482198121, 46.7995487771 ], [ -119.0141231869, 46.7946592408 ], [ -118.8990911424, 46.7940102212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1952, "RouteIdentifier": "003", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.091672535, 47.2007870052 ], [ -123.0997120272, 47.2056969535 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1953, "RouteIdentifier": "153", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0735179834, 48.3417951846 ], [ -120.0782317267, 48.3464626059 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1954, "RouteIdentifier": "904", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5935764168, 47.5639483159 ], [ -117.5935996573, 47.5661401873 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1955, "RouteIdentifier": "410", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1838778814, 47.174736546 ], [ -122.1691805082, 47.1698966439 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1956, "RouteIdentifier": "303", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6926355567, 47.6632523312 ], [ -122.6929889274, 47.661397052 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1957, "RouteIdentifier": "291", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.645634686, 47.8601052658 ], [ -117.6601956757, 47.887269221 ], [ -117.6600246954, 47.8932611587 ], [ -117.6685724818, 47.8943422934 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1958, "RouteIdentifier": "501", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6693763413, 45.6325719706 ], [ -122.6704395067, 45.6325772078 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1959, "RouteIdentifier": "016", "AADT": 113000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.482796616, 47.2349767545 ], [ -122.4919517544, 47.2348877891 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1960, "RouteIdentifier": "282", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5605106245, 47.308418187 ], [ -119.5548980955, 47.3064820526 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1961, "RouteIdentifier": "546", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4631661079, 48.9646150404 ], [ -122.4519714718, 48.9646510378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1962, "RouteIdentifier": "240", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1466151724, 46.2179686599 ], [ -119.1457324057, 46.2175957254 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1963, "RouteIdentifier": "903", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9040186992, 47.1886262402 ], [ -120.9097237692, 47.1901067626 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1964, "RouteIdentifier": "002", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1430545767, 47.9779093221 ], [ -122.1355017102, 47.9728688256 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1965, "RouteIdentifier": "902", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6822629215, 47.5797908647 ], [ -117.675621899, 47.5794106007 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1966, "RouteIdentifier": "155", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2630218055, 47.6371835441 ], [ -119.2633718554, 47.6383063062 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1967, "RouteIdentifier": "025", "AADT": 480 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7760452677, 48.928358074 ], [ -117.7722499943, 48.9449959503 ], [ -117.7903100301, 48.9444725584 ], [ -117.7934587589, 48.9555653693 ], [ -117.8035781755, 48.9610755132 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1968, "RouteIdentifier": "241", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.970594385, 46.3753130226 ], [ -119.9667501531, 46.379458651 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1969, "RouteIdentifier": "173", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6802674022, 48.0089902272 ], [ -119.6854728087, 48.0097116078 ], [ -119.6910758978, 48.0187094102 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1970, "RouteIdentifier": "004", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6405403984, 46.3349412244 ], [ -123.6384906851, 46.3352078778 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1971, "RouteIdentifier": "020", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4310307746, 48.5268378739 ], [ -121.4239720128, 48.5491341646 ], [ -121.4107258263, 48.5644580515 ], [ -121.4024787094, 48.5831365172 ], [ -121.3759759036, 48.5918905668 ], [ -121.3623196615, 48.6062560597 ], [ -121.3610583314, 48.6145142947 ], [ -121.3232006326, 48.6329219791 ], [ -121.3028444423, 48.6504520462 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1972, "RouteIdentifier": "161", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2950977171, 47.0475551508 ], [ -122.294801654, 47.0530641068 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1973, "RouteIdentifier": "008", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.315836318, 47.0439992941 ], [ -123.2864367852, 47.0541062901 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1974, "RouteIdentifier": "020", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8196628775, 48.04931957 ], [ -122.8179486123, 48.0711563886 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1975, "RouteIdentifier": "101", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8249346802, 46.9706520307 ], [ -123.8258142714, 46.9714747617 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1976, "RouteIdentifier": "502", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5632686852, 45.7805094295 ], [ -122.558361614, 45.780526879 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1977, "RouteIdentifier": "529", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2057386717, 47.9819494434 ], [ -122.212960739, 47.9820295137 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1978, "RouteIdentifier": "097", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6987076385, 48.1034031892 ], [ -119.6853721482, 48.1040204491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1979, "RouteIdentifier": "530", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1043084158, 48.222137855 ], [ -122.0696796026, 48.23396758 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1980, "RouteIdentifier": "096", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1636458554, 47.8796014922 ], [ -122.1608618478, 47.8814089364 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1981, "RouteIdentifier": "305", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5232713274, 47.6536299928 ], [ -122.5320368544, 47.6720530531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1982, "RouteIdentifier": "155SPOMAK", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5213936247, 48.4084338469 ], [ -119.5232962062, 48.4094700138 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1983, "RouteIdentifier": "007", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4339661209, 47.2054048624 ], [ -122.4339668077, 47.2064012989 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1984, "RouteIdentifier": "410", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5851623994, 47.0923339805 ], [ -121.567425209, 47.0403791961 ], [ -121.5551957128, 47.0303667214 ], [ -121.5340919383, 47.0225756397 ], [ -121.5276445988, 47.0128757583 ], [ -121.5359529209, 46.980696515 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1985, "RouteIdentifier": "195", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.133768563, 46.5681320318 ], [ -117.1454454815, 46.5721918556 ], [ -117.1570846795, 46.5836610466 ], [ -117.172901762, 46.5919223495 ], [ -117.1607245203, 46.616443833 ], [ -117.1875760408, 46.6478028536 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1986, "RouteIdentifier": "509", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.334499835, 47.5319334082 ], [ -122.3347023936, 47.5375284994 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1987, "RouteIdentifier": "020", "AADT": 760 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.667711126, 48.6174517277 ], [ -118.6526722344, 48.6000038884 ], [ -118.6443296317, 48.5973721967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1988, "RouteIdentifier": "174", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9422723546, 47.9168139511 ], [ -118.9115553996, 47.9213656063 ], [ -118.8633547045, 47.9011540071 ], [ -118.8537392978, 47.8838687759 ], [ -118.7238512322, 47.772533091 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1989, "RouteIdentifier": "108", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1327675392, 47.1108867882 ], [ -123.1050673886, 47.1296410636 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1990, "RouteIdentifier": "702", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5283321717, 46.937764175 ], [ -122.4923909755, 46.9379773099 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1991, "RouteIdentifier": "101", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7671904335, 46.6744470342 ], [ -123.7615325079, 46.6777404653 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1992, "RouteIdentifier": "225", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4871230724, 46.2579063443 ], [ -119.4873304151, 46.2607553775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1993, "RouteIdentifier": "005", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5530762786, 48.8225160709 ], [ -122.573687598, 48.8448314506 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1994, "RouteIdentifier": "823", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5234705645, 46.6619857363 ], [ -120.5197381527, 46.6681259529 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1995, "RouteIdentifier": "002", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3647672058, 47.6193901694 ], [ -119.3320582967, 47.6264826812 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1996, "RouteIdentifier": "304", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6511293212, 47.5655459942 ], [ -122.6475719156, 47.5652581761 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1997, "RouteIdentifier": "012", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3294181035, 46.960126358 ], [ -123.3110133365, 46.9385525926 ], [ -123.2898816838, 46.9008637133 ], [ -123.2480621901, 46.8458842903 ], [ -123.2399893883, 46.8414422249 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1998, "RouteIdentifier": "009", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1587937139, 48.2389534668 ], [ -122.1669055996, 48.2550164627 ], [ -122.1666333463, 48.2648550145 ], [ -122.1709978885, 48.2679601252 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1999, "RouteIdentifier": "103", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0544043707, 46.3526539161 ], [ -124.0536804079, 46.3675828583 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2000, "RouteIdentifier": "503", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.741223238, 45.913180857 ], [ -122.7408549752, 45.9111701973 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2001, "RouteIdentifier": "155", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5023027759, 48.4022781572 ], [ -119.5084842224, 48.4031367389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2002, "RouteIdentifier": "014", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4828848568, 45.7225399831 ], [ -121.4677352564, 45.7152835978 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2003, "RouteIdentifier": "310", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6621267697, 47.5713620353 ], [ -122.6565626099, 47.5703304581 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2004, "RouteIdentifier": "101", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7437635985, 46.7153016927 ], [ -123.7406630722, 46.7253864815 ], [ -123.7479211083, 46.7335674173 ], [ -123.7439044996, 46.7393430715 ], [ -123.7547337825, 46.760574447 ], [ -123.7406552867, 46.7781576345 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2005, "RouteIdentifier": "027", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.184576053, 46.7209092456 ], [ -117.1830985465, 46.7284162635 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2006, "RouteIdentifier": "021", "AADT": 190 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5578353614, 46.6431253994 ], [ -118.5579970591, 46.6445599995 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2007, "RouteIdentifier": "041", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0395528608, 48.1829538969 ], [ -117.0395862835, 48.1810552137 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2008, "RouteIdentifier": "012", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6750836999, 46.6021829664 ], [ -121.668828194, 46.6101927227 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2009, "RouteIdentifier": "410", "AADT": 850 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1674967694, 46.9781722496 ], [ -121.1273817826, 46.9810074692 ], [ -121.1143805148, 46.9870756134 ], [ -121.0946681442, 46.989267303 ], [ -121.0913821846, 46.9856181514 ], [ -121.0946111848, 46.9703427133 ], [ -121.0472905443, 46.9283246192 ], [ -121.0467429429, 46.9201906131 ], [ -121.0000086641, 46.8921406888 ], [ -120.9874184029, 46.888619317 ], [ -120.969981025, 46.8708547341 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2010, "RouteIdentifier": "020", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6575921778, 48.2930446922 ], [ -122.6550097756, 48.2961690914 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2011, "RouteIdentifier": "017", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3626574045, 47.8153679549 ], [ -119.3622628388, 47.8600857655 ], [ -119.3707232114, 47.8738309699 ], [ -119.3726440441, 47.9045679707 ], [ -119.3923586085, 47.9188641837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2012, "RouteIdentifier": "548", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6174443607, 48.891747907 ], [ -122.6385290374, 48.8917094095 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2013, "RouteIdentifier": "310", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6834705983, 47.5695963871 ], [ -122.6731435739, 47.568179933 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2014, "RouteIdentifier": "028", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8356431118, 47.2340276704 ], [ -119.8320237301, 47.2340352 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2015, "RouteIdentifier": "012", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3255247068, 46.0817350589 ], [ -118.3043819814, 46.0811339747 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2016, "RouteIdentifier": "006", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2976491615, 46.57004764 ], [ -123.2963177918, 46.576533839 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2017, "RouteIdentifier": "109", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8857327674, 46.9809356695 ], [ -123.8895230263, 46.980961881 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2018, "RouteIdentifier": "090", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5589351838, 47.5953615292 ], [ -117.4957532497, 47.6240627613 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2019, "RouteIdentifier": "127", "AADT": 990 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8217148556, 46.5248555558 ], [ -117.8138228982, 46.5221815136 ], [ -117.7891868451, 46.5254691689 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2020, "RouteIdentifier": "026", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1974936697, 46.8114235517 ], [ -119.1737083937, 46.8115310782 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2021, "RouteIdentifier": "119", "AADT": 650 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2127462556, 47.4576868663 ], [ -123.2163741784, 47.4625535041 ], [ -123.2105495803, 47.4764348581 ], [ -123.2103050963, 47.4923049652 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2022, "RouteIdentifier": "005", "AADT": 190000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3052567416, 47.5434675701 ], [ -122.3166355729, 47.5517627468 ], [ -122.3214916682, 47.561289773 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2023, "RouteIdentifier": "005", "AADT": 77000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9354180565, 46.9596763245 ], [ -122.9303556413, 46.9761338415 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2024, "RouteIdentifier": "116", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7437352957, 48.0253259826 ], [ -122.7405321497, 48.0270703271 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2025, "RouteIdentifier": "101", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8857327674, 46.9809356695 ], [ -123.8857715571, 46.9892213843 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2026, "RouteIdentifier": "512", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2966981396, 47.1766290629 ], [ -122.2848476708, 47.1815733492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2027, "RouteIdentifier": "027", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0730012011, 47.2221634757 ], [ -117.073000361, 47.2230431561 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2028, "RouteIdentifier": "002", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8792825759, 47.6694839326 ], [ -117.8779176066, 47.6694929404 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2029, "RouteIdentifier": "195", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0501760455, 46.4755815152 ], [ -117.0698189183, 46.4861909917 ], [ -117.0774650496, 46.4977862967 ], [ -117.0874842611, 46.5393952983 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2030, "RouteIdentifier": "101COABERDN", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8141567727, 46.974248551 ], [ -123.8110700669, 46.9732623777 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2031, "RouteIdentifier": "283", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8272576766, 47.106307188 ], [ -119.7624088379, 47.1468189921 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2032, "RouteIdentifier": "970", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8999613431, 47.1877127316 ], [ -120.8926430173, 47.1852194677 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2033, "RouteIdentifier": "270COPULLMN", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1799080975, 46.7296299262 ], [ -117.181854755, 46.7297051348 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2034, "RouteIdentifier": "022", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3097289325, 46.3650774694 ], [ -120.2518435554, 46.3315396164 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2035, "RouteIdentifier": "005", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4978200864, 48.7835877334 ], [ -122.5056560072, 48.7850058356 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2036, "RouteIdentifier": "270", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1809848194, 46.7306947672 ], [ -117.181854755, 46.7297051348 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2037, "RouteIdentifier": "104", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3634161418, 47.7906222233 ], [ -122.3582161004, 47.7917297211 ], [ -122.3533511027, 47.7851161679 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2038, "RouteIdentifier": "101", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8889929685, 47.1441925406 ], [ -123.879496601, 47.1617156776 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2039, "RouteIdentifier": "167", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4019360634, 47.239469308 ], [ -122.3969871323, 47.2375843118 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2040, "RouteIdentifier": "002", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3567064191, 47.7812867521 ], [ -117.3531916555, 47.7872080515 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2041, "RouteIdentifier": "302", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7114277659, 47.3745220756 ], [ -122.6947937623, 47.381239063 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2042, "RouteIdentifier": "544", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3760304765, 48.891834109 ], [ -122.3745657943, 48.904788295 ], [ -122.3585353638, 48.9093392192 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2043, "RouteIdentifier": "195", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2772565713, 46.772497546 ], [ -117.3083636026, 46.7884099837 ], [ -117.3280662082, 46.8301233694 ], [ -117.3384016743, 46.8380692715 ], [ -117.339143604, 46.8504355115 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2044, "RouteIdentifier": "524", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3787722403, 47.8124279259 ], [ -122.3721262643, 47.8177762685 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2045, "RouteIdentifier": "270", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0878490265, 46.7317943321 ], [ -117.0573687, 46.739057813 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2046, "RouteIdentifier": "005", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3370509632, 48.503991479 ], [ -122.3426003903, 48.5134790031 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2047, "RouteIdentifier": "021", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6706352632, 48.6541388326 ], [ -118.6655296037, 48.661406786 ], [ -118.66790945, 48.668750525 ], [ -118.6640345732, 48.6790336908 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2048, "RouteIdentifier": "547", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1536154484, 48.9498823783 ], [ -122.163014477, 48.9673328212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2049, "RouteIdentifier": "205", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6008744257, 45.6874395737 ], [ -122.6403863597, 45.7125037539 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2050, "RouteIdentifier": "027", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0768951726, 46.9105822359 ], [ -117.0769824862, 46.9108621348 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2051, "RouteIdentifier": "395", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0155804532, 48.600051746 ], [ -118.040528479, 48.611445845 ], [ -118.0728624554, 48.6070846621 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2052, "RouteIdentifier": "182", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1895052521, 46.2676902573 ], [ -119.1705524126, 46.261830974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2053, "RouteIdentifier": "002", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4112982729, 47.739633774 ], [ -117.4104239582, 47.7407128065 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2054, "RouteIdentifier": "104", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.302597486, 47.7699869803 ], [ -122.2838095032, 47.7600084566 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2055, "RouteIdentifier": "097", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4426701243, 48.701328551 ], [ -119.4421071548, 48.7019949179 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2056, "RouteIdentifier": "116", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6965194533, 48.0612450071 ], [ -122.7017450146, 48.0668212303 ], [ -122.7018643165, 48.078607276 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2057, "RouteIdentifier": "025", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0753761557, 48.5902114462 ], [ -118.0753566144, 48.5985793743 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2058, "RouteIdentifier": "006", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1287547466, 46.6004969457 ], [ -123.1262630128, 46.6018315229 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2059, "RouteIdentifier": "405", "AADT": 91000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2064752256, 47.7910831404 ], [ -122.2236011158, 47.8003896824 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2060, "RouteIdentifier": "243", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9166346542, 46.6972957966 ], [ -119.9169607763, 46.7378528943 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2061, "RouteIdentifier": "401", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8104269171, 46.3376105866 ], [ -123.8156493827, 46.3543833279 ], [ -123.8118111203, 46.365574241 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2062, "RouteIdentifier": "005", "AADT": 119000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5963933831, 47.1027062195 ], [ -122.5793216715, 47.1078928315 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2063, "RouteIdentifier": "395", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6205066365, 48.0600760065 ], [ -117.630503668, 48.080995459 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2064, "RouteIdentifier": "105", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8173067572, 46.9516445414 ], [ -123.8119261196, 46.9521234492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2065, "RouteIdentifier": "005", "AADT": 224000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4231498311, 47.236217271 ], [ -122.4176442321, 47.2382129228 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2066, "RouteIdentifier": "142", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8122602395, 45.8229926828 ], [ -120.8081064714, 45.8245819424 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2067, "RouteIdentifier": "503", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.547565689, 45.7807169469 ], [ -122.5474855069, 45.7852017578 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2068, "RouteIdentifier": "231", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7260465116, 48.1503593139 ], [ -117.7257805786, 48.1562291862 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2069, "RouteIdentifier": "022", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7518491007, 46.203691501 ], [ -119.7486010675, 46.2060790676 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2070, "RouteIdentifier": "113", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2688269551, 48.0803462317 ], [ -124.2633119054, 48.0859667646 ], [ -124.2672293, 48.093890668 ], [ -124.2620344907, 48.1020870424 ], [ -124.2509273881, 48.1119690255 ], [ -124.2237423366, 48.1213082047 ], [ -124.2125310381, 48.1338196202 ], [ -124.2202931828, 48.1428270627 ], [ -124.2160466622, 48.1476159031 ], [ -124.2206359525, 48.1539900319 ], [ -124.2077081318, 48.1578243181 ], [ -124.2046323962, 48.1671867394 ], [ -124.2103459096, 48.1692167689 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2071, "RouteIdentifier": "097AR", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0148836023, 47.8388580147 ], [ -120.0148285272, 47.8398314423 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2072, "RouteIdentifier": "104", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3091430991, 47.7743773963 ], [ -122.3064040791, 47.7725385808 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2073, "RouteIdentifier": "082", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4558097511, 46.5163581409 ], [ -120.4495337758, 46.5039654868 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2074, "RouteIdentifier": "005", "AADT": 100000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7541782353, 47.0644445369 ], [ -122.7253740372, 47.0679296901 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2075, "RouteIdentifier": "510", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6325310381, 46.9646197548 ], [ -122.6328542511, 46.9587926513 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2076, "RouteIdentifier": "031", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4104336223, 48.6904887705 ], [ -117.4135449594, 48.7213796222 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2077, "RouteIdentifier": "097AR", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9735363079, 47.8450645396 ], [ -119.9500747094, 47.8613131638 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2078, "RouteIdentifier": "020", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1053402812, 48.5269357635 ], [ -122.0611804157, 48.5291856242 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2079, "RouteIdentifier": "542", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3771647615, 48.8041341038 ], [ -122.3506314591, 48.8036905292 ], [ -122.3437891671, 48.8073210548 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2080, "RouteIdentifier": "020", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1224530293, 48.3673427778 ], [ -120.1210178754, 48.3612124716 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2081, "RouteIdentifier": "012", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2672424979, 46.0864775034 ], [ -118.2564997683, 46.0930373464 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2082, "RouteIdentifier": "082", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4880037429, 46.6075314018 ], [ -120.4798850922, 46.5977376972 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2083, "RouteIdentifier": "106", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9147576786, 47.3880434547 ], [ -122.8923661472, 47.4040437156 ], [ -122.8777100282, 47.4088016187 ], [ -122.8605402927, 47.4233280775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2084, "RouteIdentifier": "028", "AADT": 970 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4690438843, 47.3852988959 ], [ -119.426913667, 47.3955134929 ], [ -119.3873405431, 47.4145207367 ], [ -119.3006349454, 47.4249031098 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2085, "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1212539974, 47.0877998117 ], [ -119.0508055026, 47.0857677636 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2086, "RouteIdentifier": "109COHQUIAM", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8895230263, 46.980961881 ], [ -123.8883863985, 46.9801777553 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2087, "RouteIdentifier": "025", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1408999543, 47.6547957468 ], [ -118.1410473188, 47.6647648556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2088, "RouteIdentifier": "096", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1608618478, 47.8814089364 ], [ -122.1485845591, 47.8886416262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2089, "RouteIdentifier": "507", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9537824167, 46.7366928914 ], [ -122.9538231518, 46.7487811507 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2090, "RouteIdentifier": "017", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1331872975, 46.8409896084 ], [ -119.1331481081, 46.886685746 ], [ -119.1384722057, 46.892262265 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2091, "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6288340771, 47.6158812787 ], [ -122.6288682299, 47.6213371579 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2092, "RouteIdentifier": "020", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5709737986, 48.4626357523 ], [ -122.5588999199, 48.4598549429 ], [ -122.5406484136, 48.4629524261 ], [ -122.4987396272, 48.4522633023 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2093, "RouteIdentifier": "005", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2143482637, 48.2063281505 ], [ -122.2183218859, 48.2166037115 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2094, "RouteIdentifier": "028", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.482679815, 47.3814692054 ], [ -119.4690438843, 47.3852988959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2095, "RouteIdentifier": "509", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3299629869, 47.4748414789 ], [ -122.3277374047, 47.4792708197 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2096, "RouteIdentifier": "520", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3161312286, 47.6429143031 ], [ -122.3049498032, 47.6441648565 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2097, "RouteIdentifier": "530", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5543923163, 48.3214625286 ], [ -121.5500581076, 48.3318886554 ], [ -121.5514534858, 48.3437440639 ], [ -121.540112692, 48.346215164 ], [ -121.5399069254, 48.366375817 ], [ -121.5420248636, 48.372287589 ], [ -121.5544254592, 48.3801274364 ], [ -121.5500133803, 48.3934668631 ], [ -121.5568722682, 48.4135875649 ], [ -121.566872919, 48.4288842168 ], [ -121.5917001012, 48.4513276442 ], [ -121.5855182759, 48.4609275735 ], [ -121.5934495363, 48.4859005831 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2098, "RouteIdentifier": "023", "AADT": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7345700167, 47.1169266042 ], [ -117.7429251101, 47.1174596066 ], [ -117.7549057664, 47.1257164324 ], [ -117.8175092803, 47.1110932633 ], [ -117.8229123252, 47.1144427701 ], [ -117.8293478123, 47.1355148253 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2099, "RouteIdentifier": "012", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0677532163, 46.2468045298 ], [ -119.046642025, 46.2322064702 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2100, "RouteIdentifier": "900", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1248280167, 47.5008402591 ], [ -122.1219053901, 47.5005304078 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2101, "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3133014011, 47.3166524228 ], [ -122.3119901397, 47.333987546 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2102, "RouteIdentifier": "509", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3343743094, 47.5297826683 ], [ -122.334499835, 47.5319334082 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2103, "RouteIdentifier": "155", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9795868328, 47.9655777499 ], [ -118.9796978543, 47.9684303804 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2104, "RouteIdentifier": "101", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3854576502, 47.9480859363 ], [ -124.3854471652, 47.9489554101 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2105, "RouteIdentifier": "539", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4859559588, 48.8624202184 ], [ -122.4856871492, 48.8695370939 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2106, "RouteIdentifier": "020", "AADT": 890 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3455588826, 48.5553675301 ], [ -117.3064321854, 48.5419409683 ], [ -117.3028045022, 48.5360504548 ], [ -117.3046502589, 48.5270311029 ], [ -117.2785248998, 48.5118456191 ], [ -117.2690246326, 48.4992561871 ], [ -117.269265238, 48.4873224193 ], [ -117.2758540173, 48.4791546803 ], [ -117.320541457, 48.4685163989 ], [ -117.3259425988, 48.4587617195 ], [ -117.3237809205, 48.4393180608 ], [ -117.3166271068, 48.4252140684 ], [ -117.3190973569, 48.4189460662 ], [ -117.3131204854, 48.4113756271 ], [ -117.3146309013, 48.3944502706 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2107, "RouteIdentifier": "104", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4980484153, 47.7985063825 ], [ -122.497295586, 47.7975770117 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2108, "RouteIdentifier": "024", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4354637214, 46.5745924593 ], [ -120.3933243152, 46.5563517375 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2109, "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3304605047, 48.3953989959 ], [ -122.3309115081, 48.4060252156 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2110, "RouteIdentifier": "160", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6448015914, 47.5019616092 ], [ -122.6439469399, 47.5027845218 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2111, "RouteIdentifier": "524", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3721262643, 47.8177762685 ], [ -122.3673070896, 47.8179585281 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2112, "RouteIdentifier": "096", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1659527236, 47.8777990754 ], [ -122.1636458554, 47.8796014922 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2113, "RouteIdentifier": "101COPRTANG", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4272112907, 48.1176420477 ], [ -123.4309020008, 48.1191579416 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2114, "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5038218235, 48.1027548736 ], [ -123.4685453921, 48.1061906064 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2115, "RouteIdentifier": "017", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3489993938, 47.189958653 ], [ -119.427611675, 47.2399283143 ], [ -119.4710716591, 47.2737539701 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2116, "RouteIdentifier": "014", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.2904509822, 45.6962586457 ], [ -121.2796331186, 45.6906882361 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2117, "RouteIdentifier": "007", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.35740693, 46.9366422092 ], [ -122.3579343412, 46.9802243895 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2118, "RouteIdentifier": "104COKNGSTN", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4955876896, 47.7975252491 ], [ -122.4964887302, 47.7981317254 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2119, "RouteIdentifier": "121", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9342408253, 46.9527666325 ], [ -122.9357154749, 46.9527589941 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2120, "RouteIdentifier": "117", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4625406534, 48.1078996274 ], [ -123.4595741397, 48.1100676892 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2121, "RouteIdentifier": "005", "AADT": 198000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3238832466, 47.6326989707 ], [ -122.3226285715, 47.6386200098 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2122, "RouteIdentifier": "011", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3367493104, 48.4846390125 ], [ -122.3385001064, 48.4862281599 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2123, "RouteIdentifier": "002", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.251298774, 48.0998571166 ], [ -117.2193213409, 48.1133107789 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2124, "RouteIdentifier": "513", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2731213214, 47.6686054126 ], [ -122.2710615487, 47.6700439942 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2125, "RouteIdentifier": "195", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3610664207, 47.2534566306 ], [ -117.3705856786, 47.2680751418 ], [ -117.3612540092, 47.2908793053 ], [ -117.390138784, 47.3103620664 ], [ -117.3885977334, 47.3194727622 ], [ -117.3806624631, 47.3300797576 ], [ -117.3806731936, 47.3606575442 ], [ -117.3913392846, 47.3891157864 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2126, "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5823712081, 48.4544018047 ], [ -122.581775545, 48.463077182 ], [ -122.5777750118, 48.4628037174 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2127, "RouteIdentifier": "017", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9943545429, 46.5674942159 ], [ -119.0040609275, 46.5740844587 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2128, "RouteIdentifier": "501", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6659555363, 45.631898547 ], [ -122.6693763413, 45.6325719706 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2129, "RouteIdentifier": "101", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4657592482, 48.106460575 ], [ -123.4611381511, 48.1069352467 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2130, "RouteIdentifier": "011", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4999178784, 48.7176529255 ], [ -122.486331208, 48.7148245953 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2131, "RouteIdentifier": "009", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2133672387, 48.3723792401 ], [ -122.2296735711, 48.3852564968 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2132, "RouteIdentifier": "531", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1829723721, 48.1524164911 ], [ -122.1722962078, 48.1522897092 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2133, "RouteIdentifier": "395", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1670085036, 46.1917196627 ], [ -119.1591587709, 46.198638478 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2134, "RouteIdentifier": "101", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1570442192, 47.2803282022 ], [ -123.1457654709, 47.2521210376 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2135, "RouteIdentifier": "109", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1738772879, 47.1121270494 ], [ -124.1696146509, 47.1148944779 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2136, "RouteIdentifier": "023", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.545125112, 47.08432072 ], [ -117.5754644577, 47.0918016783 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2137, "RouteIdentifier": "099", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2484756693, 47.9000726144 ], [ -122.2446706564, 47.9041485453 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2138, "RouteIdentifier": "303", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6329070414, 47.5726953913 ], [ -122.6329554592, 47.5769885266 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2139, "RouteIdentifier": "020", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3356088428, 48.4755713741 ], [ -122.3355650196, 48.4778597679 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2140, "RouteIdentifier": "020", "AADT": 900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6850050975, 48.6506492932 ], [ -118.6855035616, 48.6448826019 ], [ -118.667711126, 48.6174517277 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2141, "RouteIdentifier": "411", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9056916194, 46.2824568896 ], [ -122.9035782953, 46.2838610024 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2142, "RouteIdentifier": "291", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4586693868, 47.7154118844 ], [ -117.4605875174, 47.7154071362 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2143, "RouteIdentifier": "272", "AADT": 430 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2704255183, 46.9127594447 ], [ -117.2498341606, 46.9246457969 ], [ -117.2343310278, 46.9253099478 ], [ -117.2205297119, 46.9331066712 ], [ -117.1593520644, 46.9417057905 ], [ -117.1360809196, 46.9326332476 ], [ -117.1104760713, 46.9284629569 ], [ -117.1027698079, 46.9174522008 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2144, "RouteIdentifier": "016SPGORST", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7009258111, 47.5254077892 ], [ -122.7045017857, 47.525661698 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2145, "RouteIdentifier": "522", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1508809942, 47.779603159 ], [ -122.1387763237, 47.7848706123 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2146, "RouteIdentifier": "173", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6910758978, 48.0187094102 ], [ -119.6976870253, 48.0311183966 ], [ -119.6937254895, 48.039290469 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2147, "RouteIdentifier": "099", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3472711494, 47.6539867202 ], [ -122.3472698982, 47.6642399557 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2148, "RouteIdentifier": "005", "AADT": 137000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8753021958, 47.036689104 ], [ -122.8593818839, 47.0403533748 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2149, "RouteIdentifier": "020", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2527825057, 48.5028862443 ], [ -122.247228536, 48.5049651039 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2150, "RouteIdentifier": "304COTUNNEL", "AADT": 410 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6250128565, 47.5624369619 ], [ -122.629614867, 47.5650234096 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2151, "RouteIdentifier": "524", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3358813394, 47.8214508721 ], [ -122.3250529195, 47.8213297085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2152, "RouteIdentifier": "505", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8360736283, 46.4372194695 ], [ -122.8140314886, 46.4381206875 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2153, "RouteIdentifier": "195", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0422413047, 46.4742309777 ], [ -117.0475174649, 46.4744614231 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2154, "RouteIdentifier": "018", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0515162551, 47.3916599978 ], [ -122.0448319243, 47.3997061319 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2155, "RouteIdentifier": "005", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6587268784, 45.6977308437 ], [ -122.6529868883, 45.7094550401 ], [ -122.6545494275, 45.7173002417 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2156, "RouteIdentifier": "101", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3476245074, 48.0559531272 ], [ -124.3376838924, 48.0547329997 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2157, "RouteIdentifier": "097", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3205390391, 46.3386430967 ], [ -120.3201947507, 46.3605182529 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2158, "RouteIdentifier": "502", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6742071117, 45.781370643 ], [ -122.6672617257, 45.779820175 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2159, "RouteIdentifier": "027", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1689737584, 46.7599890779 ], [ -117.1644381544, 46.7697549283 ], [ -117.1514171761, 46.7802864678 ], [ -117.147368489, 46.7904698955 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2160, "RouteIdentifier": "506", "AADT": 970 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0273681586, 46.4021888563 ], [ -122.9987012021, 46.4136116155 ], [ -122.9750403018, 46.4047023004 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2161, "RouteIdentifier": "507", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5468403017, 46.9927649775 ], [ -122.545777661, 46.9961770865 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2162, "RouteIdentifier": "283", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6943596205, 47.1892246234 ], [ -119.6860494601, 47.1944007257 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2163, "RouteIdentifier": "097", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7709004569, 45.8615514769 ], [ -120.7561380643, 45.871859525 ], [ -120.7488870427, 45.8832756597 ], [ -120.7124593609, 45.8992628538 ], [ -120.7115773862, 45.9077401324 ], [ -120.7006339016, 45.9221097398 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2164, "RouteIdentifier": "215", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5950487686, 48.3559969968 ], [ -119.5853439854, 48.3602159749 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2165, "RouteIdentifier": "099", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3150855528, 47.8211917901 ], [ -122.2945690698, 47.8468435945 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2166, "RouteIdentifier": "166", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6115664545, 47.5340329479 ], [ -122.6096358266, 47.5340033861 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2167, "RouteIdentifier": "522", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1387763237, 47.7848706123 ], [ -122.1351159494, 47.7942908882 ], [ -122.1160881425, 47.7949538411 ], [ -122.1114164195, 47.8021101024 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2168, "RouteIdentifier": "195", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3649675878, 46.8759309573 ], [ -117.3649034503, 46.8772762302 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2169, "RouteIdentifier": "014", "AADT": 75000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5274842124, 45.5979967225 ], [ -122.5158228483, 45.5949143216 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2170, "RouteIdentifier": "169", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0506265625, 47.4234707779 ], [ -122.0719970341, 47.4423650536 ], [ -122.0796037239, 47.4579919468 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2171, "RouteIdentifier": "310", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.663594378, 47.5707549865 ], [ -122.6621267697, 47.5713620353 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2172, "RouteIdentifier": "097", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3201947507, 46.3605182529 ], [ -120.3229788958, 46.3718043346 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2173, "RouteIdentifier": "150", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0721004876, 47.859499395 ], [ -120.0581786213, 47.8560176572 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2174, "RouteIdentifier": "285", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3248875214, 47.4382457109 ], [ -120.3248167693, 47.4409909149 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2175, "RouteIdentifier": "290", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3283026635, 47.6754413596 ], [ -117.3248627173, 47.6754104751 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2176, "RouteIdentifier": "304", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.65895148, 47.5539369573 ], [ -122.6552199252, 47.5591158808 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2177, "RouteIdentifier": "027", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2396318808, 47.6716727121 ], [ -117.2395845311, 47.6725795615 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2178, "RouteIdentifier": "105SPWESTPT", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.108797736, 46.9022648982 ], [ -124.1110123877, 46.9040127541 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2179, "RouteIdentifier": "012", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.069154655, 46.4199117494 ], [ -117.063917083, 46.4199191264 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2180, "RouteIdentifier": "104", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3667991767, 47.790544377 ], [ -122.3634161418, 47.7906222233 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2181, "RouteIdentifier": "503", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4468006629, 45.9137020329 ], [ -122.4272617564, 45.9171272208 ], [ -122.4211179737, 45.9198035212 ], [ -122.4210503145, 45.9241386589 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2182, "RouteIdentifier": "171", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2777833248, 47.1316521718 ], [ -119.2752765933, 47.1325238534 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2183, "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.568278873, 47.3360585763 ], [ -120.5660395573, 47.3455525678 ], [ -120.5715152011, 47.3505855892 ], [ -120.563363344, 47.3591576642 ], [ -120.5767497151, 47.3638196119 ], [ -120.5942345354, 47.3816799159 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2184, "RouteIdentifier": "203", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9162959671, 47.6372969855 ], [ -121.9163495454, 47.639117271 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2185, "RouteIdentifier": "225", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4873304151, 46.2607553775 ], [ -119.4876083086, 46.2698315286 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2186, "RouteIdentifier": "902", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5679132072, 47.5937450378 ], [ -117.5675988781, 47.5933681002 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2187, "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8039379118, 45.8264664938 ], [ -120.801473643, 45.8363142697 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2188, "RouteIdentifier": "432", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9949382898, 46.1422801927 ], [ -122.9876098497, 46.1378429021 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2189, "RouteIdentifier": "020", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3443533309, 48.4699161341 ], [ -122.3407517853, 48.4711363705 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2190, "RouteIdentifier": "011", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3385001064, 48.4862281599 ], [ -122.3482490253, 48.4942122629 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2191, "RouteIdentifier": "003", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8201543029, 47.4545979618 ], [ -122.8042667838, 47.4677635998 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2192, "RouteIdentifier": "024", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8800763033, 46.5339933138 ], [ -119.8278954802, 46.5493399359 ], [ -119.791445814, 46.569212579 ], [ -119.7282935394, 46.5780534778 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2193, "RouteIdentifier": "542", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4597485486, 48.7724340267 ], [ -122.4491781665, 48.7760427514 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2194, "RouteIdentifier": "163", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5159507876, 47.2584346491 ], [ -122.5159443381, 47.2599591042 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2195, "RouteIdentifier": "520", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2886549992, 47.644785095 ], [ -122.2319230755, 47.6360628163 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2196, "RouteIdentifier": "522", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2638528237, 47.7582985129 ], [ -122.2518648885, 47.7585697854 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2197, "RouteIdentifier": "162", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2366664186, 47.1398909033 ], [ -122.2373000311, 47.1324526387 ], [ -122.2292381501, 47.1179506292 ], [ -122.2143535286, 47.1036076158 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2198, "RouteIdentifier": "105", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7755784334, 46.6820267252 ], [ -123.7896436506, 46.6852246296 ], [ -123.8114502592, 46.6993848447 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2199, "RouteIdentifier": "705", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4321127257, 47.2333231589 ], [ -122.4318739382, 47.234680353 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2200, "RouteIdentifier": "542", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4626339661, 48.7713428245 ], [ -122.4597485486, 48.7724340267 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2201, "RouteIdentifier": "028", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6991152602, 47.3325467605 ], [ -118.6953209574, 47.3333178275 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2202, "RouteIdentifier": "092", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9796119878, 48.0909954069 ], [ -121.9615776667, 48.0935920542 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2203, "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6795231234, 47.662857905 ], [ -122.6888093798, 47.6646633668 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2204, "RouteIdentifier": "003", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8344961907, 47.4399094921 ], [ -122.8302534091, 47.4465115389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2205, "RouteIdentifier": "169", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1566237324, 47.4685018085 ], [ -122.1886206387, 47.478462399 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2206, "RouteIdentifier": "211", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3014134068, 48.1726073855 ], [ -117.3015320727, 48.1814415097 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2207, "RouteIdentifier": "008", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2512032791, 47.0452823163 ], [ -123.2311640554, 47.0504387055 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2208, "RouteIdentifier": "002", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1408999543, 47.6547957468 ], [ -118.0978930871, 47.6573058522 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2209, "RouteIdentifier": "523", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2965384457, 47.7337970814 ], [ -122.2924586232, 47.7337786904 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2210, "RouteIdentifier": "024", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1975233079, 46.7384199394 ], [ -119.189779697, 46.7381439938 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2211, "RouteIdentifier": "223", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1791144823, 46.3455191654 ], [ -120.1776037055, 46.3458600603 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2212, "RouteIdentifier": "548", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7523454393, 48.9971567896 ], [ -122.7520472898, 48.9978652764 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2213, "RouteIdentifier": "823", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5090316719, 46.6767027963 ], [ -120.4872923805, 46.6801245233 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2214, "RouteIdentifier": "290", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3965543236, 47.6618427629 ], [ -117.3871932194, 47.6619140206 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2215, "RouteIdentifier": "501", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7461434353, 45.8153622443 ], [ -122.7448931286, 45.8153696587 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2216, "RouteIdentifier": "005", "AADT": 127000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6679722011, 45.6264046411 ], [ -122.6664314526, 45.6289361692 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2217, "RouteIdentifier": "182", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1105630412, 46.2485229568 ], [ -119.0939413826, 46.2498784583 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2218, "RouteIdentifier": "526", "AADT": 73000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2231765605, 47.9226576514 ], [ -122.2125640998, 47.9215909937 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2219, "RouteIdentifier": "101", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0967538612, 47.4885408949 ], [ -124.1139224833, 47.4962623066 ], [ -124.1614780369, 47.506903678 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2220, "RouteIdentifier": "262", "AADT": 660 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2059547126, 46.9847954432 ], [ -119.1179298675, 46.9846708775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2221, "RouteIdentifier": "500", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3985480747, 45.5841573262 ], [ -122.3855189782, 45.5821082164 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2222, "RouteIdentifier": "113", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2809185137, 48.0699570958 ], [ -124.2688269551, 48.0803462317 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2223, "RouteIdentifier": "300", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8763595467, 47.4318329878 ], [ -122.8631442072, 47.4386387656 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2224, "RouteIdentifier": "395", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2049625221, 48.8611827903 ], [ -118.205892243, 48.8650299972 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2225, "RouteIdentifier": "101", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3855106235, 47.9441729563 ], [ -124.3854821185, 47.9460570961 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2226, "RouteIdentifier": "012", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3912683196, 47.0040697768 ], [ -123.3875067629, 47.0051795465 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2227, "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.863957586, 48.0095725516 ], [ -122.8897294603, 47.9923528191 ], [ -122.8856837159, 47.9870204643 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2228, "RouteIdentifier": "410", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2455904637, 47.1960629254 ], [ -122.238361396, 47.1927344595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2229, "RouteIdentifier": "005", "AADT": 66000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3309115081, 48.4060252156 ], [ -122.3314940653, 48.4135964059 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2230, "RouteIdentifier": "169", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9910780054, 47.2049216282 ], [ -121.9896415159, 47.2138839771 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2231, "RouteIdentifier": "097", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4351159777, 48.9331846153 ], [ -119.436333253, 48.9342146304 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2232, "RouteIdentifier": "014", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0320320146, 45.6195630227 ], [ -122.0246218752, 45.6254040131 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2233, "RouteIdentifier": "516", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1390119706, 47.3580153681 ], [ -122.1340104468, 47.3579773429 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2234, "RouteIdentifier": "902", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.675621899, 47.5794106007 ], [ -117.6687451729, 47.5798764344 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2235, "RouteIdentifier": "014", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5608783461, 45.7230552598 ], [ -121.5511752614, 45.7278450651 ], [ -121.524779511, 45.7292158488 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2236, "RouteIdentifier": "303", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6289013941, 47.6322348249 ], [ -122.6293597294, 47.645556277 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2237, "RouteIdentifier": "125SP125SP", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3620580135, 46.0686467543 ], [ -118.3697805104, 46.0698478744 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2238, "RouteIdentifier": "090", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7830173029, 47.1120217119 ], [ -120.7666038672, 47.1063778563 ], [ -120.7599445753, 47.0960137622 ], [ -120.7451378467, 47.0902835956 ], [ -120.7388834285, 47.0833211577 ], [ -120.6585157988, 47.0514934706 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2239, "RouteIdentifier": "531", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1722962078, 48.1522897092 ], [ -122.1616167206, 48.1521235496 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2240, "RouteIdentifier": "101", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8857480999, 46.9806448411 ], [ -123.8857327674, 46.9809356695 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2241, "RouteIdentifier": "903", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9825252207, 47.2092344825 ], [ -120.9931524128, 47.222746832 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2242, "RouteIdentifier": "260", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8840388543, 46.6627688809 ], [ -118.8714816681, 46.6542060226 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2243, "RouteIdentifier": "101", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3978963103, 48.1061923633 ], [ -123.3759552613, 48.1048555471 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2244, "RouteIdentifier": "031", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4135771849, 48.7285818258 ], [ -117.4135602609, 48.7325006416 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2245, "RouteIdentifier": "527", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2070289838, 47.914243946 ], [ -122.2062759693, 47.9180096463 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2246, "RouteIdentifier": "012", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5955693857, 46.5253458249 ], [ -122.5899764941, 46.522559419 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2247, "RouteIdentifier": "525", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6064434153, 48.1635594746 ], [ -122.609133392, 48.1712861629 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2248, "RouteIdentifier": "101", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9095592146, 47.3467924075 ], [ -123.9114875209, 47.3617916606 ], [ -123.9025771354, 47.3722950666 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2249, "RouteIdentifier": "096", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1282727742, 47.8811551589 ], [ -122.109772433, 47.878119226 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2250, "RouteIdentifier": "522", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2802973866, 47.7520027511 ], [ -122.2764080485, 47.7535766576 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2251, "RouteIdentifier": "161", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2953114868, 47.0439310162 ], [ -122.2950977171, 47.0475551508 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2252, "RouteIdentifier": "105", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0994911249, 46.8588806371 ], [ -124.0614923955, 46.8642889165 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2253, "RouteIdentifier": "020", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5777750118, 48.4628037174 ], [ -122.5709737986, 48.4626357523 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2254, "RouteIdentifier": "225", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4876083086, 46.2698315286 ], [ -119.4903066566, 46.2723445732 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2255, "RouteIdentifier": "395", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1227222823, 48.6274371967 ], [ -118.1196487386, 48.6350042505 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2256, "RouteIdentifier": "162", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2078191986, 47.09966335 ], [ -122.2024622981, 47.0953255419 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2257, "RouteIdentifier": "014", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4036102525, 45.6993830974 ], [ -121.3949453382, 45.6982231146 ], [ -121.3829577285, 45.705115008 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2258, "RouteIdentifier": "173", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6937254895, 48.039290469 ], [ -119.6904472484, 48.0614812616 ], [ -119.7191866099, 48.0659006898 ], [ -119.7247200058, 48.0764391164 ], [ -119.7432426466, 48.0767810116 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2259, "RouteIdentifier": "500", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6107084925, 45.647880158 ], [ -122.5974622536, 45.6497283577 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2260, "RouteIdentifier": "507", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9375719089, 46.7539095544 ], [ -122.9232462415, 46.7732075734 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2261, "RouteIdentifier": "003", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6690587997, 47.7496337056 ], [ -122.6513721365, 47.7650327884 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2262, "RouteIdentifier": "101", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0415185162, 46.3088525506 ], [ -124.0433848336, 46.3088545203 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2263, "RouteIdentifier": "020", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4499029188, 48.52736977 ], [ -121.4310307746, 48.5268378739 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2264, "RouteIdentifier": "207", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7149150326, 47.8093423824 ], [ -120.7169624148, 47.8114972148 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2265, "RouteIdentifier": "124", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1599270282, 46.2701832514 ], [ -118.1547729075, 46.2701299684 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2266, "RouteIdentifier": "005", "AADT": 187000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2019957815, 47.9271375522 ], [ -122.1958275845, 47.933021241 ], [ -122.1992457496, 47.9616091692 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2267, "RouteIdentifier": "003", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6494078234, 47.8021122484 ], [ -122.6433193726, 47.8181068479 ], [ -122.6300911575, 47.828750694 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2268, "RouteIdentifier": "125", "AADT": 400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3695963283, 46.2371507033 ], [ -118.3397268843, 46.2877259981 ], [ -118.340887862, 46.298695623 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2269, "RouteIdentifier": "007", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3579343412, 46.9802243895 ], [ -122.3592526243, 46.9990763609 ], [ -122.3689169614, 47.0093696581 ], [ -122.3694769065, 47.0202996688 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2270, "RouteIdentifier": "528", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1430161763, 48.0536913707 ], [ -122.140842334, 48.0536557708 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2271, "RouteIdentifier": "223", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2461650816, 46.3276930204 ], [ -120.1998163094, 46.3311315335 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2272, "RouteIdentifier": "090", "AADT": 137000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2000543534, 47.5787190739 ], [ -122.1810983468, 47.5797602872 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2273, "RouteIdentifier": "260", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8511888124, 46.6508402423 ], [ -118.8083617087, 46.6349016892 ], [ -118.7623864594, 46.6345593673 ], [ -118.7266393872, 46.6292584921 ], [ -118.7090644842, 46.6200739782 ], [ -118.6519632501, 46.6233243007 ], [ -118.6414940671, 46.631430572 ], [ -118.6195197634, 46.6393677099 ], [ -118.6117553593, 46.6490485607 ], [ -118.5884939945, 46.6478136609 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2274, "RouteIdentifier": "395", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9365504311, 48.5667945753 ], [ -117.9526076358, 48.5773917833 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2275, "RouteIdentifier": "522", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3154029102, 47.6847104504 ], [ -122.3151264897, 47.6852564017 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2276, "RouteIdentifier": "300", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8272592504, 47.454059906 ], [ -122.8269220429, 47.4513256561 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2277, "RouteIdentifier": "203", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.887427285, 47.5718451267 ], [ -121.9131923547, 47.5965925443 ], [ -121.9096907598, 47.6249890342 ], [ -121.9162959671, 47.6372969855 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2278, "RouteIdentifier": "003", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9709937008, 47.2786751606 ], [ -122.9601733292, 47.2820553805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2279, "RouteIdentifier": "292", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7413735185, 48.0566594172 ], [ -117.704874261, 48.0670618915 ], [ -117.6731595914, 48.062248924 ], [ -117.6377513794, 48.0630093485 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2280, "RouteIdentifier": "005", "AADT": 193000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2747094226, 47.4287124851 ], [ -122.2690111833, 47.4377897666 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2281, "RouteIdentifier": "104SPAURORA", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3388800342, 47.7781146434 ], [ -122.3462274907, 47.7777955542 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2282, "RouteIdentifier": "022", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3161032894, 46.3779887108 ], [ -120.318493365, 46.3762548928 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2283, "RouteIdentifier": "501", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6990664231, 45.6412649874 ], [ -122.7041423514, 45.6445770609 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2284, "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0051151642, 46.203549009 ], [ -118.9642066552, 46.1752198269 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2285, "RouteIdentifier": "171", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3165120723, 47.1009448607 ], [ -119.3155342499, 47.1016304023 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2286, "RouteIdentifier": "305", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5155441649, 47.6357793786 ], [ -122.5198277142, 47.6444797699 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2287, "RouteIdentifier": "027", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2106226505, 47.5366364133 ], [ -117.2147701782, 47.5416733174 ], [ -117.2144352224, 47.561959096 ], [ -117.2229100098, 47.5730667428 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2288, "RouteIdentifier": "109SPLONNGR", "AADT": 490 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.92417003, 46.9825144102 ], [ -123.921093144, 46.9895618993 ], [ -123.89576752, 46.9948947943 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2289, "RouteIdentifier": "405", "AADT": 169000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2035861347, 47.4751805773 ], [ -122.2002742877, 47.4803239853 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2290, "RouteIdentifier": "182", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3623803381, 46.2440184404 ], [ -119.3531195123, 46.244832268 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2291, "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9259280616, 46.1463384374 ], [ -122.923520705, 46.1460689953 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2292, "RouteIdentifier": "124", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.340887862, 46.298695623 ], [ -118.3193801568, 46.2995221994 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2293, "RouteIdentifier": "020", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5961697621, 48.4872753789 ], [ -121.5901063759, 48.4885682085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2294, "RouteIdentifier": "014", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3731501041, 45.946680716 ], [ -119.3513796962, 45.9446481587 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2295, "RouteIdentifier": "167", "AADT": 93000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2607429983, 47.2688990575 ], [ -122.2583295166, 47.2805652971 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2296, "RouteIdentifier": "116", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7809989146, 48.0297888001 ], [ -122.7784777487, 48.0301901157 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2297, "RouteIdentifier": "529", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1903978445, 48.0112262144 ], [ -122.1860840265, 48.0219150499 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2298, "RouteIdentifier": "539", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4861031431, 48.7826912501 ], [ -122.4860962019, 48.7836284125 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2299, "RouteIdentifier": "225", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4903066566, 46.2723445732 ], [ -119.4942417879, 46.2795434721 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2300, "RouteIdentifier": "163", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5158979379, 47.271095951 ], [ -122.5157647305, 47.2798223974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2301, "RouteIdentifier": "007", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1920445113, 46.7631482149 ], [ -122.1936544175, 46.7645544522 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2302, "RouteIdentifier": "097", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.436333253, 48.9342146304 ], [ -119.4369512503, 48.9352749432 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2303, "RouteIdentifier": "501COVANCVR", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6693837427, 45.6318469625 ], [ -122.6659555363, 45.631898547 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2304, "RouteIdentifier": "101", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2987245907, 48.0961085325 ], [ -123.2912512618, 48.0954124931 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2305, "RouteIdentifier": "101COABERDN", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8542222764, 46.9751663099 ], [ -123.8318384982, 46.9750779012 ], [ -123.8278685905, 46.9716853763 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2306, "RouteIdentifier": "290", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3797163114, 47.6619387511 ], [ -117.3720613135, 47.6630728307 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2307, "RouteIdentifier": "006", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6542600354, 46.633500722 ], [ -123.6446017537, 46.6167403971 ], [ -123.6251575619, 46.6007463777 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2308, "RouteIdentifier": "027", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1830985465, 46.7284162635 ], [ -117.1825112217, 46.7290233594 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2309, "RouteIdentifier": "020", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.657837721, 48.2913280407 ], [ -122.6575921778, 48.2930446922 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2310, "RouteIdentifier": "240", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3049039776, 46.2928299037 ], [ -119.306688915, 46.2788022155 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2311, "RouteIdentifier": "174SPLEAHY", "AADT": 60 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3894049745, 47.9191328124 ], [ -119.388810295, 47.917927027 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2312, "RouteIdentifier": "101", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1720418434, 47.3177075499 ], [ -123.1814871799, 47.2998745064 ], [ -123.1749055913, 47.289039031 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2313, "RouteIdentifier": "021", "AADT": 180 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7840000547, 47.472842312 ], [ -118.7842634529, 47.6121559913 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2314, "RouteIdentifier": "504", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8450829264, 46.2935798136 ], [ -122.8351070251, 46.2928789335 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2315, "RouteIdentifier": "007", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3573827719, 46.9297368504 ], [ -122.35740693, 46.9366422092 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2316, "RouteIdentifier": "014", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8772638059, 45.6967885603 ], [ -121.8293481757, 45.7148576644 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2317, "RouteIdentifier": "090", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4002907153, 47.3993957355 ], [ -121.3901248718, 47.3932302588 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2318, "RouteIdentifier": "155", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5195878632, 48.4074511711 ], [ -119.5216611447, 48.408142504 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2319, "RouteIdentifier": "026", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4532860957, 46.8561637408 ], [ -119.3464529029, 46.8107648966 ], [ -119.2569845795, 46.810235263 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2320, "RouteIdentifier": "082", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2842524512, 46.4056644379 ], [ -120.2682351433, 46.4011783488 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2321, "RouteIdentifier": "105", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0910571193, 46.7988293856 ], [ -124.1062823585, 46.8495197001 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2322, "RouteIdentifier": "516", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2373624055, 47.3779147052 ], [ -122.2306881417, 47.3778354946 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2323, "RouteIdentifier": "303", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6293597294, 47.645556277 ], [ -122.6335380628, 47.6490423139 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2324, "RouteIdentifier": "101", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8906810599, 46.4350146931 ], [ -123.8576433404, 46.4293681134 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2325, "RouteIdentifier": "097", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8350369221, 45.6826649603 ], [ -120.8176061098, 45.6914545332 ], [ -120.8153769492, 45.6979289463 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2326, "RouteIdentifier": "002", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9638147974, 47.8578165968 ], [ -121.9270653363, 47.8558599343 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2327, "RouteIdentifier": "005", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7405471815, 45.9025011825 ], [ -122.7497223484, 45.9177650679 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2328, "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8637575163, 47.0867688468 ], [ -118.7208744803, 47.0861552891 ], [ -118.6756358928, 47.096990195 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2329, "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4989356807, 46.6492770518 ], [ -120.5109061448, 46.6442084502 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2330, "RouteIdentifier": "162", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0947304936, 47.139868914 ], [ -122.0915871421, 47.1407602078 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2331, "RouteIdentifier": "005", "AADT": 230000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2687488564, 47.4721785489 ], [ -122.2710239707, 47.4775799592 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2332, "RouteIdentifier": "124", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5338227757, 46.2908205864 ], [ -118.4933906402, 46.2879872582 ], [ -118.4287615677, 46.2992203509 ], [ -118.3562019376, 46.2999263 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2333, "RouteIdentifier": "097AR", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1748375091, 47.7679692019 ], [ -120.16517224, 47.7707983028 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2334, "RouteIdentifier": "291", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5074826876, 47.7443815862 ], [ -117.5203800137, 47.7582970266 ], [ -117.5472646731, 47.7659238189 ], [ -117.5450441479, 47.7703887266 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2335, "RouteIdentifier": "509", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3247753913, 47.4057300867 ], [ -122.3251389542, 47.4075113691 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2336, "RouteIdentifier": "405", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1840627382, 47.7606381882 ], [ -122.1858412261, 47.7634469513 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2337, "RouteIdentifier": "005", "AADT": 201000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2946343778, 47.3643588625 ], [ -122.2900428301, 47.3837562417 ], [ -122.2920536467, 47.4006698004 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2338, "RouteIdentifier": "501", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7270084609, 45.8156734191 ], [ -122.7059518963, 45.815636231 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2339, "RouteIdentifier": "024", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7360584616, 46.6468473933 ], [ -119.7073340223, 46.6539357057 ], [ -119.6862564867, 46.6685040964 ], [ -119.6817502839, 46.6750016961 ], [ -119.682116182, 46.701919444 ], [ -119.6415240103, 46.7308902277 ], [ -119.6270510219, 46.735547573 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2340, "RouteIdentifier": "002", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5772145701, 47.6429329048 ], [ -117.5739759223, 47.6429386574 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2341, "RouteIdentifier": "599", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2744143572, 47.4850652066 ], [ -122.2816435896, 47.4911976441 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2342, "RouteIdentifier": "101", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8964164726, 47.6985807685 ], [ -122.8979905603, 47.6935842347 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2343, "RouteIdentifier": "005", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6757381114, 47.0813300502 ], [ -122.6588479006, 47.0844194177 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2344, "RouteIdentifier": "215", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.540967429, 48.399614794 ], [ -119.5286763644, 48.4060519843 ], [ -119.5284987148, 48.409540793 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2345, "RouteIdentifier": "006", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2963177918, 46.576533839 ], [ -123.2943647479, 46.5783948474 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2346, "RouteIdentifier": "101", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9316246804, 47.0277555011 ], [ -122.9281707668, 47.0261889833 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2347, "RouteIdentifier": "127", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7913837991, 46.6144419053 ], [ -117.7931037677, 46.617894857 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2348, "RouteIdentifier": "012", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0468945815, 46.4199295935 ], [ -117.045583721, 46.4199358176 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2349, "RouteIdentifier": "290", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1924425951, 47.69589869 ], [ -117.1520827446, 47.701179935 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2350, "RouteIdentifier": "104", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3828654748, 47.8126422945 ], [ -122.3819741537, 47.8121145139 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2351, "RouteIdentifier": "163", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5153285839, 47.3019754864 ], [ -122.514518613, 47.3040619068 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2352, "RouteIdentifier": "002", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3538626087, 47.8381496765 ], [ -117.3555823489, 47.8588071968 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2353, "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3719971108, 46.837063334 ], [ -120.3539257338, 46.8125656869 ], [ -120.3617492551, 46.8021851778 ], [ -120.3587542368, 46.7928184397 ], [ -120.3728367715, 46.7819036429 ], [ -120.380605613, 46.7593890779 ], [ -120.3901167664, 46.7494451154 ], [ -120.3864596626, 46.7305671826 ], [ -120.4052961815, 46.7241356625 ], [ -120.4136797599, 46.7142727147 ], [ -120.433016451, 46.7109789933 ], [ -120.4433236404, 46.6963442824 ], [ -120.4759788061, 46.681083667 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2354, "RouteIdentifier": "527", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2062759693, 47.9180096463 ], [ -122.2074382827, 47.9188560677 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2355, "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1674102459, 47.2309146691 ], [ -121.1487724368, 47.2203984665 ], [ -121.1352981522, 47.2179205415 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2356, "RouteIdentifier": "097", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4353841771, 48.9477318207 ], [ -119.4362799721, 48.9485573498 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2357, "RouteIdentifier": "082", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3509475564, 46.221897885 ], [ -119.3418776019, 46.2095624858 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2358, "RouteIdentifier": "097", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.228042091, 47.6277888618 ], [ -120.2150358593, 47.6419810064 ], [ -120.2141719319, 47.6561755599 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2359, "RouteIdentifier": "002", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.337752153, 47.4679946321 ], [ -120.3355466203, 47.469450059 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2360, "RouteIdentifier": "501", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.696160252, 45.640445465 ], [ -122.6990664231, 45.6412649874 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2361, "RouteIdentifier": "270", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.144376428, 46.7217073773 ], [ -117.0878490265, 46.7317943321 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2362, "RouteIdentifier": "509", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4342994903, 47.3048223444 ], [ -122.4275808374, 47.3168023421 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2363, "RouteIdentifier": "002", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0424962708, 48.1830235936 ], [ -117.0424418871, 48.1840101705 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2364, "RouteIdentifier": "546", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3311899204, 48.9637972205 ], [ -122.3092045302, 48.9638603752 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2365, "RouteIdentifier": "002", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2193213409, 48.1133107789 ], [ -117.143191344, 48.145029846 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2366, "RouteIdentifier": "821", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4553319322, 46.8189351153 ], [ -120.4606744462, 46.8275834233 ], [ -120.4543648479, 46.8377527814 ], [ -120.4626117535, 46.8442414628 ], [ -120.4613240439, 46.8503228942 ], [ -120.4652792529, 46.8539700858 ], [ -120.4821044215, 46.8553247767 ], [ -120.4794449453, 46.8672769035 ], [ -120.4952645744, 46.8767882515 ], [ -120.4795790401, 46.8754558646 ], [ -120.4748174542, 46.8828844989 ], [ -120.4922204016, 46.8840899703 ], [ -120.5035033529, 46.8966105451 ], [ -120.4928844335, 46.9020156297 ], [ -120.504769142, 46.910050121 ], [ -120.5100857559, 46.9261498028 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2367, "RouteIdentifier": "503SPCOUGAR", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3547293908, 46.000879137 ], [ -122.3259068837, 46.0175863638 ], [ -122.3143915695, 46.0302126494 ], [ -122.3105284378, 46.0417807035 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2368, "RouteIdentifier": "167", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2470734178, 47.3105055416 ], [ -122.2447763261, 47.3180985045 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2369, "RouteIdentifier": "509", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3177802121, 47.3354233521 ], [ -122.3120440183, 47.335872344 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2370, "RouteIdentifier": "522", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1680072039, 47.7574084421 ], [ -122.1598186601, 47.7602527368 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2371, "RouteIdentifier": "027", "AADT": 790 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.132009721, 47.2741237154 ], [ -117.1591731962, 47.2805495454 ], [ -117.1640556864, 47.2925563208 ], [ -117.1644445088, 47.3113387619 ], [ -117.1924139288, 47.3317954981 ], [ -117.1780365249, 47.3581047791 ], [ -117.1809160774, 47.3646637735 ], [ -117.174270773, 47.3797829152 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2372, "RouteIdentifier": "536", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3361482633, 48.4175077145 ], [ -122.3336059484, 48.4174954237 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2373, "RouteIdentifier": "397", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1071132149, 46.2075458387 ], [ -119.1020141523, 46.2227420627 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2374, "RouteIdentifier": "161", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2930833684, 47.1256521371 ], [ -122.2930223395, 47.1364690107 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2375, "RouteIdentifier": "305", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6456845104, 47.7518428642 ], [ -122.6524298189, 47.7572284351 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2376, "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9196173248, 46.147218448 ], [ -122.9103992419, 46.147036878 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2377, "RouteIdentifier": "101", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2099835359, 48.0853786216 ], [ -123.1998425884, 48.0838545215 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2378, "RouteIdentifier": "012", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9099471422, 46.0583086547 ], [ -118.9075966187, 46.0562013963 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2379, "RouteIdentifier": "509", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3597169341, 47.2569450563 ], [ -122.3574461631, 47.26443574 ], [ -122.3794534635, 47.2749697278 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2380, "RouteIdentifier": "020", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3223743924, 48.543587961 ], [ -120.3152493003, 48.5356655747 ], [ -120.2746920614, 48.5208934314 ], [ -120.2595111993, 48.5117976986 ], [ -120.2514198263, 48.501356904 ], [ -120.2272728853, 48.4882565885 ], [ -120.1928315035, 48.4779351239 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2381, "RouteIdentifier": "101", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2831461268, 48.0697565692 ], [ -124.2809185137, 48.0699570958 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2382, "RouteIdentifier": "099", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2966747787, 47.399436909 ], [ -122.2967521172, 47.4190994152 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2383, "RouteIdentifier": "005", "AADT": 161000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321753728, 47.6660998622 ], [ -122.3217057205, 47.670374577 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2384, "RouteIdentifier": "129", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0448176781, 46.3941409901 ], [ -117.044476644, 46.4040732772 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2385, "RouteIdentifier": "002CODIVISN", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4112120534, 47.6843406722 ], [ -117.4111934872, 47.6661553637 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2386, "RouteIdentifier": "020", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5945415128, 48.3551234308 ], [ -119.5916519331, 48.3502168576 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2387, "RouteIdentifier": "097", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4957046659, 48.4279752811 ], [ -119.4793203116, 48.4427106768 ], [ -119.47455389, 48.4565074029 ], [ -119.504726913, 48.4971895169 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2388, "RouteIdentifier": "006", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0644490268, 46.6269757944 ], [ -123.0540392956, 46.6280909268 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2389, "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4111435799, 47.6590755437 ], [ -117.411162631, 47.6609810366 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2390, "RouteIdentifier": "125", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3484813064, 46.0630851666 ], [ -118.3491644277, 46.0639266399 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2391, "RouteIdentifier": "012", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9916818783, 46.3128548734 ], [ -117.9908694542, 46.3149359546 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2392, "RouteIdentifier": "017", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.285225107, 47.1460797472 ], [ -119.2938851325, 47.1496369098 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2393, "RouteIdentifier": "532", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4474690781, 48.2419384688 ], [ -122.3792847178, 48.2409791825 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2394, "RouteIdentifier": "405", "AADT": 73000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2651299683, 47.4614024105 ], [ -122.2629302431, 47.4619229895 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2395, "RouteIdentifier": "507", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6207841642, 46.9343746994 ], [ -122.6075822125, 46.9413631902 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2396, "RouteIdentifier": "012", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3236818665, 46.4364355288 ], [ -117.3010762949, 46.426715932 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2397, "RouteIdentifier": "262", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4607123542, 46.9566297084 ], [ -119.3970757589, 46.9577736802 ], [ -119.3641548064, 46.9706876163 ], [ -119.3337342412, 46.9675559139 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2398, "RouteIdentifier": "530", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0696796026, 48.23396758 ], [ -122.061555391, 48.2363292108 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2399, "RouteIdentifier": "173", "AADT": 990 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6765472999, 48.0110069203 ], [ -119.6774926459, 48.0103631519 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2400, "RouteIdentifier": "507", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8482332243, 46.8586162126 ], [ -122.8467102726, 46.8590457137 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2401, "RouteIdentifier": "026", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6550649229, 46.809179515 ], [ -117.6413017681, 46.8104615568 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2402, "RouteIdentifier": "260", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0062862284, 46.6650492947 ], [ -118.9752267156, 46.6637302723 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2403, "RouteIdentifier": "005", "AADT": 177000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2520093383, 47.8571419291 ], [ -122.2369577595, 47.8790697395 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2404, "RouteIdentifier": "020", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9301268685, 48.5264239752 ], [ -121.8440165577, 48.5411010945 ], [ -121.8251820674, 48.538972313 ], [ -121.7933270019, 48.5435073143 ], [ -121.7727025488, 48.5378235193 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2405, "RouteIdentifier": "009", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2884988914, 48.963997296 ], [ -122.2762249884, 48.9650220251 ], [ -122.2715285544, 48.9748696672 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2406, "RouteIdentifier": "090", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0508055026, 47.0857677636 ], [ -119.0351635573, 47.0854260018 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2407, "RouteIdentifier": "090", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8021513026, 47.4912692217 ], [ -121.7916752446, 47.4832690795 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2408, "RouteIdentifier": "203", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9701538655, 47.8449608786 ], [ -121.9707726081, 47.8570932647 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2409, "RouteIdentifier": "026", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9028685233, 46.7882975717 ], [ -117.8494574336, 46.7998322141 ], [ -117.8101743201, 46.8136488638 ], [ -117.7811267138, 46.8048818024 ], [ -117.7571242819, 46.8027239184 ], [ -117.716713311, 46.8103507878 ], [ -117.6914546669, 46.808715409 ], [ -117.6656137967, 46.8138014312 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2410, "RouteIdentifier": "163", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5158542466, 47.265516627 ], [ -122.5158418422, 47.2671438187 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2411, "RouteIdentifier": "195", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4497167189, 47.6443092509 ], [ -117.4516120669, 47.6469017259 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2412, "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0175921586, 46.4482685616 ], [ -119.0104657492, 46.4807072897 ], [ -119.0151184142, 46.4974458958 ], [ -119.0114262534, 46.514580199 ], [ -119.0147753835, 46.5330492641 ], [ -118.9959923537, 46.5612283389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2413, "RouteIdentifier": "240", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2563379619, 46.2519667264 ], [ -119.2461272383, 46.2409894234 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2414, "RouteIdentifier": "546", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.352240221, 48.9636327884 ], [ -122.3311899204, 48.9637972205 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2415, "RouteIdentifier": "014", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4798570338, 45.5857517212 ], [ -122.466151024, 45.5838225286 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2416, "RouteIdentifier": "395", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1591587709, 46.198638478 ], [ -119.1588244536, 46.2022230907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2417, "RouteIdentifier": "304", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6673528658, 47.5490597613 ], [ -122.65895148, 47.5539369573 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2418, "RouteIdentifier": "305", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6377776889, 47.7367740872 ], [ -122.6391820613, 47.7464774496 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2419, "RouteIdentifier": "012", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5114853073, 46.6260626792 ], [ -120.5069976359, 46.6257073162 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2420, "RouteIdentifier": "090", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6260861992, 47.428820891 ], [ -121.6131737911, 47.4285755837 ], [ -121.5903662442, 47.4195793911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2421, "RouteIdentifier": "823", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5271133231, 46.6559435532 ], [ -120.5258992491, 46.6579574794 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2422, "RouteIdentifier": "024", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1766968441, 46.8046382853 ], [ -119.1767648181, 46.809746805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2423, "RouteIdentifier": "097", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6040808647, 47.5533601555 ], [ -120.5989270885, 47.5553611869 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2424, "RouteIdentifier": "507", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5592550475, 46.9339839558 ], [ -122.5556609589, 46.9361969309 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2425, "RouteIdentifier": "012", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8650512546, 46.5465667665 ], [ -122.8011596478, 46.5439467679 ], [ -122.747421571, 46.532339046 ], [ -122.7197711644, 46.5320488595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2426, "RouteIdentifier": "125", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3805172543, 46.0318115343 ], [ -118.3627410114, 46.0415078207 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2427, "RouteIdentifier": "101", "AADT": 94000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9134448464, 47.0253389513 ], [ -122.9094874642, 47.0217506114 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2428, "RouteIdentifier": "005", "AADT": 73000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3414018352, 48.4590968726 ], [ -122.3424452974, 48.4769135735 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2429, "RouteIdentifier": "005", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3426003903, 48.5134790031 ], [ -122.3515399574, 48.5305200558 ], [ -122.3502009691, 48.5531647768 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2430, "RouteIdentifier": "025", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7772882632, 48.9177594411 ], [ -117.7760452677, 48.928358074 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2431, "RouteIdentifier": "141", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5204986539, 45.7575928617 ], [ -121.52754616, 45.7606234938 ], [ -121.5279890656, 45.7661176923 ], [ -121.5121334624, 45.776374164 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2432, "RouteIdentifier": "525", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5339872909, 48.0097622963 ], [ -122.5414842419, 48.011987346 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2433, "RouteIdentifier": "101", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7367980221, 46.6805525735 ], [ -123.7303182124, 46.6823391023 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2434, "RouteIdentifier": "002", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7334805954, 47.7623342902 ], [ -118.7212439358, 47.7631466252 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2435, "RouteIdentifier": "516", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3079523143, 47.3909890982 ], [ -122.3004124588, 47.3957738513 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2436, "RouteIdentifier": "003", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6872359291, 47.5754584422 ], [ -122.6901316239, 47.5798542029 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2437, "RouteIdentifier": "528", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.139335004, 48.0536511041 ], [ -122.1193130939, 48.0535474274 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2438, "RouteIdentifier": "106", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0732200773, 47.347496595 ], [ -123.0293255922, 47.3508042021 ], [ -122.9868725272, 47.3733995692 ], [ -122.9487451622, 47.3816100186 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2439, "RouteIdentifier": "104", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3064040791, 47.7725385808 ], [ -122.302597486, 47.7699869803 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2440, "RouteIdentifier": "129", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0533201894, 46.3352565084 ], [ -117.0523623815, 46.336389697 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2441, "RouteIdentifier": "116", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7784777487, 48.0301901157 ], [ -122.7579724158, 48.0317552349 ], [ -122.745826823, 48.0252187014 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2442, "RouteIdentifier": "182", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0719934512, 46.2494836918 ], [ -119.0677532163, 46.2468045298 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2443, "RouteIdentifier": "101", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2809185137, 48.0699570958 ], [ -124.2359717776, 48.0661116568 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2444, "RouteIdentifier": "008", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3875067629, 47.0051795465 ], [ -123.382100299, 47.0068490189 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2445, "RouteIdentifier": "017", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2626695043, 47.1398689271 ], [ -119.2701126525, 47.1419665364 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2446, "RouteIdentifier": "004", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1771557033, 46.1884708528 ], [ -123.1680910014, 46.1910275512 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2447, "RouteIdentifier": "008", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2311640554, 47.0504387055 ], [ -123.175467152, 47.0586866535 ], [ -123.1546990371, 47.0552496291 ], [ -123.1112802946, 47.0325956026 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2448, "RouteIdentifier": "397", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1020141523, 46.2227420627 ], [ -119.101122588, 46.2240920293 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2449, "RouteIdentifier": "005", "AADT": 145000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2369577595, 47.8790697395 ], [ -122.2268964445, 47.8867919049 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2450, "RouteIdentifier": "014", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8271538347, 45.8696991389 ], [ -119.7799581015, 45.8660328507 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2451, "RouteIdentifier": "105", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0824521881, 46.7544029188 ], [ -124.0813424614, 46.7757934066 ], [ -124.0868475896, 46.7892994633 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2452, "RouteIdentifier": "002", "AADT": 77000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1697766801, 47.9782340718 ], [ -122.1430545767, 47.9779093221 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2453, "RouteIdentifier": "103", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0536804079, 46.3675828583 ], [ -124.053438936, 46.3706285622 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2454, "RouteIdentifier": "121", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9420074404, 46.8959196782 ], [ -122.9086394896, 46.8991466854 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2455, "RouteIdentifier": "090", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.865717202, 47.0813852641 ], [ -119.8540700226, 47.0883824388 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2456, "RouteIdentifier": "024", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1767648181, 46.809746805 ], [ -119.1767815159, 46.8114994409 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2457, "RouteIdentifier": "260", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.4227108674, 46.6969057794 ], [ -118.4122698552, 46.7012162608 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2458, "RouteIdentifier": "405", "AADT": 176000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1863875328, 47.6405133468 ], [ -122.1869038184, 47.6636304786 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2459, "RouteIdentifier": "005", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9389895243, 46.9474951907 ], [ -122.9354180565, 46.9596763245 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2460, "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4871781519, 46.6713847636 ], [ -120.49646088, 46.6596353982 ], [ -120.4989356807, 46.6492770518 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2461, "RouteIdentifier": "501", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6914263595, 45.6358581387 ], [ -122.6938570638, 45.637225155 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2462, "RouteIdentifier": "012", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6476283043, 46.9765640486 ], [ -123.6272286689, 46.9765532394 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2463, "RouteIdentifier": "002", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4111019043, 47.687150654 ], [ -117.4111371057, 47.6944973222 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2464, "RouteIdentifier": "101", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7831803897, 46.6698379874 ], [ -123.7671904335, 46.6744470342 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2465, "RouteIdentifier": "291", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4351007945, 47.7154472911 ], [ -117.4364218141, 47.7154395468 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2466, "RouteIdentifier": "009", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1294755917, 48.1987611119 ], [ -122.1296885992, 48.2003311116 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2467, "RouteIdentifier": "525", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.588157825, 48.1230525484 ], [ -122.5946667739, 48.1516803947 ], [ -122.6064434153, 48.1635594746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2468, "RouteIdentifier": "304", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6532972455, 47.5655345715 ], [ -122.6511293212, 47.5655459942 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2469, "RouteIdentifier": "012", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.668828194, 46.6101927227 ], [ -121.6663638136, 46.6141909864 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2470, "RouteIdentifier": "141", "AADT": 160 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5888375562, 45.9758111476 ], [ -121.6125293313, 45.9625721062 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2471, "RouteIdentifier": "101", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7397102898, 46.7012896138 ], [ -123.7437635985, 46.7153016927 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2472, "RouteIdentifier": "005RL005EXP", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3304093084, 47.6079523826 ], [ -122.3286460195, 47.6218398679 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2473, "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0051653665, 47.2658148473 ], [ -123.0029655026, 47.2660406347 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2474, "RouteIdentifier": "395", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1588364929, 46.2122195073 ], [ -119.1509779825, 46.2148765642 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2475, "RouteIdentifier": "548", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7335974346, 48.9792119734 ], [ -122.7482397955, 48.9864873577 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2476, "RouteIdentifier": "101", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8859488488, 46.5202816438 ], [ -123.8934297223, 46.5484187108 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2477, "RouteIdentifier": "101", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8857699354, 46.9900928031 ], [ -123.8857527631, 46.9927676585 ], [ -123.8939276953, 46.9931418107 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2478, "RouteIdentifier": "002", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1898949617, 47.9790684157 ], [ -122.188666249, 47.9794305969 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2479, "RouteIdentifier": "011", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.410855576, 48.5508465619 ], [ -122.4221853179, 48.5654425158 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2480, "RouteIdentifier": "009", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2649591411, 49.0000309604 ], [ -122.2652637647, 49.0023331331 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2481, "RouteIdentifier": "020", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6578488817, 48.2895410127 ], [ -122.657837721, 48.2913280407 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2482, "RouteIdentifier": "025", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1703775752, 47.7449382474 ], [ -118.1736598311, 47.7883685846 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2483, "RouteIdentifier": "028", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1625335373, 47.628203114 ], [ -118.159705125, 47.6427340926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2484, "RouteIdentifier": "243", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9070616699, 46.6806375323 ], [ -119.9166346542, 46.6972957966 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2485, "RouteIdentifier": "002", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1063789003, 47.9520311616 ], [ -122.094618564, 47.9514925058 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2486, "RouteIdentifier": "542", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6959320726, 48.9034555044 ], [ -121.6713565113, 48.8871755279 ], [ -121.6683746385, 48.8735964021 ], [ -121.6739808813, 48.8758038472 ], [ -121.6594897464, 48.8688630894 ], [ -121.6580262283, 48.8640419461 ], [ -121.6547619135, 48.8663081545 ], [ -121.6589172471, 48.8590433627 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2487, "RouteIdentifier": "021", "AADT": 130 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.690803641, 47.9468811492 ], [ -118.6917968125, 47.9537164275 ], [ -118.7001439176, 47.9612741069 ], [ -118.7007666934, 47.9715755988 ], [ -118.6932366444, 47.9858042203 ], [ -118.6928786502, 47.9958498529 ], [ -118.6865576547, 48.0003976807 ], [ -118.6881097384, 48.0051631789 ], [ -118.6811911375, 48.013475131 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2488, "RouteIdentifier": "020", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7300552535, 48.6419111855 ], [ -118.7010950406, 48.6529300754 ], [ -118.6850050975, 48.6506492932 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2489, "RouteIdentifier": "395", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7155190209, 48.2762460851 ], [ -117.7155515131, 48.2809311397 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2490, "RouteIdentifier": "016", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5813429939, 47.3109726485 ], [ -122.5934601063, 47.3246446179 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2491, "RouteIdentifier": "021", "AADT": 440 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6425828517, 46.9708731434 ], [ -118.6598639151, 46.9705949371 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2492, "RouteIdentifier": "509", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4350299238, 47.2432097813 ], [ -122.4199297039, 47.2443571022 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2493, "RouteIdentifier": "004", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7849363108, 46.3717532207 ], [ -123.7567194267, 46.3556632852 ], [ -123.7347135662, 46.3543537474 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2494, "RouteIdentifier": "017", "AADT": 740 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3647672058, 47.6193901694 ], [ -119.3536592638, 47.6310538708 ], [ -119.3595018472, 47.6413739111 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2495, "RouteIdentifier": "904", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6730634499, 47.4637949376 ], [ -117.6232200849, 47.4699050473 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2496, "RouteIdentifier": "290", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2827858737, 47.6810526384 ], [ -117.2799050476, 47.6816356586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2497, "RouteIdentifier": "285", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3041069002, 47.4122978378 ], [ -120.3055238703, 47.415408638 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2498, "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3405498465, 46.0739014753 ], [ -118.3255247068, 46.0817350589 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2499, "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6082425787, 48.4287878768 ], [ -122.6067917986, 48.4370383266 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2500, "RouteIdentifier": "544", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4857687926, 48.8914094656 ], [ -122.464240563, 48.891667265 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2501, "RouteIdentifier": "101COABERDN", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8144960068, 46.9745245963 ], [ -123.8141567727, 46.974248551 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2502, "RouteIdentifier": "509", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3924369341, 47.3216137304 ], [ -122.3903629125, 47.3216340622 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2503, "RouteIdentifier": "005", "AADT": 104000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9090833449, 47.005153403 ], [ -122.907079956, 47.0085282131 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2504, "RouteIdentifier": "002", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2978771665, 47.6166084807 ], [ -119.2928419495, 47.6157241973 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2505, "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6661977768, 48.2841306381 ], [ -122.6596669668, 48.2863597414 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2506, "RouteIdentifier": "012", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5785447315, 46.6857085787 ], [ -121.5789679391, 46.6896872972 ], [ -121.562292404, 46.6954679099 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2507, "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3134257955, 47.2979565948 ], [ -122.3133300405, 47.303094966 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2508, "RouteIdentifier": "005", "AADT": 107000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6742471673, 45.7884633898 ], [ -122.6813333636, 45.8063615363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2509, "RouteIdentifier": "012", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3592834167, 46.069578111 ], [ -118.3538671999, 46.0696978456 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2510, "RouteIdentifier": "104", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.563306341, 47.80561327 ], [ -122.5553173378, 47.8095387896 ], [ -122.5310414126, 47.8095136583 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2511, "RouteIdentifier": "509", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.325629622, 47.5091003278 ], [ -122.3329165329, 47.5234893652 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2512, "RouteIdentifier": "202", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1404542596, 47.7309772963 ], [ -122.1317677799, 47.7144009727 ], [ -122.1321920922, 47.6952826792 ], [ -122.1282535153, 47.6874070809 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2513, "RouteIdentifier": "706", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9814105695, 46.7572813912 ], [ -121.9474994672, 46.7550419284 ], [ -121.9273783017, 46.7493552016 ], [ -121.9220375425, 46.7426875865 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2514, "RouteIdentifier": "026", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.735554338, 46.7937508078 ], [ -118.5684177308, 46.7947224844 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2515, "RouteIdentifier": "082", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5009591571, 46.6232675075 ], [ -120.4880037429, 46.6075314018 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2516, "RouteIdentifier": "903", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9401799875, 47.1960778907 ], [ -120.9437717492, 47.1965328965 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2517, "RouteIdentifier": "105SPWESTPT", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1042307641, 46.8878717782 ], [ -124.104302567, 46.8959740416 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2518, "RouteIdentifier": "004", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6384906851, 46.3352078778 ], [ -123.6214626929, 46.3469762238 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2519, "RouteIdentifier": "395", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1277899267, 46.2435755653 ], [ -119.1266194124, 46.246327603 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2520, "RouteIdentifier": "012", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9741828621, 46.3270182624 ], [ -117.9793951542, 46.3369573434 ], [ -117.9785387727, 46.3464638557 ], [ -117.9524909367, 46.3563728876 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2521, "RouteIdentifier": "202", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8655443332, 47.5625960148 ], [ -121.8347869038, 47.5539873994 ], [ -121.8406843431, 47.5514635735 ], [ -121.8313657266, 47.5369638292 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2522, "RouteIdentifier": "203", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9856625426, 47.7451686523 ], [ -121.9845733907, 47.7513804106 ], [ -121.9557053136, 47.7697208879 ], [ -121.9740171693, 47.7885071981 ], [ -121.9823417916, 47.8127801291 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2523, "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7542359838, 46.978403612 ], [ -123.7445979677, 46.9735726358 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2524, "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0130934852, 46.3059829046 ], [ -119.9861758662, 46.3060765495 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2525, "RouteIdentifier": "530", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1251815178, 48.2002933787 ], [ -122.1236120707, 48.2002782394 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2526, "RouteIdentifier": "097", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4371558585, 48.7076989882 ], [ -119.4360006417, 48.7109840533 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2527, "RouteIdentifier": "014", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5158228483, 45.5949143216 ], [ -122.5156287011, 45.5948612042 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2528, "RouteIdentifier": "548", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5964124559, 48.8920606997 ], [ -122.5983885994, 48.8916617976 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2529, "RouteIdentifier": "002", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0078653292, 47.872487544 ], [ -121.9908494983, 47.8657174136 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2530, "RouteIdentifier": "195", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3648165287, 46.8790297995 ], [ -117.364773078, 46.8799063068 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2531, "RouteIdentifier": "016", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.493797523, 47.2348611365 ], [ -122.5100030807, 47.2490381759 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2532, "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.396336916, 47.755353533 ], [ -117.3946951929, 47.7570939377 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2533, "RouteIdentifier": "014", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4598946117, 45.7123396511 ], [ -121.4253522035, 45.6996005372 ], [ -121.4036102525, 45.6993830974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2534, "RouteIdentifier": "507", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9598608634, 46.7119804203 ], [ -122.9564753528, 46.7112869506 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2535, "RouteIdentifier": "503SPCOUGAR", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.305684987, 46.0490596047 ], [ -122.2748305032, 46.0636006917 ], [ -122.2464336415, 46.0556053087 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2536, "RouteIdentifier": "522", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0654931199, 47.8179312301 ], [ -122.0562501932, 47.8299985078 ], [ -122.0295956843, 47.8298762266 ], [ -121.9992299624, 47.8523397018 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2537, "RouteIdentifier": "520", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1364781908, 47.6384421787 ], [ -122.1351290082, 47.640071799 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2538, "RouteIdentifier": "503", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5469856665, 45.8168217556 ], [ -122.5220688196, 45.8532467256 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2539, "RouteIdentifier": "526", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2328875048, 47.9233521925 ], [ -122.2231765605, 47.9226576514 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2540, "RouteIdentifier": "009", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1299980522, 48.2057570202 ], [ -122.143389182, 48.2246779017 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2541, "RouteIdentifier": "542", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2096024616, 48.821069883 ], [ -122.2025293491, 48.8159609661 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2542, "RouteIdentifier": "002", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9379417422, 47.660685361 ], [ -117.9167021499, 47.6653110039 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2543, "RouteIdentifier": "016", "AADT": 128000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4919517544, 47.2348877891 ], [ -122.493797523, 47.2348611365 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2544, "RouteIdentifier": "510", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7648711374, 47.0612918893 ], [ -122.7645455776, 47.0564842559 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2545, "RouteIdentifier": "510", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.691647237, 47.0115068577 ], [ -122.6881983355, 47.0090276156 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2546, "RouteIdentifier": "099", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3499363576, 47.2430303348 ], [ -122.3365632968, 47.2450397981 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2547, "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3119629623, 47.3522809023 ], [ -122.3092462539, 47.3580817971 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2548, "RouteIdentifier": "012", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1579964315, 46.1391116684 ], [ -118.1502609571, 46.1420400459 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2549, "RouteIdentifier": "097", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3205033055, 46.3313990906 ], [ -120.3205390391, 46.3386430967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2550, "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5808735402, 47.3353309836 ], [ -120.568278873, 47.3360585763 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2551, "RouteIdentifier": "516", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2022136155, 47.3725592844 ], [ -122.2006150998, 47.3722720586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2552, "RouteIdentifier": "002", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7334112553, 47.6434838531 ], [ -117.690253067, 47.6430952782 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2553, "RouteIdentifier": "524", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3250529195, 47.8213297085 ], [ -122.3228862469, 47.8212957342 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2554, "RouteIdentifier": "410", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2574451577, 47.2018821101 ], [ -122.254047685, 47.2009435128 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2555, "RouteIdentifier": "012", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6663638136, 46.6141909864 ], [ -121.6577255991, 46.6239161848 ], [ -121.6160035758, 46.6478940682 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2556, "RouteIdentifier": "012", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9727960208, 46.3237819677 ], [ -117.9741828621, 46.3270182624 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2557, "RouteIdentifier": "160", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5243096729, 47.5048277184 ], [ -122.5104823423, 47.5048487373 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2558, "RouteIdentifier": "005", "AADT": 179000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3224579886, 47.646211059 ], [ -122.322462732, 47.6496170314 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2559, "RouteIdentifier": "026", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2569845795, 46.810235263 ], [ -119.2181964942, 46.8141634951 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2560, "RouteIdentifier": "225", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4460453581, 46.3716676172 ], [ -119.4406556774, 46.3808764649 ], [ -119.4228141497, 46.3832991036 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2561, "RouteIdentifier": "509", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4275808374, 47.3168023421 ], [ -122.4233116711, 47.3170469005 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2562, "RouteIdentifier": "101", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8577283824, 46.6939486439 ], [ -123.8431696828, 46.6984120458 ], [ -123.8153513788, 46.6707407117 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2563, "RouteIdentifier": "003", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0991109684, 47.18070609 ], [ -123.0971571723, 47.1818128402 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2564, "RouteIdentifier": "142", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8597476834, 45.8244297002 ], [ -120.8318672716, 45.8230595037 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2565, "RouteIdentifier": "215", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5799543409, 48.3644758133 ], [ -119.5450859846, 48.396250068 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2566, "RouteIdentifier": "508", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2857890361, 46.5613718886 ], [ -122.2752434827, 46.5583246063 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2567, "RouteIdentifier": "161", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2932262899, 47.1183648911 ], [ -122.2930833684, 47.1256521371 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2568, "RouteIdentifier": "097", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7921120527, 45.8483754133 ], [ -120.7709004569, 45.8615514769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2569, "RouteIdentifier": "021", "AADT": 390 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6811911375, 48.013475131 ], [ -118.671384825, 48.0238785986 ], [ -118.6745338956, 48.0329393311 ], [ -118.668829663, 48.0503155854 ], [ -118.6738246026, 48.0692605239 ], [ -118.69074626, 48.0828527406 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2570, "RouteIdentifier": "005", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8936094988, 46.5891345777 ], [ -122.904494363, 46.6021302692 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2571, "RouteIdentifier": "101", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1135516316, 47.4532319373 ], [ -123.1155512302, 47.4448279782 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2572, "RouteIdentifier": "005", "AADT": 208000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4176442321, 47.2382129228 ], [ -122.4083499421, 47.2391797955 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2573, "RouteIdentifier": "302SPPURDY", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6259718026, 47.398107085 ], [ -122.6257721122, 47.4000022997 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2574, "RouteIdentifier": "900", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2243682744, 47.4778018949 ], [ -122.220911129, 47.4788254663 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2575, "RouteIdentifier": "395", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5514961681, 47.9936326927 ], [ -117.5663025103, 47.9938759436 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2576, "RouteIdentifier": "097", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7006339016, 45.9221097398 ], [ -120.6999410067, 45.923000308 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2577, "RouteIdentifier": "503", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.619337819, 45.9439148266 ], [ -122.6245766997, 45.9425126462 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2578, "RouteIdentifier": "028", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6181368996, 47.2500373035 ], [ -119.5985546782, 47.2518971615 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2579, "RouteIdentifier": "513", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3045144925, 47.6452852227 ], [ -122.3045734555, 47.6490440633 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2580, "RouteIdentifier": "195", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4447329829, 47.6326990173 ], [ -117.4483713102, 47.6410080356 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2581, "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1002782834, 47.2119732363 ], [ -123.1001117785, 47.2128066209 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2582, "RouteIdentifier": "005", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8844965185, 46.2561969531 ], [ -122.8921920489, 46.2675770829 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2583, "RouteIdentifier": "005", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3411431465, 48.4469767522 ], [ -122.3414018352, 48.4590968726 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2584, "RouteIdentifier": "121", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9504462358, 46.8962553703 ], [ -122.9420074404, 46.8959196782 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2585, "RouteIdentifier": "432", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9007887846, 46.1084782427 ], [ -122.8925432587, 46.1068065797 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2586, "RouteIdentifier": "104", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8838252738, 47.9522510714 ], [ -122.8817445196, 47.9446523903 ], [ -122.8536693945, 47.9407898169 ], [ -122.8137272987, 47.9229521483 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2587, "RouteIdentifier": "122", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5955693857, 46.5253458249 ], [ -122.565213602, 46.5434407828 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2588, "RouteIdentifier": "104", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4968769556, 47.7970409839 ], [ -122.4959840812, 47.795839855 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2589, "RouteIdentifier": "020", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8132595013, 48.1004014814 ], [ -122.7885589611, 48.1029421282 ], [ -122.7831995028, 48.1070075798 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2590, "RouteIdentifier": "290", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2397125029, 47.6897536118 ], [ -117.2184787446, 47.6944938171 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2591, "RouteIdentifier": "395", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4114871909, 47.7396505482 ], [ -117.411427803, 47.7408474959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2592, "RouteIdentifier": "027", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2395845311, 47.6725795615 ], [ -117.2395516805, 47.6729939622 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2593, "RouteIdentifier": "302", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6947937623, 47.381239063 ], [ -122.680812527, 47.3887654485 ], [ -122.6613065763, 47.3889764709 ], [ -122.6518676217, 47.3854416573 ], [ -122.6528510166, 47.3773323215 ], [ -122.6418945651, 47.3795057214 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2594, "RouteIdentifier": "097", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8239311827, 45.699442413 ], [ -120.8008176143, 45.7117126858 ], [ -120.8080597843, 45.7199565014 ], [ -120.8144502763, 45.72130035 ], [ -120.8224992697, 45.743168923 ], [ -120.8229476469, 45.7771798533 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2595, "RouteIdentifier": "104", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6090544172, 47.8521256366 ], [ -122.6020428046, 47.8547635857 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2596, "RouteIdentifier": "202", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1699835707, 47.7530524149 ], [ -122.1688952325, 47.7523661354 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2597, "RouteIdentifier": "507", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4450607281, 47.0665796514 ], [ -122.4346867332, 47.0834174301 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2598, "RouteIdentifier": "397", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0404861073, 46.1612119681 ], [ -119.0494766974, 46.168670079 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2599, "RouteIdentifier": "162", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2293907946, 47.1928634023 ], [ -122.22939549, 47.1916397461 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2600, "RouteIdentifier": "101", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7868512068, 46.9671019999 ], [ -123.7880909112, 46.967896691 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2601, "RouteIdentifier": "007", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3114938746, 46.8624815133 ], [ -122.3309551779, 46.8686509313 ], [ -122.3461519832, 46.8646712563 ], [ -122.3485996117, 46.8698964015 ], [ -122.3412473353, 46.8783735591 ], [ -122.3590200387, 46.8898382458 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2602, "RouteIdentifier": "290", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2184787446, 47.6944938171 ], [ -117.1924425951, 47.69589869 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2603, "RouteIdentifier": "099", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2088000662, 47.9150721941 ], [ -122.2075664829, 47.9152876806 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2604, "RouteIdentifier": "531", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1327070433, 48.1526864406 ], [ -122.1167643996, 48.1516314237 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2605, "RouteIdentifier": "524", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3518259847, 47.821404826 ], [ -122.3494761141, 47.8214634366 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2606, "RouteIdentifier": "005", "AADT": 118000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8880451706, 47.0349627247 ], [ -122.8753021958, 47.036689104 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2607, "RouteIdentifier": "702", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4923909755, 46.9379773099 ], [ -122.4841720635, 46.9380070182 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2608, "RouteIdentifier": "090", "AADT": 123000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2203529267, 47.5824516264 ], [ -122.2000543534, 47.5787190739 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2609, "RouteIdentifier": "097", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4694374549, 46.5065542918 ], [ -120.4796170905, 46.5164951013 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2610, "RouteIdentifier": "904", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5754010062, 47.4873552206 ], [ -117.5647334404, 47.498272492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2611, "RouteIdentifier": "194", "AADT": 350 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4676807101, 46.7023866982 ], [ -117.4672879853, 46.7034528115 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2612, "RouteIdentifier": "223", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1998163094, 46.3311315335 ], [ -120.1801941156, 46.3452788522 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2613, "RouteIdentifier": "513", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2869879295, 47.6614633424 ], [ -122.2859448482, 47.6619893558 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2614, "RouteIdentifier": "099", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2756369244, 47.8708807894 ], [ -122.2748522475, 47.8718113531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2615, "RouteIdentifier": "116", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7299573082, 48.0326119562 ], [ -122.7207360254, 48.0268110537 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2616, "RouteIdentifier": "285", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3065286882, 47.4166683919 ], [ -120.3170457721, 47.4294662441 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2617, "RouteIdentifier": "012", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6206863347, 46.6605003365 ], [ -120.6142357749, 46.6544908714 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2618, "RouteIdentifier": "026SPCOLFAX", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3649144653, 46.8905633877 ], [ -117.3642482346, 46.8895898765 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2619, "RouteIdentifier": "005", "AADT": 193000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.462495706, 47.2142916788 ], [ -122.4627470202, 47.2159591708 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2620, "RouteIdentifier": "018", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0448319243, 47.3997061319 ], [ -122.0393244339, 47.4079731902 ], [ -122.0050649195, 47.4194364888 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2621, "RouteIdentifier": "007", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4343801512, 47.1489709589 ], [ -122.434250602, 47.1554309896 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2622, "RouteIdentifier": "028", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2947757571, 47.4153242228 ], [ -120.2941276522, 47.4130153494 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2623, "RouteIdentifier": "515", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1969253171, 47.4452667572 ], [ -122.1982503924, 47.4471972302 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2624, "RouteIdentifier": "104", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5706924506, 47.8037291147 ], [ -122.563306341, 47.80561327 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2625, "RouteIdentifier": "531", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2449869401, 48.1566054926 ], [ -122.2383520005, 48.1519754742 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2626, "RouteIdentifier": "205", "AADT": 135000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5528157131, 45.6121505059 ], [ -122.5563050504, 45.6167350271 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2627, "RouteIdentifier": "014", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6248931708, 45.9283298654 ], [ -119.603047109, 45.9369049065 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2628, "RouteIdentifier": "291", "AADT": 470 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.760735503, 47.8384094476 ], [ -117.8423792383, 47.8397664657 ], [ -117.8553269485, 47.8483119805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2629, "RouteIdentifier": "090", "AADT": 66000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9719468032, 47.5356190389 ], [ -121.9423990512, 47.5302140606 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2630, "RouteIdentifier": "215", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5813873763, 48.3633416819 ], [ -119.5799543409, 48.3644758133 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2631, "RouteIdentifier": "005", "AADT": 92000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1900214152, 48.1598254833 ], [ -122.1930283776, 48.176135222 ], [ -122.1994394218, 48.1842323462 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2632, "RouteIdentifier": "261", "AADT": 440 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.334575397, 46.8848116859 ], [ -118.3329102877, 46.9112865847 ], [ -118.3434404794, 46.915750159 ], [ -118.3453584296, 47.002118431 ], [ -118.3523615276, 47.0106200548 ], [ -118.3478251995, 47.0405415449 ], [ -118.3651684181, 47.0601072344 ], [ -118.3656317125, 47.112475028 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2633, "RouteIdentifier": "005RL005EXP", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3206620248, 47.6769065098 ], [ -122.32934455, 47.6957536487 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2634, "RouteIdentifier": "903", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9384153356, 47.1948996063 ], [ -120.9401799875, 47.1960778907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2635, "RouteIdentifier": "155", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0926019856, 47.8681495864 ], [ -119.0928254707, 47.8804577602 ], [ -119.0773477173, 47.8901190715 ], [ -119.0641730438, 47.9058725038 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2636, "RouteIdentifier": "507COPEARL", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9543101229, 46.7193545946 ], [ -122.9555240563, 46.7165039902 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2637, "RouteIdentifier": "405", "AADT": 151000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1922430833, 47.4941319797 ], [ -122.1953416359, 47.4994564392 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2638, "RouteIdentifier": "142", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1511457837, 45.8183340264 ], [ -121.1463960115, 45.8217818712 ], [ -121.1203944047, 45.8182961934 ], [ -121.1152881651, 45.8250288655 ], [ -121.1000196081, 45.8249268805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2639, "RouteIdentifier": "516", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1340104468, 47.3579773429 ], [ -122.1281070641, 47.3580335124 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2640, "RouteIdentifier": "082", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3375517758, 45.9498941429 ], [ -119.3324665654, 45.9393404761 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2641, "RouteIdentifier": "020", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8225853934, 48.534895129 ], [ -117.8178886082, 48.5253988774 ], [ -117.804791347, 48.5147408998 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2642, "RouteIdentifier": "097AR", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0898201478, 47.8397078467 ], [ -120.0538459389, 47.8359849929 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2643, "RouteIdentifier": "021", "AADT": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.763698451, 47.6124988865 ], [ -118.7206203577, 47.6136015226 ], [ -118.7216865022, 47.7565875063 ], [ -118.7101114713, 47.7579202996 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2644, "RouteIdentifier": "510", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7645455776, 47.0564842559 ], [ -122.7646365596, 47.0522855716 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2645, "RouteIdentifier": "542", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9450533075, 48.8896410913 ], [ -121.9420276289, 48.8891584197 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2646, "RouteIdentifier": "099", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2167143776, 47.9113439649 ], [ -122.2129385008, 47.91279953 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2647, "RouteIdentifier": "027", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2247355074, 47.5862739437 ], [ -117.2216074513, 47.5969812615 ], [ -117.2235791152, 47.6164555058 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2648, "RouteIdentifier": "092", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0154120928, 48.0674017673 ], [ -122.0098989742, 48.071628269 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2649, "RouteIdentifier": "395", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1509779825, 46.2148765642 ], [ -119.1411095244, 46.2154260444 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2650, "RouteIdentifier": "970", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7189725743, 47.1993671783 ], [ -120.7080243736, 47.2036487713 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2651, "RouteIdentifier": "018", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0987142773, 47.3694924181 ], [ -122.0815564766, 47.3772542241 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2652, "RouteIdentifier": "500", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5906026172, 45.6527948204 ], [ -122.5816054123, 45.655987363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2653, "RouteIdentifier": "240", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2975114504, 46.3001018541 ], [ -119.3049039776, 46.2928299037 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2654, "RouteIdentifier": "433", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.961795183, 46.1047382405 ], [ -122.9512089429, 46.1157614264 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2655, "RouteIdentifier": "014", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.2796331186, 45.6906882361 ], [ -121.2138792304, 45.6734611598 ], [ -121.1928665076, 45.6576560325 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2656, "RouteIdentifier": "906", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3981391089, 47.395175907 ], [ -121.398065622, 47.3956087457 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2657, "RouteIdentifier": "150", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9770150376, 47.8170244607 ], [ -119.9747908435, 47.8173888452 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2658, "RouteIdentifier": "127", "AADT": 790 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7043255452, 46.7738226067 ], [ -117.6939737271, 46.7889237158 ], [ -117.6778315328, 46.7936524449 ], [ -117.6550649229, 46.809179515 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2659, "RouteIdentifier": "167", "AADT": 91000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2579004931, 47.2918141977 ], [ -122.254118291, 47.2998428644 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2660, "RouteIdentifier": "503", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5473330202, 45.7703035237 ], [ -122.547565689, 45.7807169469 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2661, "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.194138329, 48.0143287806 ], [ -122.1915989356, 48.0125732298 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2662, "RouteIdentifier": "028", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8548278199, 47.23342187 ], [ -119.8533663973, 47.2334497115 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2663, "RouteIdentifier": "090", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3473440936, 47.6538234455 ], [ -117.3302489185, 47.653713239 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2664, "RouteIdentifier": "101", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7656400398, 46.9512725149 ], [ -123.7695997378, 46.9546351666 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2665, "RouteIdentifier": "024", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4512101301, 46.5770853276 ], [ -120.4354637214, 46.5745924593 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2666, "RouteIdentifier": "017", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0062862284, 46.6650492947 ], [ -119.0058747596, 46.7008068298 ], [ -119.0098352163, 46.7101063353 ], [ -119.022009186, 46.7204224263 ], [ -119.0487109157, 46.7291966819 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2667, "RouteIdentifier": "503", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.575637757, 45.9577400504 ], [ -122.619337819, 45.9439148266 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2668, "RouteIdentifier": "195", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4117450085, 47.6019773285 ], [ -117.4390078118, 47.6240624799 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2669, "RouteIdentifier": "021", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6164943357, 48.7884410173 ], [ -118.616803513, 48.7959551869 ], [ -118.6034157792, 48.8049107122 ], [ -118.5916182675, 48.8270264864 ], [ -118.5921296026, 48.8354347926 ], [ -118.6039372517, 48.8559091636 ], [ -118.6063379125, 48.8732863748 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2670, "RouteIdentifier": "090", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8642395904, 47.5111841759 ], [ -121.8530540341, 47.5118709577 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2671, "RouteIdentifier": "002", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2785898294, 48.0970199696 ], [ -117.251298774, 48.0998571166 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2672, "RouteIdentifier": "904", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5832793235, 47.4818861833 ], [ -117.581932979, 47.4825221847 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2673, "RouteIdentifier": "507", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7004740827, 46.8819430195 ], [ -122.6888591294, 46.8883629314 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2674, "RouteIdentifier": "014", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4356102101, 45.5801631372 ], [ -122.4266731536, 45.5798853327 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2675, "RouteIdentifier": "005", "AADT": 190000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3242862882, 47.7185219104 ], [ -122.3241654589, 47.7296158195 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2676, "RouteIdentifier": "017", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4698317487, 47.5426197192 ], [ -119.4532411733, 47.5665696629 ], [ -119.4362688029, 47.5726405798 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2677, "RouteIdentifier": "544", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3471693341, 48.9195294698 ], [ -122.3234409469, 48.9201959718 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2678, "RouteIdentifier": "003", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0997120272, 47.2056969535 ], [ -123.1011620507, 47.2072125648 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2679, "RouteIdentifier": "503", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5219074037, 45.8568488308 ], [ -122.5200551004, 45.865996916 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2680, "RouteIdentifier": "020", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4131299621, 48.4502154271 ], [ -122.3810673208, 48.4573156123 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2681, "RouteIdentifier": "166", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6362542655, 47.5417260081 ], [ -122.6349019011, 47.5414235496 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2682, "RouteIdentifier": "507", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9527396272, 46.720041065 ], [ -122.9522499816, 46.7274803396 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2683, "RouteIdentifier": "195", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364773078, 46.8799063068 ], [ -117.3647146566, 46.8810185511 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2684, "RouteIdentifier": "099", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3123636673, 47.3477991611 ], [ -122.3119629623, 47.3522809023 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2685, "RouteIdentifier": "090", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9071870107, 47.1848015959 ], [ -120.8977278871, 47.1804239536 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2686, "RouteIdentifier": "395", "AADT": 8600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9526076358, 48.5773917833 ], [ -117.9894375686, 48.5890571016 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2687, "RouteIdentifier": "303", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6329469401, 47.5673326833 ], [ -122.6329141514, 47.5710682046 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2688, "RouteIdentifier": "507", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.545777661, 46.9961770865 ], [ -122.5440284191, 47.00195264 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2689, "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3452527917, 47.741452447 ], [ -122.3454890434, 47.7524905174 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2690, "RouteIdentifier": "028", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4986984819, 47.3690721351 ], [ -119.4972510691, 47.3702850298 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2691, "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6572408493, 47.5983589324 ], [ -120.6540439356, 47.5990844387 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2692, "RouteIdentifier": "014", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5156287011, 45.5948612042 ], [ -122.4943892728, 45.5890557217 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2693, "RouteIdentifier": "027", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.141577431, 47.4500082492 ], [ -117.1415565005, 47.4513001292 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2694, "RouteIdentifier": "027", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.179623886, 46.7323956011 ], [ -117.1741648142, 46.7379128734 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2695, "RouteIdentifier": "163", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5157587458, 47.281707768 ], [ -122.5157406775, 47.2908042195 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2696, "RouteIdentifier": "181", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2455886366, 47.4412210855 ], [ -122.2438389364, 47.4568632492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2697, "RouteIdentifier": "155SPOMAK", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5232962062, 48.4094700138 ], [ -119.5256803341, 48.4105086385 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2698, "RouteIdentifier": "539", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4860064346, 48.8115322114 ], [ -122.4859938914, 48.8150001938 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2699, "RouteIdentifier": "090", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9658761326, 47.1936165169 ], [ -120.9280333907, 47.1893145679 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2700, "RouteIdentifier": "005", "AADT": 132000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5087171766, 47.1447737983 ], [ -122.4989188555, 47.1501796155 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2701, "RouteIdentifier": "526", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2635417231, 47.9221791593 ], [ -122.2510997896, 47.9232511801 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2702, "RouteIdentifier": "903", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8999613431, 47.1877127316 ], [ -120.9040186992, 47.1886262402 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2703, "RouteIdentifier": "900", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1871847394, 47.5018573254 ], [ -122.1826210947, 47.4988151232 ], [ -122.1740778642, 47.5058207686 ], [ -122.1598568622, 47.5046576599 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2704, "RouteIdentifier": "548", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7299951107, 48.9621767777 ], [ -122.7284141787, 48.9757559926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2705, "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4189635614, 47.8314948096 ], [ -117.4231431671, 47.8843518204 ], [ -117.4538503546, 47.9182613584 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2706, "RouteIdentifier": "501", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7195199906, 45.6499177453 ], [ -122.7308174939, 45.655963797 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2707, "RouteIdentifier": "005", "AADT": 125000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.648398392, 47.0870048504 ], [ -122.634152739, 47.0903093008 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2708, "RouteIdentifier": "241", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9667501531, 46.379458651 ], [ -119.9507168728, 46.3970662882 ], [ -119.9479351658, 46.4141956254 ], [ -119.9373599037, 46.4337298932 ], [ -119.938319542, 46.4575952693 ], [ -119.9310180931, 46.4741304562 ], [ -119.9017083155, 46.497304085 ], [ -119.8843350959, 46.5050823884 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2709, "RouteIdentifier": "432", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9247009245, 46.1221385232 ], [ -122.9183274849, 46.1179762286 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2710, "RouteIdentifier": "002COBROWNE", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.41331834, 47.6599920959 ], [ -117.4133229534, 47.6590747649 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2711, "RouteIdentifier": "202", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1523661986, 47.7330804139 ], [ -122.1404542596, 47.7309772963 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2712, "RouteIdentifier": "902", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7044776202, 47.5482634566 ], [ -117.7044515804, 47.551027418 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2713, "RouteIdentifier": "019", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7809989146, 48.0297888001 ], [ -122.7888286163, 48.0414353719 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2714, "RouteIdentifier": "101", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8979905603, 47.6935842347 ], [ -122.9000668498, 47.6772665999 ], [ -122.9323014096, 47.6518739395 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2715, "RouteIdentifier": "169", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0036329276, 47.3094647022 ], [ -122.0116242643, 47.3330404711 ], [ -122.0182971717, 47.3410067723 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2716, "RouteIdentifier": "522", "AADT": 73000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1598186601, 47.7602527368 ], [ -122.1570006357, 47.765024263 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2717, "RouteIdentifier": "530", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6816043754, 48.269260962 ], [ -121.6743723204, 48.2692255901 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2718, "RouteIdentifier": "507", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5400380281, 47.004608762 ], [ -122.5271301706, 47.0069958392 ], [ -122.460282873, 47.0590365811 ], [ -122.4450607281, 47.0665796514 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2719, "RouteIdentifier": "005", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5259931748, 48.7945741767 ], [ -122.5446847676, 48.8138630642 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2720, "RouteIdentifier": "006", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3070123443, 46.567981686 ], [ -123.2999170842, 46.5700274981 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2721, "RouteIdentifier": "522", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3197480792, 47.6816333663 ], [ -122.318091806, 47.6824319974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2722, "RouteIdentifier": "411", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9051023405, 46.1847118489 ], [ -122.9070746013, 46.1900492586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2723, "RouteIdentifier": "027", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1727879342, 46.7397697342 ], [ -117.1710414458, 46.7424904094 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2724, "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8823509757, 46.9792200862 ], [ -123.8857480999, 46.9806448411 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2725, "RouteIdentifier": "101", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0065316221, 47.0552123027 ], [ -122.9998190814, 47.0505006375 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2726, "RouteIdentifier": "097AR", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3235459955, 47.4769045316 ], [ -120.3207059196, 47.4808771816 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2727, "RouteIdentifier": "202", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7872865838, 47.4951204522 ], [ -121.788376675, 47.4940653907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2728, "RouteIdentifier": "524", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254854845, 47.8251972811 ], [ -122.2431153196, 47.8256765678 ], [ -122.2331720885, 47.8210669673 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2729, "RouteIdentifier": "012", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8907814895, 46.7059868252 ], [ -120.8829802143, 46.7127174081 ], [ -120.8736869896, 46.7122569007 ], [ -120.8457986157, 46.7214615642 ], [ -120.8187846966, 46.7194429167 ], [ -120.8111956085, 46.7266981663 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2730, "RouteIdentifier": "006", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5746576675, 46.5626246259 ], [ -123.5402947407, 46.5576923778 ], [ -123.5203150937, 46.5452203474 ], [ -123.494926021, 46.5410094666 ], [ -123.4164514949, 46.5508891636 ], [ -123.3938977324, 46.5443022941 ], [ -123.3746653206, 46.5519403275 ], [ -123.3387554018, 46.5498400922 ], [ -123.3181533134, 46.5537699057 ], [ -123.3070123443, 46.567981686 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2731, "RouteIdentifier": "012", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7445979677, 46.9735726358 ], [ -123.7381959686, 46.9710907007 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2732, "RouteIdentifier": "155", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0641730438, 47.9058725038 ], [ -119.0563552656, 47.9153765852 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2733, "RouteIdentifier": "003", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6507363437, 47.7695891636 ], [ -122.6515427568, 47.7916136315 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2734, "RouteIdentifier": "105", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7361025624, 46.6937072147 ], [ -123.7477462633, 46.6933741544 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2735, "RouteIdentifier": "005", "AADT": 77000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4616138919, 48.7607636257 ], [ -122.4622283159, 48.7681610573 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2736, "RouteIdentifier": "505", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8037680338, 46.4381163639 ], [ -122.7267485599, 46.4373575595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2737, "RouteIdentifier": "003", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0463421603, 47.2472806543 ], [ -123.045670011, 47.2478374662 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2738, "RouteIdentifier": "014", "AADT": 61000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5755446732, 45.6090058957 ], [ -122.5709358838, 45.6080222232 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2739, "RouteIdentifier": "507", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5538347685, 46.9524134967 ], [ -122.5468403017, 46.9927649775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2740, "RouteIdentifier": "260", "AADT": 570 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5525513618, 46.6447887503 ], [ -118.5495094772, 46.6453560334 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2741, "RouteIdentifier": "018", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2193270337, 47.30338806 ], [ -122.1869343886, 47.298301147 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2742, "RouteIdentifier": "014", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6581170517, 45.6185588654 ], [ -122.6334221513, 45.6184980719 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2743, "RouteIdentifier": "004", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8422504198, 46.4113220356 ], [ -123.8349983211, 46.3948956565 ], [ -123.8281981659, 46.3913609219 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2744, "RouteIdentifier": "025", "AADT": 480 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1468751595, 48.3068128255 ], [ -118.1631186706, 48.3520288123 ], [ -118.1715522275, 48.4091006331 ], [ -118.1708437963, 48.4288296254 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2745, "RouteIdentifier": "281", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8534053473, 47.2223294365 ], [ -119.8533828874, 47.231885111 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2746, "RouteIdentifier": "231", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7619942648, 48.0632663696 ], [ -117.7552102892, 48.1167618601 ], [ -117.7327781122, 48.1383013951 ], [ -117.7260465116, 48.1503593139 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2747, "RouteIdentifier": "231", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7227122233, 48.1685422116 ], [ -117.7262847571, 48.1762204765 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2748, "RouteIdentifier": "002", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.67150803, 47.5902637122 ], [ -120.6676433679, 47.5927812587 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2749, "RouteIdentifier": "262", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2546464371, 46.9816911587 ], [ -119.2059547126, 46.9847954432 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2750, "RouteIdentifier": "405", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1857415687, 47.7548599981 ], [ -122.1840627382, 47.7606381882 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2751, "RouteIdentifier": "502", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.605320177, 45.7801298015 ], [ -122.599982644, 45.7801453767 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2752, "RouteIdentifier": "101", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0957237818, 47.1572988202 ], [ -123.095106414, 47.1429892693 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2753, "RouteIdentifier": "524", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2755457279, 47.8209143725 ], [ -122.2658705764, 47.8207446489 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2754, "RouteIdentifier": "261", "AADT": 460 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.286718814, 46.7740832951 ], [ -118.2886572256, 46.7879317008 ], [ -118.3097453971, 46.8098489829 ], [ -118.3099862619, 46.8161196557 ], [ -118.3217641545, 46.822539058 ], [ -118.3321392421, 46.8389818766 ], [ -118.3362638132, 46.8534807148 ], [ -118.334575397, 46.8848116859 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2755, "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9876095018, 46.1576443082 ], [ -122.9833545966, 46.1555474575 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2756, "RouteIdentifier": "109", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9179703845, 46.9819334325 ], [ -123.92417003, 46.9825144102 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2757, "RouteIdentifier": "028", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.69367346, 47.3333652583 ], [ -118.6922310931, 47.3333156666 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2758, "RouteIdentifier": "271", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2554591689, 47.1454962289 ], [ -117.2677060281, 47.1615080182 ], [ -117.2891774357, 47.1679524761 ], [ -117.2958452372, 47.1833254981 ], [ -117.3295786243, 47.1869824575 ], [ -117.3546879112, 47.2034961093 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2759, "RouteIdentifier": "281SPBURKE", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8324499347, 47.1042259268 ], [ -119.8307822154, 47.1036973105 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2760, "RouteIdentifier": "105", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8114502592, 46.6993848447 ], [ -123.8253745361, 46.709170275 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2761, "RouteIdentifier": "397", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.101122588, 46.2240920293 ], [ -119.0997711539, 46.223724902 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2762, "RouteIdentifier": "101", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8847738398, 47.9855759007 ], [ -122.8820241615, 47.968795396 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2763, "RouteIdentifier": "028", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7468893165, 47.2346362782 ], [ -119.7251709256, 47.2489121615 ], [ -119.6181368996, 47.2500373035 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2764, "RouteIdentifier": "500", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6613049438, 45.647498224 ], [ -122.6496497972, 45.6504231837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2765, "RouteIdentifier": "500", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4068708389, 45.6018672646 ], [ -122.4055026586, 45.5961003788 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2766, "RouteIdentifier": "507", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.952269366, 46.7289642557 ], [ -122.9536737749, 46.7289461561 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2767, "RouteIdentifier": "202", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1151301203, 47.6720446521 ], [ -122.1133617704, 47.671528366 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2768, "RouteIdentifier": "211", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3015320727, 48.1814415097 ], [ -117.3012126424, 48.191267265 ], [ -117.2897176202, 48.2065229267 ], [ -117.2914802502, 48.2273126077 ], [ -117.2830862535, 48.2366828375 ], [ -117.2845754339, 48.2812765736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2769, "RouteIdentifier": "005", "AADT": 205000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3271587307, 47.7136272159 ], [ -122.3242862882, 47.7185219104 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2770, "RouteIdentifier": "020", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7384627186, 48.5359258924 ], [ -121.7223369447, 48.5319460862 ], [ -121.7075219149, 48.5191466035 ], [ -121.6760393017, 48.5151612873 ], [ -121.6513860232, 48.5041934528 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2771, "RouteIdentifier": "090", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6585157988, 47.0514934706 ], [ -120.6291812643, 47.0396007246 ], [ -120.5867415871, 47.0023957095 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2772, "RouteIdentifier": "542", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1380018087, 48.9060853167 ], [ -122.1375909505, 48.9171432802 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2773, "RouteIdentifier": "028", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2863393433, 47.3982856502 ], [ -120.2564967356, 47.3853137258 ], [ -120.1922237193, 47.3773145311 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2774, "RouteIdentifier": "395", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8505614694, 46.6606108889 ], [ -118.8367462093, 46.6949715887 ], [ -118.8348854358, 46.7191386362 ], [ -118.8208435355, 46.7340210389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2775, "RouteIdentifier": "004", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9517110134, 46.1469021572 ], [ -122.9259280616, 46.1463384374 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2776, "RouteIdentifier": "101", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8576433404, 46.4293681134 ], [ -123.8566143534, 46.4366406332 ], [ -123.8714474882, 46.4476360198 ], [ -123.8740416373, 46.4591167752 ], [ -123.8878297764, 46.4791584777 ], [ -123.8859488488, 46.5202816438 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2777, "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4389284985, 48.705561124 ], [ -119.4373980431, 48.7072992033 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2778, "RouteIdentifier": "020", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7667323197, 48.110171865 ], [ -122.7608305412, 48.1125877254 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2779, "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6459065292, 48.3044536381 ], [ -122.6434331584, 48.3065806606 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2780, "RouteIdentifier": "003", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8464511089, 47.4246031872 ], [ -122.8407076803, 47.4325617338 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2781, "RouteIdentifier": "302SPPURDY", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6260927168, 47.3890549862 ], [ -122.6259718026, 47.398107085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2782, "RouteIdentifier": "103", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.053203924, 46.3755642012 ], [ -124.0525359155, 46.466597142 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2783, "RouteIdentifier": "008", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0967671874, 47.0341238279 ], [ -123.0754529552, 47.0405018922 ], [ -123.0577148184, 47.0409268562 ], [ -123.0223763118, 47.0580771821 ], [ -123.0124274602, 47.0563166427 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2784, "RouteIdentifier": "410", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9923916449, 47.199177298 ], [ -121.984252857, 47.1994620806 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2785, "RouteIdentifier": "504", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2705939775, 46.2873405261 ], [ -122.2586933356, 46.2829628948 ], [ -122.2184077423, 46.290256532 ], [ -122.1949063653, 46.2823305403 ], [ -122.2019102926, 46.2789405654 ], [ -122.2166918782, 46.2825498216 ], [ -122.230107404, 46.277811982 ], [ -122.2185321118, 46.2775970571 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2786, "RouteIdentifier": "023", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2546693813, 47.479786644 ], [ -118.2546196045, 47.4837941362 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2787, "RouteIdentifier": "283", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8311550343, 47.1038712566 ], [ -119.8272576766, 47.106307188 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2788, "RouteIdentifier": "109", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8970765547, 46.9810040205 ], [ -123.902252551, 46.9810452868 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2789, "RouteIdentifier": "020", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1940156325, 48.5236742491 ], [ -122.149310257, 48.5311401242 ], [ -122.1205538564, 48.5260765992 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2790, "RouteIdentifier": "527", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2158884218, 47.8443983695 ], [ -122.2175661581, 47.8496908765 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2791, "RouteIdentifier": "112", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5712528402, 48.1146712556 ], [ -123.5666907268, 48.114021332 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2792, "RouteIdentifier": "009", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.226018055, 48.5375786595 ], [ -122.2251116552, 48.5503306146 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2793, "RouteIdentifier": "195", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.339143604, 46.8504355115 ], [ -117.3497979206, 46.8597063959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2794, "RouteIdentifier": "012", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9524909367, 46.3563728876 ], [ -117.9392616292, 46.382620523 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2795, "RouteIdentifier": "285", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3062213119, 47.416281941 ], [ -120.3065286882, 47.4166683919 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2796, "RouteIdentifier": "525", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2777737236, 47.879481564 ], [ -122.2799690003, 47.8826891954 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2797, "RouteIdentifier": "002", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0426668622, 48.1780973091 ], [ -117.0424962708, 48.1830235936 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2798, "RouteIdentifier": "141", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5138862172, 45.7429041091 ], [ -121.5204986539, 45.7575928617 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2799, "RouteIdentifier": "090", "AADT": 98000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4478142216, 47.6480936772 ], [ -117.4195602915, 47.6526347407 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2800, "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3195807175, 47.4716032095 ], [ -120.3025873431, 47.4686065666 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2801, "RouteIdentifier": "005", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.573687598, 48.8448314506 ], [ -122.5812917606, 48.852425293 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2802, "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.224889202, 46.0317308992 ], [ -119.2267789418, 46.0180871043 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2803, "RouteIdentifier": "017", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1384722057, 46.892262265 ], [ -119.1444896159, 46.8984851562 ], [ -119.1363999204, 46.9111066773 ], [ -119.1279706055, 46.9485582437 ], [ -119.1186109827, 46.9595266729 ], [ -119.1179382964, 46.9701782337 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2804, "RouteIdentifier": "174", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0023772267, 47.9485330892 ], [ -119.0032812985, 47.947389362 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2805, "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0973376697, 47.1826544128 ], [ -123.0984327789, 47.1898992789 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2806, "RouteIdentifier": "009", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.100879718, 47.9337909869 ], [ -122.1010693917, 47.9456237913 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2807, "RouteIdentifier": "005", "AADT": 140000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3207560536, 47.5899474422 ], [ -122.3205050716, 47.5975079138 ], [ -122.3265267058, 47.6034433933 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2808, "RouteIdentifier": "005", "AADT": 127000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6168907485, 47.0952000036 ], [ -122.5963933831, 47.1027062195 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2809, "RouteIdentifier": "009", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1099317298, 48.0262394664 ], [ -122.1102365439, 48.0279042262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2810, "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3523268647, 47.8961954425 ], [ -117.3511036365, 47.903873351 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2811, "RouteIdentifier": "031", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4053808879, 48.6851320533 ], [ -117.4104336223, 48.6904887705 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2812, "RouteIdentifier": "020", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7059141852, 48.2122640442 ], [ -122.7254611419, 48.2111110539 ], [ -122.7399066254, 48.2292007745 ], [ -122.7148061182, 48.2403092978 ], [ -122.7098709231, 48.2523750469 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2813, "RouteIdentifier": "205", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5794120249, 45.6676715094 ], [ -122.587012075, 45.6793317854 ], [ -122.6008744257, 45.6874395737 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2814, "RouteIdentifier": "900", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.220911129, 47.4788254663 ], [ -122.2194720778, 47.4795067364 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2815, "RouteIdentifier": "014", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6718045785, 45.623437204 ], [ -122.6654874391, 45.6200688002 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2816, "RouteIdentifier": "539", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.485340099, 48.9066976691 ], [ -122.4854389282, 48.9351240348 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2817, "RouteIdentifier": "100", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0447271345, 46.3081264556 ], [ -124.0447225968, 46.3088719536 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2818, "RouteIdentifier": "205", "AADT": 149000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5499665548, 45.5969306355 ], [ -122.5509906905, 45.6012653728 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2819, "RouteIdentifier": "182", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0939413826, 46.2498784583 ], [ -119.0917467448, 46.2503035218 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2820, "RouteIdentifier": "503", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5220688196, 45.8532467256 ], [ -122.5219074037, 45.8568488308 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2821, "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3502034489, 47.9137043437 ], [ -117.3506178988, 47.9432704768 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2822, "RouteIdentifier": "018", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0050649195, 47.4194364888 ], [ -121.9839763366, 47.4320430934 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2823, "RouteIdentifier": "097", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8072496646, 45.8123784315 ], [ -120.8039379118, 45.8264664938 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2824, "RouteIdentifier": "526", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2931738148, 47.9220879011 ], [ -122.2914374281, 47.9220287545 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2825, "RouteIdentifier": "539", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4853467091, 48.9460567842 ], [ -122.4852153791, 48.9642388691 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2826, "RouteIdentifier": "904", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5647296934, 47.4988542076 ], [ -117.5647059706, 47.5011897492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2827, "RouteIdentifier": "006", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0476299632, 46.6285743251 ], [ -123.0183397646, 46.6437586626 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2828, "RouteIdentifier": "021", "AADT": 240 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7225935085, 47.7708524695 ], [ -118.72180243, 47.8307542065 ], [ -118.7158171633, 47.8418244835 ], [ -118.7177993581, 47.8557884326 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2829, "RouteIdentifier": "536", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4220672954, 48.4427374565 ], [ -122.390445812, 48.4422989059 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2830, "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.199993321, 47.9818766144 ], [ -122.2043471222, 47.9819297636 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2831, "RouteIdentifier": "395", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4074561545, 47.7875219182 ], [ -117.4059782511, 47.8001660961 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2832, "RouteIdentifier": "014", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7799581015, 45.8660328507 ], [ -119.7003175758, 45.8904645213 ], [ -119.6631819174, 45.9131840003 ], [ -119.6248931708, 45.9283298654 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2833, "RouteIdentifier": "100", "AADT": 800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0561354019, 46.2902587967 ], [ -124.0480975411, 46.3020519269 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2834, "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2233288919, 47.9095861548 ], [ -122.2167143776, 47.9113439649 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2835, "RouteIdentifier": "101", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.923859645, 47.4691766915 ], [ -123.9291735447, 47.4763535553 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2836, "RouteIdentifier": "003", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6987408734, 47.5866961105 ], [ -122.6986407419, 47.5960190089 ], [ -122.7047490044, 47.6007985246 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2837, "RouteIdentifier": "020", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8819927368, 48.5472128187 ], [ -117.8800458807, 48.5473265211 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2838, "RouteIdentifier": "027", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2236317238, 47.6278867921 ], [ -117.2398468351, 47.6445327832 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2839, "RouteIdentifier": "020", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6993155614, 48.2593609442 ], [ -122.6730425589, 48.2671633791 ], [ -122.6694634271, 48.2806289911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2840, "RouteIdentifier": "090", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4223417195, 47.4282688783 ], [ -121.4110411782, 47.4243576922 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2841, "RouteIdentifier": "097", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.608500123, 47.0374844302 ], [ -120.6092218493, 47.0480585921 ], [ -120.6294282804, 47.0744775232 ], [ -120.6552820758, 47.0921616821 ], [ -120.6686598398, 47.12002506 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2842, "RouteIdentifier": "599", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2710228472, 47.4819453096 ], [ -122.2744143572, 47.4850652066 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2843, "RouteIdentifier": "525", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2742164355, 47.8479952638 ], [ -122.2768149357, 47.8726630238 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2844, "RouteIdentifier": "167", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4072691049, 47.2393529405 ], [ -122.4019360634, 47.239469308 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2845, "RouteIdentifier": "410", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1485727781, 47.1677245225 ], [ -122.1441855248, 47.1674591072 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2846, "RouteIdentifier": "902", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5691788837, 47.5946199775 ], [ -117.5679132072, 47.5937450378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2847, "RouteIdentifier": "005", "AADT": 187000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3288644625, 47.741140359 ], [ -122.3297726533, 47.7436959378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2848, "RouteIdentifier": "507", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6075822125, 46.9413631902 ], [ -122.6065410768, 46.9419413133 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2849, "RouteIdentifier": "020", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7728740575, 48.109600754 ], [ -122.7706871351, 48.109957957 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2850, "RouteIdentifier": "224", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3268526166, 46.297790684 ], [ -119.3204993439, 46.2934725609 ], [ -119.3085183423, 46.2931233698 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2851, "RouteIdentifier": "020", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6024268764, 48.353805119 ], [ -119.5950487686, 48.3559969968 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2852, "RouteIdentifier": "518", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3127555504, 47.4701556709 ], [ -122.3009682136, 47.4657531835 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2853, "RouteIdentifier": "090", "AADT": 128000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1698418075, 47.5801249842 ], [ -122.1380752869, 47.5786572039 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2854, "RouteIdentifier": "097AR", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0148285272, 47.8398314423 ], [ -120.0127832253, 47.8398059908 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2855, "RouteIdentifier": "104", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7323375199, 47.8898968676 ], [ -122.7163662119, 47.8813080117 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2856, "RouteIdentifier": "522", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2497713089, 47.7583930838 ], [ -122.2436783372, 47.757435704 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2857, "RouteIdentifier": "161", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2939186583, 47.209493222 ], [ -122.2951850444, 47.215634769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2858, "RouteIdentifier": "231", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7413820969, 48.0569482281 ], [ -117.7562347833, 48.0595083721 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2859, "RouteIdentifier": "516", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.231080053, 47.3833072606 ], [ -122.22977526, 47.3833226703 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2860, "RouteIdentifier": "181", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2473765563, 47.3813544414 ], [ -122.2474225905, 47.3852649438 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2861, "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.045670011, 47.2478374662 ], [ -123.0350161303, 47.253938049 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2862, "RouteIdentifier": "160", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6100956059, 47.5047904492 ], [ -122.5947129537, 47.504905792 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2863, "RouteIdentifier": "097", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5211794514, 48.4039684769 ], [ -119.5082283693, 48.4171152484 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2864, "RouteIdentifier": "097", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4341632669, 48.9323868359 ], [ -119.4351159777, 48.9331846153 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2865, "RouteIdentifier": "017", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4832074613, 47.3815237106 ], [ -119.4832088344, 47.3835435175 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2866, "RouteIdentifier": "105SPWESTPT", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.111600125, 46.8850832339 ], [ -124.1116144402, 46.8868092337 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2867, "RouteIdentifier": "900", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0977227603, 47.4988510864 ], [ -122.0870325094, 47.5100083536 ], [ -122.0698540138, 47.5181410628 ], [ -122.0619448123, 47.5311845564 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2868, "RouteIdentifier": "182", "AADT": 71000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2485902926, 46.2609157729 ], [ -119.2279364121, 46.2727922262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2869, "RouteIdentifier": "529", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1798921353, 48.0395761426 ], [ -122.1790908365, 48.0404147216 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2870, "RouteIdentifier": "530", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0422700836, 48.2472730431 ], [ -122.026469474, 48.2565227693 ], [ -122.0229079186, 48.2627125108 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2871, "RouteIdentifier": "215", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5284987148, 48.409540793 ], [ -119.5284865191, 48.4108456019 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2872, "RouteIdentifier": "105", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8046484797, 46.9587267173 ], [ -123.8025700515, 46.9620278945 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2873, "RouteIdentifier": "129", "AADT": 220 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2784733835, 45.9984489029 ], [ -117.2767589116, 46.0044012908 ], [ -117.2809410701, 45.9989894093 ], [ -117.2798172641, 46.0054474608 ], [ -117.2576613456, 46.0272223173 ], [ -117.2517268724, 46.0417290027 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2874, "RouteIdentifier": "028", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8107624661, 47.2341040289 ], [ -119.7681464636, 47.2343020206 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2875, "RouteIdentifier": "022", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0027133993, 46.2121666208 ], [ -119.998439324, 46.2111215603 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2876, "RouteIdentifier": "017", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9919981435, 46.5668134388 ], [ -118.9943545429, 46.5674942159 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2877, "RouteIdentifier": "906SPHYAK", "AADT": 420 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3981391089, 47.395175907 ], [ -121.3898783885, 47.3927710931 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2878, "RouteIdentifier": "097", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3295269338, 46.375119312 ], [ -120.3331696319, 46.3769677074 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2879, "RouteIdentifier": "510", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7647638069, 47.0392228487 ], [ -122.7386443358, 47.0349276176 ], [ -122.7287961018, 47.0250540857 ], [ -122.7271458299, 47.0178712921 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2880, "RouteIdentifier": "516", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2865268063, 47.3906729649 ], [ -122.2793135196, 47.389970334 ], [ -122.2714942577, 47.3774662501 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2881, "RouteIdentifier": "240", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4226493275, 46.383209281 ], [ -119.3989176751, 46.3702741916 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2882, "RouteIdentifier": "970", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9033027171, 47.1830360818 ], [ -120.9008694447, 47.1862212903 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2883, "RouteIdentifier": "101", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8153513788, 46.6707407117 ], [ -123.8122989005, 46.6665841945 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2884, "RouteIdentifier": "162", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.077350334, 47.1390929944 ], [ -122.0684124432, 47.1438395525 ], [ -122.059029398, 47.1421956268 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2885, "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9075966187, 46.0562013963 ], [ -118.8913479904, 46.0543459185 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2886, "RouteIdentifier": "305", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5509605497, 47.690504212 ], [ -122.5615375286, 47.710001753 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2887, "RouteIdentifier": "005", "AADT": 165000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2159243491, 47.8953256029 ], [ -122.2102027734, 47.9096841492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2888, "RouteIdentifier": "904", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.580789949, 47.4831439672 ], [ -117.5767646402, 47.4862221857 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2889, "RouteIdentifier": "097", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5336093333, 48.5756042234 ], [ -119.5247105217, 48.5852161614 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2890, "RouteIdentifier": "224", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3370276268, 46.2969163285 ], [ -119.3268526166, 46.297790684 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2891, "RouteIdentifier": "702", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4716597285, 46.9377123473 ], [ -122.4423826497, 46.937291079 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2892, "RouteIdentifier": "904", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7149843296, 47.4501888753 ], [ -117.6730634499, 47.4637949376 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2893, "RouteIdentifier": "090", "AADT": 104000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3156584943, 47.5948454186 ], [ -122.3087595806, 47.5900994807 ], [ -122.2940286061, 47.590082601 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2894, "RouteIdentifier": "004", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9833545966, 46.1555474575 ], [ -122.9811418748, 46.1544576439 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2895, "RouteIdentifier": "005HI13358", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4363817139, 47.23258819 ], [ -122.4304655405, 47.2333702661 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2896, "RouteIdentifier": "516", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2006150998, 47.3722720586 ], [ -122.1935312742, 47.3693743374 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2897, "RouteIdentifier": "020", "AADT": 760 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6930399694, 48.5196228035 ], [ -117.6874542357, 48.5197336235 ], [ -117.669804598, 48.503722179 ], [ -117.6364219092, 48.5278741835 ], [ -117.593606156, 48.5397640332 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2898, "RouteIdentifier": "027", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2397947306, 47.6583760906 ], [ -117.2397118795, 47.6707021684 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2899, "RouteIdentifier": "092", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9900538253, 48.0834098562 ], [ -121.9904268316, 48.0866632894 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2900, "RouteIdentifier": "197", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1458871745, 45.6207464818 ], [ -121.1493385256, 45.627246477 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2901, "RouteIdentifier": "022", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.318493365, 46.3762548928 ], [ -120.3199265565, 46.3750583048 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2902, "RouteIdentifier": "022", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3141855934, 46.416664953 ], [ -120.3142184025, 46.4146304102 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2903, "RouteIdentifier": "003", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0029655026, 47.2660406347 ], [ -122.9709937008, 47.2786751606 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2904, "RouteIdentifier": "104", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5310414126, 47.8095136583 ], [ -122.5178867416, 47.8084398669 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2905, "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4905907506, 47.3968832449 ], [ -121.4746332727, 47.3939164723 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2906, "RouteIdentifier": "405", "AADT": 95000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.174140027, 47.5778363862 ], [ -122.1795081855, 47.5879075274 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2907, "RouteIdentifier": "432", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0036157589, 46.14714661 ], [ -122.9949382898, 46.1422801927 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2908, "RouteIdentifier": "020", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6590763437, 48.2086905534 ], [ -122.6671028849, 48.208880163 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2909, "RouteIdentifier": "006", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0540392956, 46.6280909268 ], [ -123.0476299632, 46.6285743251 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2910, "RouteIdentifier": "410", "AADT": 71000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254047685, 47.2009435128 ], [ -122.2455904637, 47.1960629254 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2911, "RouteIdentifier": "026", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9569337464, 46.9310727047 ], [ -119.8960760978, 46.9263943244 ], [ -119.8716336143, 46.9032686178 ], [ -119.8543075131, 46.8986913821 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2912, "RouteIdentifier": "395", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0827548583, 46.252250739 ], [ -119.084694014, 46.2595150494 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2913, "RouteIdentifier": "161", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2929747612, 47.1553108605 ], [ -122.2929937518, 47.1566288415 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2914, "RouteIdentifier": "150", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0202611393, 47.8413912452 ], [ -120.0194056477, 47.8409567731 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2915, "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4056484865, 47.7456876175 ], [ -117.402291177, 47.749169702 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2916, "RouteIdentifier": "128", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0739785142, 46.426337746 ], [ -117.0607928531, 46.4309790988 ], [ -117.0397725467, 46.4312642493 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2917, "RouteIdentifier": "195", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3351658289, 46.9428080119 ], [ -117.3342443282, 46.9502697374 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2918, "RouteIdentifier": "020", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8800458807, 48.5473265211 ], [ -117.8743970818, 48.5473938298 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2919, "RouteIdentifier": "432", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.903098241, 46.1097389647 ], [ -122.9007887846, 46.1084782427 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2920, "RouteIdentifier": "007", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4344162199, 47.1475294086 ], [ -122.4343801512, 47.1489709589 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2921, "RouteIdentifier": "014", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5675237104, 45.6073013401 ], [ -122.5624136586, 45.6062101725 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2922, "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7488390649, 47.8671786834 ], [ -121.7350857122, 47.8671728801 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2923, "RouteIdentifier": "165", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0562728458, 47.1405796821 ], [ -122.0528218155, 47.1410552733 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2924, "RouteIdentifier": "241", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0009880199, 46.2136750464 ], [ -119.9996278638, 46.2207119718 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2925, "RouteIdentifier": "101", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2638042622, 47.8258077379 ], [ -124.2849702887, 47.8484497473 ], [ -124.3217492312, 47.8548954983 ], [ -124.3313184873, 47.8601934071 ], [ -124.3378207285, 47.8710935066 ], [ -124.3564028382, 47.8868367862 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2926, "RouteIdentifier": "109", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1580458631, 47.0446019994 ], [ -124.1654679307, 47.0715130267 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2927, "RouteIdentifier": "510", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7271458299, 47.0178712921 ], [ -122.7247120976, 47.0145460302 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2928, "RouteIdentifier": "285", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3055238703, 47.415408638 ], [ -120.3062213119, 47.416281941 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2929, "RouteIdentifier": "904", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5967641772, 47.4763429271 ], [ -117.5899202161, 47.4791586755 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2930, "RouteIdentifier": "112", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.716298311, 48.1315509218 ], [ -123.6671258406, 48.1191174479 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2931, "RouteIdentifier": "240", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2878136748, 46.2595687001 ], [ -119.2860031075, 46.2585535412 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2932, "RouteIdentifier": "004", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3947912458, 46.2315766109 ], [ -123.3894612533, 46.2116841789 ], [ -123.3840920127, 46.2062528444 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2933, "RouteIdentifier": "405", "AADT": 136000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1922736805, 47.4901260728 ], [ -122.1922430833, 47.4941319797 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2934, "RouteIdentifier": "007", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3953437269, 47.0507021736 ], [ -122.3977887884, 47.0531477811 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2935, "RouteIdentifier": "020", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5950487686, 48.3559969968 ], [ -119.5945415128, 48.3551234308 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2936, "RouteIdentifier": "503", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5141163677, 45.8882670084 ], [ -122.5115938422, 45.8889120074 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2937, "RouteIdentifier": "123", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.556831556, 46.7546910576 ], [ -121.5492834565, 46.7628032231 ], [ -121.5483113382, 46.7701921391 ], [ -121.554831628, 46.7875507315 ], [ -121.5563143316, 46.8134073659 ], [ -121.5345232327, 46.8339911582 ], [ -121.5189752718, 46.8309746734 ], [ -121.5306436293, 46.8388115136 ], [ -121.5305321021, 46.8422134405 ], [ -121.514777234, 46.8543886165 ], [ -121.5282509494, 46.8561937641 ], [ -121.5302148924, 46.8635071098 ], [ -121.5399470088, 46.8668971706 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2938, "RouteIdentifier": "097", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5896360866, 47.0059926881 ], [ -120.5859736555, 47.0066138323 ], [ -120.5943172222, 47.0140340001 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2939, "RouteIdentifier": "395", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1266194124, 46.246327603 ], [ -119.1264880523, 46.2492677583 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2940, "RouteIdentifier": "163", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5156424716, 47.3005954736 ], [ -122.5153285839, 47.3019754864 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2941, "RouteIdentifier": "395", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1012651236, 48.6145465613 ], [ -118.1130354822, 48.6245416722 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2942, "RouteIdentifier": "099", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2643165436, 47.8830950253 ], [ -122.2583128195, 47.8895409718 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2943, "RouteIdentifier": "530", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1921631348, 48.1882508645 ], [ -122.1437081841, 48.18863098 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2944, "RouteIdentifier": "305", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6524298189, 47.7572284351 ], [ -122.6551873979, 47.7579966203 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2945, "RouteIdentifier": "005", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8303255251, 45.9865466391 ], [ -122.8439980452, 46.0036486101 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2946, "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3249389869, 47.5271305474 ], [ -122.3269269693, 47.5291188556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2947, "RouteIdentifier": "005", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9095978806, 46.3282371415 ], [ -122.9058084856, 46.3540274103 ], [ -122.9078330534, 46.3671239838 ], [ -122.9031362266, 46.3853907412 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2948, "RouteIdentifier": "009", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1024989284, 47.9747837779 ], [ -122.1027482966, 47.978079114 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2949, "RouteIdentifier": "002", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3489538413, 47.8018716143 ], [ -117.3472122709, 47.8244633117 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2950, "RouteIdentifier": "090", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2564882876, 47.6744377468 ], [ -117.2332386303, 47.6740978586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2951, "RouteIdentifier": "509", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3312487114, 47.4630152497 ], [ -122.3322816003, 47.4672044794 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2952, "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1352981522, 47.2179205415 ], [ -121.124063025, 47.2160253363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2953, "RouteIdentifier": "970", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8926430173, 47.1852194677 ], [ -120.8544979241, 47.1749253538 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2954, "RouteIdentifier": "101COABERDN", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8158546232, 46.9740606365 ], [ -123.8144960068, 46.9745245963 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2955, "RouteIdentifier": "291", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6086838618, 47.8395393993 ], [ -117.6248994904, 47.8447512634 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2956, "RouteIdentifier": "005", "AADT": 83000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7050754567, 45.8579274145 ], [ -122.7086008695, 45.8700022682 ], [ -122.7304474004, 45.8859692149 ], [ -122.7405471815, 45.9025011825 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2957, "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2323979204, 48.5104945464 ], [ -122.2283833788, 48.5104834855 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2958, "RouteIdentifier": "504", "AADT": 650 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5538906727, 46.3719036566 ], [ -122.5340666871, 46.3650761505 ], [ -122.5220157903, 46.3531056437 ], [ -122.5208405998, 46.3467606018 ], [ -122.487877126, 46.3278934812 ], [ -122.4600261231, 46.3341989605 ], [ -122.4436211994, 46.3327194151 ], [ -122.4239755806, 46.3243794359 ], [ -122.4116026874, 46.3288268712 ], [ -122.4065880617, 46.3248804093 ], [ -122.4105058581, 46.3131432327 ], [ -122.392382104, 46.307832184 ], [ -122.3741708168, 46.3113203362 ], [ -122.3510605635, 46.3071011772 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2959, "RouteIdentifier": "097AR", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2245455295, 47.6632648417 ], [ -120.2234272269, 47.6648157581 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2960, "RouteIdentifier": "020", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3471628144, 48.4689593505 ], [ -122.3443533309, 48.4699161341 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2961, "RouteIdentifier": "004", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4651180339, 46.2822112261 ], [ -123.4572843275, 46.2706003653 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2962, "RouteIdentifier": "169", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1114439556, 47.4631544785 ], [ -122.1255239767, 47.4635158088 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2963, "RouteIdentifier": "097", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7901966083, 48.1001446551 ], [ -119.7868478019, 48.101573517 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2964, "RouteIdentifier": "193", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0739785142, 46.426337746 ], [ -117.1003946329, 46.424564911 ], [ -117.1253712638, 46.4309663929 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2965, "RouteIdentifier": "082", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4644208312, 46.2537605149 ], [ -119.3970004337, 46.2614856786 ], [ -119.3679545991, 46.2490442826 ], [ -119.3600450664, 46.2396584936 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2966, "RouteIdentifier": "020", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6172366357, 48.3298494085 ], [ -119.6125603258, 48.3338920433 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2967, "RouteIdentifier": "005", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5108612391, 48.7867012138 ], [ -122.5259931748, 48.7945741767 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2968, "RouteIdentifier": "507", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8283708435, 46.8574846811 ], [ -122.7812799701, 46.8608150774 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2969, "RouteIdentifier": "027", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2398690039, 47.6488703847 ], [ -117.2398365744, 47.6534457073 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2970, "RouteIdentifier": "031", "AADT": 860 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3617197932, 48.8661339983 ], [ -117.3624241485, 48.8688400718 ], [ -117.3572304808, 48.8661780923 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2971, "RouteIdentifier": "522", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2764080485, 47.7535766576 ], [ -122.2638528237, 47.7582985129 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2972, "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7973817559, 47.8650366901 ], [ -121.7774669653, 47.8678385583 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2973, "RouteIdentifier": "019", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7803536315, 48.0276618969 ], [ -122.7809989146, 48.0297888001 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2974, "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5324173506, 47.3958007915 ], [ -121.5160199943, 47.3953842075 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2975, "RouteIdentifier": "090", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.325419947, 47.1032121332 ], [ -119.322729826, 47.1025870681 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2976, "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5905461616, 47.6429198089 ], [ -117.5826104882, 47.642912863 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2977, "RouteIdentifier": "304", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6437803284, 47.5650600843 ], [ -122.6356948558, 47.5650400988 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2978, "RouteIdentifier": "028", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2995949834, 47.4678600276 ], [ -120.2975047463, 47.4351022237 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2979, "RouteIdentifier": "203", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9365744608, 47.6873896384 ], [ -121.9716304243, 47.6944719968 ], [ -121.9810154345, 47.7012895486 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2980, "RouteIdentifier": "018", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1869343886, 47.298301147 ], [ -122.1774995641, 47.3024217933 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2981, "RouteIdentifier": "119", "AADT": 510 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2103050963, 47.4923049652 ], [ -123.2231492867, 47.4962089759 ], [ -123.2418846075, 47.4953345304 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2982, "RouteIdentifier": "504", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8351070251, 46.2928789335 ], [ -122.8112469946, 46.2969576394 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2983, "RouteIdentifier": "195", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0397574174, 46.474224958 ], [ -117.0422413047, 46.4742309777 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2984, "RouteIdentifier": "097", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5645756943, 48.3674740397 ], [ -119.5324591897, 48.3860626961 ], [ -119.5211794514, 48.4039684769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2985, "RouteIdentifier": "005", "AADT": 162000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3223421817, 47.6560094062 ], [ -122.321753728, 47.6660998622 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2986, "RouteIdentifier": "005", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4622122897, 48.7536867617 ], [ -122.4616138919, 48.7607636257 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2987, "RouteIdentifier": "405", "AADT": 173000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2538113908, 47.4617511143 ], [ -122.2498888662, 47.4623828171 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2988, "RouteIdentifier": "097", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4107130626, 46.2554072697 ], [ -120.3982811706, 46.2753155879 ], [ -120.3693689354, 46.2786231674 ], [ -120.3580676477, 46.2967738517 ], [ -120.3330101537, 46.3081349737 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2989, "RouteIdentifier": "395", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.082542582, 46.2513545129 ], [ -119.0827548583, 46.252250739 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2990, "RouteIdentifier": "007", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4276587856, 47.2283207799 ], [ -122.4280346059, 47.2286568082 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2991, "RouteIdentifier": "508", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7194158446, 46.5756303426 ], [ -122.7173359337, 46.5756310576 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2992, "RouteIdentifier": "129", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0451921636, 46.416527455 ], [ -117.0442671142, 46.4171675734 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2993, "RouteIdentifier": "012", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5169772116, 46.6260720818 ], [ -120.5114853073, 46.6260626792 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2994, "RouteIdentifier": "014SPMARYHL", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8292860584, 45.6940654066 ], [ -120.8245858874, 45.6986339731 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2995, "RouteIdentifier": "542", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4156991339, 48.7941935233 ], [ -122.395950267, 48.8041008656 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2996, "RouteIdentifier": "017", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3961715735, 47.919272726 ], [ -119.4353927693, 47.9216556451 ], [ -119.5135000122, 47.950443261 ], [ -119.5329788462, 47.9510554207 ], [ -119.5422997674, 47.9443701814 ], [ -119.564793237, 47.9428888341 ], [ -119.6371724962, 47.9520756207 ], [ -119.6479252829, 47.9603062437 ], [ -119.6534084763, 47.9721497191 ], [ -119.6485168005, 47.9848915126 ], [ -119.6506748055, 47.9912018634 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2997, "RouteIdentifier": "002", "AADT": 750 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4055514032, 47.6207224415 ], [ -119.3805932317, 47.6235798402 ], [ -119.3647672058, 47.6193901694 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2998, "RouteIdentifier": "101", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8122989005, 46.6665841945 ], [ -123.809145399, 46.6649346237 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2999, "RouteIdentifier": "397", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1061582106, 46.2060951858 ], [ -119.1071132149, 46.2075458387 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3000, "RouteIdentifier": "285", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3362411853, 47.4550266445 ], [ -120.3360094985, 47.4608143832 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3001, "RouteIdentifier": "027", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0730113456, 47.2256809047 ], [ -117.0730185905, 47.2267941681 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3002, "RouteIdentifier": "523", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3289242991, 47.7341017926 ], [ -122.3236068716, 47.7340600888 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3003, "RouteIdentifier": "002", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0941270076, 47.7457487872 ], [ -121.0893942423, 47.7454347093 ], [ -121.0764752001, 47.7551681673 ], [ -121.0775873896, 47.7686150769 ], [ -121.0729087438, 47.773323135 ], [ -121.060451893, 47.7803801069 ], [ -121.0353893482, 47.7843056375 ], [ -121.0149919147, 47.7731379178 ], [ -120.9890649278, 47.7669597776 ], [ -120.9403149112, 47.7817991783 ], [ -120.926773205, 47.7835826432 ], [ -120.911885984, 47.7797192708 ], [ -120.8736181816, 47.7912719586 ], [ -120.8260870372, 47.777964567 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3004, "RouteIdentifier": "231", "AADT": 780 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8553269485, 47.8483119805 ], [ -117.8483182897, 47.8533575039 ], [ -117.838164281, 47.8740349974 ], [ -117.8385186675, 47.8839866036 ], [ -117.8160774557, 47.904185807 ], [ -117.7729376468, 47.9319295106 ], [ -117.7601643293, 47.9514802553 ], [ -117.7306706015, 47.9778797622 ], [ -117.730227038, 47.9908989454 ], [ -117.7260701767, 47.9948236433 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3005, "RouteIdentifier": "010", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6235085123, 47.0432551254 ], [ -120.6108296856, 47.0345615907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3006, "RouteIdentifier": "285", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3360094985, 47.4608143832 ], [ -120.3370917545, 47.4657444174 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3007, "RouteIdentifier": "121", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9357154749, 46.9527589941 ], [ -122.9380064027, 46.9527490926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3008, "RouteIdentifier": "005RL005EXP", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3286460195, 47.6218398679 ], [ -122.3255888568, 47.6309781209 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3009, "RouteIdentifier": "224", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4001468865, 46.2808655483 ], [ -119.3888239449, 46.2866351388 ], [ -119.3850550864, 46.2969567513 ], [ -119.3798468993, 46.3001340733 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3010, "RouteIdentifier": "020", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1147080098, 48.2225207152 ], [ -117.0718319169, 48.2146041919 ], [ -117.0491706107, 48.1875683679 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3011, "RouteIdentifier": "021", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6640345732, 48.6790336908 ], [ -118.6592835463, 48.69353696 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3012, "RouteIdentifier": "009", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2343676861, 48.3157860192 ], [ -122.2346365429, 48.3169213007 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3013, "RouteIdentifier": "270", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2010536613, 46.7337602693 ], [ -117.1937212048, 46.7334218163 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3014, "RouteIdentifier": "002CODIVISN", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4112846076, 47.6862395483 ], [ -117.4112120534, 47.6843406722 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3015, "RouteIdentifier": "395", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8339867358, 48.3531223429 ], [ -117.854425242, 48.4239853112 ], [ -117.9008434138, 48.4812158123 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3016, "RouteIdentifier": "397", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0547323353, 46.1734065603 ], [ -119.0609392727, 46.1762466146 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3017, "RouteIdentifier": "206", "AADT": 760 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.202021796, 47.8299990291 ], [ -117.1906863712, 47.8382800486 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3018, "RouteIdentifier": "101COABERDN", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8839143851, 46.9770579066 ], [ -123.8824654132, 46.9762996857 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3019, "RouteIdentifier": "099", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3363467181, 47.5916540334 ], [ -122.3366396811, 47.6036659781 ], [ -122.3448873174, 47.6170758429 ], [ -122.3435956074, 47.6246542116 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3020, "RouteIdentifier": "530", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0102677154, 48.2683045733 ], [ -121.9969976219, 48.2744489921 ], [ -121.9882608553, 48.2735411001 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3021, "RouteIdentifier": "101", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1018056421, 47.1837746945 ], [ -123.0966058497, 47.1747523811 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3022, "RouteIdentifier": "112", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2601698309, 48.2506931926 ], [ -124.2595417057, 48.249031188 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3023, "RouteIdentifier": "012", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3010762949, 46.426715932 ], [ -117.2925240987, 46.4259053325 ], [ -117.2640416943, 46.4083472778 ], [ -117.2471726354, 46.4035618315 ], [ -117.2263614526, 46.4056970206 ], [ -117.2143023696, 46.4117358872 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3024, "RouteIdentifier": "531", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2153052769, 48.1518278439 ], [ -122.1937378718, 48.1522064888 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3025, "RouteIdentifier": "503", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3796927801, 45.9278618295 ], [ -122.3796394499, 45.9403750242 ], [ -122.3704124175, 45.9461267079 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3026, "RouteIdentifier": "531", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2271386392, 48.1520086536 ], [ -122.2153052769, 48.1518278439 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3027, "RouteIdentifier": "009", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2379325105, 48.3993275149 ], [ -122.2406467581, 48.4027244437 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3028, "RouteIdentifier": "012", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3874436362, 47.0046753037 ], [ -123.3831477693, 46.998968611 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3029, "RouteIdentifier": "099", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3133077561, 47.3151824274 ], [ -122.3133014011, 47.3166524228 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3030, "RouteIdentifier": "530", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0229079186, 48.2627125108 ], [ -122.0149147028, 48.26670449 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3031, "RouteIdentifier": "099", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3393798517, 47.5620616142 ], [ -122.339393127, 47.5668492127 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3032, "RouteIdentifier": "971", "AADT": 870 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2028039844, 47.8632306636 ], [ -120.1924069122, 47.866359942 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3033, "RouteIdentifier": "160", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6154441079, 47.5048209466 ], [ -122.6100956059, 47.5047904492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3034, "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8030737493, 46.9773424769 ], [ -123.7745905953, 46.9816357852 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3035, "RouteIdentifier": "101", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.918842027, 47.8022660378 ], [ -122.9278853234, 47.7838704693 ], [ -122.9185752836, 47.7735579364 ], [ -122.8995415369, 47.7691442355 ], [ -122.8927871706, 47.7538639977 ], [ -122.8777886746, 47.743200821 ], [ -122.8964164726, 47.6985807685 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3036, "RouteIdentifier": "104", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4989034271, 47.8005733284 ], [ -122.4984055596, 47.7996307337 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3037, "RouteIdentifier": "005", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8764947699, 46.5550803084 ], [ -122.8769701281, 46.5656688487 ], [ -122.886654867, 46.5818960485 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3038, "RouteIdentifier": "009", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.110917332, 48.053411821 ], [ -122.1111876927, 48.0718480284 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3039, "RouteIdentifier": "274", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0426450193, 47.2398211593 ], [ -117.0400651005, 47.2403316548 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3040, "RouteIdentifier": "005", "AADT": 190000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320109391, 47.5692199392 ], [ -122.3192746176, 47.5777213746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3041, "RouteIdentifier": "283", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7255609263, 47.1697949724 ], [ -119.6943596205, 47.1892246234 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3042, "RouteIdentifier": "005", "AADT": 95000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6669203097, 45.6632919305 ], [ -122.6645970993, 45.6715670557 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3043, "RouteIdentifier": "021", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6468785968, 48.7737685937 ], [ -118.6164943357, 48.7884410173 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3044, "RouteIdentifier": "290", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1332932554, 47.7045387135 ], [ -117.0986362805, 47.712113508 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3045, "RouteIdentifier": "020", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2801945178, 48.4926127654 ], [ -122.2745076704, 48.4947462696 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3046, "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9007224617, 46.1436344597 ], [ -122.8991903157, 46.1440948709 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3047, "RouteIdentifier": "903", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9437717492, 47.1965328965 ], [ -120.9462399136, 47.1968530327 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3048, "RouteIdentifier": "155", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4406634454, 48.3884548136 ], [ -119.4751978366, 48.3959072026 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3049, "RouteIdentifier": "395", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9072875101, 48.5485390558 ], [ -117.9122497826, 48.5496184382 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3050, "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.869200631, 47.2331168365 ], [ -119.8640137768, 47.2332276959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3051, "RouteIdentifier": "221", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6018306923, 46.1025658531 ], [ -119.6010199635, 46.1841411231 ], [ -119.6325132774, 46.1868027068 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3052, "RouteIdentifier": "240", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2152365358, 46.2321748638 ], [ -119.1978814184, 46.2296948397 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3053, "RouteIdentifier": "530", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7065027719, 48.2686887461 ], [ -121.6816043754, 48.269260962 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3054, "RouteIdentifier": "240", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3312866855, 46.3333696967 ], [ -119.3168183585, 46.3257612363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3055, "RouteIdentifier": "129", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.044476644, 46.4040732772 ], [ -117.0455119005, 46.4058071413 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3056, "RouteIdentifier": "027", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0730024916, 47.2240691944 ], [ -117.0730113456, 47.2256809047 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3057, "RouteIdentifier": "507", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5900304239, 46.9331912019 ], [ -122.563890205, 46.9320426175 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3058, "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5605106245, 47.308418187 ], [ -119.5509551438, 47.3216616972 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3059, "RouteIdentifier": "506", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8916600156, 46.4181629111 ], [ -122.8895694243, 46.4396122337 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3060, "RouteIdentifier": "028", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1403017666, 47.3713844944 ], [ -120.1145793468, 47.3620058597 ], [ -120.091885291, 47.3467454248 ], [ -120.0759154793, 47.3283402333 ], [ -120.0718463794, 47.3150765031 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3061, "RouteIdentifier": "410", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.969981025, 46.8708547341 ], [ -120.954468967, 46.8616530173 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3062, "RouteIdentifier": "020", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6266865938, 48.1904292048 ], [ -122.6268548608, 48.1963630554 ], [ -122.6340939948, 48.1993242257 ], [ -122.634532628, 48.2055146884 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3063, "RouteIdentifier": "002", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411140563, 47.7170064104 ], [ -117.4113416177, 47.7366272099 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3064, "RouteIdentifier": "125", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3873052723, 46.0007282614 ], [ -118.3873059636, 46.0008733795 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3065, "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2021438178, 46.1517167071 ], [ -119.2021936567, 46.1479617048 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3066, "RouteIdentifier": "014", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3561483502, 45.5765439754 ], [ -122.3371199918, 45.5743187936 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3067, "RouteIdentifier": "395", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.134005824, 46.2288412929 ], [ -119.1318940785, 46.233167577 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3068, "RouteIdentifier": "027", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.147368489, 46.7904698955 ], [ -117.1171469709, 46.81324534 ], [ -117.1147380578, 46.8287560939 ], [ -117.1250730248, 46.8420876815 ], [ -117.1254311457, 46.8526895018 ], [ -117.1311720543, 46.8600078141 ], [ -117.1257662315, 46.8805636369 ], [ -117.1162608729, 46.8915969469 ], [ -117.0768183035, 46.9087074668 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3069, "RouteIdentifier": "020", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7380382951, 48.6477058434 ], [ -118.7340738301, 48.6404765011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3070, "RouteIdentifier": "014", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3371199918, 45.5743187936 ], [ -122.3368309639, 45.5742854262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3071, "RouteIdentifier": "005", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4622283159, 48.7681610573 ], [ -122.468301725, 48.7760746279 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3072, "RouteIdentifier": "009", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2643571316, 48.430063418 ], [ -122.2633531437, 48.4386943331 ], [ -122.2563532279, 48.4450517182 ], [ -122.2437846159, 48.4455328201 ], [ -122.2376759016, 48.4518050892 ], [ -122.2340372998, 48.459902027 ], [ -122.2364699855, 48.4678814769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3073, "RouteIdentifier": "195", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3600916592, 46.8977782002 ], [ -117.3480763006, 46.9039214532 ], [ -117.3512048046, 46.911617455 ], [ -117.3488390721, 46.920878082 ], [ -117.3334887527, 46.9374674228 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3074, "RouteIdentifier": "097", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1948130997, 47.7039806698 ], [ -120.2022962075, 47.715799214 ], [ -120.2016705042, 47.7214958149 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3075, "RouteIdentifier": "241", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9791440454, 46.3170643063 ], [ -119.9790026711, 46.3316725974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3076, "RouteIdentifier": "410", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9813954636, 47.1994152348 ], [ -121.9791170661, 47.1993968717 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3077, "RouteIdentifier": "028", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2977336595, 47.4242381539 ], [ -120.2969810046, 47.4206856987 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3078, "RouteIdentifier": "090", "AADT": 97000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2332386303, 47.6740978586 ], [ -117.2196536686, 47.6737301547 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3079, "RouteIdentifier": "150", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0194056477, 47.8409567731 ], [ -120.0148285272, 47.8398314423 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3080, "RouteIdentifier": "169", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1886206387, 47.478462399 ], [ -122.1965538402, 47.4840107581 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3081, "RouteIdentifier": "167", "AADT": 103000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2583295166, 47.2805652971 ], [ -122.2579004931, 47.2918141977 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3082, "RouteIdentifier": "014", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5942584951, 45.6125607215 ], [ -122.5755446732, 45.6090058957 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3083, "RouteIdentifier": "020", "AADT": 970 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.672541743, 48.1597721166 ], [ -122.6377635069, 48.1650503371 ], [ -122.6372168781, 48.1706516249 ], [ -122.6311760448, 48.1709418294 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3084, "RouteIdentifier": "101", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3923505431, 47.9892462948 ], [ -124.390330186, 48.0234983063 ], [ -124.3861356451, 48.0343724022 ], [ -124.3771964333, 48.0428294994 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3085, "RouteIdentifier": "005", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9414768713, 46.633570246 ], [ -122.9550744316, 46.6440853642 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3086, "RouteIdentifier": "900", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2262812506, 47.4777333495 ], [ -122.2243682744, 47.4778018949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3087, "RouteIdentifier": "027", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2398365744, 47.6534457073 ], [ -117.2398112843, 47.6571200997 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3088, "RouteIdentifier": "281", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8612713575, 47.0847839089 ], [ -119.862512719, 47.0861911278 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3089, "RouteIdentifier": "018", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9672362186, 47.4364490931 ], [ -121.9463085291, 47.4610684243 ], [ -121.8925478736, 47.4771180887 ], [ -121.884585692, 47.504313222 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3090, "RouteIdentifier": "092SPGRANIT", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9899301488, 48.0831794362 ], [ -121.9880421437, 48.0837433176 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3091, "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9623607954, 46.955497291 ], [ -119.9739327012, 47.0005510232 ], [ -119.9555037804, 47.0083586637 ], [ -119.9485401068, 47.0155594946 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3092, "RouteIdentifier": "509", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3249301321, 47.4940508534 ], [ -122.325629622, 47.5091003278 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3093, "RouteIdentifier": "530", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6017358428, 48.2552691488 ], [ -121.6020400669, 48.2595802573 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3094, "RouteIdentifier": "525", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3001742723, 47.9219962025 ], [ -122.300279957, 47.9256460771 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3095, "RouteIdentifier": "022", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.998439324, 46.2111215603 ], [ -119.9393101914, 46.196885705 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3096, "RouteIdentifier": "141", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4664701671, 45.7148037075 ], [ -121.4672397114, 45.719390102 ], [ -121.486682184, 45.7277580783 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3097, "RouteIdentifier": "241", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9996278638, 46.2207119718 ], [ -119.9995278053, 46.2401318028 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3098, "RouteIdentifier": "904", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5646817112, 47.503963135 ], [ -117.5646472962, 47.5079585085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3099, "RouteIdentifier": "017", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2701126525, 47.1419665364 ], [ -119.285225107, 47.1460797472 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3100, "RouteIdentifier": "002", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0661637707, 47.9143207671 ], [ -122.0436242083, 47.9056634606 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3101, "RouteIdentifier": "005", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5056560072, 48.7850058356 ], [ -122.5108612391, 48.7867012138 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3102, "RouteIdentifier": "823", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5261373787, 46.6365454184 ], [ -120.5304207056, 46.6430874404 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3103, "RouteIdentifier": "005", "AADT": 144000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1814065807, 48.04479845 ], [ -122.1839911758, 48.0494099826 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3104, "RouteIdentifier": "101", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.969523937, 47.2214727186 ], [ -123.959008749, 47.2322639062 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3105, "RouteIdentifier": "012", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6056799649, 46.4748288907 ], [ -117.6041932764, 46.4748995993 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3106, "RouteIdentifier": "501", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6938570638, 45.637225155 ], [ -122.696160252, 45.640445465 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3107, "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4819452858, 46.2520832532 ], [ -119.4644208312, 46.2537605149 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3108, "RouteIdentifier": "096", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2317004486, 47.8819477141 ], [ -122.2196680439, 47.8802932531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3109, "RouteIdentifier": "155", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0372995865, 47.9328968903 ], [ -119.0177040011, 47.9367931061 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3110, "RouteIdentifier": "028", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7681464636, 47.2343020206 ], [ -119.7468893165, 47.2346362782 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3111, "RouteIdentifier": "547", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2383116691, 48.9818595874 ], [ -122.2471159221, 48.9855358738 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3112, "RouteIdentifier": "101", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1417952785, 48.074895211 ], [ -123.1231539266, 48.0732680847 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3113, "RouteIdentifier": "009", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2255548441, 48.5141869713 ], [ -122.2261409872, 48.5282544504 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3114, "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3444983864, 47.6942136653 ], [ -122.3445897421, 47.7021703261 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3115, "RouteIdentifier": "395", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8208435355, 46.7340210389 ], [ -118.7557863554, 46.7871441721 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3116, "RouteIdentifier": "202", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0986125857, 47.6645874444 ], [ -122.0911114715, 47.6582107586 ], [ -122.078551081, 47.6557377147 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3117, "RouteIdentifier": "004", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9074799263, 46.1442853545 ], [ -122.9007224617, 46.1436344597 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3118, "RouteIdentifier": "005RL005EXP", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3255888568, 47.6309781209 ], [ -122.3224725894, 47.655393277 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3119, "RouteIdentifier": "260", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5495094772, 46.6453560334 ], [ -118.4999251675, 46.6516187698 ], [ -118.4903184729, 46.6611044962 ], [ -118.4227108674, 46.6969057794 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3120, "RouteIdentifier": "174", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0106509547, 47.9393125368 ], [ -118.9560547959, 47.9246186729 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3121, "RouteIdentifier": "003", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8277972731, 47.3865787228 ], [ -122.8288444363, 47.396432791 ], [ -122.8375622701, 47.402573245 ], [ -122.8415602841, 47.410924864 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3122, "RouteIdentifier": "003", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6823571827, 47.7086751463 ], [ -122.6690587997, 47.7496337056 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3123, "RouteIdentifier": "005", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8903778041, 46.415684535 ], [ -122.8910176347, 46.421545267 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3124, "RouteIdentifier": "525", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2663139585, 47.8342508992 ], [ -122.2724340167, 47.8395507144 ], [ -122.2742164355, 47.8479952638 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3125, "RouteIdentifier": "395", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9055307646, 48.5363629877 ], [ -117.9058230966, 48.5454377559 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3126, "RouteIdentifier": "003", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6869120748, 47.6932883974 ], [ -122.6823571827, 47.7086751463 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3127, "RouteIdentifier": "119", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1406582023, 47.4063958443 ], [ -123.1636333379, 47.4006707974 ], [ -123.1789488644, 47.4041675409 ], [ -123.1925948411, 47.4136830468 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3128, "RouteIdentifier": "031", "AADT": 120 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3521889436, 48.8735003742 ], [ -117.3286715777, 48.892802401 ], [ -117.3238638229, 48.9174144214 ], [ -117.3133128707, 48.9245515322 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3129, "RouteIdentifier": "016", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.624470827, 47.4111862674 ], [ -122.623334611, 47.4284900867 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3130, "RouteIdentifier": "005RL005EXP", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.32934455, 47.6957536487 ], [ -122.3295202166, 47.7043262966 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3131, "RouteIdentifier": "022", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9172628783, 46.1916920438 ], [ -119.8764960512, 46.187636732 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3132, "RouteIdentifier": "097", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5925213891, 47.0219833385 ], [ -120.6108296856, 47.0345615907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3133, "RouteIdentifier": "022", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3146803025, 46.3895637812 ], [ -120.3149961011, 46.3824800478 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3134, "RouteIdentifier": "003", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7922032406, 47.476414011 ], [ -122.7663244649, 47.4942350849 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3135, "RouteIdentifier": "021", "AADT": 410 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7347455537, 48.2990724352 ], [ -118.7493162362, 48.337391075 ], [ -118.7408226152, 48.3606961167 ], [ -118.7499280968, 48.3721707244 ], [ -118.7467825618, 48.3916586524 ], [ -118.7320955432, 48.399702401 ], [ -118.737561094, 48.4139729393 ], [ -118.7275775146, 48.4265108249 ], [ -118.7403276827, 48.4401809605 ], [ -118.7536657363, 48.4657381976 ], [ -118.7469823226, 48.4725287776 ], [ -118.7358955757, 48.4734852504 ], [ -118.7280051955, 48.4797806169 ], [ -118.7365952788, 48.4817782442 ], [ -118.7412126364, 48.4967914056 ], [ -118.7340631192, 48.5303352221 ], [ -118.7496554917, 48.5477265072 ], [ -118.7437512212, 48.5542247409 ], [ -118.7430996768, 48.5612042754 ], [ -118.7481235162, 48.5686839207 ], [ -118.7432636175, 48.5766708895 ], [ -118.7392164438, 48.6029509222 ], [ -118.7301109365, 48.6209221799 ], [ -118.7302329781, 48.6349158109 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3136, "RouteIdentifier": "202", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1638845081, 47.7585835533 ], [ -122.1646271104, 47.7572105358 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3137, "RouteIdentifier": "164", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1526290082, 47.2744486003 ], [ -122.1407606558, 47.2634183904 ], [ -122.1282708819, 47.2605031318 ], [ -122.1182659294, 47.2502870454 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3138, "RouteIdentifier": "902", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6687451729, 47.5798764344 ], [ -117.6629212073, 47.5817195825 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3139, "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.238568264, 48.5105092144 ], [ -122.2352752464, 48.510504468 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3140, "RouteIdentifier": "161", "AADT": 390 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.315135696, 46.8480783308 ], [ -122.2742763685, 46.855512758 ], [ -122.2666996294, 46.8629061998 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3141, "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7022061254, 47.8572690469 ], [ -121.6924466276, 47.8522943399 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3142, "RouteIdentifier": "542", "AADT": 540 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6799490243, 48.8623665546 ], [ -121.6813768359, 48.8537575857 ], [ -121.6884690105, 48.8489003507 ], [ -121.6870544478, 48.8446393966 ], [ -121.6927461801, 48.8468788469 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3143, "RouteIdentifier": "097AR", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2234272269, 47.6648157581 ], [ -120.2080808869, 47.675976654 ], [ -120.2072556027, 47.690389145 ], [ -120.2161904322, 47.7091769834 ], [ -120.2275722374, 47.7218054046 ], [ -120.2262456476, 47.7319503729 ], [ -120.2137503235, 47.7509668337 ], [ -120.1983417337, 47.7602672279 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3144, "RouteIdentifier": "395", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1411095244, 46.2154260444 ], [ -119.1371263893, 46.2216194455 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3145, "RouteIdentifier": "305", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5198277142, 47.6444797699 ], [ -122.5232713274, 47.6536299928 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3146, "RouteIdentifier": "020SPANACRT", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6127739583, 48.5004551192 ], [ -122.612637467, 48.5100800768 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3147, "RouteIdentifier": "007", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4347516102, 47.1123943169 ], [ -122.4348569541, 47.1194809791 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3148, "RouteIdentifier": "302", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7584799402, 47.3744092288 ], [ -122.7478911271, 47.3780569673 ], [ -122.7162522863, 47.3743552356 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3149, "RouteIdentifier": "167", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3464829935, 47.2161092989 ], [ -122.3420450241, 47.2135776972 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3150, "RouteIdentifier": "028", "AADT": 680 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8085220192, 47.3154321744 ], [ -118.7556512324, 47.3133928496 ], [ -118.6991152602, 47.3325467605 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3151, "RouteIdentifier": "002", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3496648896, 48.0177222579 ], [ -117.3497942054, 48.0321149063 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3152, "RouteIdentifier": "504", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8665119074, 46.3036401573 ], [ -122.8562709135, 46.2938613758 ], [ -122.8450829264, 46.2935798136 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3153, "RouteIdentifier": "507", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9699877988, 46.7110483932 ], [ -122.9675307628, 46.7105506649 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3154, "RouteIdentifier": "224", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3798468993, 46.3001340733 ], [ -119.3680598924, 46.3027624934 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3155, "RouteIdentifier": "005", "AADT": 118000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6305634117, 47.0911974641 ], [ -122.6168907485, 47.0952000036 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3156, "RouteIdentifier": "195", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1050710923, 46.5588432113 ], [ -117.1186833573, 46.5672526465 ], [ -117.133768563, 46.5681320318 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3157, "RouteIdentifier": "397", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0997711539, 46.223724902 ], [ -119.0836074304, 46.2194354617 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3158, "RouteIdentifier": "207", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.730179083, 47.7636832556 ], [ -120.7115319431, 47.7789042748 ], [ -120.7149150326, 47.8093423824 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3159, "RouteIdentifier": "002", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0367508916, 47.9006838682 ], [ -122.0166827624, 47.8768683004 ], [ -122.0078653292, 47.872487544 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3160, "RouteIdentifier": "172", "AADT": 170 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.63597552, 47.8120676338 ], [ -119.6287415959, 47.8154486037 ], [ -119.3841243851, 47.8153402952 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3161, "RouteIdentifier": "900", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0619448123, 47.5311845564 ], [ -122.0632060501, 47.5412525635 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3162, "RouteIdentifier": "302", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7162522863, 47.3743552356 ], [ -122.7114277659, 47.3745220756 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3163, "RouteIdentifier": "507", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9531139031, 46.7191026108 ], [ -122.9527396272, 46.720041065 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3164, "RouteIdentifier": "007", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2754741187, 46.7999623833 ], [ -122.2907543651, 46.8008242314 ], [ -122.2999838929, 46.812840824 ], [ -122.3010136823, 46.8299402753 ], [ -122.3179158372, 46.8309769948 ], [ -122.3198113886, 46.8392861576 ], [ -122.315135696, 46.8480783308 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3165, "RouteIdentifier": "101", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3895298763, 47.9579786515 ], [ -124.4034665195, 47.9674631851 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3166, "RouteIdentifier": "005RL005EXP", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3220411659, 47.6652612865 ], [ -122.3206620248, 47.6769065098 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3167, "RouteIdentifier": "902", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6826564308, 47.5676722178 ], [ -117.6826777243, 47.5721438687 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3168, "RouteIdentifier": "272", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.364773078, 46.8799063068 ], [ -117.3637055225, 46.8798827877 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3169, "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2916171614, 47.4596862569 ], [ -122.2896393743, 47.4638618378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3170, "RouteIdentifier": "500", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4055405288, 45.5917612872 ], [ -122.4055508584, 45.5906041586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3171, "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3446909131, 47.7817536234 ], [ -122.3181975005, 47.8175907621 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3172, "RouteIdentifier": "172", "AADT": 420 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8130784885, 47.8092766362 ], [ -119.8071947642, 47.81403994 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3173, "RouteIdentifier": "017", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2567735413, 47.1311262985 ], [ -119.2576559361, 47.13692103 ], [ -119.2626695043, 47.1398689271 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3174, "RouteIdentifier": "104", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3353283591, 47.7777753423 ], [ -122.3245572303, 47.7776430656 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3175, "RouteIdentifier": "097", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4369512503, 48.9352749432 ], [ -119.4353841771, 48.9477318207 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3176, "RouteIdentifier": "012", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1407187037, 46.2701649585 ], [ -118.1377253327, 46.2707786892 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3177, "RouteIdentifier": "904", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.581932979, 47.4825221847 ], [ -117.580789949, 47.4831439672 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3178, "RouteIdentifier": "507", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8586957254, 46.8532935721 ], [ -122.8586860494, 46.8548429235 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3179, "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3570622964, 47.2404187331 ], [ -122.356727114, 47.2430577065 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3180, "RouteIdentifier": "005", "AADT": 166000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4665031792, 47.1763219389 ], [ -122.4630590407, 47.1874722949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3181, "RouteIdentifier": "525", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5876777121, 48.1210599346 ], [ -122.588157825, 48.1230525484 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3182, "RouteIdentifier": "303", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6288917189, 47.6068663319 ], [ -122.6288029427, 47.6101244229 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3183, "RouteIdentifier": "007", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2079538886, 46.7335435597 ], [ -122.1961396485, 46.7486771117 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3184, "RouteIdentifier": "509", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3289448539, 47.4433692551 ], [ -122.3239010868, 47.4397926017 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3185, "RouteIdentifier": "240", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.346211276, 46.3415217482 ], [ -119.3312866855, 46.3333696967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3186, "RouteIdentifier": "531", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2383520005, 48.1519754742 ], [ -122.2271386392, 48.1520086536 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3187, "RouteIdentifier": "019", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7766696657, 48.0135236739 ], [ -122.7803536315, 48.0276618969 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3188, "RouteIdentifier": "522", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2518648885, 47.7585697854 ], [ -122.2497713089, 47.7583930838 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3189, "RouteIdentifier": "182", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3531195123, 46.244832268 ], [ -119.3263441939, 46.2473869538 ], [ -119.2942399537, 46.2575534355 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3190, "RouteIdentifier": "516", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2065091301, 47.3725609481 ], [ -122.2022136155, 47.3725592844 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3191, "RouteIdentifier": "527", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2076567487, 47.8095958449 ], [ -122.2074687841, 47.8201159821 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3192, "RouteIdentifier": "090", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4110411782, 47.4243576922 ], [ -121.4105333679, 47.412298435 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3193, "RouteIdentifier": "281", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8535287712, 47.1322250265 ], [ -119.8534565369, 47.1904786655 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3194, "RouteIdentifier": "024", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6011440864, 46.7379133851 ], [ -119.2452761336, 46.7382468305 ], [ -119.2171199962, 46.7443848693 ], [ -119.1975233079, 46.7384199394 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3195, "RouteIdentifier": "021", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5888210566, 46.9701558628 ], [ -118.6425828517, 46.9708731434 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3196, "RouteIdentifier": "305", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6145007274, 47.7154775691 ], [ -122.6156582337, 47.7161387981 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3197, "RouteIdentifier": "002", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.16241258, 47.6536361132 ], [ -118.1601671048, 47.6539518845 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3198, "RouteIdentifier": "005", "AADT": 247000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3189900834, 47.5793697605 ], [ -122.3207560536, 47.5899474422 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3199, "RouteIdentifier": "290", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3594319704, 47.6686111382 ], [ -117.3578020835, 47.6693777985 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3200, "RouteIdentifier": "395", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6742632423, 46.8226983388 ], [ -118.6450781398, 46.8426071143 ], [ -118.6291145158, 46.8726381998 ], [ -118.6142343677, 46.889912435 ], [ -118.610684004, 46.9065381072 ], [ -118.5819937965, 46.9413896332 ], [ -118.571639149, 46.9627633161 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3201, "RouteIdentifier": "405", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1953416359, 47.4994564392 ], [ -122.1979386219, 47.5094150608 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3202, "RouteIdentifier": "291", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4899095304, 47.721909145 ], [ -117.4957696028, 47.7261247472 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3203, "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4070872362, 47.7441952253 ], [ -117.4056484865, 47.7456876175 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3204, "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2267789418, 46.0180871043 ], [ -119.2574764079, 46.0002405136 ], [ -119.3328114294, 45.9767889078 ], [ -119.3425714208, 45.9645105136 ], [ -119.3375517758, 45.9498941429 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3205, "RouteIdentifier": "505", "AADT": 580 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7082095882, 46.4297795526 ], [ -122.703586609, 46.4274712477 ], [ -122.7097401995, 46.4213142088 ], [ -122.7094939136, 46.4057567359 ], [ -122.689147502, 46.3885347527 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3206, "RouteIdentifier": "090", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.587167089, 47.5708280871 ], [ -117.5687388318, 47.5884737405 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3207, "RouteIdentifier": "017", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6525696935, 48.0041955683 ], [ -119.676555192, 48.0264537662 ], [ -119.6600734659, 48.0750839441 ], [ -119.6601971396, 48.0871726218 ], [ -119.6677344082, 48.0980217898 ], [ -119.67945547, 48.1025546083 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3208, "RouteIdentifier": "202", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.118861794, 47.6731312949 ], [ -122.1151301203, 47.6720446521 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3209, "RouteIdentifier": "014", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5209883629, 45.728362545 ], [ -121.4949520588, 45.7249743594 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3210, "RouteIdentifier": "026", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9617770984, 46.9451030468 ], [ -119.9600764508, 46.9404487329 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3211, "RouteIdentifier": "241", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9781878444, 46.3023441821 ], [ -119.9783785412, 46.3052986594 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3212, "RouteIdentifier": "027", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2395409867, 47.6757907672 ], [ -117.2396887191, 47.6862002896 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3213, "RouteIdentifier": "509", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3998093609, 47.2472450781 ], [ -122.3759701159, 47.2469906191 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3214, "RouteIdentifier": "090", "AADT": 115000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3812522854, 47.6538559571 ], [ -117.3696991532, 47.6539119327 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3215, "RouteIdentifier": "821", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4770208515, 46.690052266 ], [ -120.4742083499, 46.700892472 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3216, "RouteIdentifier": "012", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5818052442, 46.629370911 ], [ -120.5724635589, 46.6251660017 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3217, "RouteIdentifier": "516", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0435504851, 47.3579738218 ], [ -122.0376047767, 47.3579773831 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3218, "RouteIdentifier": "524", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1754150379, 47.811547043 ], [ -122.1526476236, 47.8049830492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3219, "RouteIdentifier": "012", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1603852076, 46.8270351021 ], [ -123.139226139, 46.8258098296 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3220, "RouteIdentifier": "202", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7947532586, 47.4893941273 ], [ -121.7957761395, 47.4887865294 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3221, "RouteIdentifier": "005", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5446847676, 48.8138630642 ], [ -122.5530762786, 48.8225160709 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3222, "RouteIdentifier": "155", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0380002259, 47.9325544575 ], [ -119.0372995865, 47.9328968903 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3223, "RouteIdentifier": "123", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5784341072, 46.6855847693 ], [ -121.5805077567, 46.6890208076 ], [ -121.5774144898, 46.6931081642 ], [ -121.5824741364, 46.7004388608 ], [ -121.5754153801, 46.7106518512 ], [ -121.5775304787, 46.7192388112 ], [ -121.5687127572, 46.732258391 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3224, "RouteIdentifier": "303", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6923069088, 47.6636431264 ], [ -122.6926355567, 47.6632523312 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3225, "RouteIdentifier": "002COBROWNE", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4133229534, 47.6590747649 ], [ -117.4134370239, 47.6535198038 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3226, "RouteIdentifier": "285", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3213843881, 47.4347156331 ], [ -120.3248875214, 47.4382457109 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3227, "RouteIdentifier": "105", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8023974793, 46.9687249499 ], [ -123.8029450786, 46.9697219828 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3228, "RouteIdentifier": "410", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.2103710587, 46.9691134856 ], [ -121.1674967694, 46.9781722496 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3229, "RouteIdentifier": "082", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3418776019, 46.2095624858 ], [ -119.3224569911, 46.1995501523 ], [ -119.2767500174, 46.1970146173 ], [ -119.2565858958, 46.1882981658 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3230, "RouteIdentifier": "285", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3248167693, 47.4409909149 ], [ -120.3362411853, 47.4550266445 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3231, "RouteIdentifier": "026", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7477078919, 46.8989696084 ], [ -119.6446041548, 46.89906961 ], [ -119.6184725877, 46.8939308682 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3232, "RouteIdentifier": "155", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9762561497, 48.135096529 ], [ -118.9780832374, 48.1620197263 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3233, "RouteIdentifier": "101", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3601967875, 48.1093444067 ], [ -123.355714051, 48.1030129375 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3234, "RouteIdentifier": "099", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3450935078, 47.7322891749 ], [ -122.3451133369, 47.7341530585 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3235, "RouteIdentifier": "021", "AADT": 300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5639273641, 46.9693979048 ], [ -118.5710608079, 46.9700238316 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3236, "RouteIdentifier": "270", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.054159283, 46.73844535 ], [ -117.0489497271, 46.7350588091 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3237, "RouteIdentifier": "099", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3178488457, 47.2898411383 ], [ -122.3134257955, 47.2979565948 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3238, "RouteIdentifier": "290", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3625630309, 47.6667062903 ], [ -117.361293531, 47.6674773757 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3239, "RouteIdentifier": "510", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7649510613, 47.0430902917 ], [ -122.7647638069, 47.0392228487 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3240, "RouteIdentifier": "082", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3200293789, 46.4169522648 ], [ -120.3038736838, 46.4140405564 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3241, "RouteIdentifier": "161", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3113887255, 47.2800166221 ], [ -122.3135126494, 47.2840032145 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3242, "RouteIdentifier": "510", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6929086258, 47.0122908625 ], [ -122.691647237, 47.0115068577 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3243, "RouteIdentifier": "011", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4751894509, 48.7143961658 ], [ -122.4744175105, 48.7139080205 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3244, "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2997979412, 47.4682860937 ], [ -120.3005913938, 47.4765744345 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3245, "RouteIdentifier": "005", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2374372336, 48.2352708759 ], [ -122.2456895186, 48.2439992336 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3246, "RouteIdentifier": "124", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2231220368, 46.277953835 ], [ -118.2202318761, 46.2679666309 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3247, "RouteIdentifier": "028", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9991848792, 47.2312647073 ], [ -119.9790240031, 47.2432862158 ], [ -119.9536791305, 47.233042477 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3248, "RouteIdentifier": "508", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.540197422, 46.6050020592 ], [ -122.4838497619, 46.6021253382 ], [ -122.4732795737, 46.6069408848 ], [ -122.4673707706, 46.6036301167 ], [ -122.4500625677, 46.6041140274 ], [ -122.4409160896, 46.6008817765 ], [ -122.4151954073, 46.5784671948 ], [ -122.4059420339, 46.576299297 ], [ -122.3424654966, 46.5855862749 ], [ -122.3033441932, 46.5641172674 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3249, "RouteIdentifier": "290", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3578020835, 47.6693777985 ], [ -117.3500629955, 47.6709209625 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3250, "RouteIdentifier": "397", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0800536366, 46.2333845599 ], [ -119.0824824346, 46.2383223812 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3251, "RouteIdentifier": "204", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1376831738, 47.9777063656 ], [ -122.1376928426, 47.9781939272 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3252, "RouteIdentifier": "003", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7050597877, 47.6433614356 ], [ -122.7045690526, 47.6571681504 ], [ -122.6927958127, 47.661573015 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3253, "RouteIdentifier": "507", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9543423418, 46.7162401177 ], [ -122.9531139031, 46.7191026108 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3254, "RouteIdentifier": "104COKNGSTN", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4975542478, 47.7988312911 ], [ -122.4984055596, 47.7996307337 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3255, "RouteIdentifier": "155", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0105057584, 47.9398197883 ], [ -119.0005313016, 47.9426815467 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3256, "RouteIdentifier": "090", "AADT": 102000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3664685234, 47.6539039945 ], [ -117.3473440936, 47.6538234455 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3257, "RouteIdentifier": "003", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6707470211, 47.5494494474 ], [ -122.6709875264, 47.5540420396 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3258, "RouteIdentifier": "702", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5540510049, 46.9380208301 ], [ -122.5417481504, 46.93783701 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3259, "RouteIdentifier": "002", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0801746668, 47.6417804378 ], [ -120.0767740067, 47.6417886706 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3260, "RouteIdentifier": "097", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1937187948, 47.6998534485 ], [ -120.1948130997, 47.7039806698 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3261, "RouteIdentifier": "026", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3084452289, 46.758407436 ], [ -118.3038957285, 46.7578975125 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3262, "RouteIdentifier": "020", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1354894847, 48.7101414512 ], [ -121.1220771925, 48.7109441126 ], [ -121.1150297344, 48.7073618219 ], [ -121.1093361213, 48.6954098047 ], [ -121.0998434043, 48.6894739435 ], [ -121.0945409463, 48.6918135397 ], [ -121.0962773257, 48.7095518988 ], [ -121.0828527337, 48.7097458743 ], [ -121.0780622172, 48.7166359531 ], [ -121.0562083367, 48.7288096268 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3263, "RouteIdentifier": "005", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9761197664, 46.7176133986 ], [ -122.9752113547, 46.7336230278 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3264, "RouteIdentifier": "512", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3637186054, 47.1582777108 ], [ -122.3478885514, 47.157627397 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3265, "RouteIdentifier": "005", "AADT": 119000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1839911758, 48.0494099826 ], [ -122.1844675978, 48.0584615787 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3266, "RouteIdentifier": "395", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4066398664, 47.7632226212 ], [ -117.4044843472, 47.7691968077 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3267, "RouteIdentifier": "020", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0611804157, 48.5291856242 ], [ -121.9951021272, 48.5298846785 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3268, "RouteIdentifier": "522", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3151264897, 47.6852564017 ], [ -122.3059209037, 47.6920504533 ], [ -122.3055000322, 47.6975803085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3269, "RouteIdentifier": "082", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.182959056, 46.3492095996 ], [ -120.1698660388, 46.3410315909 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3270, "RouteIdentifier": "102", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1777008261, 47.2523092089 ], [ -123.1595614502, 47.2522250859 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3271, "RouteIdentifier": "305", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.51414874, 47.6248548642 ], [ -122.5155441649, 47.6357793786 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3272, "RouteIdentifier": "202", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1611915713, 47.7452096371 ], [ -122.1523661986, 47.7330804139 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3273, "RouteIdentifier": "206", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3512461081, 47.7870908551 ], [ -117.3384306266, 47.7875972066 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3274, "RouteIdentifier": "009", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1027482966, 47.978079114 ], [ -122.1055377983, 47.9978871915 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3275, "RouteIdentifier": "410", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.036347956, 47.1580428725 ], [ -122.0342099984, 47.1595496539 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3276, "RouteIdentifier": "020", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6680924655, 48.3230367393 ], [ -119.6615285314, 48.3191457527 ], [ -119.629552896, 48.3205927715 ], [ -119.6172366357, 48.3298494085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3277, "RouteIdentifier": "109", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.92417003, 46.9825144102 ], [ -123.9501761308, 46.9833007241 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3278, "RouteIdentifier": "097", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4622475833, 48.9998737464 ], [ -119.4638532324, 49.0000867262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3279, "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0241669698, 46.4325560871 ], [ -119.0175921586, 46.4482685616 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3280, "RouteIdentifier": "002", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1479862888, 47.6503824795 ], [ -120.1271739213, 47.6633503955 ], [ -120.1265553381, 47.657244559 ], [ -120.1204618275, 47.6534221606 ], [ -120.0801746668, 47.6417804378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3281, "RouteIdentifier": "020SPANACRT", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.612637467, 48.5100800768 ], [ -122.6126173187, 48.5117929838 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3282, "RouteIdentifier": "100", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0631995935, 46.2983588775 ], [ -124.0561354019, 46.2902587967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3283, "RouteIdentifier": "012", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5943463684, 46.6386317502 ], [ -120.5818052442, 46.629370911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3284, "RouteIdentifier": "524SP3RDAVE", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3802638858, 47.8059839555 ], [ -122.3802579386, 47.804112396 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3285, "RouteIdentifier": "012", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1563756705, 46.5189965757 ], [ -122.1144886609, 46.5370987947 ], [ -122.0753610512, 46.5476298644 ], [ -122.0066412409, 46.5359150399 ], [ -121.9865919137, 46.5386883542 ], [ -121.9572975987, 46.5353534207 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3286, "RouteIdentifier": "020", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6260671635, 48.3402015788 ], [ -122.6126424216, 48.3479609208 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3287, "RouteIdentifier": "141SPUNDRWD", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5197147624, 45.7571184025 ], [ -121.5176267241, 45.7510393509 ], [ -121.5237581372, 45.7438284052 ], [ -121.5209883629, 45.728362545 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3288, "RouteIdentifier": "174", "AADT": 730 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0445267647, 47.980223996 ], [ -119.0128652831, 47.9734162413 ], [ -119.0033625218, 47.9639235084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3289, "RouteIdentifier": "002", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1885742414, 47.9807304066 ], [ -122.188128621, 47.9807982931 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3290, "RouteIdentifier": "507", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6057120793, 46.9414897752 ], [ -122.593279583, 46.934769492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3291, "RouteIdentifier": "090", "AADT": 126000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2940286061, 47.590082601 ], [ -122.2539138096, 47.5892523535 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3292, "RouteIdentifier": "169", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0194447706, 47.3543865463 ], [ -122.0202766541, 47.3583922895 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3293, "RouteIdentifier": "017", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2567131133, 47.1164713022 ], [ -119.2567735413, 47.1311262985 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3294, "RouteIdentifier": "103", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0548732503, 46.3323172772 ], [ -124.054617725, 46.3453645423 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3295, "RouteIdentifier": "505", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8478874183, 46.4418799904 ], [ -122.8408960953, 46.4378300484 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3296, "RouteIdentifier": "082", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3600450664, 46.2396584936 ], [ -119.3509475564, 46.221897885 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3297, "RouteIdentifier": "002", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6754291602, 47.8437264887 ], [ -121.6542540009, 47.8363873413 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3298, "RouteIdentifier": "097", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6636624539, 48.1604813241 ], [ -119.6696000423, 48.1820762782 ], [ -119.713417765, 48.2196444485 ], [ -119.7243645351, 48.2458410328 ], [ -119.7212000555, 48.2626191576 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3299, "RouteIdentifier": "397", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0298502289, 46.1536456355 ], [ -119.0341737891, 46.1565283618 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3300, "RouteIdentifier": "516", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1281070641, 47.3580335124 ], [ -122.1254159669, 47.3580621765 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3301, "RouteIdentifier": "203", "AADT": 9800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9810154345, 47.7012895486 ], [ -121.9842126941, 47.7093339084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3302, "RouteIdentifier": "542", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4638096383, 48.7709035452 ], [ -122.4626339661, 48.7713428245 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3303, "RouteIdentifier": "548", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7516443954, 48.9896016788 ], [ -122.7520415456, 48.9961053398 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3304, "RouteIdentifier": "005HD15463", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2667315548, 47.4648600499 ], [ -122.2643040212, 47.455548918 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3305, "RouteIdentifier": "104", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3487077695, 47.7814262958 ], [ -122.338699596, 47.7777824155 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3306, "RouteIdentifier": "411", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9199492819, 46.1384787271 ], [ -122.9165979703, 46.1447449432 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3307, "RouteIdentifier": "167", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2900662647, 47.2038050564 ], [ -122.2839041915, 47.2030418132 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3308, "RouteIdentifier": "016", "AADT": 70000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.558955585, 47.2752600707 ], [ -122.5604385799, 47.2858209621 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3309, "RouteIdentifier": "395", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4074639212, 47.8123509195 ], [ -117.4189635614, 47.8314948096 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3310, "RouteIdentifier": "020", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.804791347, 48.5147408998 ], [ -117.7309310756, 48.5140766628 ], [ -117.7123099829, 48.5025346103 ], [ -117.6930399694, 48.5196228035 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3311, "RouteIdentifier": "025", "AADT": 550 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1360883381, 48.2791408008 ], [ -118.1492755058, 48.3030819249 ], [ -118.1468751595, 48.3068128255 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3312, "RouteIdentifier": "411", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.925898762, 46.1234239447 ], [ -122.9228006992, 46.1347958394 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3313, "RouteIdentifier": "534", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2954733672, 48.3369797762 ], [ -122.2917893864, 48.3357459775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3314, "RouteIdentifier": "290", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3500629955, 47.6709209625 ], [ -117.3468192298, 47.6709658181 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3315, "RouteIdentifier": "005", "AADT": 69000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9303556413, 46.9761338415 ], [ -122.920784729, 46.9880445401 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3316, "RouteIdentifier": "005RL005EXP", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3224725894, 47.655393277 ], [ -122.3220411659, 47.6652612865 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3317, "RouteIdentifier": "172", "AADT": 360 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6419803649, 47.815343803 ], [ -119.6399303545, 47.813732472 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3318, "RouteIdentifier": "171", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2911115679, 47.1240365899 ], [ -119.289772823, 47.1254917575 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3319, "RouteIdentifier": "005", "AADT": 123000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7090034211, 47.0697237816 ], [ -122.6757381114, 47.0813300502 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3320, "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.45450523, 47.5207872011 ], [ -120.4282769273, 47.5058028204 ], [ -120.4193833846, 47.4918919015 ], [ -120.4098706126, 47.4855387729 ], [ -120.3692193944, 47.4758683659 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3321, "RouteIdentifier": "500", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4026413273, 45.5856862701 ], [ -122.3997578511, 45.5841944043 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3322, "RouteIdentifier": "017", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0868227043, 46.7395693677 ], [ -119.1283965501, 46.7547549812 ], [ -119.1339570633, 46.7636604311 ], [ -119.1343073841, 46.7823988651 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3323, "RouteIdentifier": "169", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0209265407, 47.3613941171 ], [ -122.0237569069, 47.3733367643 ], [ -122.0334896745, 47.3838222996 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3324, "RouteIdentifier": "527", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2074577992, 47.821711911 ], [ -122.2158884218, 47.8443983695 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3325, "RouteIdentifier": "002", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.2314445716, 47.7181510912 ], [ -121.1535414241, 47.7117866081 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3326, "RouteIdentifier": "167", "AADT": 130000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2446858124, 47.3297219858 ], [ -122.2446131424, 47.3498974886 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3327, "RouteIdentifier": "020", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8743970818, 48.5473938298 ], [ -117.8572715742, 48.5473213018 ], [ -117.8460715424, 48.5415018691 ], [ -117.826594003, 48.539435667 ], [ -117.8225853934, 48.534895129 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3328, "RouteIdentifier": "548", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6025149847, 48.8920541634 ], [ -122.6040527531, 48.8920780487 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3329, "RouteIdentifier": "122", "AADT": 740 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.565213602, 46.5434407828 ], [ -122.5476099457, 46.5481464139 ], [ -122.5335953997, 46.5573604122 ], [ -122.5226130373, 46.5528220874 ], [ -122.4976698793, 46.5583568324 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3330, "RouteIdentifier": "125", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.356443458, 46.0771858995 ], [ -118.3569757559, 46.0850910738 ], [ -118.3672015566, 46.0864838173 ], [ -118.3712410754, 46.1000850053 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3331, "RouteIdentifier": "241", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0027133993, 46.2121666208 ], [ -120.0009880199, 46.2136750464 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3332, "RouteIdentifier": "027", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.235609286, 47.1247339542 ], [ -117.2426019261, 47.1282451493 ], [ -117.2426281993, 47.1322797485 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3333, "RouteIdentifier": "503", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5476135901, 45.7518906262 ], [ -122.5472598635, 45.7589462816 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3334, "RouteIdentifier": "530", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1437081841, 48.18863098 ], [ -122.1370320197, 48.1971826047 ], [ -122.1294755917, 48.1987611119 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3335, "RouteIdentifier": "527", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2145371798, 47.794421606 ], [ -122.2120593513, 47.7984747561 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3336, "RouteIdentifier": "150", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0356242216, 47.8496165293 ], [ -120.0277101274, 47.8474213611 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3337, "RouteIdentifier": "101COABERDN", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8824654132, 46.9762996857 ], [ -123.8542222764, 46.9751663099 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3338, "RouteIdentifier": "005", "AADT": 192000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3761260037, 47.2404869197 ], [ -122.3632090748, 47.2405896685 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3339, "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6469511117, 48.3911357861 ], [ -122.6446295806, 48.4078455473 ], [ -122.6491078895, 48.4120594291 ], [ -122.6442962662, 48.4167133772 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3340, "RouteIdentifier": "101", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1729427957, 48.0794522238 ], [ -123.1566785185, 48.0769008073 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3341, "RouteIdentifier": "021", "AADT": 210 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5472933615, 46.8097314034 ], [ -118.5469762937, 46.8696432609 ], [ -118.5691269289, 46.8875794467 ], [ -118.5671299854, 46.9387620133 ], [ -118.560421084, 46.9671994532 ], [ -118.5639273641, 46.9693979048 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3342, "RouteIdentifier": "903", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0029911997, 47.22593134 ], [ -121.0142157637, 47.2278486397 ], [ -121.0266377118, 47.2381146494 ], [ -121.0376452727, 47.2410571348 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3343, "RouteIdentifier": "007", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4340414925, 47.2209096911 ], [ -122.4340520373, 47.2230930942 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3344, "RouteIdentifier": "020", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7391181737, 48.6476256888 ], [ -118.7380382951, 48.6477058434 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3345, "RouteIdentifier": "160", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6342473786, 47.5049271741 ], [ -122.6314890754, 47.5049287108 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3346, "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8957472001, 48.038517837 ], [ -119.9013270478, 48.0482824988 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3347, "RouteIdentifier": "101", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0541413502, 48.0609123727 ], [ -123.0317850249, 48.0444695397 ], [ -123.0308034821, 48.0385584263 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3348, "RouteIdentifier": "027", "AADT": 560 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1722002227, 47.1818280167 ], [ -117.1403329492, 47.1963834582 ], [ -117.1115675348, 47.1932573716 ], [ -117.097512456, 47.1960429801 ], [ -117.0740899923, 47.2211975001 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3349, "RouteIdentifier": "155", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5217331431, 48.4069900346 ], [ -119.5217501674, 48.4051129342 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3350, "RouteIdentifier": "097AR", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9981202664, 47.8393603968 ], [ -119.9735363079, 47.8450645396 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3351, "RouteIdentifier": "167", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2839041915, 47.2030418132 ], [ -122.2673512221, 47.2007333641 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3352, "RouteIdentifier": "005", "AADT": 137000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8983905827, 47.0254310319 ], [ -122.8880451706, 47.0349627247 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3353, "RouteIdentifier": "530", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1213708923, 48.2002565193 ], [ -122.1170200605, 48.2084489517 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3354, "RouteIdentifier": "509", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3243406744, 47.397956274 ], [ -122.3247753913, 47.4057300867 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3355, "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8700407404, 47.2331134363 ], [ -119.869200631, 47.2331168365 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3356, "RouteIdentifier": "395", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1588244536, 46.2022230907 ], [ -119.1588003107, 46.2077511977 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3357, "RouteIdentifier": "028", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2975047463, 47.4351022237 ], [ -120.2975325983, 47.4333562129 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3358, "RouteIdentifier": "009", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1014661015, 47.9532966926 ], [ -122.1024989284, 47.9747837779 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3359, "RouteIdentifier": "002", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8766375645, 47.6695099085 ], [ -117.8632239331, 47.6690209762 ], [ -117.8204632094, 47.6577245072 ], [ -117.7893280679, 47.6441586933 ], [ -117.77648464, 47.643593498 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3360, "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3375995228, 47.1039064442 ], [ -119.325419947, 47.1032121332 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3361, "RouteIdentifier": "507", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.563890205, 46.9320426175 ], [ -122.5592550475, 46.9339839558 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3362, "RouteIdentifier": "023", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5754644577, 47.0918016783 ], [ -117.5851724439, 47.0928828595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3363, "RouteIdentifier": "101", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9142967877, 47.0151102563 ], [ -123.9223395487, 47.0316557254 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3364, "RouteIdentifier": "009", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2364699855, 48.4678814769 ], [ -122.2465744052, 48.4914276823 ], [ -122.2470226925, 48.5030308196 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3365, "RouteIdentifier": "097", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4373980431, 48.7072992033 ], [ -119.4371558585, 48.7076989882 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3366, "RouteIdentifier": "161", "AADT": 720 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2666996294, 46.8629061998 ], [ -122.2667035384, 46.8634865679 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3367, "RouteIdentifier": "509", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3730388085, 47.247348751 ], [ -122.3597169341, 47.2569450563 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3368, "RouteIdentifier": "101", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4611381511, 48.1069352467 ], [ -123.4439905727, 48.1073916924 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3369, "RouteIdentifier": "516", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1761180844, 47.3631667878 ], [ -122.1654405965, 47.3580279441 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3370, "RouteIdentifier": "100", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0447225968, 46.3088719536 ], [ -124.0487521206, 46.3101897606 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3371, "RouteIdentifier": "099", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3119901397, 47.333987546 ], [ -122.3120440183, 47.335872344 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3372, "RouteIdentifier": "509", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3933590552, 47.3223798088 ], [ -122.3924369341, 47.3216137304 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3373, "RouteIdentifier": "097AR", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3207059196, 47.4808771816 ], [ -120.3133639391, 47.4952529972 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3374, "RouteIdentifier": "082", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5110653789, 46.970805679 ], [ -120.5070572661, 46.9588101485 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3375, "RouteIdentifier": "101", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3854064267, 47.9516809103 ], [ -124.3854508575, 47.9541150576 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3376, "RouteIdentifier": "503", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5526401143, 45.7079886815 ], [ -122.552276004, 45.7299131095 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3377, "RouteIdentifier": "020", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7340738301, 48.6404765011 ], [ -118.7302441008, 48.641839496 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3378, "RouteIdentifier": "016", "AADT": 136000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4722108146, 47.2351167316 ], [ -122.482796616, 47.2349767545 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3379, "RouteIdentifier": "005", "AADT": 65000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9726938016, 46.7033062755 ], [ -122.9761197664, 46.7176133986 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3380, "RouteIdentifier": "302SPPURDY", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6261095677, 47.3846980617 ], [ -122.6260927168, 47.3890549862 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3381, "RouteIdentifier": "510SPYELMLP", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6325310381, 46.9646197548 ], [ -122.6268938205, 46.9614926076 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3382, "RouteIdentifier": "002", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0634672167, 47.6491812786 ], [ -120.0621815719, 47.6491753159 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3383, "RouteIdentifier": "202", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.12152933, 47.6738932335 ], [ -122.118861794, 47.6731312949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3384, "RouteIdentifier": "090", "AADT": 106000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2740595055, 47.6747650499 ], [ -117.2564882876, 47.6744377468 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3385, "RouteIdentifier": "527", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2120593513, 47.7984747561 ], [ -122.2108693497, 47.8004619779 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3386, "RouteIdentifier": "027", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0769824862, 46.9108621348 ], [ -117.0799320523, 46.9114350689 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3387, "RouteIdentifier": "016", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6997242328, 47.5273550716 ], [ -122.6974328926, 47.5290055297 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3388, "RouteIdentifier": "028", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.561131671, 47.3075520766 ], [ -119.5605106245, 47.308418187 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3389, "RouteIdentifier": "003", "AADT": 81000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6974328926, 47.5290055297 ], [ -122.6759314616, 47.5414115006 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3390, "RouteIdentifier": "173", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6684791314, 48.0046240362 ], [ -119.6765472999, 48.0110069203 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3391, "RouteIdentifier": "099", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3074304764, 47.3616303229 ], [ -122.3012698346, 47.3733093484 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3392, "RouteIdentifier": "101", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0867809993, 47.0992170671 ], [ -123.0824021199, 47.0918214053 ], [ -123.0718667587, 47.0910580253 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3393, "RouteIdentifier": "090", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6756358928, 47.096990195 ], [ -118.6564062372, 47.0966738492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3394, "RouteIdentifier": "090", "AADT": 106000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3059533997, 47.6666196591 ], [ -117.2905265819, 47.6724838661 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3395, "RouteIdentifier": "903", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9462399136, 47.1968530327 ], [ -120.9809250496, 47.2078375727 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3396, "RouteIdentifier": "005", "AADT": 171000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.32907164, 47.6943145242 ], [ -122.3295502762, 47.7047809866 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3397, "RouteIdentifier": "291", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5692400943, 47.8125064907 ], [ -117.5783351988, 47.8151367824 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3398, "RouteIdentifier": "020", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7706871351, 48.109957957 ], [ -122.7693087634, 48.1100024605 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3399, "RouteIdentifier": "410", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5963308595, 47.1073463507 ], [ -121.5851623994, 47.0923339805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3400, "RouteIdentifier": "101", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9094874642, 47.0217506114 ], [ -122.9056444809, 47.0217112789 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3401, "RouteIdentifier": "215", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5835757391, 48.3616001759 ], [ -119.5813873763, 48.3633416819 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3402, "RouteIdentifier": "101", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1406582023, 47.4063958443 ], [ -123.1413008619, 47.4050125018 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3403, "RouteIdentifier": "173", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7808845315, 48.0899344903 ], [ -119.7809433235, 48.1019970336 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3404, "RouteIdentifier": "007", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2751954315, 46.5570314235 ], [ -122.2752434827, 46.5583246063 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3405, "RouteIdentifier": "012", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8123515795, 46.9758626922 ], [ -123.8089625952, 46.9762253006 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3406, "RouteIdentifier": "016", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6624695676, 47.5269884954 ], [ -122.6824612226, 47.5278472097 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3407, "RouteIdentifier": "097", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6306952505, 47.5117651765 ], [ -120.6179840298, 47.5420496525 ], [ -120.6040808647, 47.5533601555 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3408, "RouteIdentifier": "500", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3997578511, 45.5841944043 ], [ -122.3985480747, 45.5841573262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3409, "RouteIdentifier": "507", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8586860494, 46.8548429235 ], [ -122.8482332243, 46.8586162126 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3410, "RouteIdentifier": "028", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0718463794, 47.3150765031 ], [ -120.0677060263, 47.3008399269 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3411, "RouteIdentifier": "539", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4860125357, 48.8005515797 ], [ -122.4860492264, 48.8043084991 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3412, "RouteIdentifier": "016", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6498450788, 47.5081639767 ], [ -122.6624695676, 47.5269884954 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3413, "RouteIdentifier": "307", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6399785669, 47.7561660923 ], [ -122.6261548579, 47.7579682585 ], [ -122.6124487235, 47.7661835383 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3414, "RouteIdentifier": "542", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4302739529, 48.7826189223 ], [ -122.4251466525, 48.7865571974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3415, "RouteIdentifier": "241", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9783785412, 46.3052986594 ], [ -119.9785905771, 46.3125656122 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3416, "RouteIdentifier": "150", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.988693195, 47.8318583594 ], [ -119.9823239969, 47.8274002482 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3417, "RouteIdentifier": "705", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4345227013, 47.2433241411 ], [ -122.4352497488, 47.247047007 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3418, "RouteIdentifier": "397", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.077331005, 46.1940733709 ], [ -119.0858231048, 46.1966150682 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3419, "RouteIdentifier": "182", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2279364121, 46.2727922262 ], [ -119.2095736808, 46.2738751293 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3420, "RouteIdentifier": "018", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3178488457, 47.2898411383 ], [ -122.3135246441, 47.2896891115 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3421, "RouteIdentifier": "534", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3349820374, 48.3411737625 ], [ -122.3335812302, 48.341165856 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3422, "RouteIdentifier": "524", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2072319883, 47.8094477645 ], [ -122.2010578056, 47.8100663059 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3423, "RouteIdentifier": "012", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4042122878, 46.6342410524 ], [ -121.3526072751, 46.656816854 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3424, "RouteIdentifier": "131", "AADT": 250 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9527847195, 46.5056599317 ], [ -121.9535543166, 46.5073208118 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3425, "RouteIdentifier": "240", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6166058605, 46.5023813913 ], [ -119.4960911537, 46.4454935227 ], [ -119.4508754515, 46.408809451 ], [ -119.4365304918, 46.3912099912 ], [ -119.4226493275, 46.383209281 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3426, "RouteIdentifier": "099COTUNNEL", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3438028842, 47.6246441895 ], [ -122.3449275043, 47.6170721864 ], [ -122.3364121007, 47.6028461051 ], [ -122.3366560906, 47.5916921726 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3427, "RouteIdentifier": "305", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6391820613, 47.7464774496 ], [ -122.6456845104, 47.7518428642 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3428, "RouteIdentifier": "303", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6311588032, 47.5832738305 ], [ -122.6298307615, 47.5875749972 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3429, "RouteIdentifier": "009", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1063755906, 48.0032207303 ], [ -122.1069288247, 48.0063280675 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3430, "RouteIdentifier": "260", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8714816681, 46.6542060226 ], [ -118.8614321809, 46.652330978 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3431, "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3829623596, 46.8459444194 ], [ -120.3719971108, 46.837063334 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3432, "RouteIdentifier": "090", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4399901193, 47.1039813699 ], [ -119.3554512716, 47.1039652908 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3433, "RouteIdentifier": "027", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2398112843, 47.6571200997 ], [ -117.2397947306, 47.6583760906 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3434, "RouteIdentifier": "101", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9223395487, 47.0316557254 ], [ -123.92729038, 47.0572059596 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3435, "RouteIdentifier": "101", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.990036615, 47.602916964 ], [ -123.0184137758, 47.5633683425 ], [ -123.0326396214, 47.5528390438 ], [ -123.0434763305, 47.5508843024 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3436, "RouteIdentifier": "501", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6770752412, 45.6327721391 ], [ -122.6833369779, 45.6328269221 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3437, "RouteIdentifier": "206", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2128688346, 47.8047418564 ], [ -117.2151570287, 47.8163391381 ], [ -117.2093060077, 47.8264252345 ], [ -117.202021796, 47.8299990291 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3438, "RouteIdentifier": "101", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8820241615, 47.968795396 ], [ -122.8828899247, 47.9544833493 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3439, "RouteIdentifier": "508", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7173359337, 46.5756310576 ], [ -122.7046470526, 46.5756017902 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3440, "RouteIdentifier": "020", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3146309013, 48.3944502706 ], [ -117.3047886437, 48.3742846879 ], [ -117.3044608349, 48.3394634583 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3441, "RouteIdentifier": "009", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1285221878, 48.1877057823 ], [ -122.1294755917, 48.1987611119 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3442, "RouteIdentifier": "005", "AADT": 153000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1992457496, 47.9616091692 ], [ -122.1976360012, 47.9682783923 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3443, "RouteIdentifier": "014", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9750135429, 45.6406654273 ], [ -121.9427830991, 45.6519065923 ], [ -121.9293820456, 45.6481653356 ], [ -121.9186778089, 45.6533510839 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3444, "RouteIdentifier": "021", "AADT": 550 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6922310931, 47.3333156666 ], [ -118.6889327532, 47.3381121478 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3445, "RouteIdentifier": "409", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3774493287, 46.1875902746 ], [ -123.3857452066, 46.1923877924 ], [ -123.3830261382, 46.2040132418 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3446, "RouteIdentifier": "500", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.505932908, 45.6721730664 ], [ -122.5018408354, 45.6721275722 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3447, "RouteIdentifier": "270", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1800952459, 46.7289180943 ], [ -117.1781385805, 46.7289018557 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3448, "RouteIdentifier": "509", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3548548851, 47.3236743586 ], [ -122.3473241981, 47.3305148272 ], [ -122.332027696, 47.3318236437 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3449, "RouteIdentifier": "501", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7438998103, 45.6694309117 ], [ -122.757700882, 45.6667941909 ], [ -122.7613328587, 45.6812652178 ], [ -122.7620622456, 45.6936966786 ], [ -122.7542852587, 45.7237947042 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3450, "RouteIdentifier": "155", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9793695341, 48.1656172167 ], [ -118.9854808281, 48.1713371337 ], [ -118.9892362024, 48.1913503797 ], [ -119.0154620195, 48.2099485026 ], [ -119.0346314742, 48.2143557736 ], [ -119.0414640789, 48.2225825553 ], [ -119.0821942308, 48.2357612309 ], [ -119.1250519203, 48.2387808307 ], [ -119.1361957578, 48.2445156021 ], [ -119.1441751598, 48.2720805565 ], [ -119.1341101995, 48.3012910934 ], [ -119.1526832951, 48.3146161547 ], [ -119.1529967173, 48.3254735625 ], [ -119.1585253129, 48.3325449322 ], [ -119.1751984327, 48.3392715776 ], [ -119.198188019, 48.3557743229 ], [ -119.235022948, 48.3647323247 ], [ -119.3957608493, 48.3747968182 ], [ -119.4406634454, 48.3884548136 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3451, "RouteIdentifier": "020", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1928315035, 48.4779351239 ], [ -120.1900642724, 48.4775740271 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3452, "RouteIdentifier": "002", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3472122709, 47.8244633117 ], [ -117.3538626087, 47.8381496765 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3453, "RouteIdentifier": "410", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1171685745, 47.1658351362 ], [ -122.1144319865, 47.165563315 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3454, "RouteIdentifier": "902", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6629212073, 47.5817195825 ], [ -117.6112069286, 47.5946127869 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3455, "RouteIdentifier": "016", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5307884494, 47.2588581959 ], [ -122.5427971587, 47.2623098139 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3456, "RouteIdentifier": "101", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9384879591, 47.6412968212 ], [ -122.9461661794, 47.6306520624 ], [ -122.9594204625, 47.6280408601 ], [ -122.9572422363, 47.6249005791 ], [ -122.9810519598, 47.6160578938 ], [ -122.9862005621, 47.609617512 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3457, "RouteIdentifier": "525", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2849614715, 47.889952125 ], [ -122.2913576024, 47.8992527084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3458, "RouteIdentifier": "522", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1940460846, 47.7553536407 ], [ -122.1913304565, 47.7557202808 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3459, "RouteIdentifier": "516", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1615500081, 47.3579926973 ], [ -122.1407097927, 47.3580025547 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3460, "RouteIdentifier": "203", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9842126941, 47.7093339084 ], [ -121.9862032678, 47.7229006915 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3461, "RouteIdentifier": "504", "AADT": 840 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6200459422, 46.3718240773 ], [ -122.6135193095, 46.3732221214 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3462, "RouteIdentifier": "501", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7026610905, 45.8155477016 ], [ -122.6904808118, 45.8157027044 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3463, "RouteIdentifier": "101", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0124274602, 47.0563166427 ], [ -123.0095625837, 47.0558186162 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3464, "RouteIdentifier": "082", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3324665654, 45.9393404761 ], [ -119.3287580518, 45.9316181166 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3465, "RouteIdentifier": "395", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.985089341, 46.5732225177 ], [ -118.9566975233, 46.5929642283 ], [ -118.9274458263, 46.6018334943 ], [ -118.856430317, 46.646165675 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3466, "RouteIdentifier": "012", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5460838145, 46.6830305932 ], [ -121.5156698827, 46.6719110445 ], [ -121.4883598873, 46.6693033481 ], [ -121.4496767451, 46.6361915585 ], [ -121.4443639435, 46.6247082632 ], [ -121.4042122878, 46.6342410524 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3467, "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1938148872, 47.2533046274 ], [ -121.1832082778, 47.2443206311 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3468, "RouteIdentifier": "008", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1112802946, 47.0325956026 ], [ -123.0967671874, 47.0341238279 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3469, "RouteIdentifier": "411", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9218771342, 46.2762832574 ], [ -122.9073058758, 46.275376903 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3470, "RouteIdentifier": "241", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9992119183, 46.2864963221 ], [ -119.9990847026, 46.3019803085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3471, "RouteIdentifier": "167", "AADT": 127000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2214808618, 47.4035987998 ], [ -122.2202025787, 47.4072374973 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3472, "RouteIdentifier": "092", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9904268316, 48.0866632894 ], [ -121.9801847421, 48.0911670151 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3473, "RouteIdentifier": "101", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1457654709, 47.2521210376 ], [ -123.1320219502, 47.2363423355 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3474, "RouteIdentifier": "026", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3038957285, 46.7578975125 ], [ -118.226642999, 46.7417055801 ], [ -118.2054032125, 46.7447486856 ], [ -118.1732608373, 46.756869523 ], [ -118.1532014075, 46.7691930635 ], [ -118.1296213053, 46.7680723413 ], [ -118.0927817262, 46.7803397001 ], [ -118.0482580436, 46.7753326706 ], [ -118.0239734671, 46.7645457326 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3475, "RouteIdentifier": "195", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.354064457, 47.0058824451 ], [ -117.3616814048, 47.0290559539 ], [ -117.3802689604, 47.0508567122 ], [ -117.3831396249, 47.0764132167 ], [ -117.378854292, 47.0964231841 ], [ -117.3800291539, 47.1741955658 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3476, "RouteIdentifier": "097SPORONDO", "AADT": 240 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.228042091, 47.6277888618 ], [ -120.2227369424, 47.6269803184 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3477, "RouteIdentifier": "409", "AADT": 150 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3777122398, 46.153926303 ], [ -123.3770778203, 46.155161435 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3478, "RouteIdentifier": "014", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8853526517, 45.6928459455 ], [ -121.8772638059, 45.6967885603 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3479, "RouteIdentifier": "129SP6THST", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0455743548, 46.418180045 ], [ -117.045583721, 46.4199358176 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3480, "RouteIdentifier": "539", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4860962019, 48.7836284125 ], [ -122.4860786255, 48.7843780074 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3481, "RouteIdentifier": "022", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3200450577, 46.3702712669 ], [ -120.3149587825, 46.3677298266 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3482, "RouteIdentifier": "082", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2021936567, 46.1479617048 ], [ -119.2023511627, 46.1347113914 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3483, "RouteIdentifier": "538", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2891848021, 48.4355524149 ], [ -122.2671353579, 48.4299276122 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3484, "RouteIdentifier": "167", "AADT": 93000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2546724797, 47.2425035856 ], [ -122.2559001868, 47.2460061029 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3485, "RouteIdentifier": "904", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5759657586, 47.4868903381 ], [ -117.5754010062, 47.4873552206 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3486, "RouteIdentifier": "006", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0786692359, 46.6270297677 ], [ -123.0644490268, 46.6269757944 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3487, "RouteIdentifier": "004", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9961129273, 46.1618451049 ], [ -122.9876095018, 46.1576443082 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3488, "RouteIdentifier": "090", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8977278871, 47.1804239536 ], [ -120.8726143169, 47.1638584395 ], [ -120.8239451755, 47.1552275616 ], [ -120.7990004612, 47.1178706255 ], [ -120.7830173029, 47.1120217119 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3489, "RouteIdentifier": "020", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6247422202, 48.5816115228 ], [ -120.6012081348, 48.5966187591 ], [ -120.5895452075, 48.5986625905 ], [ -120.5331599851, 48.5993765517 ], [ -120.511770525, 48.5910610484 ], [ -120.4841673108, 48.5868442115 ], [ -120.4550821729, 48.5962101881 ], [ -120.4360496304, 48.597849873 ], [ -120.3929476235, 48.5798058288 ], [ -120.3665628256, 48.5612770736 ], [ -120.3389607734, 48.5486028042 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3490, "RouteIdentifier": "163", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5157406775, 47.2908042195 ], [ -122.5156731861, 47.2981065252 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3491, "RouteIdentifier": "240", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.302112785, 46.3183716498 ], [ -119.2938084119, 46.3141920165 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3492, "RouteIdentifier": "211", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2845754339, 48.2812765736 ], [ -117.2839019256, 48.3051822196 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3493, "RouteIdentifier": "272", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0677994513, 46.9127572907 ], [ -117.0547386882, 46.9253808035 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3494, "RouteIdentifier": "009", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143389182, 48.2246779017 ], [ -122.1587937139, 48.2389534668 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3495, "RouteIdentifier": "012", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6041932764, 46.4748995993 ], [ -117.5915790813, 46.4740027276 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3496, "RouteIdentifier": "027", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1809848194, 46.7306947672 ], [ -117.179623886, 46.7323956011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3497, "RouteIdentifier": "026", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2181964942, 46.8141634951 ], [ -119.2078614274, 46.8115731743 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3498, "RouteIdentifier": "290", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3916711004, 47.6542957701 ], [ -117.3949918933, 47.6575846328 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3499, "RouteIdentifier": "017", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1343129277, 46.818765882 ], [ -119.1333443494, 46.8263220149 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3500, "RouteIdentifier": "182", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2095736808, 46.2738751293 ], [ -119.1895052521, 46.2676902573 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3501, "RouteIdentifier": "101", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8143955605, 46.9760348973 ], [ -123.8155189414, 46.9754642319 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3502, "RouteIdentifier": "005", "AADT": 170000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2710239707, 47.4775799592 ], [ -122.2663296776, 47.4869149652 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3503, "RouteIdentifier": "105", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8025700515, 46.9620278945 ], [ -123.8023983763, 46.9678877123 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3504, "RouteIdentifier": "110SPMORA", "AADT": 800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.5344288985, 47.9127912202 ], [ -124.538034814, 47.9138188412 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3505, "RouteIdentifier": "508", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2876908004, 46.5629051119 ], [ -122.2857890361, 46.5613718886 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3506, "RouteIdentifier": "906", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4155325399, 47.4269333661 ], [ -121.4158570632, 47.425849765 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3507, "RouteIdentifier": "005", "AADT": 125000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5479047169, 47.1238498878 ], [ -122.5362836535, 47.1307921694 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3508, "RouteIdentifier": "292", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6367704982, 48.0627193371 ], [ -117.6217227567, 48.0596769549 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3509, "RouteIdentifier": "405", "AADT": 128000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2002742877, 47.4803239853 ], [ -122.1922736805, 47.4901260728 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3510, "RouteIdentifier": "104", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3137091087, 47.7773380757 ], [ -122.3091430991, 47.7743773963 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3511, "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3357219408, 48.4717196536 ], [ -122.3356088428, 48.4755713741 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3512, "RouteIdentifier": "101", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0058226032, 46.3220376768 ], [ -124.0215352259, 46.3175795065 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3513, "RouteIdentifier": "500", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5063250059, 45.6848578255 ], [ -122.5059632705, 45.6819748617 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3514, "RouteIdentifier": "012", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1377253327, 46.2707786892 ], [ -118.1238524112, 46.2737500843 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3515, "RouteIdentifier": "026", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5056679509, 46.8329591528 ], [ -117.4900970503, 46.8410354631 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3516, "RouteIdentifier": "007", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434250602, 47.1554309896 ], [ -122.4342002903, 47.1593449432 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3517, "RouteIdentifier": "101", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9507202106, 48.050275 ], [ -122.9489928608, 48.0502722096 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3518, "RouteIdentifier": "124", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0126506285, 46.2084245812 ], [ -119.0078943102, 46.2117237268 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3519, "RouteIdentifier": "020", "AADT": 850 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6727169645, 48.1593548477 ], [ -122.672541743, 48.1597721166 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3520, "RouteIdentifier": "005", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.904494363, 46.6021302692 ], [ -122.9111972398, 46.6100100981 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3521, "RouteIdentifier": "012", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.007921493, 46.8026940324 ], [ -123.0066964764, 46.8028020636 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3522, "RouteIdentifier": "101", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3854225052, 47.9505814332 ], [ -124.3854064267, 47.9516809103 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3523, "RouteIdentifier": "285", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2903351251, 47.4089009481 ], [ -120.2943489103, 47.4098769599 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3524, "RouteIdentifier": "172", "AADT": 200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.636809987, 47.8116079214 ], [ -119.63597552, 47.8120676338 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3525, "RouteIdentifier": "240", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3168183585, 46.3257612363 ], [ -119.302112785, 46.3183716498 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3526, "RouteIdentifier": "011", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5021999805, 48.71608606 ], [ -122.502234449, 48.7176604348 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3527, "RouteIdentifier": "432", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0261661571, 46.1622220249 ], [ -123.0182415473, 46.1554301629 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3528, "RouteIdentifier": "525", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3522945196, 47.9747750631 ], [ -122.3555721402, 47.978279434 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3529, "RouteIdentifier": "291", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4957696028, 47.7261247472 ], [ -117.5075451443, 47.7371619655 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3530, "RouteIdentifier": "005", "AADT": 213000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2828043572, 47.4234223225 ], [ -122.2747094226, 47.4287124851 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3531, "RouteIdentifier": "502", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6672617257, 45.779820175 ], [ -122.6617016336, 45.7795054863 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3532, "RouteIdentifier": "405", "AADT": 150000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.204514745, 47.471240198 ], [ -122.2035861347, 47.4751805773 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3533, "RouteIdentifier": "012", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2420963329, 46.1031326564 ], [ -118.2049176459, 46.123542948 ], [ -118.1579964315, 46.1391116684 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3534, "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9550744316, 46.6440853642 ], [ -122.9670970658, 46.649895724 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3535, "RouteIdentifier": "109", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8895230263, 46.980961881 ], [ -123.8960512885, 46.9809985306 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3536, "RouteIdentifier": "012", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7884944778, 46.7483083341 ], [ -120.7718342941, 46.7474467101 ], [ -120.7239880846, 46.7348744488 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3537, "RouteIdentifier": "020", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2437055114, 48.507550046 ], [ -122.2414121493, 48.5104075699 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3538, "RouteIdentifier": "005", "AADT": 67000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2456895186, 48.2439992336 ], [ -122.2649177077, 48.2647143139 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3539, "RouteIdentifier": "002", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3610242433, 47.7115372115 ], [ -121.3542348939, 47.711904269 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3540, "RouteIdentifier": "125", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3564578154, 46.074867789 ], [ -118.3564482172, 46.0758820358 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3541, "RouteIdentifier": "021", "AADT": 140 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7842634529, 47.6121559913 ], [ -118.763698451, 47.6124988865 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3542, "RouteIdentifier": "005", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8439980452, 46.0036486101 ], [ -122.852240996, 46.0234388073 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3543, "RouteIdentifier": "016", "AADT": 75000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6851289986, 47.5272359279 ], [ -122.6952180995, 47.5247783015 ], [ -122.6997242328, 47.5273550716 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3544, "RouteIdentifier": "524", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3148725381, 47.8211912078 ], [ -122.3121013887, 47.8211831696 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3545, "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3602316649, 47.1201988782 ], [ -118.3033025513, 47.1598935483 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3546, "RouteIdentifier": "124", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9716314101, 46.2117605619 ], [ -118.9100284707, 46.215109501 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3547, "RouteIdentifier": "002", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.488037135, 47.7743909398 ], [ -121.483337808, 47.77070918 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3548, "RouteIdentifier": "005", "AADT": 95000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8221883958, 47.0469869506 ], [ -122.8133324553, 47.0524920951 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3549, "RouteIdentifier": "432", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0182415473, 46.1554301629 ], [ -123.0036157589, 46.14714661 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3550, "RouteIdentifier": "097AR", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1983417337, 47.7602672279 ], [ -120.1748375091, 47.7679692019 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3551, "RouteIdentifier": "202", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1653460578, 47.754516793 ], [ -122.1699835707, 47.7530524149 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3552, "RouteIdentifier": "528", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1786722275, 48.0518497151 ], [ -122.1770255475, 48.0518456949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3553, "RouteIdentifier": "004", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0047956327, 46.1661237024 ], [ -123.0003727518, 46.1639381329 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3554, "RouteIdentifier": "011", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.502234449, 48.7176604348 ], [ -122.4999178784, 48.7176529255 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3555, "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5070572661, 46.9588101485 ], [ -120.507145215, 46.937825834 ], [ -120.4959893931, 46.9237521292 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3556, "RouteIdentifier": "090", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3288909545, 47.5903087916 ], [ -122.3232041563, 47.5929897168 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3557, "RouteIdentifier": "522", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.318091806, 47.6824319974 ], [ -122.3154029102, 47.6847104504 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3558, "RouteIdentifier": "530", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2033949315, 48.1878232468 ], [ -122.2014846937, 48.1878947696 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3559, "RouteIdentifier": "291", "AADT": 670 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6861862014, 47.8907180121 ], [ -117.6975572419, 47.8844035353 ], [ -117.7022161214, 47.8768022172 ], [ -117.7066202358, 47.879310378 ], [ -117.7063360951, 47.8688643657 ], [ -117.7119483787, 47.8632977854 ], [ -117.7145821243, 47.8520405468 ], [ -117.74506215, 47.8401106032 ], [ -117.760735503, 47.8384094476 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3560, "RouteIdentifier": "097AR", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0523540333, 47.8358056633 ], [ -120.0272288264, 47.8361946595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3561, "RouteIdentifier": "503", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5525698301, 45.6820848992 ], [ -122.5525729281, 45.6855805745 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3562, "RouteIdentifier": "005", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.886654867, 46.5818960485 ], [ -122.8936094988, 46.5891345777 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3563, "RouteIdentifier": "101", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0208342666, 47.0780579889 ], [ -123.0127415099, 47.0564079291 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3564, "RouteIdentifier": "009SPSUMAS", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2649591411, 49.0000309604 ], [ -122.263463248, 49.0000254737 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3565, "RouteIdentifier": "231", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7562347833, 48.0595083721 ], [ -117.7619942648, 48.0632663696 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3566, "RouteIdentifier": "395", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0754032266, 48.6062200924 ], [ -118.1012651236, 48.6145465613 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3567, "RouteIdentifier": "006", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0172277506, 46.645475284 ], [ -122.9797708505, 46.6600221281 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3568, "RouteIdentifier": "005", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2073503784, 48.1930549968 ], [ -122.2143482637, 48.2063281505 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3569, "RouteIdentifier": "020", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4413167587, 48.7028924991 ], [ -119.440005912, 48.7023795423 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3570, "RouteIdentifier": "009", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1102365439, 48.0279042262 ], [ -122.1104629668, 48.0341000118 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3571, "RouteIdentifier": "539", "AADT": 830 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.48508877, 49.0005739703 ], [ -122.484170717, 49.0022047393 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3572, "RouteIdentifier": "503", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.552276004, 45.7299131095 ], [ -122.5476135901, 45.7518906262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3573, "RouteIdentifier": "405", "AADT": 132000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1878139945, 47.6319385932 ], [ -122.1863875328, 47.6405133468 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3574, "RouteIdentifier": "005", "AADT": 84000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.920784729, 46.9880445401 ], [ -122.9090833449, 47.005153403 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3575, "RouteIdentifier": "500", "AADT": 71000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5816054123, 45.655987363 ], [ -122.5649359725, 45.6591474533 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3576, "RouteIdentifier": "121", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9079204529, 46.9326825401 ], [ -122.9078901312, 46.9418030245 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3577, "RouteIdentifier": "113", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2103459096, 48.1692167689 ], [ -124.2149004639, 48.1767680441 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3578, "RouteIdentifier": "405", "AADT": 152000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1872101016, 47.5612869027 ], [ -122.1839184276, 47.5658400246 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3579, "RouteIdentifier": "513", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3036135383, 47.6515712549 ], [ -122.3008871177, 47.6593020345 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3580, "RouteIdentifier": "002", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3405862296, 47.4683902338 ], [ -120.3385227247, 47.4670473491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3581, "RouteIdentifier": "902", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7044515804, 47.551027418 ], [ -117.7040622718, 47.5520049051 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3582, "RouteIdentifier": "099", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.345920634, 47.7708341637 ], [ -122.3462274907, 47.7777955542 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3583, "RouteIdentifier": "016", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5728475744, 47.3013604296 ], [ -122.5813429939, 47.3109726485 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3584, "RouteIdentifier": "082", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7456908937, 46.2158646763 ], [ -119.7350013936, 46.2109623873 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3585, "RouteIdentifier": "153", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9013270478, 48.0482824988 ], [ -119.9127332439, 48.045239571 ], [ -119.9336567593, 48.052435164 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3586, "RouteIdentifier": "518", "AADT": 109000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2737587614, 47.465095805 ], [ -122.2651299683, 47.4614024105 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3587, "RouteIdentifier": "530", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1296885992, 48.2003311116 ], [ -122.1251815178, 48.2002933787 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3588, "RouteIdentifier": "530", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8887436919, 48.2715237891 ], [ -121.8794090981, 48.2691129164 ], [ -121.8393410726, 48.2773006503 ], [ -121.7712088124, 48.2788001675 ], [ -121.7475431859, 48.2765709941 ], [ -121.7257388719, 48.26881907 ], [ -121.7065027719, 48.2686887461 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3589, "RouteIdentifier": "141", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5065371663, 45.7819263952 ], [ -121.4854380467, 45.7986174954 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3590, "RouteIdentifier": "524", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3176863857, 47.8212139394 ], [ -122.3148725381, 47.8211912078 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3591, "RouteIdentifier": "021", "AADT": 180 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6868873255, 47.1525952933 ], [ -118.6848539763, 47.1673793172 ], [ -118.6915299321, 47.1733521134 ], [ -118.6870124756, 47.1851546319 ], [ -118.6859186821, 47.2602317232 ], [ -118.6913794976, 47.2616081181 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3592, "RouteIdentifier": "507", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9743825684, 46.7068491655 ], [ -122.9732816215, 46.70702645 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3593, "RouteIdentifier": "291", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4775864514, 47.7155036924 ], [ -117.4828080327, 47.7179633653 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3594, "RouteIdentifier": "024", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7265829537, 46.6211619976 ], [ -119.7275110118, 46.6340824621 ], [ -119.7360584616, 46.6468473933 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3595, "RouteIdentifier": "513", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2923848001, 47.661192848 ], [ -122.2869879295, 47.6614633424 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3596, "RouteIdentifier": "012", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2399893883, 46.8414422249 ], [ -123.2289306877, 46.8407885562 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3597, "RouteIdentifier": "515", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1969627885, 47.4415056535 ], [ -122.1969253171, 47.4452667572 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3598, "RouteIdentifier": "411", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9228006992, 46.1347958394 ], [ -122.9199492819, 46.1384787271 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3599, "RouteIdentifier": "305", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5129709245, 47.6238643156 ], [ -122.51414874, 47.6248548642 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3600, "RouteIdentifier": "194", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.267322546, 46.7081930584 ], [ -117.2536978763, 46.7208346039 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3601, "RouteIdentifier": "020", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9058418724, 48.5465546852 ], [ -117.9043342814, 48.5465658408 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3602, "RouteIdentifier": "104", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5036732886, 47.8027461252 ], [ -122.4989034271, 47.8005733284 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3603, "RouteIdentifier": "125SP125SP", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3564762608, 46.0687349432 ], [ -118.3606111002, 46.0686802253 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3604, "RouteIdentifier": "231", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8559886683, 47.847262528 ], [ -117.8553269485, 47.8483119805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3605, "RouteIdentifier": "012", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.481658804, 46.9993368592 ], [ -123.4454836739, 46.996549214 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3606, "RouteIdentifier": "096", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2036492399, 47.8781466533 ], [ -122.1696161125, 47.8778286457 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3607, "RouteIdentifier": "101", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1613235363, 47.333867098 ], [ -123.1720418434, 47.3177075499 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3608, "RouteIdentifier": "005", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1847725776, 48.1059122858 ], [ -122.1872965039, 48.1444384712 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3609, "RouteIdentifier": "302", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6208329268, 47.3728531728 ], [ -122.6188217045, 47.371309362 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3610, "RouteIdentifier": "171", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2682387314, 47.1364387388 ], [ -119.262380566, 47.1396746477 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3611, "RouteIdentifier": "004", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9103992419, 46.147036878 ], [ -122.9085060615, 46.1467022322 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3612, "RouteIdentifier": "110", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.4034665195, 47.9674631851 ], [ -124.4259416139, 47.9626411024 ], [ -124.4403885401, 47.9637407852 ], [ -124.4509429615, 47.9548776677 ], [ -124.4606869786, 47.9524141752 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3613, "RouteIdentifier": "028", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2924574784, 47.4062158074 ], [ -120.2883400594, 47.3993847963 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3614, "RouteIdentifier": "014", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4432829491, 45.5785312538 ], [ -122.4356102101, 45.5801631372 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3615, "RouteIdentifier": "005", "AADT": 148000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3226285715, 47.6386200098 ], [ -122.3224579886, 47.646211059 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3616, "RouteIdentifier": "225", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4942417879, 46.2795434721 ], [ -119.4935889943, 46.301316915 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3617, "RouteIdentifier": "173", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6774926459, 48.0103631519 ], [ -119.6802674022, 48.0089902272 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3618, "RouteIdentifier": "090", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7228989931, 47.4670798095 ], [ -121.7096706618, 47.4632751617 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3619, "RouteIdentifier": "195", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2226311076, 46.7258475583 ], [ -117.225059729, 46.7352516881 ], [ -117.231668147, 46.7413459926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3620, "RouteIdentifier": "012", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.045583721, 46.4199358176 ], [ -117.0442946621, 46.4199328277 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3621, "RouteIdentifier": "515", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2012702922, 47.4487938305 ], [ -122.2070364986, 47.4594077387 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3622, "RouteIdentifier": "005", "AADT": 123000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1846880578, 48.0816069517 ], [ -122.1847277876, 48.0959977763 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3623, "RouteIdentifier": "900", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0632060501, 47.5412525635 ], [ -122.0627483977, 47.5457057767 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3624, "RouteIdentifier": "155SPOMAK", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5256803341, 48.4105086385 ], [ -119.5284865191, 48.4108456019 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3625, "RouteIdentifier": "101", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.879496601, 47.1617156776 ], [ -123.8890619205, 47.1756198843 ], [ -123.9182389975, 47.1855844879 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3626, "RouteIdentifier": "500", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4176943396, 45.6411075661 ], [ -122.3987238562, 45.6383313319 ], [ -122.3986727941, 45.6242774567 ], [ -122.403423195, 45.6233802439 ], [ -122.4043216331, 45.615225457 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3627, "RouteIdentifier": "142", "AADT": 460 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1000196081, 45.8249268805 ], [ -121.0976103078, 45.8260671911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3628, "RouteIdentifier": "153", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1061717246, 48.2554318205 ], [ -120.0842561584, 48.2705971119 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3629, "RouteIdentifier": "163", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5156731861, 47.2981065252 ], [ -122.5156562553, 47.2992775357 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3630, "RouteIdentifier": "097", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4421071548, 48.7019949179 ], [ -119.4410919266, 48.7031509182 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3631, "RouteIdentifier": "395", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7154506529, 48.2699984918 ], [ -117.7155190209, 48.2762460851 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3632, "RouteIdentifier": "097", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3959492409, 46.4169433277 ], [ -120.4287975969, 46.4412917927 ], [ -120.4311662019, 46.4575378002 ], [ -120.4694374549, 46.5065542918 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3633, "RouteIdentifier": "305", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6551873979, 47.7579966203 ], [ -122.6566045869, 47.7584154673 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3634, "RouteIdentifier": "006", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0813867451, 46.6270365528 ], [ -123.0786692359, 46.6270297677 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3635, "RouteIdentifier": "002", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8309651195, 47.8579919705 ], [ -121.8165310712, 47.861761082 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3636, "RouteIdentifier": "173", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.780711497, 48.0844287634 ], [ -119.7808845315, 48.0899344903 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3637, "RouteIdentifier": "005", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3502009691, 48.5531647768 ], [ -122.3476324959, 48.5639822624 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3638, "RouteIdentifier": "025", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1736598311, 47.7883685846 ], [ -118.1739846457, 47.8032868437 ], [ -118.1835057815, 47.8219514158 ], [ -118.2018883606, 47.8250490347 ], [ -118.2117772806, 47.8341073865 ], [ -118.2155107555, 47.8597323298 ], [ -118.26205996, 47.8659297604 ], [ -118.2670575361, 47.8760419568 ], [ -118.2644176885, 47.886536003 ], [ -118.2735123185, 47.8953985288 ], [ -118.2764458192, 47.9099818571 ], [ -118.3022156948, 47.9032411497 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3639, "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9707179801, 47.8103117805 ], [ -119.9747908435, 47.8173888452 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3640, "RouteIdentifier": "171", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3052799217, 47.1087851264 ], [ -119.3035133121, 47.1100072069 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3641, "RouteIdentifier": "291", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5783351988, 47.8151367824 ], [ -117.5973616913, 47.8288659688 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3642, "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8814721275, 47.0869161419 ], [ -118.8637575163, 47.0867688468 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3643, "RouteIdentifier": "097", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6069922762, 48.3197133157 ], [ -119.6017185779, 48.3403277867 ], [ -119.5953819331, 48.34623453 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3644, "RouteIdentifier": "101", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.404306887, 48.1071331596 ], [ -123.40157192, 48.1066836471 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3645, "RouteIdentifier": "504", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9017000705, 46.2852760142 ], [ -122.900982517, 46.2858307257 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3646, "RouteIdentifier": "195", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3584633908, 47.2145021441 ], [ -117.3533823933, 47.2237692463 ], [ -117.3626242176, 47.2400995255 ], [ -117.3610664207, 47.2534566306 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3647, "RouteIdentifier": "509", "AADT": 8900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3327432015, 47.408543256 ], [ -122.3352626539, 47.4160570962 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3648, "RouteIdentifier": "162", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2292841665, 47.1772685985 ], [ -122.2295427682, 47.1570738062 ], [ -122.2329885436, 47.1517472612 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3649, "RouteIdentifier": "005", "AADT": 149000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.320427645, 47.677153652 ], [ -122.3223069573, 47.683835222 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3650, "RouteIdentifier": "028", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2975325983, 47.4333562129 ], [ -120.2977336595, 47.4242381539 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3651, "RouteIdentifier": "507COPEARL", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9555240563, 46.7165039902 ], [ -122.9559416042, 46.7155463073 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3652, "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6749565537, 47.443251501 ], [ -121.6592960376, 47.4422385912 ], [ -121.6260861992, 47.428820891 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3653, "RouteIdentifier": "092", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1102365439, 48.0279042262 ], [ -122.07298877, 48.0304443672 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3654, "RouteIdentifier": "028", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1576841858, 47.6460001316 ], [ -118.1576753991, 47.6531948538 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3655, "RouteIdentifier": "291", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4113132819, 47.7151012213 ], [ -117.4127242746, 47.7151457037 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3656, "RouteIdentifier": "539COLYNDEN", "AADT": 830 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4854368771, 49.0022066171 ], [ -122.48508877, 49.0005739703 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3657, "RouteIdentifier": "025", "AADT": 880 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3022156948, 47.9032411497 ], [ -118.3095884413, 47.9083492944 ], [ -118.3318773139, 47.9059107248 ], [ -118.3362657699, 47.9100541107 ], [ -118.3214853554, 47.9295013757 ], [ -118.3161620627, 47.9460652358 ], [ -118.295303866, 47.9811201405 ], [ -118.2863301117, 47.9929868084 ], [ -118.2668970833, 48.0067931754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3658, "RouteIdentifier": "548", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7265048358, 48.9175984132 ], [ -122.7261530122, 48.9551626572 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3659, "RouteIdentifier": "082", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2682351433, 46.4011783488 ], [ -120.2470329935, 46.3943389424 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3660, "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2470329935, 46.3943389424 ], [ -120.2341478641, 46.3874544653 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3661, "RouteIdentifier": "531", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2891754017, 48.1552836007 ], [ -122.2891839532, 48.1557176379 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3662, "RouteIdentifier": "160", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5010531946, 47.5121479033 ], [ -122.4973049137, 47.5119962431 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3663, "RouteIdentifier": "002", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9278071982, 47.7098400514 ], [ -118.925005797, 47.7108243237 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3664, "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6471818385, 47.6429287965 ], [ -117.6441483202, 47.6429238878 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3665, "RouteIdentifier": "005", "AADT": 150000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2824397667, 47.8189715088 ], [ -122.2622221319, 47.8312276667 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3666, "RouteIdentifier": "005", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4754001915, 48.7114461 ], [ -122.4736376931, 48.7183214397 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3667, "RouteIdentifier": "730", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9761773375, 46.0002961924 ], [ -118.9326857937, 46.0274987811 ], [ -118.9404675059, 46.0421843021 ], [ -118.9362682108, 46.051675932 ], [ -118.9281091224, 46.0567461789 ], [ -118.9122848657, 46.0569707003 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3668, "RouteIdentifier": "432", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9266228383, 46.1230578452 ], [ -122.9247009245, 46.1221385232 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3669, "RouteIdentifier": "005", "AADT": 128000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1829331211, 47.9885511027 ], [ -122.1739059983, 47.999571344 ], [ -122.1814065807, 48.04479845 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3670, "RouteIdentifier": "509", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3239010868, 47.4397926017 ], [ -122.3228061274, 47.4391963694 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3671, "RouteIdentifier": "005", "AADT": 134000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2622221319, 47.8312276667 ], [ -122.2598462586, 47.83972786 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3672, "RouteIdentifier": "020", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7864369592, 48.651103998 ], [ -118.7770276759, 48.649473503 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3673, "RouteIdentifier": "028", "AADT": 560 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6597780517, 47.3328929749 ], [ -118.6064394101, 47.3438463019 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3674, "RouteIdentifier": "522", "AADT": 95000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1719789948, 47.757621596 ], [ -122.1680072039, 47.7574084421 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3675, "RouteIdentifier": "262", "AADT": 750 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4753373648, 46.862537997 ], [ -119.4721515928, 46.9484503801 ], [ -119.4749052078, 46.9528591823 ], [ -119.4607123542, 46.9566297084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3676, "RouteIdentifier": "542", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3437891671, 48.8073210548 ], [ -122.3325641688, 48.8145942815 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3677, "RouteIdentifier": "007", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3977887884, 47.0531477811 ], [ -122.4005142886, 47.0558581985 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3678, "RouteIdentifier": "101", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7306682808, 48.0861363728 ], [ -123.7093296363, 48.0846676243 ], [ -123.7009703045, 48.0785930438 ], [ -123.6786220988, 48.073901581 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3679, "RouteIdentifier": "005", "AADT": 167000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3241654589, 47.7296158195 ], [ -122.3288644625, 47.741140359 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3680, "RouteIdentifier": "028", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2941276522, 47.4130153494 ], [ -120.2929566067, 47.408097835 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3681, "RouteIdentifier": "002", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3542348939, 47.711904269 ], [ -121.3352211475, 47.7132173725 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3682, "RouteIdentifier": "904", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5899202161, 47.4791586755 ], [ -117.5832793235, 47.4818861833 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3683, "RouteIdentifier": "005", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3220553649, 48.3133080082 ], [ -122.3344939127, 48.3373547839 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3684, "RouteIdentifier": "020", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7302441008, 48.641839496 ], [ -118.7300552535, 48.6419111855 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3685, "RouteIdentifier": "516", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1183933229, 47.358083689 ], [ -122.1091619452, 47.3580988636 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3686, "RouteIdentifier": "090", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1760994752, 47.580180733 ], [ -122.1698418075, 47.5801249842 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3687, "RouteIdentifier": "166", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6237320393, 47.533996747 ], [ -122.6115664545, 47.5340329479 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3688, "RouteIdentifier": "202", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0997715333, 47.6656995892 ], [ -122.0986125857, 47.6645874444 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3689, "RouteIdentifier": "028", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8320237301, 47.2340352 ], [ -119.8107624661, 47.2341040289 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3690, "RouteIdentifier": "005", "AADT": 133000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5793216715, 47.1078928315 ], [ -122.5623879036, 47.1153885874 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3691, "RouteIdentifier": "527", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2180791238, 47.8520936404 ], [ -122.2163760183, 47.8727847101 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3692, "RouteIdentifier": "101", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9195012753, 46.6405634658 ], [ -123.921074264, 46.6714807055 ], [ -123.9175764369, 46.6763042754 ], [ -123.894687913, 46.6799180179 ], [ -123.8848656803, 46.6854928239 ], [ -123.8753762267, 46.68435008 ], [ -123.8577283824, 46.6939486439 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3693, "RouteIdentifier": "129", "AADT": 770 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0501498005, 46.2873666617 ], [ -117.0395127862, 46.3149805998 ], [ -117.0421390618, 46.3267145152 ], [ -117.0484351291, 46.3174465631 ], [ -117.0560803608, 46.3250305409 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3694, "RouteIdentifier": "097", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5989270885, 47.5553611869 ], [ -120.5927019605, 47.5589757239 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3695, "RouteIdentifier": "024", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6270510219, 46.735547573 ], [ -119.6011440864, 46.7379133851 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3696, "RouteIdentifier": "017", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2517852789, 47.1061646856 ], [ -119.2566876381, 47.112363657 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3697, "RouteIdentifier": "397", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0767280097, 46.2265908318 ], [ -119.0795201794, 46.2322979284 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3698, "RouteIdentifier": "005", "AADT": 195000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3301905624, 47.6128797259 ], [ -122.329134167, 47.615596198 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3699, "RouteIdentifier": "002", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2277030428, 47.6241332137 ], [ -120.2219122891, 47.6270557243 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3700, "RouteIdentifier": "005", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.468301725, 48.7760746279 ], [ -122.4832840697, 48.7824744802 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3701, "RouteIdentifier": "411", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9147539076, 46.1502452965 ], [ -122.9157314952, 46.1667895778 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3702, "RouteIdentifier": "528", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184716739, 48.0518594289 ], [ -122.1836148532, 48.0518643974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3703, "RouteIdentifier": "017", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3118431702, 47.1567249837 ], [ -119.3235519617, 47.1618045752 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3704, "RouteIdentifier": "410", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4203948955, 46.9081166471 ], [ -121.4074499246, 46.9139103029 ], [ -121.3738765638, 46.9171172093 ], [ -121.3590945902, 46.9323858894 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3705, "RouteIdentifier": "014", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9052657624, 45.6630172635 ], [ -121.9096745256, 45.6749940647 ], [ -121.9015325687, 45.6823424191 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3706, "RouteIdentifier": "005", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0095031858, 46.7983597125 ], [ -123.0025596088, 46.8100089469 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3707, "RouteIdentifier": "016", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6225935687, 47.4383788471 ], [ -122.6237970067, 47.4635938226 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3708, "RouteIdentifier": "101", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1086623321, 48.0731296075 ], [ -123.0929136587, 48.0727563835 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3709, "RouteIdentifier": "405", "AADT": 144000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1956583824, 47.5351014559 ], [ -122.1926629037, 47.5532945477 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3710, "RouteIdentifier": "020", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3355650196, 48.4778597679 ], [ -122.322498894, 48.4777584669 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3711, "RouteIdentifier": "518", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3009682136, 47.4657531835 ], [ -122.2814936102, 47.4639104191 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3712, "RouteIdentifier": "002", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6686114771, 47.6429513017 ], [ -117.6471818385, 47.6429287965 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3713, "RouteIdentifier": "082", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2565858958, 46.1882981658 ], [ -119.2336452151, 46.1773089437 ], [ -119.2075559409, 46.1709700044 ], [ -119.2024028139, 46.1646696372 ], [ -119.2021438178, 46.1517167071 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3714, "RouteIdentifier": "021", "AADT": 960 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6592835463, 48.69353696 ], [ -118.6540124627, 48.7299295462 ], [ -118.6607397326, 48.7395905415 ], [ -118.6474199782, 48.7574573152 ], [ -118.6471151083, 48.7653809106 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3715, "RouteIdentifier": "194", "AADT": 410 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4877195547, 46.7310206754 ], [ -117.4828769965, 46.7374678823 ], [ -117.4606604412, 46.7478475633 ], [ -117.4529845524, 46.7578502771 ], [ -117.3966878381, 46.7692818303 ], [ -117.3754489745, 46.7524284104 ], [ -117.364269794, 46.7482639317 ], [ -117.3576285651, 46.7370046508 ], [ -117.3411179936, 46.7369182867 ], [ -117.3330136617, 46.7429594848 ], [ -117.3176622842, 46.7318138607 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3716, "RouteIdentifier": "020", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6671028849, 48.208880163 ], [ -122.6861432864, 48.2123143699 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3717, "RouteIdentifier": "528", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1822932343, 48.0518738744 ], [ -122.1786722275, 48.0518497151 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3718, "RouteIdentifier": "395", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1588003107, 46.2077511977 ], [ -119.1587898641, 46.2094963127 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3719, "RouteIdentifier": "397", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0824824346, 46.2383223812 ], [ -119.083420541, 46.2402395389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3720, "RouteIdentifier": "525", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3044461333, 47.9446172164 ], [ -122.3040566842, 47.947165397 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3721, "RouteIdentifier": "505", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8478646508, 46.4428982556 ], [ -122.8478874183, 46.4418799904 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3722, "RouteIdentifier": "020", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6931398543, 48.2123094716 ], [ -122.7059141852, 48.2122640442 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3723, "RouteIdentifier": "291", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4379008219, 47.7154498354 ], [ -117.4568888894, 47.7154157955 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3724, "RouteIdentifier": "020", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6442962662, 48.4167133772 ], [ -122.620384397, 48.4202646652 ], [ -122.6082425787, 48.4287878768 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3725, "RouteIdentifier": "027", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2395516805, 47.6729939622 ], [ -117.2395409867, 47.6757907672 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3726, "RouteIdentifier": "099", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2952486802, 47.4309838514 ], [ -122.2954198113, 47.4345568351 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3727, "RouteIdentifier": "005", "AADT": 84000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7878727232, 47.0597313969 ], [ -122.7541782353, 47.0644445369 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3728, "RouteIdentifier": "161", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2963449954, 47.0166678167 ], [ -122.2955397516, 47.040162607 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3729, "RouteIdentifier": "405", "AADT": 165000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1869038184, 47.6636304786 ], [ -122.1862142566, 47.6722701693 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3730, "RouteIdentifier": "546", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4413239323, 48.96428992 ], [ -122.407449955, 48.9640230526 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3731, "RouteIdentifier": "112", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5981693413, 48.116751797 ], [ -123.5712528402, 48.1146712556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3732, "RouteIdentifier": "303", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6298307615, 47.5875749972 ], [ -122.6295353398, 47.5924775695 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3733, "RouteIdentifier": "090", "AADT": 111000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4040031937, 47.6521238544 ], [ -117.3993131644, 47.6520356027 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3734, "RouteIdentifier": "181", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2487949553, 47.4322754113 ], [ -122.2455886366, 47.4412210855 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3735, "RouteIdentifier": "011", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5020729469, 48.7159651259 ], [ -122.5021999805, 48.71608606 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3736, "RouteIdentifier": "821", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4807360568, 46.6775327893 ], [ -120.4821709855, 46.6784018527 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3737, "RouteIdentifier": "014", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3962982687, 45.5785567586 ], [ -122.3924335271, 45.5795236375 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3738, "RouteIdentifier": "539", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4852153791, 48.9642388691 ], [ -122.4851566888, 48.9933456178 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3739, "RouteIdentifier": "082", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9685280902, 46.3037202391 ], [ -119.9283205921, 46.2720687974 ], [ -119.9106353482, 46.2675619431 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3740, "RouteIdentifier": "005", "AADT": 69000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8209479482, 45.9765215085 ], [ -122.8303255251, 45.9865466391 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3741, "RouteIdentifier": "012", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8076362509, 46.9772463001 ], [ -123.8030737493, 46.9773424769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3742, "RouteIdentifier": "195", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0892586477, 46.5431821646 ], [ -117.0929578437, 46.5461114405 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3743, "RouteIdentifier": "395", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9030142887, 48.4912950401 ], [ -117.9000321633, 48.514822412 ], [ -117.9050816787, 48.5343812278 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3744, "RouteIdentifier": "003", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0350161303, 47.253938049 ], [ -123.0051653665, 47.2658148473 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3745, "RouteIdentifier": "009", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2067256114, 48.3642645921 ], [ -122.2133672387, 48.3723792401 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3746, "RouteIdentifier": "014", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4629980998, 45.7135052501 ], [ -121.4598946117, 45.7123396511 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3747, "RouteIdentifier": "285", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2943489103, 47.4098769599 ], [ -120.2980615002, 47.4097420223 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3748, "RouteIdentifier": "900", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1598568622, 47.5046576599 ], [ -122.1565310736, 47.5057272643 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3749, "RouteIdentifier": "101", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2912512618, 48.0954124931 ], [ -123.2099835359, 48.0853786216 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3750, "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0848828452, 46.3284729616 ], [ -120.0687629907, 46.3226150928 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3751, "RouteIdentifier": "231", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8705301943, 47.7320770346 ], [ -117.8747890388, 47.7387575067 ], [ -117.8833228393, 47.7409083111 ], [ -117.8904928702, 47.7562433053 ], [ -117.8937348179, 47.7731562335 ], [ -117.8885889763, 47.7791596603 ], [ -117.8899260404, 47.7887506445 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3752, "RouteIdentifier": "097", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.857595908, 48.0732144226 ], [ -119.8060994957, 48.0932061459 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3753, "RouteIdentifier": "002", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4111252748, 47.7150977748 ], [ -117.411140563, 47.7170064104 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3754, "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.605716968, 47.5674428282 ], [ -120.6020684242, 47.564209197 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3755, "RouteIdentifier": "101", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0966058497, 47.1747523811 ], [ -123.0957237818, 47.1572988202 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3756, "RouteIdentifier": "169", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0202766541, 47.3583922895 ], [ -122.0209265407, 47.3613941171 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3757, "RouteIdentifier": "017", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1179382964, 46.9701782337 ], [ -119.1179298675, 46.9846708775 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3758, "RouteIdentifier": "028", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.159705125, 47.6427340926 ], [ -118.1576841858, 47.6460001316 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3759, "RouteIdentifier": "002COBROWNE", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411162631, 47.6609810366 ], [ -117.41331834, 47.6599920959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3760, "RouteIdentifier": "020", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1854211418, 48.4778068438 ], [ -120.1781092963, 48.4725882896 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3761, "RouteIdentifier": "523", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3351942988, 47.7341436296 ], [ -122.3343328973, 47.7341445146 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3762, "RouteIdentifier": "006", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2514945992, 46.6301019034 ], [ -123.1801433805, 46.6342000658 ], [ -123.1684652608, 46.6306801314 ], [ -123.1744197292, 46.6133083665 ], [ -123.1581776639, 46.5974973747 ], [ -123.1287547466, 46.6004969457 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3763, "RouteIdentifier": "005", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2183218859, 48.2166037115 ], [ -122.2374372336, 48.2352708759 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3764, "RouteIdentifier": "129", "AADT": 730 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0715404689, 46.1959222812 ], [ -117.069636538, 46.2278518737 ], [ -117.0596360072, 46.2294936931 ], [ -117.0595040673, 46.2749822247 ], [ -117.0501498005, 46.2873666617 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3765, "RouteIdentifier": "020", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6380141443, 48.3112290202 ], [ -122.6295211986, 48.3202909794 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3766, "RouteIdentifier": "509", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3605429103, 47.3207278571 ], [ -122.356089198, 47.3225056037 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3767, "RouteIdentifier": "002", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4834194345, 47.6349163355 ], [ -117.4797001096, 47.6332845094 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3768, "RouteIdentifier": "090", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3099371955, 47.3075733984 ], [ -121.3016866652, 47.3019511926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3769, "RouteIdentifier": "097", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2281613908, 47.6226631987 ], [ -120.2281213808, 47.6241276789 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3770, "RouteIdentifier": "027", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0767523409, 46.9097212815 ], [ -117.0768951726, 46.9105822359 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3771, "RouteIdentifier": "020", "AADT": 280 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4108409752, 48.6851321517 ], [ -117.4053808879, 48.6851320533 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3772, "RouteIdentifier": "007", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1936544175, 46.7645544522 ], [ -122.1942019738, 46.765336616 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3773, "RouteIdentifier": "526", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2914374281, 47.9220287545 ], [ -122.2878185998, 47.9245144886 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3774, "RouteIdentifier": "024", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1764946499, 46.7820725916 ], [ -119.1764136146, 46.7968582865 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3775, "RouteIdentifier": "503", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5264716482, 45.9932175677 ], [ -122.5417332574, 45.9878702719 ], [ -122.5419737599, 45.9758418071 ], [ -122.5529555129, 45.9643382543 ], [ -122.5628644515, 45.9583082261 ], [ -122.575637757, 45.9577400504 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3776, "RouteIdentifier": "009", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2296735711, 48.3852564968 ], [ -122.2379325105, 48.3993275149 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3777, "RouteIdentifier": "097", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5942345354, 47.3816799159 ], [ -120.6127201842, 47.3953748749 ], [ -120.6432823873, 47.3933824989 ], [ -120.6561236285, 47.4026118042 ], [ -120.6594863695, 47.4174344817 ], [ -120.6560779809, 47.4316964265 ], [ -120.6625922847, 47.4410037523 ], [ -120.6536874982, 47.450987204 ], [ -120.6605838276, 47.4614951171 ], [ -120.6556188415, 47.4745007676 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3778, "RouteIdentifier": "302", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7640925019, 47.3690425701 ], [ -122.7584799402, 47.3744092288 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3779, "RouteIdentifier": "161", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2951850444, 47.215634769 ], [ -122.2982624881, 47.2176069027 ], [ -122.2940086764, 47.2249092263 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3780, "RouteIdentifier": "116", "AADT": 940 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.691035371, 48.0512475527 ], [ -122.6907759825, 48.0567497671 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3781, "RouteIdentifier": "519", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3341920495, 47.5902797808 ], [ -122.3356442883, 47.5965279925 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3782, "RouteIdentifier": "281", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.853533075, 47.1177226749 ], [ -119.8535293221, 47.1191977539 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3783, "RouteIdentifier": "012", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8913479904, 46.0543459185 ], [ -118.8674748422, 46.0534348511 ], [ -118.8396224202, 46.0652521005 ], [ -118.7880122841, 46.072450643 ], [ -118.7111374641, 46.0531567281 ], [ -118.6849142545, 46.0415021587 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3784, "RouteIdentifier": "005", "AADT": 210000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2920536467, 47.4006698004 ], [ -122.2893783047, 47.416887971 ], [ -122.2828043572, 47.4234223225 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3785, "RouteIdentifier": "012", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3538671999, 46.0696978456 ], [ -118.3405498465, 46.0739014753 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3786, "RouteIdentifier": "405", "AADT": 143000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1926629037, 47.5532945477 ], [ -122.1872101016, 47.5612869027 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3787, "RouteIdentifier": "522", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9992299624, 47.8523397018 ], [ -121.9893266233, 47.8585504619 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3788, "RouteIdentifier": "101", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8539819045, 46.9760751104 ], [ -123.8793107352, 46.9778455486 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3789, "RouteIdentifier": "003", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8804463364, 47.3319204562 ], [ -122.8514198777, 47.3498457097 ], [ -122.8364747547, 47.374286003 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3790, "RouteIdentifier": "516", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1407097927, 47.3580025547 ], [ -122.1390119706, 47.3580153681 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3791, "RouteIdentifier": "823", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5118923903, 46.626211773 ], [ -120.5261373787, 46.6365454184 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3792, "RouteIdentifier": "522", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2995385636, 47.7120544754 ], [ -122.2923996871, 47.7318031538 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3793, "RouteIdentifier": "024", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7282935394, 46.5780534778 ], [ -119.7274029528, 46.6018834593 ], [ -119.7367554772, 46.6080827525 ], [ -119.7270556249, 46.6125948511 ], [ -119.7265829537, 46.6211619976 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3794, "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.313315611, 47.3116796634 ], [ -122.3133077561, 47.3151824274 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3795, "RouteIdentifier": "101", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.809145399, 46.6649346237 ], [ -123.7946033875, 46.6644384378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3796, "RouteIdentifier": "099", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3472570211, 47.6739649907 ], [ -122.3444365005, 47.6869595926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3797, "RouteIdentifier": "012", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7239880846, 46.7348744488 ], [ -120.7002079559, 46.7282037986 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3798, "RouteIdentifier": "101", "AADT": 71000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9281707668, 47.0261889833 ], [ -122.9134448464, 47.0253389513 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3799, "RouteIdentifier": "014", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2227951042, 45.7429753339 ], [ -120.1980379335, 45.7506530042 ], [ -120.1858099878, 45.7626742717 ], [ -120.1496144498, 45.7796028041 ], [ -120.0728889721, 45.7937322728 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3800, "RouteIdentifier": "020", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7693087634, 48.1100024605 ], [ -122.7667323197, 48.110171865 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3801, "RouteIdentifier": "028SPWENTCH", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.290454096, 47.4088507662 ], [ -120.2895900621, 47.4060388964 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3802, "RouteIdentifier": "007", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.315135696, 46.8480783308 ], [ -122.3110237562, 46.8548826409 ], [ -122.3028894715, 46.8561801881 ], [ -122.3114938746, 46.8624815133 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3803, "RouteIdentifier": "900", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1545187673, 47.5061214996 ], [ -122.1514985886, 47.5062570131 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3804, "RouteIdentifier": "005", "AADT": 182000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.329134167, 47.615596198 ], [ -122.3281449889, 47.6228434601 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3805, "RouteIdentifier": "900", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.25791496, 47.4871309015 ], [ -122.25450026, 47.4846758275 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3806, "RouteIdentifier": "020", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1178922765, 48.3599953038 ], [ -120.0826339712, 48.3485688069 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3807, "RouteIdentifier": "023", "AADT": 250 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8903636196, 47.2092221227 ], [ -117.8935451035, 47.2124822553 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3808, "RouteIdentifier": "167", "AADT": 107000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2187031003, 47.4362642827 ], [ -122.2153057722, 47.4499572937 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3809, "RouteIdentifier": "005", "AADT": 180000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3281449889, 47.6228434601 ], [ -122.324181676, 47.6321012475 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3810, "RouteIdentifier": "002", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7212439358, 47.7631466252 ], [ -118.7130750207, 47.7604898372 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3811, "RouteIdentifier": "531", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1406082627, 48.151913289 ], [ -122.1327070433, 48.1526864406 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3812, "RouteIdentifier": "097", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5943172222, 47.0140340001 ], [ -120.5925213891, 47.0219833385 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3813, "RouteIdentifier": "082", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4705735995, 46.5573335962 ], [ -120.4712654383, 46.5394142128 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3814, "RouteIdentifier": "172", "AADT": 340 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8134510032, 47.6126348451 ], [ -119.8134804078, 47.6996424338 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3815, "RouteIdentifier": "011", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3786436215, 48.5169464302 ], [ -122.410855576, 48.5508465619 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3816, "RouteIdentifier": "002", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9167021499, 47.6653110039 ], [ -117.8792825759, 47.6694839326 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3817, "RouteIdentifier": "405", "AADT": 163000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.188529648, 47.6167655089 ], [ -122.1878139945, 47.6319385932 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3818, "RouteIdentifier": "099", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3436176395, 47.6252248523 ], [ -122.3470322877, 47.6426862378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3819, "RouteIdentifier": "523", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3423037081, 47.7341359849 ], [ -122.3351942988, 47.7341436296 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3820, "RouteIdentifier": "014", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5989397766, 45.6129740168 ], [ -122.5942584951, 45.6125607215 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3821, "RouteIdentifier": "172", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6850869381, 47.8156626695 ], [ -119.6419803649, 47.815343803 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3822, "RouteIdentifier": "101", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9998190814, 47.0505006375 ], [ -122.9910016143, 47.0450336894 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3823, "RouteIdentifier": "504", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8803526133, 46.3061126605 ], [ -122.8665119074, 46.3036401573 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3824, "RouteIdentifier": "002", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6020684242, 47.564209197 ], [ -120.5983470734, 47.5620792828 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3825, "RouteIdentifier": "195", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4004674284, 47.5364053504 ], [ -117.398395829, 47.5437706657 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3826, "RouteIdentifier": "028", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4885964173, 47.3774858912 ], [ -119.482679815, 47.3814692054 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3827, "RouteIdentifier": "702", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4423826497, 46.937291079 ], [ -122.35740693, 46.9366422092 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3828, "RouteIdentifier": "272", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.068840619, 46.9108595721 ], [ -117.0677994513, 46.9127572907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3829, "RouteIdentifier": "099", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.24100502, 47.9048928592 ], [ -122.2280903322, 47.9083247357 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3830, "RouteIdentifier": "206", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3531916555, 47.7872080515 ], [ -117.3523152371, 47.7871149729 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3831, "RouteIdentifier": "411", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9142960975, 46.2001388421 ], [ -122.916599885, 46.2057419837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3832, "RouteIdentifier": "395", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4025141886, 47.775377664 ], [ -117.4024404199, 47.7757947974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3833, "RouteIdentifier": "005", "AADT": 127000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6569907612, 45.7325461642 ], [ -122.6612770989, 45.7464677187 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3834, "RouteIdentifier": "097", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6853721482, 48.1040204491 ], [ -119.6682838379, 48.1388517209 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3835, "RouteIdentifier": "024", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4733228614, 46.5849707648 ], [ -120.4709892732, 46.5848762904 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3836, "RouteIdentifier": "004", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9664209143, 46.1480268532 ], [ -122.9552434055, 46.1471068295 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3837, "RouteIdentifier": "194", "AADT": 460 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3176622842, 46.7318138607 ], [ -117.2900757121, 46.7253930498 ], [ -117.267322546, 46.7081930584 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3838, "RouteIdentifier": "101", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4439905727, 48.1073916924 ], [ -123.4421245304, 48.1073235415 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3839, "RouteIdentifier": "101", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0602108175, 48.0644077043 ], [ -123.0541413502, 48.0609123727 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3840, "RouteIdentifier": "105SPWESTPT", "AADT": 970 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1131838766, 46.9081888251 ], [ -124.1124683872, 46.9087203442 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3841, "RouteIdentifier": "007", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4339726068, 47.2074131032 ], [ -122.4340414925, 47.2209096911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3842, "RouteIdentifier": "109", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9501761308, 46.9833007241 ], [ -123.9584649473, 46.9824304524 ], [ -123.9638816639, 46.9871110108 ], [ -123.9991960461, 46.9934266102 ], [ -124.0040880972, 47.00857363 ], [ -124.0381349997, 47.0457147607 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3843, "RouteIdentifier": "002", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7015013824, 47.7577620281 ], [ -118.7003253167, 47.7576668992 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3844, "RouteIdentifier": "395", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.411427803, 47.7408474959 ], [ -117.411487897, 47.7439536479 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3845, "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3511036365, 47.903873351 ], [ -117.3502034489, 47.9137043437 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3846, "RouteIdentifier": "167", "AADT": 126000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2207233046, 47.4156833158 ], [ -122.2187031003, 47.4362642827 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3847, "RouteIdentifier": "112", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2647934958, 48.2531691393 ], [ -124.260389031, 48.2542321886 ], [ -124.2601698309, 48.2506931926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3848, "RouteIdentifier": "241", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8843350959, 46.5050823884 ], [ -119.8766764568, 46.5100011675 ], [ -119.8734670054, 46.5215778241 ], [ -119.8802809007, 46.5340131046 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3849, "RouteIdentifier": "142", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8246818019, 45.8230059935 ], [ -120.8226283862, 45.8229903949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3850, "RouteIdentifier": "509", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3292431802, 47.3317433744 ], [ -122.3219018806, 47.3326977386 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3851, "RouteIdentifier": "103", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0289352268, 46.5118174067 ], [ -124.0306794602, 46.5320120219 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3852, "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7745905953, 46.9816357852 ], [ -123.7542359838, 46.978403612 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3853, "RouteIdentifier": "528", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.140842334, 48.0536557708 ], [ -122.139335004, 48.0536511041 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3854, "RouteIdentifier": "027", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2398564282, 47.6462120527 ], [ -117.2398690039, 47.6488703847 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3855, "RouteIdentifier": "167", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2984249952, 47.1999364331 ], [ -122.2938144583, 47.1988803768 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3856, "RouteIdentifier": "525SPPAINE", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2932337855, 47.9103754832 ], [ -122.2914374281, 47.9220287545 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3857, "RouteIdentifier": "014", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.603047109, 45.9369049065 ], [ -119.4452102491, 45.9475940632 ], [ -119.410562102, 45.9583557066 ], [ -119.4001606196, 45.9493259325 ], [ -119.3731501041, 45.946680716 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3858, "RouteIdentifier": "101COHERON", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8155189414, 46.9754642319 ], [ -123.8146581289, 46.9746674338 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3859, "RouteIdentifier": "520", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1881596197, 47.6322979443 ], [ -122.1541290261, 47.6295235952 ], [ -122.1364781908, 47.6384421787 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3860, "RouteIdentifier": "097", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7756848413, 48.1086426578 ], [ -119.765463651, 48.1095610147 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3861, "RouteIdentifier": "520", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2319230755, 47.6360628163 ], [ -122.2133341775, 47.6416718327 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3862, "RouteIdentifier": "005", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8322700503, 47.0459335687 ], [ -122.8221883958, 47.0469869506 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3863, "RouteIdentifier": "002", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2841686904, 48.0967467483 ], [ -117.2785898294, 48.0970199696 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3864, "RouteIdentifier": "512", "AADT": 107000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4736786558, 47.1615792122 ], [ -122.4600900511, 47.1585657847 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3865, "RouteIdentifier": "023", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9739343058, 47.2980321898 ], [ -117.9728133998, 47.3032197247 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3866, "RouteIdentifier": "002", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6676433679, 47.5927812587 ], [ -120.6615401387, 47.5961287953 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3867, "RouteIdentifier": "005", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3571398555, 48.6273196202 ], [ -122.363905077, 48.6441332225 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3868, "RouteIdentifier": "003", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6900708232, 47.6742545713 ], [ -122.6891411882, 47.6839322136 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3869, "RouteIdentifier": "125", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3491644277, 46.0639266399 ], [ -118.3499243544, 46.069095536 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3870, "RouteIdentifier": "082", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4722493593, 46.5674944544 ], [ -120.4705735995, 46.5573335962 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3871, "RouteIdentifier": "529", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.191055647, 47.976747735 ], [ -122.19102137, 47.9790612199 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3872, "RouteIdentifier": "261", "AADT": 500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2651804981, 46.6565738532 ], [ -118.2875256298, 46.6685119832 ], [ -118.3072819323, 46.6686867919 ], [ -118.3344458773, 46.6776884871 ], [ -118.3783577002, 46.6777368746 ], [ -118.389137803, 46.6893958146 ], [ -118.391198589, 46.6972092027 ], [ -118.4122698552, 46.7012162608 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3873, "RouteIdentifier": "903", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9213159644, 47.1927732879 ], [ -120.9384153356, 47.1948996063 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3874, "RouteIdentifier": "112", "AADT": 830 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9450001967, 48.1636797033 ], [ -123.9244093839, 48.1547303657 ], [ -123.9317581136, 48.1536438133 ], [ -123.9295399819, 48.1451803052 ], [ -123.9164706989, 48.1365715012 ], [ -123.8875301745, 48.1363486659 ], [ -123.8597889454, 48.14722078 ], [ -123.8001282546, 48.1395893198 ], [ -123.7690696693, 48.1396769458 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3875, "RouteIdentifier": "020", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2411593235, 48.2498304367 ], [ -117.2293777746, 48.2389717477 ], [ -117.2149572114, 48.2326927422 ], [ -117.1445158196, 48.2276178924 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3876, "RouteIdentifier": "231", "AADT": 260 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9378384893, 47.6579307436 ], [ -117.9379417422, 47.660685361 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3877, "RouteIdentifier": "020", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1781092963, 48.4725882896 ], [ -120.1686914859, 48.4567062705 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3878, "RouteIdentifier": "410", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1691805082, 47.1698966439 ], [ -122.1637086417, 47.1693190408 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3879, "RouteIdentifier": "260", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8894036808, 46.6634446901 ], [ -118.8840388543, 46.6627688809 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3880, "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6851132626, 47.8485151937 ], [ -121.6754291602, 47.8437264887 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3881, "RouteIdentifier": "026", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7472041173, 46.7900290895 ], [ -118.740366325, 46.7916254829 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3882, "RouteIdentifier": "542", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0799094982, 48.9241796486 ], [ -122.0772800593, 48.924155999 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3883, "RouteIdentifier": "012", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7002079559, 46.7282037986 ], [ -120.6947545489, 46.7266771426 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3884, "RouteIdentifier": "278", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.141577431, 47.4500082492 ], [ -117.1320120548, 47.4522702959 ], [ -117.1273008596, 47.4454628501 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3885, "RouteIdentifier": "215", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5450859846, 48.396250068 ], [ -119.540967429, 48.399614794 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3886, "RouteIdentifier": "155", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5084842224, 48.4031367389 ], [ -119.5123492002, 48.4036826294 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3887, "RouteIdentifier": "291", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4364218141, 47.7154395468 ], [ -117.4379008219, 47.7154498354 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3888, "RouteIdentifier": "405", "AADT": 128000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1820573236, 47.7095901821 ], [ -122.1889808432, 47.7236094662 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3889, "RouteIdentifier": "002", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.925005797, 47.7108243237 ], [ -118.7941217724, 47.7561814138 ], [ -118.7334805954, 47.7623342902 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3890, "RouteIdentifier": "004", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8026031248, 46.3760022496 ], [ -123.7936542735, 46.3767488327 ], [ -123.7849363108, 46.3717532207 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3891, "RouteIdentifier": "002", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1535414241, 47.7117866081 ], [ -121.1229137378, 47.7173047025 ], [ -121.1378413571, 47.7241816479 ], [ -121.1210115785, 47.7462420572 ], [ -121.0941270076, 47.7457487872 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3892, "RouteIdentifier": "005", "AADT": 88000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6813333636, 45.8063615363 ], [ -122.6883954382, 45.8215294532 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3893, "RouteIdentifier": "090", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5687388318, 47.5884737405 ], [ -117.5589351838, 47.5953615292 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3894, "RouteIdentifier": "197", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.1535252294, 45.6362913178 ], [ -121.1561709747, 45.6490463651 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3895, "RouteIdentifier": "516", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.24684628, 47.3779642912 ], [ -122.2430570827, 47.378057579 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3896, "RouteIdentifier": "012", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8089625952, 46.9762253006 ], [ -123.8076362509, 46.9772463001 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3897, "RouteIdentifier": "101", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9182891747, 47.2672889111 ], [ -123.9082461392, 47.2954525638 ], [ -123.9065191783, 47.3328554188 ], [ -123.9095592146, 47.3467924075 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3898, "RouteIdentifier": "026", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6184725877, 46.8939308682 ], [ -119.6021851057, 46.8903722209 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3899, "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9030469817, 46.1632969984 ], [ -122.9042918419, 46.1726255536 ], [ -122.8992668381, 46.1802918975 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3900, "RouteIdentifier": "009", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1400802554, 47.8145116129 ], [ -122.1281371157, 47.8306336416 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3901, "RouteIdentifier": "020", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8868341203, 47.9877015289 ], [ -122.8848678307, 47.9879382073 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3902, "RouteIdentifier": "502", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.599982644, 45.7801453767 ], [ -122.5792543891, 45.780262944 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3903, "RouteIdentifier": "507", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9732816215, 46.70702645 ], [ -122.9747719324, 46.7112626752 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3904, "RouteIdentifier": "020", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3389607734, 48.5486028042 ], [ -120.3223743924, 48.543587961 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3905, "RouteIdentifier": "270", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1769047974, 46.729513769 ], [ -117.1702535399, 46.7278386224 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3906, "RouteIdentifier": "101", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4685453921, 48.1061906064 ], [ -123.4657592482, 48.106460575 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3907, "RouteIdentifier": "410", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9946857537, 47.1974841035 ], [ -121.9923916449, 47.199177298 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3908, "RouteIdentifier": "507", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9478831901, 46.7533571733 ], [ -122.9375719089, 46.7539095544 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3909, "RouteIdentifier": "016", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6237970067, 47.4635938226 ], [ -122.6245604481, 47.4752697078 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3910, "RouteIdentifier": "005", "AADT": 186000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3297726533, 47.7436959378 ], [ -122.3291037047, 47.7469054111 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3911, "RouteIdentifier": "020", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7810617654, 48.1076558595 ], [ -122.7780253279, 48.1083589075 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3912, "RouteIdentifier": "307", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6124487235, 47.7661835383 ], [ -122.607158394, 47.7724672092 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3913, "RouteIdentifier": "532", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3706721348, 48.2410706967 ], [ -122.3443830084, 48.2398913159 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3914, "RouteIdentifier": "906", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4158570632, 47.425849765 ], [ -121.4127871024, 47.4225424219 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3915, "RouteIdentifier": "012", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0874609685, 46.4153003586 ], [ -117.069154655, 46.4199117494 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3916, "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5724635589, 46.6251660017 ], [ -120.5436645551, 46.6226773126 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3917, "RouteIdentifier": "020SPANACRT", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6096344556, 48.4932908483 ], [ -122.6126265866, 48.4934511275 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3918, "RouteIdentifier": "020", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3044608349, 48.3394634583 ], [ -117.2844096141, 48.3059359445 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3919, "RouteIdentifier": "260", "AADT": 770 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3441820755, 46.7361724356 ], [ -118.3231691836, 46.7431650717 ], [ -118.3104348324, 46.7563777105 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3920, "RouteIdentifier": "181", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2474311421, 47.3867136062 ], [ -122.2493486901, 47.3976177556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3921, "RouteIdentifier": "007", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4342002903, 47.1593449432 ], [ -122.4341705298, 47.1628256566 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3922, "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0798684236, 46.8216532259 ], [ -123.0761547764, 46.8206396917 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3923, "RouteIdentifier": "021", "AADT": 160 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5579970591, 46.6445599995 ], [ -118.5495267257, 46.655378434 ], [ -118.5443798132, 46.6742594979 ], [ -118.5291894222, 46.6893914363 ], [ -118.527862787, 46.697937023 ], [ -118.5289309614, 46.709283549 ], [ -118.5479758394, 46.7134582569 ], [ -118.547381969, 46.7802658991 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3924, "RouteIdentifier": "823", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4872923805, 46.6801245233 ], [ -120.482692837, 46.6807839356 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3925, "RouteIdentifier": "009", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1130005817, 48.1517401354 ], [ -122.1187528092, 48.1643133094 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3926, "RouteIdentifier": "002", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1565942739, 47.6540477597 ], [ -118.1420864524, 47.6544054526 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3927, "RouteIdentifier": "012", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9392616292, 46.382620523 ], [ -117.9322110467, 46.3985709129 ], [ -117.9413605818, 46.4060696422 ], [ -117.9479137743, 46.4225642672 ], [ -117.9469665414, 46.4295031017 ], [ -117.9587274494, 46.4507231244 ], [ -117.962632911, 46.4685024932 ], [ -117.9609825539, 46.4873044859 ], [ -117.9734724736, 46.4998726264 ], [ -117.9712249078, 46.5098672609 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3928, "RouteIdentifier": "170", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1099088867, 46.9701523567 ], [ -119.0422256352, 46.9696837609 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3929, "RouteIdentifier": "240", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2352979381, 46.2341237242 ], [ -119.2152365358, 46.2321748638 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3930, "RouteIdentifier": "171", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3094973132, 47.1058411746 ], [ -119.3052799217, 47.1087851264 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3931, "RouteIdentifier": "101", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5396953537, 48.0975545684 ], [ -123.5353377768, 48.098941472 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3932, "RouteIdentifier": "522", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2074296103, 47.7589886736 ], [ -122.1940460846, 47.7553536407 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3933, "RouteIdentifier": "221", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.603047109, 45.9369049065 ], [ -119.6031230684, 45.9389260974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3934, "RouteIdentifier": "531", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2814765504, 48.1399591811 ], [ -122.2820740303, 48.1477548637 ], [ -122.2891754017, 48.1552836007 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3935, "RouteIdentifier": "215", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5284865191, 48.4108456019 ], [ -119.5284561857, 48.4123674853 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3936, "RouteIdentifier": "300", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8432290715, 47.4472414198 ], [ -122.8272592504, 47.454059906 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3937, "RouteIdentifier": "009", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2470226925, 48.5030308196 ], [ -122.247228536, 48.5049651039 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3938, "RouteIdentifier": "270", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2088606428, 46.7337475063 ], [ -117.2059069062, 46.7337520183 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3939, "RouteIdentifier": "169", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0402216819, 47.4051375238 ], [ -122.0384117208, 47.4089744879 ], [ -122.0506265625, 47.4234707779 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3940, "RouteIdentifier": "536", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.378756131, 48.4364435691 ], [ -122.3619718598, 48.4277546105 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3941, "RouteIdentifier": "903", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0584176535, 47.257382574 ], [ -121.0623455971, 47.2605734637 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3942, "RouteIdentifier": "099", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2583128195, 47.8895409718 ], [ -122.2572398494, 47.8906887228 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3943, "RouteIdentifier": "009", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.109772433, 47.878119226 ], [ -122.1093210645, 47.8989017492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3944, "RouteIdentifier": "240", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2905873773, 46.2611443687 ], [ -119.2878136748, 46.2595687001 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3945, "RouteIdentifier": "510", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7653032241, 47.0638310719 ], [ -122.7651140331, 47.0629504411 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3946, "RouteIdentifier": "012", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6020091618, 46.6572102746 ], [ -121.5939929334, 46.6677239868 ], [ -121.5771726696, 46.6750081624 ], [ -121.5748775018, 46.6824470233 ], [ -121.5785447315, 46.6857085787 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3947, "RouteIdentifier": "397", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1012238708, 46.2052016642 ], [ -119.1061582106, 46.2060951858 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3948, "RouteIdentifier": "310", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6676487456, 47.5684242426 ], [ -122.663594378, 47.5707549865 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3949, "RouteIdentifier": "500", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6496497972, 45.6504231837 ], [ -122.6493044391, 45.6503500709 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3950, "RouteIdentifier": "195", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0929578437, 46.5461114405 ], [ -117.1050710923, 46.5588432113 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3951, "RouteIdentifier": "395", "AADT": 920 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1426715191, 48.7772362922 ], [ -118.1497710826, 48.7873239168 ], [ -118.1606954688, 48.7925791711 ], [ -118.1610621477, 48.8013491924 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3952, "RouteIdentifier": "012", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2564997683, 46.0930373464 ], [ -118.2526403206, 46.0995793775 ], [ -118.2420963329, 46.1031326564 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3953, "RouteIdentifier": "002", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2828183812, 47.6193764429 ], [ -119.2613682363, 47.6314977852 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3954, "RouteIdentifier": "542", "AADT": 610 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6589172471, 48.8590433627 ], [ -121.6630290925, 48.866717271 ], [ -121.6708767545, 48.862041366 ], [ -121.6754402986, 48.8651910486 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3955, "RouteIdentifier": "395SPNSC", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3658073843, 47.7605601689 ], [ -117.3673481617, 47.7688728977 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3956, "RouteIdentifier": "507", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9522499816, 46.7274803396 ], [ -122.952269366, 46.7289642557 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3957, "RouteIdentifier": "005", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3476324959, 48.5639822624 ], [ -122.3437035716, 48.5958995493 ], [ -122.3462428337, 48.6070259278 ], [ -122.3545679756, 48.6174704326 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3958, "RouteIdentifier": "002", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5983470734, 47.5620792828 ], [ -120.5889958565, 47.5568399451 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3959, "RouteIdentifier": "405", "AADT": 154000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2498888662, 47.4623828171 ], [ -122.2408435002, 47.4652569769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3960, "RouteIdentifier": "010", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8544979241, 47.1749253538 ], [ -120.8169944864, 47.1654459949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3961, "RouteIdentifier": "202", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9049232747, 47.5724947503 ], [ -121.8981135123, 47.5712733617 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3962, "RouteIdentifier": "153", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0933996402, 48.1811071167 ], [ -120.096475565, 48.1968467764 ], [ -120.1071532972, 48.1976887965 ], [ -120.1282560949, 48.2086361697 ], [ -120.1174787599, 48.2312124652 ], [ -120.1161853491, 48.2490366875 ], [ -120.1061717246, 48.2554318205 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3963, "RouteIdentifier": "530", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1236120707, 48.2002782394 ], [ -122.1213708923, 48.2002565193 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3964, "RouteIdentifier": "278", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0779731302, 47.442965311 ], [ -117.0397889595, 47.4349031524 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3965, "RouteIdentifier": "141", "AADT": 810 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5337335651, 45.9984030688 ], [ -121.5549969267, 45.9998011977 ], [ -121.5636114982, 45.9901163052 ], [ -121.5837003451, 45.9826021001 ], [ -121.5888375562, 45.9758111476 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3966, "RouteIdentifier": "017", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3298805519, 47.1732555069 ], [ -119.337592942, 47.1824916579 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3967, "RouteIdentifier": "101", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3376838924, 48.0547329997 ], [ -124.3149717617, 48.0584677954 ], [ -124.3028014989, 48.0673395518 ], [ -124.2831461268, 48.0697565692 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3968, "RouteIdentifier": "002", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0767740067, 47.6417886706 ], [ -120.0747632734, 47.641906708 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3969, "RouteIdentifier": "101", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0376981686, 48.0703874967 ], [ -123.9545771246, 48.0754505177 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3970, "RouteIdentifier": "512", "AADT": 92000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2823985099, 47.1941934807 ], [ -122.281111013, 47.1984410996 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3971, "RouteIdentifier": "411", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9070746013, 46.1900492586 ], [ -122.9142960975, 46.2001388421 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3972, "RouteIdentifier": "503", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5525729281, 45.6855805745 ], [ -122.55279656, 45.6913817983 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3973, "RouteIdentifier": "097", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8060994957, 48.0932061459 ], [ -119.7944730895, 48.0983151568 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3974, "RouteIdentifier": "016", "AADT": 96000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5100030807, 47.2490381759 ], [ -122.5111157203, 47.2502531629 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3975, "RouteIdentifier": "012", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4811308047, 46.4673204627 ], [ -117.4724796642, 46.4594841871 ], [ -117.4670539222, 46.4470649257 ], [ -117.4444691861, 46.4466269014 ], [ -117.4311649833, 46.4362139804 ], [ -117.4202576394, 46.4360420895 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3976, "RouteIdentifier": "308", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6601620541, 47.7045647028 ], [ -122.6546046376, 47.70607599 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3977, "RouteIdentifier": "507COPEARL", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9559416042, 46.7155463073 ], [ -122.9571866974, 46.7126430488 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3978, "RouteIdentifier": "240", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1815164346, 46.226705456 ], [ -119.1466151724, 46.2179686599 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3979, "RouteIdentifier": "004", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.923520705, 46.1460689953 ], [ -122.9222411132, 46.1464872396 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3980, "RouteIdentifier": "509", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3204263512, 47.4439375555 ], [ -122.3268233106, 47.4554520402 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3981, "RouteIdentifier": "099", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3092462539, 47.3580817971 ], [ -122.3074304764, 47.3616303229 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3982, "RouteIdentifier": "516", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1070219689, 47.3580601805 ], [ -122.0859358901, 47.3580748666 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3983, "RouteIdentifier": "002", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.77648464, 47.643593498 ], [ -117.7334112553, 47.6434838531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3984, "RouteIdentifier": "195", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4483713102, 47.6410080356 ], [ -117.4497167189, 47.6443092509 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3985, "RouteIdentifier": "305", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6156582337, 47.7161387981 ], [ -122.6353165012, 47.7250143013 ], [ -122.6370291084, 47.7323152241 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3986, "RouteIdentifier": "522", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3004396604, 47.7105219184 ], [ -122.2995385636, 47.7120544754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3987, "RouteIdentifier": "022", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7475393038, 46.2094125334 ], [ -119.7476202885, 46.2140157031 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3988, "RouteIdentifier": "500", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4348020717, 45.6649138902 ], [ -122.429621236, 45.6621546541 ], [ -122.4288846042, 45.6543939777 ], [ -122.4244049035, 45.6505489649 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3989, "RouteIdentifier": "020", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322498894, 48.4777584669 ], [ -122.321610488, 48.4780418815 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3990, "RouteIdentifier": "503", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5258480464, 45.9932136954 ], [ -122.5264716482, 45.9932175677 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3991, "RouteIdentifier": "027", "AADT": 390 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1992324539, 47.1773708328 ], [ -117.1722002227, 47.1818280167 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3992, "RouteIdentifier": "016", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5219385669, 47.258344291 ], [ -122.5307884494, 47.2588581959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3993, "RouteIdentifier": "028", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5469623321, 47.3271872736 ], [ -119.4986984819, 47.3690721351 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3994, "RouteIdentifier": "548", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7261530122, 48.9551626572 ], [ -122.7299951107, 48.9621767777 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3995, "RouteIdentifier": "027", "AADT": 780 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2006505617, 47.1259714675 ], [ -117.2204392685, 47.120872 ], [ -117.2311497101, 47.1220696502 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3996, "RouteIdentifier": "097", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6682838379, 48.1388517209 ], [ -119.6636624539, 48.1604813241 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3997, "RouteIdentifier": "538", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2918401179, 48.4355506598 ], [ -122.2891848021, 48.4355524149 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3998, "RouteIdentifier": "002", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3531916555, 47.7872080515 ], [ -117.3518193824, 47.7919039464 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3999, "RouteIdentifier": "128", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.069154655, 46.4199117494 ], [ -117.0693320216, 46.4212282179 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4000, "RouteIdentifier": "101", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3564028382, 47.8868367862 ], [ -124.3561155367, 47.8937677247 ], [ -124.3644243308, 47.8948319873 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4001, "RouteIdentifier": "101", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1614780369, 47.506903678 ], [ -124.2004830222, 47.5303993959 ], [ -124.2229369627, 47.5343029792 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4002, "RouteIdentifier": "500", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5059582917, 45.6758268864 ], [ -122.505932908, 45.6721730664 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4003, "RouteIdentifier": "026", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3877903612, 46.8866484089 ], [ -117.3817100757, 46.8906071029 ], [ -117.3649144653, 46.8905633877 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4004, "RouteIdentifier": "002", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6542540009, 47.8363873413 ], [ -121.6418257139, 47.8341761604 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4005, "RouteIdentifier": "411", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.909567729, 46.2331832879 ], [ -122.8996825001, 46.2497847546 ], [ -122.9131016887, 46.2630638015 ], [ -122.9250895302, 46.2644933419 ], [ -122.9237811251, 46.2715083431 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4006, "RouteIdentifier": "224", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.475488175, 46.2509192818 ], [ -119.4752230368, 46.2516861086 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4007, "RouteIdentifier": "270", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1864957616, 46.7314771721 ], [ -117.1817811528, 46.731695621 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4008, "RouteIdentifier": "532", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2809503607, 48.235572681 ], [ -122.2423008133, 48.2388120168 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4009, "RouteIdentifier": "002", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5608436626, 47.6428844249 ], [ -117.509427539, 47.6430053975 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4010, "RouteIdentifier": "512", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.281111013, 47.1984410996 ], [ -122.2782598167, 47.2029152075 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4011, "RouteIdentifier": "004", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4572843275, 46.2706003653 ], [ -123.4109919609, 46.2617089223 ], [ -123.4005832438, 46.2531192037 ], [ -123.3947912458, 46.2315766109 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4012, "RouteIdentifier": "022", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3149587825, 46.3677298266 ], [ -120.3097289325, 46.3650774694 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4013, "RouteIdentifier": "005", "AADT": 206000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.324181676, 47.6321012475 ], [ -122.3238832466, 47.6326989707 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4014, "RouteIdentifier": "195", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3641647883, 46.8740109029 ], [ -117.3649931364, 46.8746110638 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4015, "RouteIdentifier": "291", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5075109583, 47.7416381565 ], [ -117.5074826876, 47.7443815862 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4016, "RouteIdentifier": "112", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7455869752, 48.1372852387 ], [ -123.7345388535, 48.1360534594 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4017, "RouteIdentifier": "904", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5647334404, 47.498272492 ], [ -117.5647296934, 47.4988542076 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4018, "RouteIdentifier": "003", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6748917772, 47.5440202547 ], [ -122.6707470211, 47.5494494474 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4019, "RouteIdentifier": "002", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0441181005, 48.1780553435 ], [ -117.0426668622, 48.1780973091 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4020, "RouteIdentifier": "542", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2395042525, 48.8318235121 ], [ -122.2195423891, 48.8277065549 ], [ -122.2096024616, 48.821069883 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4021, "RouteIdentifier": "142", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9044761844, 45.8247380049 ], [ -120.8744708695, 45.824429695 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4022, "RouteIdentifier": "411", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9237811251, 46.2715083431 ], [ -122.9218771342, 46.2762832574 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4023, "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.321610488, 48.4780418815 ], [ -122.2801945178, 48.4926127654 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4024, "RouteIdentifier": "101", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0549477321, 46.3302467729 ], [ -124.0549134209, 46.3311573646 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4025, "RouteIdentifier": "305", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5109341748, 47.6229691778 ], [ -122.5129709245, 47.6238643156 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4026, "RouteIdentifier": "003", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7350085187, 47.5157381772 ], [ -122.7222646763, 47.5233205646 ], [ -122.7132594935, 47.5239714664 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4027, "RouteIdentifier": "395", "AADT": 140 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2244399208, 48.9981157805 ], [ -118.2239337521, 49.0001142503 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4028, "RouteIdentifier": "101", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0963235193, 47.1342723946 ], [ -123.1002077406, 47.1262326925 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4029, "RouteIdentifier": "005", "AADT": 114000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6644148519, 45.7566399081 ], [ -122.6701869958, 45.7753317642 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4030, "RouteIdentifier": "020", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.609133392, 48.1712861629 ], [ -122.6262008512, 48.183153552 ], [ -122.6266865938, 48.1904292048 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4031, "RouteIdentifier": "005RL005EXP", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3265267058, 47.6034433933 ], [ -122.3304093084, 47.6079523826 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4032, "RouteIdentifier": "097", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8229476469, 45.7771798533 ], [ -120.8225764326, 45.7876068164 ], [ -120.8169355081, 45.795557156 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4033, "RouteIdentifier": "504", "AADT": 590 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3510605635, 46.3071011772 ], [ -122.3527972938, 46.2965836771 ], [ -122.3455373962, 46.2931384349 ], [ -122.337001989, 46.3047142862 ], [ -122.3278036317, 46.3078440811 ], [ -122.3208730727, 46.3036524423 ], [ -122.313153103, 46.3066262779 ], [ -122.3100082852, 46.3001431608 ], [ -122.3022619974, 46.2970256355 ], [ -122.2938372103, 46.3000796883 ], [ -122.295182346, 46.3062068691 ], [ -122.2807292786, 46.3116469727 ], [ -122.2731898668, 46.303082327 ], [ -122.2662981155, 46.301502894 ], [ -122.2789228699, 46.3034457986 ], [ -122.2705939775, 46.2873405261 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4034, "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.402735532, 47.7811795472 ], [ -117.4074561545, 47.7875219182 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4035, "RouteIdentifier": "090", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6947330224, 47.501473805 ], [ -117.6842799668, 47.508587719 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4036, "RouteIdentifier": "005", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7483034155, 48.9956575306 ], [ -122.7547026936, 49.0004770596 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4037, "RouteIdentifier": "097", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8858510006, 47.9902643238 ], [ -119.8838607234, 47.9987453856 ], [ -119.8957472001, 48.038517837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4038, "RouteIdentifier": "112", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6671258406, 48.1191174479 ], [ -123.6561026165, 48.1181029102 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4039, "RouteIdentifier": "401", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8750691469, 46.2411694514 ], [ -123.8574461597, 46.2510844587 ], [ -123.8514330153, 46.2602496978 ], [ -123.8402134294, 46.2625073673 ], [ -123.8325797811, 46.2695656832 ], [ -123.8166527548, 46.2712834502 ], [ -123.8074451874, 46.2860891421 ], [ -123.8110220943, 46.292755949 ], [ -123.8005818248, 46.3043543061 ], [ -123.7980280188, 46.329180811 ], [ -123.8010026466, 46.3344527096 ], [ -123.8104269171, 46.3376105866 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4040, "RouteIdentifier": "014", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9408254869, 45.6665296294 ], [ -120.9297714065, 45.6654121621 ], [ -120.9256409171, 45.6605136294 ], [ -120.8955780583, 45.6660810678 ], [ -120.8292860584, 45.6940654066 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4041, "RouteIdentifier": "512", "AADT": 87000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2828899445, 47.1858920985 ], [ -122.2823985099, 47.1941934807 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4042, "RouteIdentifier": "823", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5304211479, 46.6486735819 ], [ -120.5282531262, 46.6540390188 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4043, "RouteIdentifier": "005", "AADT": 130000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.675049957, 45.6181241353 ], [ -122.6716912752, 45.622917794 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4044, "RouteIdentifier": "292", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6217227567, 48.0596769549 ], [ -117.6204333436, 48.0599351891 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4045, "RouteIdentifier": "012", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6175832531, 46.9743856487 ], [ -123.608437708, 46.9733591072 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4046, "RouteIdentifier": "020", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9043342814, 48.5465658408 ], [ -117.8819927368, 48.5472128187 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4047, "RouteIdentifier": "020", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9951021272, 48.5298846785 ], [ -121.9651128936, 48.5240655431 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4048, "RouteIdentifier": "432", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9506147609, 46.1164898023 ], [ -122.9437335833, 46.1159145 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4049, "RouteIdentifier": "510", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6881983355, 47.0090276156 ], [ -122.6694499846, 47.0015817743 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4050, "RouteIdentifier": "027", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1944912719, 46.7123163464 ], [ -117.1823923289, 46.7153301884 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4051, "RouteIdentifier": "096", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.144284589, 47.8911732556 ], [ -122.1282727742, 47.8811551589 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4052, "RouteIdentifier": "005", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1994394218, 48.1842323462 ], [ -122.2073503784, 48.1930549968 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4053, "RouteIdentifier": "031", "AADT": 90 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3082024553, 48.987334862 ], [ -117.300957911, 48.9914893657 ], [ -117.2997854183, 48.9998091485 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4054, "RouteIdentifier": "821", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4658299611, 46.7110974278 ], [ -120.4499387893, 46.725476403 ], [ -120.4529597593, 46.7328663314 ], [ -120.4474798796, 46.7417500389 ], [ -120.4584088633, 46.7479232715 ], [ -120.4557031883, 46.7526547977 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4055, "RouteIdentifier": "101", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9025771354, 47.3722950666 ], [ -123.8886284736, 47.4026822769 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4056, "RouteIdentifier": "090", "AADT": 79000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0695554806, 47.5516320142 ], [ -122.0518753525, 47.5453888035 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4057, "RouteIdentifier": "014", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0728889721, 45.7937322728 ], [ -119.99534977, 45.8239202871 ], [ -119.9346212323, 45.8356923036 ], [ -119.9093114186, 45.8357642984 ], [ -119.8779729096, 45.8417460874 ], [ -119.848685047, 45.8673243697 ], [ -119.8271538347, 45.8696991389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4058, "RouteIdentifier": "012", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1306968579, 46.1654154745 ], [ -118.1391201391, 46.1784782697 ], [ -118.1360940572, 46.1845933366 ], [ -118.1377890482, 46.2310216136 ], [ -118.1530953054, 46.2591521015 ], [ -118.1532476863, 46.2701348718 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4059, "RouteIdentifier": "536", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.390445812, 48.4422989059 ], [ -122.378756131, 48.4364435691 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4060, "RouteIdentifier": "109", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2125630243, 47.2479722468 ], [ -124.222223573, 47.2566679804 ], [ -124.2418234024, 47.2957168744 ], [ -124.2808034862, 47.3214481125 ], [ -124.2880206391, 47.3359121435 ], [ -124.2850104072, 47.3470290113 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4061, "RouteIdentifier": "003", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6901316239, 47.5798542029 ], [ -122.6987408734, 47.5866961105 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4062, "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2945690698, 47.8468435945 ], [ -122.2931688795, 47.8504172566 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4063, "RouteIdentifier": "090", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9856684909, 46.9399239995 ], [ -119.9617666156, 46.9450388749 ], [ -119.9623607954, 46.955497291 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4064, "RouteIdentifier": "005", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3354436719, 48.4902753934 ], [ -122.3370509632, 48.503991479 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4065, "RouteIdentifier": "225", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4935889943, 46.301316915 ], [ -119.4933154474, 46.3115165199 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4066, "RouteIdentifier": "515", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2024279178, 47.3725593313 ], [ -122.2024048555, 47.3748567353 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4067, "RouteIdentifier": "161", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2939107442, 47.2065716074 ], [ -122.2939186583, 47.209493222 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4068, "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9874606417, 47.6279947984 ], [ -121.9593727364, 47.6196353188 ], [ -121.9574628206, 47.6132115201 ], [ -121.9615435138, 47.60154051 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4069, "RouteIdentifier": "014", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4653744706, 45.7143933277 ], [ -121.4629980998, 45.7135052501 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4070, "RouteIdentifier": "195", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3997755612, 47.5144285359 ], [ -117.3939373287, 47.5212232747 ], [ -117.3968245294, 47.5274308586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4071, "RouteIdentifier": "002", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4113416177, 47.7366272099 ], [ -117.4112982729, 47.739633774 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4072, "RouteIdentifier": "003", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.829825816, 47.381738143 ], [ -122.8277972731, 47.3865787228 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4073, "RouteIdentifier": "546", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4744048469, 48.9644201365 ], [ -122.4631661079, 48.9646150404 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4074, "RouteIdentifier": "110", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.4606869786, 47.9524141752 ], [ -124.4631155918, 47.9407965872 ], [ -124.4817162701, 47.9308967011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4075, "RouteIdentifier": "410", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9599282089, 47.199071826 ], [ -121.9346988288, 47.1921997068 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4076, "RouteIdentifier": "019", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7686405015, 48.0112283115 ], [ -122.7766696657, 48.0135236739 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4077, "RouteIdentifier": "007", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1961396485, 46.7486771117 ], [ -122.1934957289, 46.7573170831 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4078, "RouteIdentifier": "307", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5733355827, 47.8027671644 ], [ -122.5706924506, 47.8037291147 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4079, "RouteIdentifier": "524", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1434306209, 47.804831104 ], [ -122.1378345116, 47.804839361 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4080, "RouteIdentifier": "520", "AADT": 82000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.134945908, 47.6610541746 ], [ -122.1304517336, 47.6661307578 ], [ -122.1223453784, 47.6671817737 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4081, "RouteIdentifier": "500", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4690215411, 45.664782696 ], [ -122.4348020717, 45.6649138902 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4082, "RouteIdentifier": "101", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1749055913, 47.289039031 ], [ -123.1570442192, 47.2803282022 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4083, "RouteIdentifier": "107", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7194853839, 46.9182048549 ], [ -123.7133142809, 46.9289642039 ], [ -123.6707784483, 46.9375606362 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4084, "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4026394998, 47.7808179884 ], [ -117.402846948, 47.7809972131 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4085, "RouteIdentifier": "505", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.881749481, 46.4752593869 ], [ -122.8657551158, 46.4709082251 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4086, "RouteIdentifier": "542", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2776857935, 48.8435345933 ], [ -122.2556345682, 48.8390461836 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4087, "RouteIdentifier": "097", "AADT": 9000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4736324891, 46.5393860319 ], [ -120.4705376957, 46.5410320836 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4088, "RouteIdentifier": "097", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6556188415, 47.4745007676 ], [ -120.6528625036, 47.482823007 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4089, "RouteIdentifier": "101COHERON", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8146581289, 46.9746674338 ], [ -123.8135123607, 46.9752656303 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4090, "RouteIdentifier": "005HD13393", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4290787927, 47.2340191897 ], [ -122.4348320946, 47.2331712422 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4091, "RouteIdentifier": "005", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7328423678, 48.9841695596 ], [ -122.7483034155, 48.9956575306 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4092, "RouteIdentifier": "548", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5983885994, 48.8916617976 ], [ -122.6025149847, 48.8920541634 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4093, "RouteIdentifier": "150", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9808716374, 47.8137027141 ], [ -119.9770150376, 47.8170244607 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4094, "RouteIdentifier": "548", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6385290374, 48.8917094095 ], [ -122.7044893922, 48.8921934089 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4095, "RouteIdentifier": "504", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7753068821, 46.3188415766 ], [ -122.7622997913, 46.31964321 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4096, "RouteIdentifier": "028", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8533663973, 47.2334497115 ], [ -119.8356431118, 47.2340276704 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4097, "RouteIdentifier": "432", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8925432587, 46.1068065797 ], [ -122.8785910075, 46.1067733831 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4098, "RouteIdentifier": "900", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1565310736, 47.5057272643 ], [ -122.1545187673, 47.5061214996 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4099, "RouteIdentifier": "504", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8907960803, 46.3012804426 ], [ -122.8803526133, 46.3061126605 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4100, "RouteIdentifier": "101", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0447131335, 46.331198202 ], [ -124.0053179052, 46.3309294575 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4101, "RouteIdentifier": "020", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.883245172, 47.9882925028 ], [ -122.8767504028, 47.9921025165 ], [ -122.8590822264, 47.9899083019 ], [ -122.8376261196, 48.0017582789 ], [ -122.8300886216, 48.0107987872 ], [ -122.8301978646, 48.0210112267 ], [ -122.8196628775, 48.04931957 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4102, "RouteIdentifier": "538", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3228133919, 48.4357262199 ], [ -122.3174867795, 48.4356661942 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4103, "RouteIdentifier": "539", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4859938914, 48.8150001938 ], [ -122.4859651634, 48.8333491544 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4104, "RouteIdentifier": "011", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4957096235, 48.6976302874 ], [ -122.4889163396, 48.702409161 ], [ -122.4998793264, 48.7103012557 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4105, "RouteIdentifier": "012", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.387883926, 47.005264982 ], [ -123.3874436362, 47.0046753037 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4106, "RouteIdentifier": "082", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5135770418, 46.6284896582 ], [ -120.5009591571, 46.6232675075 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4107, "RouteIdentifier": "522", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1570006357, 47.765024263 ], [ -122.1508809942, 47.779603159 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4108, "RouteIdentifier": "527", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2074687841, 47.8201159821 ], [ -122.2074577992, 47.821711911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4109, "RouteIdentifier": "509", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3344227391, 47.4416515583 ], [ -122.3339487259, 47.4475073103 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4110, "RouteIdentifier": "022", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3199265565, 46.3750583048 ], [ -120.3201578547, 46.3713384075 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4111, "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3344939127, 48.3373547839 ], [ -122.3359326659, 48.3471746589 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4112, "RouteIdentifier": "122", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4976698793, 46.5583568324 ], [ -122.4954759572, 46.5519074288 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4113, "RouteIdentifier": "020", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4313388534, 48.4462873107 ], [ -122.4131299621, 48.4502154271 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4114, "RouteIdentifier": "105", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8480154625, 46.9435702245 ], [ -123.8173067572, 46.9516445414 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4115, "RouteIdentifier": "539", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4860492264, 48.8043084991 ], [ -122.4860458418, 48.8077759805 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4116, "RouteIdentifier": "099", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2963791173, 47.3865201952 ], [ -122.2947521893, 47.3943368889 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4117, "RouteIdentifier": "101", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7294448552, 46.6856170888 ], [ -123.7293771219, 46.6866295208 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4118, "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3445897421, 47.7021703261 ], [ -122.3446210177, 47.7050638875 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4119, "RouteIdentifier": "405", "AADT": 177000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1862142566, 47.6722701693 ], [ -122.1852889074, 47.6742929009 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4120, "RouteIdentifier": "500", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6493044391, 45.6503500709 ], [ -122.6469881652, 45.6495101668 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4121, "RouteIdentifier": "142", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8226283862, 45.8229903949 ], [ -120.8122602395, 45.8229926828 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4122, "RouteIdentifier": "261", "AADT": 480 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3084452289, 46.758407436 ], [ -118.2927627536, 46.7640966507 ], [ -118.286718814, 46.7740832951 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4123, "RouteIdentifier": "161", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2972004015, 46.9531905355 ], [ -122.2979507857, 46.9800944856 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4124, "RouteIdentifier": "162", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2293212399, 47.1843499681 ], [ -122.2293015421, 47.1806601772 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4125, "RouteIdentifier": "101", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7406552867, 46.7781576345 ], [ -123.738474948, 46.7947691985 ], [ -123.7460823296, 46.7987604942 ], [ -123.7468410221, 46.8042726776 ], [ -123.7198612579, 46.8296809218 ], [ -123.7193448689, 46.8429886225 ], [ -123.7093258609, 46.8603697186 ], [ -123.7108617816, 46.8670798808 ], [ -123.7062185932, 46.8779876268 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4126, "RouteIdentifier": "002", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4111538627, 47.7133751719 ], [ -117.4111252748, 47.7150977748 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4127, "RouteIdentifier": "516", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.22977526, 47.3833226703 ], [ -122.2214820038, 47.3825173806 ], [ -122.2065091301, 47.3725609481 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4128, "RouteIdentifier": "524", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2871149715, 47.8209339215 ], [ -122.2755457279, 47.8209143725 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4129, "RouteIdentifier": "002", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0978930871, 47.6573058522 ], [ -117.9493878602, 47.6583110212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4130, "RouteIdentifier": "099", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.32119741, 47.52336099 ], [ -122.3249389869, 47.5271305474 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4131, "RouteIdentifier": "285", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3006072071, 47.4096540761 ], [ -120.3029610908, 47.4095632747 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4132, "RouteIdentifier": "005", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8976072607, 46.1404539675 ], [ -122.8998676031, 46.1496842122 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4133, "RouteIdentifier": "097", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4508888194, 48.973570904 ], [ -119.459484559, 48.9953117488 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4134, "RouteIdentifier": "002", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5054795183, 47.7584305503 ], [ -118.4817145594, 47.7503088944 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4135, "RouteIdentifier": "101", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7300519299, 46.6888584117 ], [ -123.7313710506, 46.6903743354 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4136, "RouteIdentifier": "003", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7124496038, 47.6114063118 ], [ -122.7097773434, 47.6324886961 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4137, "RouteIdentifier": "097", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1489577681, 47.7627227749 ], [ -120.1222565242, 47.7683337153 ], [ -120.0939451422, 47.7618733285 ], [ -120.0771113094, 47.7623555736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4138, "RouteIdentifier": "009", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2406467581, 48.4027244437 ], [ -122.2643571316, 48.430063418 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4139, "RouteIdentifier": "281", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8533828874, 47.231885111 ], [ -119.8533663973, 47.2334497115 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4140, "RouteIdentifier": "823", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5197381527, 46.6681259529 ], [ -120.5170629867, 46.6712561513 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4141, "RouteIdentifier": "003", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8455160853, 47.415535475 ], [ -122.8464511089, 47.4246031872 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4142, "RouteIdentifier": "531", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1872561406, 48.1523209798 ], [ -122.1857562885, 48.1523511436 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4143, "RouteIdentifier": "166", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6312757821, 47.5427369679 ], [ -122.6269725806, 47.5417504284 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4144, "RouteIdentifier": "002", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5877830321, 47.5561469233 ], [ -120.5501706085, 47.5350150951 ], [ -120.5136715771, 47.5356194902 ], [ -120.4890479152, 47.5280979623 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4145, "RouteIdentifier": "501", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7041423514, 45.6445770609 ], [ -122.7195199906, 45.6499177453 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4146, "RouteIdentifier": "548", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7514620424, 48.9886011741 ], [ -122.7516443954, 48.9896016788 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4147, "RouteIdentifier": "099", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2981196901, 47.5020226852 ], [ -122.3037605642, 47.5106094253 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4148, "RouteIdentifier": "012", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2939892909, 46.0823692123 ], [ -118.2736672441, 46.0850299125 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4149, "RouteIdentifier": "395", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1428018792, 48.7736597705 ], [ -118.1426715191, 48.7772362922 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4150, "RouteIdentifier": "523", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3100733649, 47.7339389204 ], [ -122.297844387, 47.7338069071 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4151, "RouteIdentifier": "009", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2649877502, 48.9991015764 ], [ -122.2649591411, 49.0000309604 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4152, "RouteIdentifier": "129", "AADT": 250 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2517268724, 46.0417290027 ], [ -117.2515257215, 46.0417663171 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4153, "RouteIdentifier": "020", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6686935469, 48.2839223474 ], [ -122.6661977768, 48.2841306381 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4154, "RouteIdentifier": "082", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4748023779, 46.5896995193 ], [ -120.4720339463, 46.5745548829 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4155, "RouteIdentifier": "028SPWENTCH", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.287327632, 47.3995120011 ], [ -120.2863393433, 47.3982856502 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4156, "RouteIdentifier": "105", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1062823585, 46.8495197001 ], [ -124.1079704304, 46.8588588821 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4157, "RouteIdentifier": "504", "AADT": 960 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6794982425, 46.3616185155 ], [ -122.6734966352, 46.3612844656 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4158, "RouteIdentifier": "536", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4313388534, 48.4462873107 ], [ -122.4283589995, 48.4448569455 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4159, "RouteIdentifier": "410", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2014569021, 47.1941769535 ], [ -122.1990213709, 47.1844363574 ], [ -122.1869699983, 47.1769776673 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4160, "RouteIdentifier": "101", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9489928608, 48.0502722096 ], [ -122.9240212026, 48.050093762 ], [ -122.8785401303, 48.0405591613 ], [ -122.8671620679, 48.0307219954 ], [ -122.8622427496, 48.0164767191 ], [ -122.863957586, 48.0095725516 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4161, "RouteIdentifier": "004", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9085060615, 46.1467022322 ], [ -122.9093031811, 46.1446137165 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4162, "RouteIdentifier": "090", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7651585878, 47.4732140567 ], [ -121.7482609923, 47.473255323 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4163, "RouteIdentifier": "009", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2034031763, 48.7206992742 ], [ -122.2022010791, 48.7460185067 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4164, "RouteIdentifier": "101", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1277858514, 47.2236494996 ], [ -123.1265910273, 47.2001121701 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4165, "RouteIdentifier": "263", "AADT": 360 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5525255652, 46.6422285199 ], [ -118.5525513618, 46.6447887503 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4166, "RouteIdentifier": "022", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9393101914, 46.196885705 ], [ -119.9172628783, 46.1916920438 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4167, "RouteIdentifier": "021", "AADT": 250 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6991242989, 47.3709132653 ], [ -118.6920130217, 47.3791633099 ], [ -118.6836868334, 47.4153657335 ], [ -118.7129232612, 47.426961387 ], [ -118.7741833699, 47.47212032 ], [ -118.7840000547, 47.472842312 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4168, "RouteIdentifier": "500", "AADT": 43000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6469881652, 45.6495101668 ], [ -122.6340284894, 45.6462602442 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4169, "RouteIdentifier": "112", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3487894025, 48.2702583288 ], [ -124.3463796883, 48.2675248649 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4170, "RouteIdentifier": "524SP3RDAVE", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3796065351, 47.8114284518 ], [ -122.3803488731, 47.8097254242 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4171, "RouteIdentifier": "011", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4879877343, 48.6747508138 ], [ -122.4957096235, 48.6976302874 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4172, "RouteIdentifier": "101", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3854471652, 47.9489554101 ], [ -124.3854225052, 47.9505814332 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4173, "RouteIdentifier": "515", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1982503924, 47.4471972302 ], [ -122.2012702922, 47.4487938305 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4174, "RouteIdentifier": "507", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6259425977, 46.9314301096 ], [ -122.6207841642, 46.9343746994 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4175, "RouteIdentifier": "231", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7414617067, 48.0549272619 ], [ -117.7413820969, 48.0569482281 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4176, "RouteIdentifier": "102", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1912428882, 47.2429358128 ], [ -123.1777008261, 47.2523092089 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4177, "RouteIdentifier": "500", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3855189782, 45.5821082164 ], [ -122.3857916688, 45.5806082164 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4178, "RouteIdentifier": "009", "AADT": 5600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3219125052, 48.9201922455 ], [ -122.3217483631, 48.934759017 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4179, "RouteIdentifier": "096", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2064495037, 47.8781807663 ], [ -122.2036492399, 47.8781466533 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4180, "RouteIdentifier": "009", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1116525558, 48.0918800123 ], [ -122.1130005817, 48.1517401354 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4181, "RouteIdentifier": "142", "AADT": 980 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.2896666816, 45.6971356795 ], [ -121.2657579644, 45.7111535352 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4182, "RouteIdentifier": "005", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8874838161, 46.4465601034 ], [ -122.8839891536, 46.4708944372 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4183, "RouteIdentifier": "004", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0254965582, 46.1765544591 ], [ -123.0155186397, 46.1714070706 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4184, "RouteIdentifier": "101", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8718350067, 46.2347671028 ], [ -123.8750691469, 46.2411694514 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4185, "RouteIdentifier": "224", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4254807685, 46.2734329699 ], [ -119.4001468865, 46.2808655483 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4186, "RouteIdentifier": "099", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3120440183, 47.335872344 ], [ -122.312132657, 47.3394444319 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4187, "RouteIdentifier": "509", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.335244606, 47.4239544628 ], [ -122.3354523656, 47.4339530916 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4188, "RouteIdentifier": "507COPEARL", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9571866974, 46.7126430488 ], [ -122.9576609885, 46.7115370036 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4189, "RouteIdentifier": "099", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.356727114, 47.2430577065 ], [ -122.3499363576, 47.2430303348 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4190, "RouteIdentifier": "005", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5884452443, 48.8674825234 ], [ -122.5886565352, 48.8850365558 ], [ -122.5918452042, 48.8890326206 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4191, "RouteIdentifier": "401", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8118111203, 46.365574241 ], [ -123.8026031248, 46.3760022496 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4192, "RouteIdentifier": "012", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9125576769, 46.0999090238 ], [ -118.9077542093, 46.0783797271 ], [ -118.9099471422, 46.0583086547 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4193, "RouteIdentifier": "027", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0799320523, 46.9114350689 ], [ -117.0785645783, 46.9168637491 ], [ -117.0882427081, 46.9224279211 ], [ -117.0888409787, 46.92764545 ], [ -117.1008535829, 46.9394396989 ], [ -117.0895173373, 46.9526956733 ], [ -117.0915584637, 46.9622979365 ], [ -117.1061815936, 46.9621618746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4194, "RouteIdentifier": "101", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9602028302, 47.0399823411 ], [ -122.9478299761, 47.0358210791 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4195, "RouteIdentifier": "002", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2620674833, 47.6387927373 ], [ -119.2528967959, 47.6483371933 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4196, "RouteIdentifier": "507", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6888591294, 46.8883629314 ], [ -122.6775668388, 46.8986798288 ], [ -122.6531750965, 46.9072166327 ], [ -122.6259425977, 46.9314301096 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4197, "RouteIdentifier": "016", "AADT": 61000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6824612226, 47.5278472097 ], [ -122.6851289986, 47.5272359279 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4198, "RouteIdentifier": "090", "AADT": 105000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4195602915, 47.6526347407 ], [ -117.415831441, 47.6526577026 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4199, "RouteIdentifier": "099", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3462274907, 47.7777955542 ], [ -122.3455787056, 47.7806814889 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4200, "RouteIdentifier": "508", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7046470526, 46.5756017902 ], [ -122.6933366335, 46.5767605568 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4201, "RouteIdentifier": "090", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9280333907, 47.1893145679 ], [ -120.9071870107, 47.1848015959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4202, "RouteIdentifier": "021", "AADT": 210 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6913794976, 47.2616081181 ], [ -118.6909098997, 47.2757797492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4203, "RouteIdentifier": "027", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1061815936, 46.9621618746 ], [ -117.1201266623, 46.9711349318 ], [ -117.1201099165, 46.978540374 ], [ -117.1261890475, 46.982384562 ], [ -117.1247530484, 46.9889983791 ], [ -117.1331982378, 46.9962242171 ], [ -117.1333198621, 47.0068232969 ], [ -117.1420392981, 47.0070763388 ], [ -117.1430372318, 47.0139495218 ], [ -117.1490857648, 47.0180587777 ], [ -117.1458226963, 47.0248832352 ], [ -117.1531459312, 47.0298429488 ], [ -117.1545590892, 47.0396761869 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4204, "RouteIdentifier": "395", "AADT": 8200 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7557863554, 46.7871441721 ], [ -118.7402153352, 46.7962897708 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4205, "RouteIdentifier": "101", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0798887479, 47.4834193437 ], [ -123.1019028785, 47.463429943 ], [ -123.1150336799, 47.4621474593 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4206, "RouteIdentifier": "164", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9876439189, 47.202569875 ], [ -121.9842574706, 47.200949296 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4207, "RouteIdentifier": "090", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9485401068, 47.0155594946 ], [ -119.9393673303, 47.0263156043 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4208, "RouteIdentifier": "007", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4262909226, 47.225964252 ], [ -122.4276587856, 47.2283207799 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4209, "RouteIdentifier": "272", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3637055225, 46.8798827877 ], [ -117.3460816248, 46.8885837829 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4210, "RouteIdentifier": "005", "AADT": 154000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2583869574, 47.8454224344 ], [ -122.2520093383, 47.8571419291 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4211, "RouteIdentifier": "016", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5934601063, 47.3246446179 ], [ -122.6046693406, 47.337400484 ], [ -122.612537009, 47.3544077565 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4212, "RouteIdentifier": "023", "AADT": 220 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1928794609, 47.4781166157 ], [ -118.2501056872, 47.4783678971 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4213, "RouteIdentifier": "903", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9940435568, 47.2237272029 ], [ -121.0006237988, 47.2257561758 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4214, "RouteIdentifier": "020", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7098709231, 48.2523750469 ], [ -122.6993155614, 48.2593609442 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4215, "RouteIdentifier": "020", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6742675651, 48.5197397944 ], [ -120.6562834707, 48.5242436672 ], [ -120.6424628179, 48.5146645083 ], [ -120.6457283822, 48.5241251482 ], [ -120.6309912378, 48.5489299064 ], [ -120.6353352442, 48.5625862633 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4216, "RouteIdentifier": "002", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4900236905, 47.6081531287 ], [ -119.4635639051, 47.6196933691 ], [ -119.4055514032, 47.6207224415 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4217, "RouteIdentifier": "121", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9142238248, 46.952800067 ], [ -122.9289732825, 46.9527927439 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4218, "RouteIdentifier": "099", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3269269693, 47.5291188556 ], [ -122.3324821085, 47.534523388 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4219, "RouteIdentifier": "099", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3473316285, 47.6527710843 ], [ -122.3472711494, 47.6539867202 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4220, "RouteIdentifier": "026", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2078614274, 46.8115731743 ], [ -119.1974936697, 46.8114235517 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4221, "RouteIdentifier": "021", "AADT": 370 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7101114713, 47.7579202996 ], [ -118.7091478999, 47.7594544328 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4222, "RouteIdentifier": "005", "AADT": 121000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5623879036, 47.1153885874 ], [ -122.5526964173, 47.1210261719 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4223, "RouteIdentifier": "544", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3519395171, 48.9160269917 ], [ -122.3471693341, 48.9195294698 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4224, "RouteIdentifier": "290", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3468192298, 47.6709658181 ], [ -117.3446807868, 47.6717289639 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4225, "RouteIdentifier": "536", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.348619877, 48.42175299 ], [ -122.3462357173, 48.4217075774 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4226, "RouteIdentifier": "006", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2943647479, 46.5783948474 ], [ -123.2852999716, 46.5856826341 ], [ -123.275877446, 46.6016351381 ], [ -123.2741181864, 46.6204039176 ], [ -123.2799704551, 46.6290987029 ], [ -123.2514945992, 46.6301019034 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4227, "RouteIdentifier": "101", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3771964333, 48.0428294994 ], [ -124.3476245074, 48.0559531272 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4228, "RouteIdentifier": "902", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6905925202, 47.5040657699 ], [ -117.6929707776, 47.5042331597 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4229, "RouteIdentifier": "195", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3342443282, 46.9502697374 ], [ -117.3317752495, 46.9591639644 ], [ -117.3228188395, 46.9678793785 ], [ -117.3241499511, 46.9733140337 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4230, "RouteIdentifier": "202", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0246598026, 47.644263262 ], [ -122.0103610919, 47.6398424818 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4231, "RouteIdentifier": "509", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.356089198, 47.3225056037 ], [ -122.3548548851, 47.3236743586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4232, "RouteIdentifier": "028", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6922310931, 47.3333156666 ], [ -118.6782492386, 47.3327708536 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4233, "RouteIdentifier": "171", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.279016421, 47.1310325774 ], [ -119.2777833248, 47.1316521718 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4234, "RouteIdentifier": "092", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9801847421, 48.0911670151 ], [ -121.9796119878, 48.0909954069 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4235, "RouteIdentifier": "090", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0467690066, 47.1906721316 ], [ -121.0383554468, 47.1821664468 ], [ -121.0072302557, 47.1840617967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4236, "RouteIdentifier": "221", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6640303518, 46.1872361321 ], [ -119.7026562788, 46.1875112252 ], [ -119.7058767846, 46.1902186961 ], [ -119.7065869381, 46.2050788695 ], [ -119.716955895, 46.1992803057 ], [ -119.7276384693, 46.2085860486 ], [ -119.7426319216, 46.20699312 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4237, "RouteIdentifier": "524", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2603550037, 47.8200633469 ], [ -122.254854845, 47.8251972811 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4238, "RouteIdentifier": "542", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4452973982, 48.7767299988 ], [ -122.4302739529, 48.7826189223 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4239, "RouteIdentifier": "003", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8407076803, 47.4325617338 ], [ -122.8344961907, 47.4399094921 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4240, "RouteIdentifier": "291", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4828080327, 47.7179633653 ], [ -117.4899095304, 47.721909145 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4241, "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9959923537, 46.5612283389 ], [ -118.985089341, 46.5732225177 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4242, "RouteIdentifier": "097", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5910782183, 48.349487973 ], [ -119.5645756943, 48.3674740397 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4243, "RouteIdentifier": "027", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2235791152, 47.6164555058 ], [ -117.2235907413, 47.620646532 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4244, "RouteIdentifier": "018", "AADT": 80000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2329381771, 47.3035228844 ], [ -122.2274240044, 47.30291529 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4245, "RouteIdentifier": "021", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7302329781, 48.6349158109 ], [ -118.7340738301, 48.6404765011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4246, "RouteIdentifier": "090", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.16309152, 47.0915688757 ], [ -119.1344405077, 47.0889844077 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4247, "RouteIdentifier": "090", "AADT": 89000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0518753525, 47.5453888035 ], [ -122.0411447066, 47.5428659307 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4248, "RouteIdentifier": "516", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1654405965, 47.3580279441 ], [ -122.1615500081, 47.3579926973 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4249, "RouteIdentifier": "020SPANACRT", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.675812415, 48.499639973 ], [ -122.6792543224, 48.5015614918 ], [ -122.6781254572, 48.5066895682 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4250, "RouteIdentifier": "002", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2282190803, 47.6193373774 ], [ -120.2277030428, 47.6241332137 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4251, "RouteIdentifier": "409", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3770778203, 46.155161435 ], [ -123.376808335, 46.1600802384 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4252, "RouteIdentifier": "174", "AADT": 620 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3421710669, 47.9339530573 ], [ -119.2692290678, 47.9499931301 ], [ -119.1829190953, 47.9759837264 ], [ -119.1165798222, 47.9732123098 ], [ -119.0445267647, 47.980223996 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4253, "RouteIdentifier": "014", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.786225659, 45.7141304128 ], [ -121.7366031924, 45.6987633896 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4254, "RouteIdentifier": "014", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.8293481757, 45.7148576644 ], [ -121.7924840113, 45.7161680262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4255, "RouteIdentifier": "161", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2940695704, 47.1604934513 ], [ -122.2959770656, 47.1610814791 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4256, "RouteIdentifier": "007", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3734287129, 47.0252556279 ], [ -122.3953437269, 47.0507021736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4257, "RouteIdentifier": "203", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9203962911, 47.682901991 ], [ -121.9365744608, 47.6873896384 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4258, "RouteIdentifier": "017", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.67945547, 48.1025546083 ], [ -119.6853721482, 48.1040204491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4259, "RouteIdentifier": "112", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2595417057, 48.249031188 ], [ -124.2551176147, 48.2434973886 ], [ -124.25782102, 48.2357494947 ], [ -124.2487012457, 48.2130439318 ], [ -124.249669383, 48.206221953 ], [ -124.2337464478, 48.1994776202 ], [ -124.2164172902, 48.1837230479 ], [ -124.2149004639, 48.1767680441 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4260, "RouteIdentifier": "173", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7432426466, 48.0767810116 ], [ -119.780711497, 48.0844287634 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4261, "RouteIdentifier": "018", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0815564766, 47.3772542241 ], [ -122.0515162551, 47.3916599978 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4262, "RouteIdentifier": "017", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6506748055, 47.9912018634 ], [ -119.6565631198, 47.9990210152 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4263, "RouteIdentifier": "195", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3642482346, 46.8895898765 ], [ -117.3600916592, 46.8977782002 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4264, "RouteIdentifier": "531", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2864988953, 48.1556958232 ], [ -122.2449869401, 48.1566054926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4265, "RouteIdentifier": "224", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4752230368, 46.2516861086 ], [ -119.4719132383, 46.252522673 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4266, "RouteIdentifier": "012", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6287453364, 46.4780216163 ], [ -117.6056799649, 46.4748288907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4267, "RouteIdentifier": "002", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7878973606, 47.7642158415 ], [ -120.7730335346, 47.7672787698 ], [ -120.7466541795, 47.7635382143 ], [ -120.7393994237, 47.7563801327 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4268, "RouteIdentifier": "124", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3562019376, 46.2999263 ], [ -118.340887862, 46.298695623 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4269, "RouteIdentifier": "012", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.2289306877, 46.8407885562 ], [ -123.2217410927, 46.8391963722 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4270, "RouteIdentifier": "009", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1055377983, 47.9978871915 ], [ -122.1063755906, 48.0032207303 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4271, "RouteIdentifier": "516", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0376047767, 47.3579773831 ], [ -122.0279928055, 47.3596803479 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4272, "RouteIdentifier": "524", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3121013887, 47.8211831696 ], [ -122.2978040809, 47.8210601157 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4273, "RouteIdentifier": "512", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4276134438, 47.1581515823 ], [ -122.4068844997, 47.1589588837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4274, "RouteIdentifier": "016", "AADT": 89000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.46060986, 47.2297520929 ], [ -122.4648670181, 47.2345482875 ], [ -122.4722108146, 47.2351167316 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4275, "RouteIdentifier": "005", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8998676031, 46.1496842122 ], [ -122.9012940427, 46.1535561469 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4276, "RouteIdentifier": "167", "AADT": 92000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2178750419, 47.4671156335 ], [ -122.2178776034, 47.4696365374 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4277, "RouteIdentifier": "116", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6907759825, 48.0567497671 ], [ -122.6965194533, 48.0612450071 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4278, "RouteIdentifier": "524", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3663582961, 47.8214821079 ], [ -122.3642787688, 47.8215067044 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4279, "RouteIdentifier": "002", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6441483202, 47.6429238878 ], [ -117.6038968536, 47.6429304571 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4280, "RouteIdentifier": "543", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7349383438, 48.9890983509 ], [ -122.7349579061, 48.9905390378 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4281, "RouteIdentifier": "195", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3649034503, 46.8772762302 ], [ -117.3648165287, 46.8790297995 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4282, "RouteIdentifier": "204", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1376542721, 47.9813261844 ], [ -122.1217698707, 47.9948572706 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4283, "RouteIdentifier": "017", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1179298675, 46.9846708775 ], [ -119.1185803577, 46.992286446 ], [ -119.1257014177, 46.9990395411 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4284, "RouteIdentifier": "024", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4709892732, 46.5848762904 ], [ -120.4674043677, 46.5847787764 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4285, "RouteIdentifier": "005", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6717054661, 48.9414820309 ], [ -122.7201925534, 48.9725563663 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4286, "RouteIdentifier": "101", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8828899247, 47.9544833493 ], [ -122.886536485, 47.9460455733 ], [ -122.8853301763, 47.9139270916 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4287, "RouteIdentifier": "270", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1817811528, 46.731695621 ], [ -117.1809848194, 46.7306947672 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4288, "RouteIdentifier": "014", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1788052048, 45.588814009 ], [ -122.1416754861, 45.5914800209 ], [ -122.0320320146, 45.6195630227 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4289, "RouteIdentifier": "109", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1981225594, 47.2096549901 ], [ -124.2121521075, 47.2310327987 ], [ -124.2144799519, 47.2389866166 ], [ -124.2090169893, 47.2434071564 ], [ -124.2125630243, 47.2479722468 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4290, "RouteIdentifier": "002", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2970255151, 47.5111002228 ], [ -120.2972233483, 47.5139558554 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4291, "RouteIdentifier": "100", "AADT": 990 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0480975411, 46.3020519269 ], [ -124.0437707451, 46.3032611115 ], [ -124.0447271345, 46.3081264556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4292, "RouteIdentifier": "012", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6272286689, 46.9765532394 ], [ -123.6175832531, 46.9743856487 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4293, "RouteIdentifier": "513", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3008871177, 47.6593020345 ], [ -122.2999619988, 47.6603776807 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4294, "RouteIdentifier": "101", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5146878293, 48.1016682747 ], [ -123.5038218235, 48.1027548736 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4295, "RouteIdentifier": "304", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6463329022, 47.5650689234 ], [ -122.6437803284, 47.5650600843 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4296, "RouteIdentifier": "020", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6353352442, 48.5625862633 ], [ -120.6247422202, 48.5816115228 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4297, "RouteIdentifier": "099", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3451133369, 47.7341530585 ], [ -122.3452527917, 47.741452447 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4298, "RouteIdentifier": "110SPMORA", "AADT": 660 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.538034814, 47.9138188412 ], [ -124.5816396399, 47.9176697804 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4299, "RouteIdentifier": "525", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3028100586, 47.9298175191 ], [ -122.306318668, 47.9330305052 ], [ -122.3051065733, 47.9435748501 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4300, "RouteIdentifier": "017", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.246720142, 47.1017760996 ], [ -119.2517852789, 47.1061646856 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4301, "RouteIdentifier": "162", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2143535286, 47.1036076158 ], [ -122.2078191986, 47.09966335 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4302, "RouteIdentifier": "205", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6403863597, 45.7125037539 ], [ -122.6538586045, 45.7228492671 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4303, "RouteIdentifier": "017", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4791481927, 47.3691228237 ], [ -119.4832074613, 47.3815237106 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4304, "RouteIdentifier": "534", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3223136019, 48.340974526 ], [ -122.3127725976, 48.3407796335 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4305, "RouteIdentifier": "005", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9670970658, 46.649895724 ], [ -122.9768718108, 46.656330602 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4306, "RouteIdentifier": "101", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4317237119, 48.1182747731 ], [ -123.4299729836, 48.1175659952 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4307, "RouteIdentifier": "017", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4362688029, 47.5726405798 ], [ -119.4024814133, 47.5956212233 ], [ -119.3831872355, 47.5969465281 ], [ -119.3320582967, 47.6264826812 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4308, "RouteIdentifier": "023", "AADT": 980 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2546196045, 47.4837941362 ], [ -118.2546862005, 47.4856106964 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4309, "RouteIdentifier": "538", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.339797739, 48.4358920299 ], [ -122.3257332902, 48.4357585766 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4310, "RouteIdentifier": "516", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2310615854, 47.3798227122 ], [ -122.2310669107, 47.3816510809 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4311, "RouteIdentifier": "512", "AADT": 75000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3150421028, 47.158578655 ], [ -122.2984075597, 47.1601271572 ], [ -122.2965893904, 47.1697800021 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4312, "RouteIdentifier": "005", "AADT": 191000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2781342919, 47.5038105301 ], [ -122.2798420437, 47.5057734725 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4313, "RouteIdentifier": "161", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2979467991, 47.2619638744 ], [ -122.3080765164, 47.2755685609 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4314, "RouteIdentifier": "005", "AADT": 185000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2798420437, 47.5057734725 ], [ -122.2844136914, 47.5118003255 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4315, "RouteIdentifier": "405HI01093", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1745117574, 47.5764197452 ], [ -122.1765263234, 47.5839351811 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4316, "RouteIdentifier": "542", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4251466525, 48.7865571974 ], [ -122.4156991339, 48.7941935233 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4317, "RouteIdentifier": "005", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3678919314, 48.6545170814 ], [ -122.3737540854, 48.6673698213 ], [ -122.3929591717, 48.6767773163 ], [ -122.3959171546, 48.6866733018 ], [ -122.4073092626, 48.6901697434 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4318, "RouteIdentifier": "501", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7308174939, 45.655963797 ], [ -122.7438998103, 45.6694309117 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4319, "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2153325712, 47.2145095436 ], [ -118.1150962411, 47.2443549894 ], [ -118.0820522942, 47.2578651152 ], [ -118.0234915918, 47.2986486916 ], [ -117.9764083197, 47.306520851 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4320, "RouteIdentifier": "016", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5111157203, 47.2502531629 ], [ -122.5150756745, 47.2568775022 ], [ -122.5219385669, 47.258344291 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4321, "RouteIdentifier": "539", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4860786255, 48.7843780074 ], [ -122.4860047444, 48.7952060269 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4322, "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9640727762, 47.3120619457 ], [ -117.9134293815, 47.3361142767 ], [ -117.8797406624, 47.3697640598 ], [ -117.8450444219, 47.3928212867 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4323, "RouteIdentifier": "542", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.296485317, 48.8400447632 ], [ -122.2886644352, 48.8433410199 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4324, "RouteIdentifier": "097", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5914996503, 47.0056760416 ], [ -120.5896360866, 47.0059926881 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4325, "RouteIdentifier": "906", "AADT": 800 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4125086133, 47.4188575024 ], [ -121.4114287309, 47.405602473 ], [ -121.3981391089, 47.395175907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4326, "RouteIdentifier": "005", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8839891536, 46.4708944372 ], [ -122.8803797924, 46.4829246021 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4327, "RouteIdentifier": "504", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8112469946, 46.2969576394 ], [ -122.7988517363, 46.3024562624 ], [ -122.7946174518, 46.3111351239 ], [ -122.7753068821, 46.3188415766 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4328, "RouteIdentifier": "169", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0334896745, 47.3838222996 ], [ -122.0453893577, 47.3903330933 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4329, "RouteIdentifier": "169", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0182971717, 47.3410067723 ], [ -122.0194447706, 47.3543865463 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4330, "RouteIdentifier": "020", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.634532628, 48.2055146884 ], [ -122.6590763437, 48.2086905534 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4331, "RouteIdentifier": "524SPCEDRWY", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2924065553, 47.8209731507 ], [ -122.2923508391, 47.8173374386 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4332, "RouteIdentifier": "115", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1585629313, 47.0421430903 ], [ -124.1580458631, 47.0446019994 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4333, "RouteIdentifier": "028", "AADT": 580 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3006349454, 47.4249031098 ], [ -119.2762951487, 47.4275043915 ], [ -119.2594662735, 47.4250049904 ], [ -119.21615798, 47.432584836 ], [ -119.1587375545, 47.4191382519 ], [ -119.1328213855, 47.4183288429 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4334, "RouteIdentifier": "539", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4854389282, 48.9351240348 ], [ -122.485447935, 48.9391322618 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4335, "RouteIdentifier": "167", "AADT": 85000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2559001868, 47.2460061029 ], [ -122.2593033654, 47.2570246683 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4336, "RouteIdentifier": "097", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5247105217, 48.5852161614 ], [ -119.5087900733, 48.6126127152 ], [ -119.4740104061, 48.6441487529 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4337, "RouteIdentifier": "515", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1970611649, 47.4220162124 ], [ -122.1969627885, 47.4415056535 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4338, "RouteIdentifier": "513", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2699380817, 47.6708379539 ], [ -122.2639807772, 47.6750826193 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4339, "RouteIdentifier": "166", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6096358266, 47.5340033861 ], [ -122.601757504, 47.5339879331 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4340, "RouteIdentifier": "005", "AADT": 96000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7253740372, 47.0679296901 ], [ -122.7090034211, 47.0697237816 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4341, "RouteIdentifier": "500", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6163705941, 45.6478697622 ], [ -122.6107084925, 45.647880158 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4342, "RouteIdentifier": "167", "AADT": 120000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2442490763, 47.3856159218 ], [ -122.2313987649, 47.3961663604 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4343, "RouteIdentifier": "124", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0078943102, 46.2117237268 ], [ -118.9716314101, 46.2117605619 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4344, "RouteIdentifier": "155", "AADT": 4700 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5123492002, 48.4036826294 ], [ -119.5195878632, 48.4074511711 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4345, "RouteIdentifier": "706", "AADT": 3200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1920445113, 46.7631482149 ], [ -122.11013683, 46.7534531953 ], [ -122.0309120554, 46.7587001203 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4346, "RouteIdentifier": "182", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2781150352, 46.2587418451 ], [ -119.2485902926, 46.2609157729 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4347, "RouteIdentifier": "101", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0326707223, 47.0850835188 ], [ -123.0208342666, 47.0780579889 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4348, "RouteIdentifier": "022", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3150062176, 46.3807401139 ], [ -120.3150102837, 46.3792337657 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4349, "RouteIdentifier": "026", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4900970503, 46.8410354631 ], [ -117.485569689, 46.8462038031 ], [ -117.4728550026, 46.8484992365 ], [ -117.4491740407, 46.8620068645 ], [ -117.4229038284, 46.8656513628 ], [ -117.3996057791, 46.8749458131 ], [ -117.3877903612, 46.8866484089 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4350, "RouteIdentifier": "097AR", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0930271133, 47.8390930772 ], [ -120.0898201478, 47.8397078467 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4351, "RouteIdentifier": "432", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0304642178, 46.1645370289 ], [ -123.0261661571, 46.1622220249 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4352, "RouteIdentifier": "531", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1167643996, 48.1516314237 ], [ -122.1130429581, 48.1514951182 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4353, "RouteIdentifier": "900", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1429848329, 47.5057588479 ], [ -122.1414184657, 47.5061993756 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4354, "RouteIdentifier": "529", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1904086007, 47.976739907 ], [ -122.191055647, 47.976747735 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4355, "RouteIdentifier": "090", "AADT": 118000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2348413671, 47.588418258 ], [ -122.2203529267, 47.5824516264 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4356, "RouteIdentifier": "142", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8053708556, 45.8265045706 ], [ -120.8039379118, 45.8264664938 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4357, "RouteIdentifier": "005", "AADT": 108000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4839759446, 47.158948731 ], [ -122.4725322952, 47.1701115828 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4358, "RouteIdentifier": "020", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6529393278, 48.3694852783 ], [ -122.6511977801, 48.3765935554 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4359, "RouteIdentifier": "509", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3354523656, 47.4339530916 ], [ -122.3344227391, 47.4416515583 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4360, "RouteIdentifier": "005", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4832840697, 48.7824744802 ], [ -122.4958895454, 48.7835005491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4361, "RouteIdentifier": "027", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1742498954, 47.3867659672 ], [ -117.1737248443, 47.4229162513 ], [ -117.1504802596, 47.4304049796 ], [ -117.1426102031, 47.4378155483 ], [ -117.1421354348, 47.4475636134 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4362, "RouteIdentifier": "523", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3343328973, 47.7341445146 ], [ -122.3289242991, 47.7341017926 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4363, "RouteIdentifier": "012", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5560127138, 46.4751416428 ], [ -117.4811308047, 46.4673204627 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4364, "RouteIdentifier": "821", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4821709855, 46.6784018527 ], [ -120.482692837, 46.6807839356 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4365, "RouteIdentifier": "097", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7080243736, 47.2036487713 ], [ -120.698400881, 47.209642341 ], [ -120.7006997329, 47.215577636 ], [ -120.6947810491, 47.2369919331 ], [ -120.6976443009, 47.2433710848 ], [ -120.6923436564, 47.2506189178 ], [ -120.7011122103, 47.2986247569 ], [ -120.6957500975, 47.3044682452 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4366, "RouteIdentifier": "090", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0241863249, 47.5315881261 ], [ -122.0171493711, 47.533899271 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4367, "RouteIdentifier": "303", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6291767301, 47.6025424022 ], [ -122.6288917189, 47.6068663319 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4368, "RouteIdentifier": "101", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3235990471, 48.0975676978 ], [ -123.2987245907, 48.0961085325 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4369, "RouteIdentifier": "505", "AADT": 650 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7267485599, 46.4373575595 ], [ -122.7177660143, 46.4300338266 ], [ -122.7082095882, 46.4297795526 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4370, "RouteIdentifier": "524SPCEDRWY", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2923508391, 47.8173374386 ], [ -122.2923358096, 47.816111394 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4371, "RouteIdentifier": "303", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6676311053, 47.6547183962 ], [ -122.6759360238, 47.659448765 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4372, "RouteIdentifier": "020", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1898318211, 48.589329096 ], [ -118.1686131052, 48.5922259084 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4373, "RouteIdentifier": "129", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0544483353, 46.341189423 ], [ -117.0559678999, 46.3418155618 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4374, "RouteIdentifier": "005", "AADT": 64000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2746840212, 48.2730370256 ], [ -122.3124253164, 48.3052893759 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4375, "RouteIdentifier": "014", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4943892728, 45.5890557217 ], [ -122.4798570338, 45.5857517212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4376, "RouteIdentifier": "009", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1084072105, 47.9196070975 ], [ -122.1077045908, 47.9288634652 ], [ -122.100879718, 47.9337909869 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4377, "RouteIdentifier": "240", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2461272383, 46.2409894234 ], [ -119.2352979381, 46.2341237242 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4378, "RouteIdentifier": "027", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0768183035, 46.9087074668 ], [ -117.0767523409, 46.9097212815 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4379, "RouteIdentifier": "082", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4959893931, 46.9237521292 ], [ -120.430333448, 46.8881638576 ], [ -120.4212005019, 46.8724889781 ], [ -120.3996856862, 46.8614101436 ], [ -120.3929861408, 46.8503722268 ], [ -120.3829623596, 46.8459444194 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4380, "RouteIdentifier": "164", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2174597214, 47.2971248747 ], [ -122.1920375216, 47.2883683977 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4381, "RouteIdentifier": "101", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9287037815, 47.0601524957 ], [ -123.9302808397, 47.0618284552 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4382, "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8991903157, 46.1440948709 ], [ -122.8982557871, 46.1444215752 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4383, "RouteIdentifier": "101", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3644243308, 47.8948319873 ], [ -124.3806106649, 47.8957632885 ], [ -124.3925708525, 47.9077321088 ], [ -124.4096776218, 47.9282853343 ], [ -124.4017832625, 47.9345882869 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4384, "RouteIdentifier": "012", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3960419117, 47.002634929 ], [ -123.3912683196, 47.0040697768 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4385, "RouteIdentifier": "903", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.0006237988, 47.2257561758 ], [ -121.0029911997, 47.22593134 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4386, "RouteIdentifier": "509", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.434434259, 47.2999575945 ], [ -122.4342994903, 47.3048223444 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4387, "RouteIdentifier": "012", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6904593755, 46.9737613337 ], [ -123.6476283043, 46.9765640486 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4388, "RouteIdentifier": "112", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3463796883, 48.2675248649 ], [ -124.3064146166, 48.2617164172 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4389, "RouteIdentifier": "097", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4366735302, 48.9489071813 ], [ -119.4441638638, 48.9563167486 ], [ -119.4508888194, 48.973570904 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4390, "RouteIdentifier": "503", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7415652617, 45.9061801375 ], [ -122.7425010819, 45.9056627104 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4391, "RouteIdentifier": "904", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6076139263, 47.472278094 ], [ -117.5967641772, 47.4763429271 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4392, "RouteIdentifier": "014", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.9810776369, 45.663863346 ], [ -120.9541625183, 45.6629024253 ], [ -120.9408254869, 45.6665296294 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4393, "RouteIdentifier": "021", "AADT": 270 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6639343919, 46.9743066653 ], [ -118.6636857174, 46.9998165576 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4394, "RouteIdentifier": "283", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6058982049, 47.2443593024 ], [ -119.6003280753, 47.2499775307 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4395, "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0351635573, 47.0854260018 ], [ -118.8814721275, 47.0869161419 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4396, "RouteIdentifier": "104", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3736956575, 47.7951965131 ], [ -122.3700729113, 47.7924504549 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4397, "RouteIdentifier": "536", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3364704335, 48.4212504751 ], [ -122.3361482633, 48.4175077145 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4398, "RouteIdentifier": "527", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2109843601, 47.8772104619 ], [ -122.2069786865, 47.8783103437 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4399, "RouteIdentifier": "104", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.575679242, 47.8083982974 ], [ -122.5706924506, 47.8037291147 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4400, "RouteIdentifier": "161", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2956838746, 46.9101470708 ], [ -122.2816151022, 46.9256466238 ], [ -122.2836719967, 46.935493017 ], [ -122.2806671696, 46.9400534634 ], [ -122.2972004015, 46.9531905355 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4401, "RouteIdentifier": "097", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9031806451, 48.0520592106 ], [ -119.899717106, 48.0550657238 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4402, "RouteIdentifier": "509", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3339487259, 47.4475073103 ], [ -122.3289448539, 47.4433692551 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4403, "RouteIdentifier": "507", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7812799701, 46.8608150774 ], [ -122.7122024199, 46.8760779053 ], [ -122.7004740827, 46.8819430195 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4404, "RouteIdentifier": "101", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9323014096, 47.6518739395 ], [ -122.9384879591, 47.6412968212 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4405, "RouteIdentifier": "821", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4557031883, 46.7526547977 ], [ -120.4528979621, 46.7612045639 ], [ -120.4557694597, 46.7658039465 ], [ -120.4481605409, 46.7713262375 ], [ -120.4538028284, 46.7790776556 ], [ -120.4504875687, 46.7884785604 ], [ -120.4624214807, 46.800526586 ], [ -120.4458862509, 46.8007720122 ], [ -120.4401392158, 46.8070933277 ], [ -120.4553319322, 46.8189351153 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4406, "RouteIdentifier": "525", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3921711474, 47.9866051994 ], [ -122.4022467347, 47.9970221327 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4407, "RouteIdentifier": "501COVANCVR", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6704405811, 45.6318535726 ], [ -122.6693837427, 45.6318469625 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4408, "RouteIdentifier": "005", "AADT": 151000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5362836535, 47.1307921694 ], [ -122.5294843284, 47.134748182 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4409, "RouteIdentifier": "705", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4330740998, 47.2403048183 ], [ -122.4345227013, 47.2433241411 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4410, "RouteIdentifier": "082", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4720339463, 46.5745548829 ], [ -120.4722493593, 46.5674944544 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4411, "RouteIdentifier": "097AR", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0023636712, 47.8395520304 ], [ -119.9981202664, 47.8393603968 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4412, "RouteIdentifier": "101", "AADT": 25000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.09520306, 47.1066616235 ], [ -123.0867809993, 47.0992170671 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4413, "RouteIdentifier": "167", "AADT": 37000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2178365864, 47.4708583363 ], [ -122.217721755, 47.4720497684 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4414, "RouteIdentifier": "099", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3472698982, 47.6642399557 ], [ -122.3472570211, 47.6739649907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4415, "RouteIdentifier": "516", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2306881417, 47.3778354946 ], [ -122.2310615854, 47.3798227122 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4416, "RouteIdentifier": "195", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3800291539, 47.1741955658 ], [ -117.3584633908, 47.2145021441 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4417, "RouteIdentifier": "023", "AADT": 600 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.354064457, 47.0058824451 ], [ -117.3964147136, 47.0053152401 ], [ -117.4162303684, 47.0005004291 ], [ -117.4435778528, 47.0027701026 ], [ -117.4671998581, 47.0097954879 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4418, "RouteIdentifier": "526", "AADT": 68000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2510997896, 47.9232511801 ], [ -122.2328875048, 47.9233521925 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4419, "RouteIdentifier": "411", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9035782953, 46.2838610024 ], [ -122.9030769375, 46.2842542837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4420, "RouteIdentifier": "529", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.19102137, 47.9790612199 ], [ -122.1909967909, 47.9804242172 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4421, "RouteIdentifier": "101", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9182389975, 47.1855844879 ], [ -123.9532395545, 47.1976220274 ], [ -123.969523937, 47.2214727186 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4422, "RouteIdentifier": "155", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9780832374, 48.1620197263 ], [ -118.9793695341, 48.1656172167 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4423, "RouteIdentifier": "505", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8432117884, 46.4565616045 ], [ -122.84688053, 46.4446581265 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4424, "RouteIdentifier": "101", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0053179052, 46.3309294575 ], [ -123.9777350926, 46.3323489831 ], [ -123.9591582091, 46.3481677178 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4425, "RouteIdentifier": "260", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9752267156, 46.6637302723 ], [ -118.8894036808, 46.6634446901 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4426, "RouteIdentifier": "129", "AADT": 6100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0559008398, 46.3750297198 ], [ -117.0517810734, 46.3795878122 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4427, "RouteIdentifier": "112", "AADT": 5300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5537509538, 48.0996615302 ], [ -123.5398960568, 48.0974797421 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4428, "RouteIdentifier": "525", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3040566842, 47.947165397 ], [ -122.3011185084, 47.9488440128 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4429, "RouteIdentifier": "308", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6289258671, 47.6987018227 ], [ -122.6226857238, 47.702539463 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4430, "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0122863976, 46.8024280456 ], [ -123.007921493, 46.8026940324 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4431, "RouteIdentifier": "016", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.642332524, 47.4978831795 ], [ -122.6498450788, 47.5081639767 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4432, "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3500487942, 47.7980256738 ], [ -117.3489538413, 47.8018716143 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4433, "RouteIdentifier": "016SPGORST", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6971089618, 47.524879573 ], [ -122.6996522214, 47.5252936288 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4434, "RouteIdentifier": "024", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.189779697, 46.7381439938 ], [ -119.1773608192, 46.7412901614 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4435, "RouteIdentifier": "005", "AADT": 63000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2649177077, 48.2647143139 ], [ -122.2746840212, 48.2730370256 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4436, "RouteIdentifier": "516", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1892028116, 47.3678526781 ], [ -122.1811585184, 47.3649772586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4437, "RouteIdentifier": "410", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0430468348, 47.1585051205 ], [ -122.036347956, 47.1580428725 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4438, "RouteIdentifier": "525", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3555721402, 47.978279434 ], [ -122.3561926794, 47.9788192594 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4439, "RouteIdentifier": "512", "AADT": 96000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2848476708, 47.1815733492 ], [ -122.2828899445, 47.1858920985 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4440, "RouteIdentifier": "405", "AADT": 190000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1862318775, 47.6058898709 ], [ -122.1885119703, 47.6116238629 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4441, "RouteIdentifier": "162", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2293785955, 47.1902878983 ], [ -122.2293212399, 47.1843499681 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4442, "RouteIdentifier": "166", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6269725806, 47.5417504284 ], [ -122.6274333676, 47.5344924995 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4443, "RouteIdentifier": "167", "AADT": 86000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254118291, 47.2998428644 ], [ -122.2470734178, 47.3105055416 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4444, "RouteIdentifier": "121", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9078901312, 46.9418030245 ], [ -122.9078782799, 46.9473039393 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4445, "RouteIdentifier": "014", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.4677352564, 45.7152835978 ], [ -121.4664701671, 45.7148037075 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4446, "RouteIdentifier": "025", "AADT": 230 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8035781755, 48.9610755132 ], [ -117.8260454275, 48.9825544193 ], [ -117.8316760948, 49.0005187362 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4447, "RouteIdentifier": "025", "AADT": 660 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1708437963, 48.4288296254 ], [ -118.1721144093, 48.4502822246 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4448, "RouteIdentifier": "097", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4360006417, 48.7109840533 ], [ -119.4060187455, 48.7641667069 ], [ -119.3995222327, 48.7939812329 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4449, "RouteIdentifier": "509", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3903629125, 47.3216340622 ], [ -122.3708239951, 47.3286992032 ], [ -122.3654780308, 47.3194849976 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4450, "RouteIdentifier": "004", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3840920127, 46.2062528444 ], [ -123.3821019742, 46.204770148 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4451, "RouteIdentifier": "104", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5840564696, 47.8521537918 ], [ -122.5873849699, 47.8401132773 ], [ -122.5836844979, 47.8135870398 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4452, "RouteIdentifier": "002", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8141165471, 47.7731482573 ], [ -120.7878973606, 47.7642158415 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4453, "RouteIdentifier": "546", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.407449955, 48.9640230526 ], [ -122.352240221, 48.9636327884 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4454, "RouteIdentifier": "531", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1857562885, 48.1523511436 ], [ -122.1829723721, 48.1524164911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4455, "RouteIdentifier": "002", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0747632734, 47.641906708 ], [ -120.0714795546, 47.648195998 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4456, "RouteIdentifier": "155", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0177040011, 47.9367931061 ], [ -119.0105057584, 47.9398197883 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4457, "RouteIdentifier": "014", "AADT": 4600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3829577285, 45.705115008 ], [ -121.3759162286, 45.7092484545 ], [ -121.3443236712, 45.7108946405 ], [ -121.3062630807, 45.7050166524 ], [ -121.2904509822, 45.6962586457 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4458, "RouteIdentifier": "500", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5318979045, 45.6826849971 ], [ -122.5077498431, 45.6840205721 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4459, "RouteIdentifier": "195", "AADT": 5700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0874842611, 46.5393952983 ], [ -117.0892586477, 46.5431821646 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4460, "RouteIdentifier": "525", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2929510336, 47.905080688 ], [ -122.2933970337, 47.9108132967 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4461, "RouteIdentifier": "020", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2839019256, 48.3051822196 ], [ -117.2577905977, 48.2662465526 ], [ -117.2411593235, 48.2498304367 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4462, "RouteIdentifier": "221", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7426319216, 46.20699312 ], [ -119.7486010675, 46.2060790676 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4463, "RouteIdentifier": "395", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.084694014, 46.2595150494 ], [ -119.0867515262, 46.2655755624 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4464, "RouteIdentifier": "005", "AADT": 123000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2102027734, 47.9096841492 ], [ -122.2019957815, 47.9271375522 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4465, "RouteIdentifier": "004", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9811418748, 46.1544576439 ], [ -122.974844153, 46.1513553719 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4466, "RouteIdentifier": "082", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4759788061, 46.681083667 ], [ -120.4871781519, 46.6713847636 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4467, "RouteIdentifier": "513", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2710615487, 47.6700439942 ], [ -122.2699380817, 47.6708379539 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4468, "RouteIdentifier": "150", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0474672026, 47.8548480152 ], [ -120.0356242216, 47.8496165293 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4469, "RouteIdentifier": "169", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9897117864, 47.2283165519 ], [ -121.9897674878, 47.2427944952 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4470, "RouteIdentifier": "020", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2257076367, 48.5104740686 ], [ -122.2104399855, 48.5159581466 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4471, "RouteIdentifier": "395", "AADT": 9900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5663025103, 47.9938759436 ], [ -117.6038139756, 48.0324402361 ], [ -117.606047775, 48.0433540517 ], [ -117.6160740909, 48.0543832543 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4472, "RouteIdentifier": "090", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9423990512, 47.5302140606 ], [ -121.9356420479, 47.5224107728 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4473, "RouteIdentifier": "902", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6903245553, 47.5619414589 ], [ -117.6837381984, 47.566162133 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4474, "RouteIdentifier": "003", "AADT": 51000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6774101021, 47.5636481361 ], [ -122.6811544626, 47.5662461986 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4475, "RouteIdentifier": "509", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3349746441, 47.5375233364 ], [ -122.3350027439, 47.5378934087 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4476, "RouteIdentifier": "172", "AADT": 140 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3841243851, 47.8153402952 ], [ -119.3626574045, 47.8153679549 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4477, "RouteIdentifier": "022", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3142184025, 46.4146304102 ], [ -120.3146069423, 46.4038122596 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4478, "RouteIdentifier": "004", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7157590122, 46.3489750762 ], [ -123.7059505973, 46.3368666444 ], [ -123.694991834, 46.3327351476 ], [ -123.6898715896, 46.3183120371 ], [ -123.6592989856, 46.3330689844 ], [ -123.6405403984, 46.3349412244 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4479, "RouteIdentifier": "538", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3079784055, 48.4355954608 ], [ -122.2961576193, 48.435565171 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4480, "RouteIdentifier": "012", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0574168065, 46.4199273309 ], [ -117.0468945815, 46.4199295935 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4481, "RouteIdentifier": "161", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2947362877, 47.2575680773 ], [ -122.2979467991, 47.2619638744 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4482, "RouteIdentifier": "530", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9882608553, 48.2735411001 ], [ -121.9610038225, 48.2684611163 ], [ -121.9318997964, 48.2706730135 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4483, "RouteIdentifier": "101", "AADT": 33000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.40157192, 48.1066836471 ], [ -123.3978963103, 48.1061923633 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4484, "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5160199943, 47.3953842075 ], [ -121.4905907506, 47.3968832449 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4485, "RouteIdentifier": "002CONEWPRT", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0439333142, 48.1840295652 ], [ -117.0441181005, 48.1780553435 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4486, "RouteIdentifier": "002", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1576684527, 47.6540467209 ], [ -118.1565942739, 47.6540477597 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4487, "RouteIdentifier": "005", "AADT": 53000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8992668381, 46.1802918975 ], [ -122.8950160535, 46.1910097955 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4488, "RouteIdentifier": "161", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2937941925, 47.0829397886 ], [ -122.2935392549, 47.0986145276 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4489, "RouteIdentifier": "026", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6413017681, 46.8104615568 ], [ -117.593064935, 46.8132659409 ], [ -117.5586417087, 46.8037170574 ], [ -117.5379557025, 46.8086463059 ], [ -117.52930964, 46.8231348395 ], [ -117.5178051863, 46.8292156508 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4490, "RouteIdentifier": "285COWENTCH", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3248875214, 47.4382457109 ], [ -120.3245445805, 47.4367115543 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4491, "RouteIdentifier": "005", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3424452974, 48.4769135735 ], [ -122.3416041033, 48.4806846506 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4492, "RouteIdentifier": "005", "AADT": 72000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6645970993, 45.6715670557 ], [ -122.6645242594, 45.6843405722 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4493, "RouteIdentifier": "150", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1295906216, 47.8811242831 ], [ -120.1084617824, 47.8738712824 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4494, "RouteIdentifier": "002", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4112745852, 47.6530477533 ], [ -117.4111435799, 47.6590755437 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4495, "RouteIdentifier": "522", "AADT": 34000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2436783372, 47.757435704 ], [ -122.2135261083, 47.7504974579 ], [ -122.2093581645, 47.7588250331 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4496, "RouteIdentifier": "410", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1441855248, 47.1674591072 ], [ -122.1171685745, 47.1658351362 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4497, "RouteIdentifier": "902", "AADT": 2500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7040622718, 47.5520049051 ], [ -117.6903245553, 47.5619414589 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4498, "RouteIdentifier": "026", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.75567632, 46.7921007504 ], [ -118.7472041173, 46.7900290895 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4499, "RouteIdentifier": "272", "AADT": 520 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0875131805, 46.9125608238 ], [ -117.083074089, 46.9114449779 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4500, "RouteIdentifier": "101", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.4036573523, 47.9700998663 ], [ -124.4027159358, 47.9795700328 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4501, "RouteIdentifier": "503SPCOUGAR", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3649925149, 45.9971019257 ], [ -122.3547293908, 46.000879137 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4502, "RouteIdentifier": "162", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0993240354, 47.1390009974 ], [ -122.0947304936, 47.139868914 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4503, "RouteIdentifier": "022", "AADT": 7500 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7476202885, 46.2140157031 ], [ -119.7431160592, 46.21487318 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4504, "RouteIdentifier": "164", "AADT": 9400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9888740579, 47.2031602024 ], [ -121.9876439189, 47.202569875 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4505, "RouteIdentifier": "005", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9277931611, 46.6221965746 ], [ -122.9414768713, 46.633570246 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4506, "RouteIdentifier": "017", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.337592942, 47.1824916579 ], [ -119.3489993938, 47.189958653 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4507, "RouteIdentifier": "020", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0454478886, 48.1840423049 ], [ -117.0439333142, 48.1840295652 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4508, "RouteIdentifier": "002", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3692193944, 47.4758683659 ], [ -120.3461737894, 47.4701826048 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4509, "RouteIdentifier": "005", "AADT": 178000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4083499421, 47.2391797955 ], [ -122.4000472078, 47.2402668908 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4510, "RouteIdentifier": "516", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3004124588, 47.3957738513 ], [ -122.2985045151, 47.39547624 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4511, "RouteIdentifier": "172", "AADT": 380 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8134933014, 47.7033989052 ], [ -119.8130784885, 47.8092766362 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4512, "RouteIdentifier": "009", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1093210645, 47.8989017492 ], [ -122.1084072105, 47.9196070975 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4513, "RouteIdentifier": "005", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8766472391, 46.1027391181 ], [ -122.8834047537, 46.113522401 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4514, "RouteIdentifier": "500", "AADT": 2800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3857916688, 45.5806082164 ], [ -122.3855374224, 45.5797321231 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4515, "RouteIdentifier": "020", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6861432864, 48.2123143699 ], [ -122.6931398543, 48.2123094716 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4516, "RouteIdentifier": "195", "AADT": 9300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3650011171, 46.8751003196 ], [ -117.3649675878, 46.8759309573 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4517, "RouteIdentifier": "110", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.5344288985, 47.9127912202 ], [ -124.5432499372, 47.9032589462 ], [ -124.5843571045, 47.8989411015 ], [ -124.5896096738, 47.8935749777 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4518, "RouteIdentifier": "097AR", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3133639391, 47.4952529972 ], [ -120.3051164258, 47.5266969435 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4519, "RouteIdentifier": "160", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5298400174, 47.5049019302 ], [ -122.5243096729, 47.5048277184 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4520, "RouteIdentifier": "291", "AADT": 1800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.641565621, 47.8531276258 ], [ -117.645634686, 47.8601052658 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4521, "RouteIdentifier": "548", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7263837289, 48.8921522797 ], [ -122.7266598296, 48.9068699571 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4522, "RouteIdentifier": "023", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9722788914, 47.3073278653 ], [ -117.9726679277, 47.3094719647 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4523, "RouteIdentifier": "530", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6743723204, 48.2692255901 ], [ -121.6500900855, 48.2728153124 ], [ -121.6360735698, 48.2637676424 ], [ -121.6087560562, 48.2553398746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4524, "RouteIdentifier": "162", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.127858372, 47.1309639391 ], [ -122.0993240354, 47.1390009974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4525, "RouteIdentifier": "002", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.707944478, 47.7591802313 ], [ -118.7015013824, 47.7577620281 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4526, "RouteIdentifier": "090", "AADT": 110000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0890281054, 47.5593389769 ], [ -122.0695554806, 47.5516320142 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4527, "RouteIdentifier": "014", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.7967192306, 45.7024032011 ], [ -120.7833426983, 45.7091771574 ], [ -120.7319438816, 45.7170108114 ], [ -120.7221536232, 45.7293069774 ], [ -120.6517779943, 45.7521047655 ], [ -120.6135360378, 45.7563909158 ], [ -120.5610451158, 45.7497909585 ], [ -120.5332228068, 45.7346091661 ], [ -120.5114600933, 45.7166372424 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4528, "RouteIdentifier": "181", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2494308353, 47.4122081687 ], [ -122.2487949553, 47.4322754113 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4529, "RouteIdentifier": "028", "AADT": 9200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8966827506, 47.2327403563 ], [ -119.8747183109, 47.2330604599 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4530, "RouteIdentifier": "395", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9122497826, 48.5496184382 ], [ -117.9203722024, 48.5548430412 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4531, "RouteIdentifier": "195", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3846465219, 47.4488701305 ], [ -117.3998174003, 47.4705479987 ], [ -117.3997755612, 47.5144285359 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4532, "RouteIdentifier": "524", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1378345116, 47.804839361 ], [ -122.1137494257, 47.8050106332 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4533, "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6378671733, 46.2418590791 ], [ -119.6231476737, 46.2473883891 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4534, "RouteIdentifier": "432", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9708431325, 46.1276076543 ], [ -122.9627838072, 46.122637066 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4535, "RouteIdentifier": "395SPNSC", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3591982992, 47.7502754755 ], [ -117.3658073843, 47.7605601689 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4536, "RouteIdentifier": "099", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.339393127, 47.5668492127 ], [ -122.3393652388, 47.5748709959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4537, "RouteIdentifier": "107", "AADT": 4300 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6041613497, 46.9661133917 ], [ -123.6009036248, 46.9747491231 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4538, "RouteIdentifier": "041", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0395862835, 48.1810552137 ], [ -117.039658043, 48.1780212144 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4539, "RouteIdentifier": "101", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.4027159358, 47.9795700328 ], [ -124.3923505431, 47.9892462948 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4540, "RouteIdentifier": "027", "AADT": 800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.146111612, 47.067878035 ], [ -117.1661035805, 47.0934677871 ], [ -117.1829751603, 47.1048097168 ], [ -117.2006505617, 47.1259714675 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4541, "RouteIdentifier": "128", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0693320216, 46.4212282179 ], [ -117.0739785142, 46.426337746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4542, "RouteIdentifier": "519", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3288909545, 47.5903087916 ], [ -122.329127007, 47.5903078499 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4543, "RouteIdentifier": "167", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3082844841, 47.2024103912 ], [ -122.2984249952, 47.1999364331 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4544, "RouteIdentifier": "103", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0337063992, 46.4929517328 ], [ -124.0332571479, 46.5053645236 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4545, "RouteIdentifier": "099", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2948243841, 47.4982893333 ], [ -122.2981196901, 47.5020226852 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4546, "RouteIdentifier": "090", "AADT": 49000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4957532497, 47.6240627613 ], [ -117.4685078514, 47.6390299187 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4547, "RouteIdentifier": "410", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9032240437, 47.1642334315 ], [ -121.8720051785, 47.1614029692 ], [ -121.8491037107, 47.15273018 ], [ -121.8248002007, 47.1594263485 ], [ -121.7896956437, 47.1776620458 ], [ -121.7241753305, 47.1569952423 ], [ -121.6890804036, 47.1533532154 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4548, "RouteIdentifier": "163", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5158418422, 47.2671438187 ], [ -122.5158979379, 47.271095951 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4549, "RouteIdentifier": "005", "AADT": 76000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3410260439, 48.4420756317 ], [ -122.3411431465, 48.4469767522 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4550, "RouteIdentifier": "099", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2958516184, 47.4404648377 ], [ -122.2961885635, 47.4452613117 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4551, "RouteIdentifier": "019", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7888286163, 48.0414353719 ], [ -122.7936594895, 48.0437626987 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4552, "RouteIdentifier": "397", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0820864503, 46.2486605032 ], [ -119.082542582, 46.2513545129 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4553, "RouteIdentifier": "526", "AADT": 56000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.270222134, 47.9220918299 ], [ -122.2635417231, 47.9221791593 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4554, "RouteIdentifier": "090", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7916752446, 47.4832690795 ], [ -121.7812157741, 47.4740748071 ], [ -121.7651585878, 47.4732140567 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4555, "RouteIdentifier": "024", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1773608192, 46.7412901614 ], [ -119.1764209525, 46.7675625649 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4556, "RouteIdentifier": "101", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8857715571, 46.9892213843 ], [ -123.8857699354, 46.9900928031 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4557, "RouteIdentifier": "004", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6093516169, 46.3560125261 ], [ -123.5796596528, 46.3569722482 ], [ -123.5716587538, 46.3606344951 ], [ -123.5279784869, 46.3476726817 ], [ -123.4985989794, 46.3468225811 ], [ -123.4940632677, 46.3246853921 ], [ -123.4668950282, 46.295217675 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4558, "RouteIdentifier": "260", "AADT": 1000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.8524014486, 46.6510749802 ], [ -118.8511888124, 46.6508402423 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4559, "RouteIdentifier": "174", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.007361139, 47.9433157516 ], [ -119.0106509547, 47.9393125368 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4560, "RouteIdentifier": "507", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6065410768, 46.9419413133 ], [ -122.6057120793, 46.9414897752 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4561, "RouteIdentifier": "160", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5927942323, 47.5049278803 ], [ -122.5510696792, 47.5051569339 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4562, "RouteIdentifier": "169", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9897674878, 47.2427944952 ], [ -121.9855912992, 47.2608703461 ], [ -121.993396961, 47.2701490347 ], [ -121.9893553049, 47.2856086782 ], [ -121.9987441084, 47.2949136689 ], [ -122.002777857, 47.3067016972 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4563, "RouteIdentifier": "224", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4719132383, 46.252522673 ], [ -119.4711841566, 46.2575715157 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4564, "RouteIdentifier": "012", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.5933186815, 46.9783764391 ], [ -123.481658804, 46.9993368592 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4565, "RouteIdentifier": "515", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.197055607, 47.4196716079 ], [ -122.1970611649, 47.4220162124 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4566, "RouteIdentifier": "100", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0433848336, 46.3088545203 ], [ -124.0447225968, 46.3088719536 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4567, "RouteIdentifier": "025", "AADT": 580 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2476233983, 48.0127941378 ], [ -118.2370390967, 48.0181683325 ], [ -118.2214889113, 48.0495658171 ], [ -118.2229361425, 48.0536372397 ], [ -118.1970382045, 48.0730473236 ], [ -118.2047001305, 48.088017503 ], [ -118.201271985, 48.0979999523 ], [ -118.2040162741, 48.1089461065 ], [ -118.200662958, 48.1160236535 ], [ -118.192017662, 48.1178376661 ], [ -118.202303033, 48.1171744248 ], [ -118.2090938982, 48.1247874877 ], [ -118.2017532025, 48.1348019428 ], [ -118.1667978159, 48.1559458942 ], [ -118.1710111219, 48.1632157542 ], [ -118.1677592146, 48.1778167061 ], [ -118.1719498116, 48.1908780528 ], [ -118.1700073083, 48.1986778218 ], [ -118.1799617419, 48.2055463123 ], [ -118.1754317167, 48.2178911392 ], [ -118.1569623818, 48.2283942399 ], [ -118.1354121563, 48.2515691219 ], [ -118.1314821032, 48.2619991359 ], [ -118.1360883381, 48.2791408008 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4568, "RouteIdentifier": "012", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7381959686, 46.9710907007 ], [ -123.6904593755, 46.9737613337 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4569, "RouteIdentifier": "018", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2274240044, 47.30291529 ], [ -122.2193270337, 47.30338806 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4570, "RouteIdentifier": "243", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.9378634013, 46.8432344905 ], [ -119.9417957659, 46.8489960363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4571, "RouteIdentifier": "531", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2815700733, 48.1364858296 ], [ -122.2814765504, 48.1399591811 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4572, "RouteIdentifier": "097AR", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0272288264, 47.8361946595 ], [ -120.0250689519, 47.8360845439 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4573, "RouteIdentifier": "527", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2148947405, 47.8742828444 ], [ -122.2109843601, 47.8772104619 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4574, "RouteIdentifier": "097", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8169355081, 45.795557156 ], [ -120.8072496646, 45.8123784315 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4575, "RouteIdentifier": "009", "AADT": 30000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1434306209, 47.804831104 ], [ -122.1400802554, 47.8145116129 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4576, "RouteIdentifier": "112", "AADT": 820 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1568931216, 48.1895403281 ], [ -124.1366332936, 48.1896932833 ], [ -124.1191842401, 48.1973336885 ], [ -124.1119721489, 48.1930568586 ], [ -124.099026134, 48.1963808527 ], [ -124.0654490759, 48.1842032056 ], [ -124.067003423, 48.179499668 ], [ -124.0625034827, 48.1822719075 ], [ -124.0609965475, 48.1744746566 ], [ -124.0071237943, 48.1712466081 ], [ -123.9983013856, 48.1629502571 ], [ -123.9913474, 48.1650020278 ], [ -123.960699734, 48.1599293665 ], [ -123.9544082731, 48.1651293696 ], [ -123.9450001967, 48.1636797033 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4577, "RouteIdentifier": "410", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.016253916, 47.1784207654 ], [ -121.9946857537, 47.1974841035 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4578, "RouteIdentifier": "020", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2441256362, 48.5062952131 ], [ -122.2437055114, 48.507550046 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4579, "RouteIdentifier": "525", "AADT": 9700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4022467347, 47.9970221327 ], [ -122.4150175631, 48.0010609611 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4580, "RouteIdentifier": "160", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5104823423, 47.5048487373 ], [ -122.5035093915, 47.505998994 ], [ -122.5010531946, 47.5121479033 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4581, "RouteIdentifier": "005", "AADT": 47000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4736865914, 48.7254915984 ], [ -122.4674230818, 48.7381587883 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4582, "RouteIdentifier": "082", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8696023471, 46.2515208776 ], [ -119.8182520318, 46.2379730535 ], [ -119.7975638125, 46.2245562959 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4583, "RouteIdentifier": "542", "AADT": 320 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6754402986, 48.8651910486 ], [ -121.6783150365, 48.8665390524 ], [ -121.6799490243, 48.8623665546 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4584, "RouteIdentifier": "020", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0782317267, 48.3464626059 ], [ -120.0545756911, 48.3445792629 ], [ -120.0431258874, 48.3481890608 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4585, "RouteIdentifier": "503", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5034799431, 45.9983583464 ], [ -122.5258480464, 45.9932136954 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4586, "RouteIdentifier": "105", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7477462633, 46.6933741544 ], [ -123.7523543573, 46.686064117 ], [ -123.7680296972, 46.6803622831 ], [ -123.7755784334, 46.6820267252 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4587, "RouteIdentifier": "101", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.2505086155, 47.804211862 ], [ -124.2505172054, 47.8109376742 ], [ -124.2580730119, 47.8098225751 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4588, "RouteIdentifier": "101", "AADT": 7100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9230833697, 46.2536596942 ], [ -123.9486490068, 46.2763382177 ], [ -123.9684991984, 46.3063276073 ], [ -124.0020006548, 46.3205770833 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4589, "RouteIdentifier": "105SPWESTPT", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.104302567, 46.8959740416 ], [ -124.108797736, 46.9022648982 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4590, "RouteIdentifier": "012", "AADT": 6600 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5899764941, 46.522559419 ], [ -122.5775403152, 46.5133343443 ], [ -122.5624407348, 46.517004806 ], [ -122.550440133, 46.5344542826 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4591, "RouteIdentifier": "505", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8408960953, 46.4378300484 ], [ -122.8360736283, 46.4372194695 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4592, "RouteIdentifier": "205", "AADT": 54000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6538586045, 45.7228492671 ], [ -122.6539986238, 45.7231498065 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4593, "RouteIdentifier": "109", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1701797505, 47.1175620554 ], [ -124.1774711517, 47.126216089 ], [ -124.1826998409, 47.1546474521 ], [ -124.1877734935, 47.1568704766 ], [ -124.192508816, 47.1667261776 ], [ -124.1884261401, 47.1715589354 ], [ -124.1943335755, 47.1777040428 ], [ -124.1872853992, 47.1802398968 ], [ -124.1970883653, 47.1823629315 ], [ -124.1977866952, 47.2037633126 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4594, "RouteIdentifier": "018", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1774995641, 47.3024217933 ], [ -122.1583977367, 47.3298300754 ], [ -122.1475130648, 47.3390747692 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4595, "RouteIdentifier": "103", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.050056982, 46.4906407097 ], [ -124.0338926368, 46.4915291514 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4596, "RouteIdentifier": "525", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2799690003, 47.8826891954 ], [ -122.2849614715, 47.889952125 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4597, "RouteIdentifier": "302", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8203461375, 47.4070484463 ], [ -122.8153357809, 47.4049429252 ], [ -122.8113444229, 47.3926501334 ], [ -122.8159977791, 47.3779028227 ], [ -122.8058112478, 47.3601334979 ], [ -122.7907640195, 47.3624582676 ], [ -122.7783007191, 47.374504504 ], [ -122.7727867254, 47.3724749266 ], [ -122.771733287, 47.3675849633 ], [ -122.7640925019, 47.3690425701 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4598, "RouteIdentifier": "104", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3832242727, 47.8097517091 ], [ -122.3831772587, 47.8031153818 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4599, "RouteIdentifier": "524", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1921188204, 47.8129694111 ], [ -122.1799369192, 47.8125762494 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4600, "RouteIdentifier": "101", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8135123607, 46.9752656303 ], [ -123.8143955605, 46.9760348973 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4601, "RouteIdentifier": "202", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9532472828, 47.5883720957 ], [ -121.9327980228, 47.5785984862 ], [ -121.9049232747, 47.5724947503 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4602, "RouteIdentifier": "526", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3001742723, 47.9219962025 ], [ -122.2931738148, 47.9220879011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4603, "RouteIdentifier": "395", "AADT": 8700 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4024404199, 47.7757947974 ], [ -117.4020716363, 47.7805975201 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4604, "RouteIdentifier": "082", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8846884522, 46.2587169246 ], [ -119.8696023471, 46.2515208776 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4605, "RouteIdentifier": "002", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4112427568, 47.6526173898 ], [ -117.4112745852, 47.6530477533 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4606, "RouteIdentifier": "304", "AADT": 9100 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6304436393, 47.5650259077 ], [ -122.629614867, 47.5650234096 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4607, "RouteIdentifier": "104", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3245572303, 47.7776430656 ], [ -122.3137091087, 47.7773380757 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4608, "RouteIdentifier": "012", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2736672441, 46.0850299125 ], [ -118.2672424979, 46.0864775034 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4609, "RouteIdentifier": "017", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6565631198, 47.9990210152 ], [ -119.6525696935, 48.0041955683 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4610, "RouteIdentifier": "101", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.542425415, 48.0963861688 ], [ -123.5396953537, 48.0975545684 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4611, "RouteIdentifier": "012", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6947545489, 46.7266771426 ], [ -120.6682357978, 46.7114791155 ], [ -120.6535718414, 46.6949663919 ], [ -120.6511837992, 46.682767821 ], [ -120.6206863347, 46.6605003365 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4612, "RouteIdentifier": "017", "AADT": 680 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.3595018472, 47.6413739111 ], [ -119.3541224664, 47.6543643378 ], [ -119.3628837429, 47.6709101104 ], [ -119.3626574045, 47.8153679549 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4613, "RouteIdentifier": "509", "AADT": 4500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3654780308, 47.3194849976 ], [ -122.3605429103, 47.3207278571 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4614, "RouteIdentifier": "510", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6694499846, 47.0015817743 ], [ -122.6553305469, 46.9933014974 ], [ -122.6470692004, 46.9763124318 ], [ -122.6325310381, 46.9646197548 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4615, "RouteIdentifier": "017", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1342855473, 46.7970731587 ], [ -119.1343129277, 46.818765882 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4616, "RouteIdentifier": "240", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.139733927, 46.2168054788 ], [ -119.1380609673, 46.216909794 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4617, "RouteIdentifier": "308", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6546046376, 47.70607599 ], [ -122.6455230644, 47.699437756 ], [ -122.6289258671, 47.6987018227 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4618, "RouteIdentifier": "012", "AADT": 8300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7197711644, 46.5320488595 ], [ -122.6442388387, 46.5318795567 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4619, "RouteIdentifier": "530", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2014846937, 48.1878947696 ], [ -122.1921631348, 48.1882508645 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4620, "RouteIdentifier": "405", "AADT": 158000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1889808432, 47.7236094662 ], [ -122.1871980092, 47.7384984553 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4621, "RouteIdentifier": "503", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7402748344, 45.9071079053 ], [ -122.7415652617, 45.9061801375 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4622, "RouteIdentifier": "523", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3451133369, 47.7341530585 ], [ -122.3423037081, 47.7341359849 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4623, "RouteIdentifier": "167", "AADT": 131000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2445299041, 47.3611482288 ], [ -122.2439880813, 47.3740667238 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4624, "RouteIdentifier": "005HI15420", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2633967769, 47.4587012142 ], [ -122.2670557408, 47.4665917564 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4625, "RouteIdentifier": "005", "AADT": 176000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4616630283, 47.2001928833 ], [ -122.462495706, 47.2142916788 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4626, "RouteIdentifier": "509", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3277374047, 47.4792708197 ], [ -122.3272024219, 47.4854072542 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4627, "RouteIdentifier": "101", "AADT": 3800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8784338391, 47.8213945565 ], [ -122.8867284289, 47.8204635395 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4628, "RouteIdentifier": "194", "AADT": 360 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4672879853, 46.7034528115 ], [ -117.4648072806, 46.7209769351 ], [ -117.4712118709, 46.7125945025 ], [ -117.4792740728, 46.7112771519 ], [ -117.4877195547, 46.7310206754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4629, "RouteIdentifier": "104", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3700729113, 47.7924504549 ], [ -122.3667991767, 47.790544377 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4630, "RouteIdentifier": "019", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7338240699, 47.9543732544 ], [ -122.7387409377, 47.9595773681 ], [ -122.7406674139, 47.9788642723 ], [ -122.7484287352, 47.9946458229 ], [ -122.7585868562, 48.0067586832 ], [ -122.7686405015, 48.0112283115 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4631, "RouteIdentifier": "026", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6021851057, 46.8903722209 ], [ -119.5806705958, 46.8856606496 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4632, "RouteIdentifier": "005", "AADT": 45000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8803797924, 46.4829246021 ], [ -122.87656073, 46.494718014 ], [ -122.8765100174, 46.5439285548 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4633, "RouteIdentifier": "410", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1591468798, 47.1688389452 ], [ -122.1485727781, 47.1677245225 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4634, "RouteIdentifier": "503", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5115938422, 45.8889120074 ], [ -122.5018126834, 45.8933986585 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4635, "RouteIdentifier": "017", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0040609275, 46.5740844587 ], [ -119.0017412812, 46.5851433384 ], [ -119.0063294763, 46.5974626974 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4636, "RouteIdentifier": "101", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.877036547, 47.4475535195 ], [ -123.8797547045, 47.4557845081 ], [ -123.8856775734, 47.4568668079 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4637, "RouteIdentifier": "127", "AADT": 950 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.7891868451, 46.5254691689 ], [ -117.7762087351, 46.5365465696 ], [ -117.774915493, 46.5482610417 ], [ -117.7695236781, 46.5563503655 ], [ -117.7807630648, 46.5681984198 ], [ -117.7751352134, 46.580586403 ], [ -117.7852894412, 46.5874957373 ], [ -117.781376055, 46.592409526 ], [ -117.7913837991, 46.6144419053 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4638, "RouteIdentifier": "900", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2525911983, 47.4840343924 ], [ -122.2490284682, 47.4830589416 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4639, "RouteIdentifier": "395", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9008434138, 48.4812158123 ], [ -117.9030142887, 48.4912950401 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4640, "RouteIdentifier": "525", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.263270535, 47.832397759 ], [ -122.2663139585, 47.8342508992 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4641, "RouteIdentifier": "411", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9063657838, 46.1800997708 ], [ -122.9051023405, 46.1847118489 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4642, "RouteIdentifier": "005", "AADT": 157000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4630590407, 47.1874722949 ], [ -122.4620882803, 47.1970495358 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4643, "RouteIdentifier": "004", "AADT": 3000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3544482975, 46.1872368309 ], [ -123.3284135658, 46.1638323685 ], [ -123.2823984896, 46.1526498853 ], [ -123.2628134616, 46.1553986607 ], [ -123.2326272804, 46.1727272565 ], [ -123.1771557033, 46.1884708528 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4644, "RouteIdentifier": "009", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1187528092, 48.1643133094 ], [ -122.1285623751, 48.1783060226 ], [ -122.1285221878, 48.1877057823 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4645, "RouteIdentifier": "243", "AADT": 4100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7363030997, 46.6466193959 ], [ -119.8006316104, 46.633273275 ], [ -119.8505806667, 46.6339001593 ], [ -119.8948432937, 46.6642061796 ], [ -119.9070616699, 46.6806375323 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4646, "RouteIdentifier": "395", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.17625049, 46.1849328401 ], [ -119.1670085036, 46.1917196627 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4647, "RouteIdentifier": "109", "AADT": 6400 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0381349997, 47.0457147607 ], [ -124.0440853494, 47.0525732949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4648, "RouteIdentifier": "002", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7091478999, 47.7594544328 ], [ -118.707944478, 47.7591802313 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4649, "RouteIdentifier": "012", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6160035758, 46.6478940682 ], [ -121.6109588785, 46.6497792928 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4650, "RouteIdentifier": "002", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7350857122, 47.8671728801 ], [ -121.7199344676, 47.8658767679 ], [ -121.7022061254, 47.8572690469 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4651, "RouteIdentifier": "017", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.483234393, 47.3893726474 ], [ -119.4842297169, 47.3934848684 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4652, "RouteIdentifier": "531", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1937378718, 48.1522064888 ], [ -122.1872561406, 48.1523209798 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4653, "RouteIdentifier": "006", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7038991686, 46.6750455817 ], [ -123.6950836877, 46.6690700815 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4654, "RouteIdentifier": "303", "AADT": 39000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6555581763, 47.650535837 ], [ -122.6676311053, 47.6547183962 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4655, "RouteIdentifier": "005", "AADT": 186000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2598462586, 47.83972786 ], [ -122.2583869574, 47.8454224344 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4656, "RouteIdentifier": "271", "AADT": 930 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2430200919, 47.1351050773 ], [ -117.2554591689, 47.1454962289 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4657, "RouteIdentifier": "012", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6340930823, 46.5322486745 ], [ -122.613916913, 46.5330861252 ], [ -122.6035425582, 46.5285458674 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4658, "RouteIdentifier": "002", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.1420864524, 47.6544054526 ], [ -118.1408999543, 47.6547957468 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4659, "RouteIdentifier": "009", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2022010791, 48.7460185067 ], [ -122.2007828338, 48.7782923251 ], [ -122.1904825956, 48.7896980395 ], [ -122.1904549774, 48.7962085212 ], [ -122.1981325832, 48.8071844986 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4660, "RouteIdentifier": "020", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7831995028, 48.1070075798 ], [ -122.7810617654, 48.1076558595 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4661, "RouteIdentifier": "101COPRTANG", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.4309020008, 48.1191579416 ], [ -123.4317237119, 48.1182747731 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4662, "RouteIdentifier": "281", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8534105031, 47.2194487082 ], [ -119.8534053473, 47.2223294365 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4663, "RouteIdentifier": "101", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1566785185, 48.0769008073 ], [ -123.1417952785, 48.074895211 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4664, "RouteIdentifier": "516", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3114493708, 47.3915360181 ], [ -122.3079523143, 47.3909890982 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4665, "RouteIdentifier": "090", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7482609923, 47.473255323 ], [ -121.7228989931, 47.4670798095 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4666, "RouteIdentifier": "395", "AADT": 9600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.7402153352, 46.7962897708 ], [ -118.7081501436, 46.8144289467 ], [ -118.6742632423, 46.8226983388 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4667, "RouteIdentifier": "410", "AADT": 710 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.3058304988, 46.9520915888 ], [ -121.2558073968, 46.9665971639 ], [ -121.2103710587, 46.9691134856 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4668, "RouteIdentifier": "020SPANACRT", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6128336455, 48.4963987197 ], [ -122.6127739583, 48.5004551192 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4669, "RouteIdentifier": "304", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6475719156, 47.5652581761 ], [ -122.6463329022, 47.5650689234 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4670, "RouteIdentifier": "090", "AADT": 62000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0411447066, 47.5428659307 ], [ -122.0241863249, 47.5315881261 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4671, "RouteIdentifier": "005", "AADT": 178000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3028757982, 47.3000530138 ], [ -122.2981579128, 47.312895011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4672, "RouteIdentifier": "097", "AADT": 4900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.888689271, 47.925649692 ], [ -119.882313128, 47.9310935459 ], [ -119.8822982751, 47.9420181745 ], [ -119.8757419687, 47.9580513417 ], [ -119.8879581207, 47.9724408061 ], [ -119.8895324357, 47.9825320573 ], [ -119.8858510006, 47.9902643238 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4673, "RouteIdentifier": "169", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0796037239, 47.4579919468 ], [ -122.0839012223, 47.4613097266 ], [ -122.1114439556, 47.4631544785 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4674, "RouteIdentifier": "014", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7924840113, 45.7161680262 ], [ -121.786225659, 45.7141304128 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4675, "RouteIdentifier": "240", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.306688915, 46.2788022155 ], [ -119.3023056898, 46.2676765369 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4676, "RouteIdentifier": "012", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.5903183471, 46.0567683361 ], [ -118.5192085128, 46.0499502566 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4677, "RouteIdentifier": "090", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1344405077, 47.0889844077 ], [ -119.1212539974, 47.0877998117 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4678, "RouteIdentifier": "003", "AADT": 55000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7047490044, 47.6007985246 ], [ -122.7112388207, 47.6052288214 ], [ -122.7124496038, 47.6114063118 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4679, "RouteIdentifier": "395", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0934185999, 46.2851671356 ], [ -119.0925020979, 46.3401794742 ], [ -119.0860022305, 46.3582053906 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4680, "RouteIdentifier": "900", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2702955652, 47.4970013804 ], [ -122.25791496, 47.4871309015 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4681, "RouteIdentifier": "002", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3495747173, 47.9706537304 ], [ -117.3495866356, 47.9814746809 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4682, "RouteIdentifier": "020", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.1900642724, 48.4775740271 ], [ -120.1854211418, 48.4778068438 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4683, "RouteIdentifier": "101", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8886284736, 47.4026822769 ], [ -123.8763097221, 47.4213934899 ], [ -123.877036547, 47.4475535195 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4684, "RouteIdentifier": "285COWENTCH", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3128299563, 47.4225323717 ], [ -120.3062213119, 47.416281941 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4685, "RouteIdentifier": "090", "AADT": 36000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5776035522, 47.4100021272 ], [ -121.5501634492, 47.3981832043 ], [ -121.5324173506, 47.3958007915 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4686, "RouteIdentifier": "524", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2331720885, 47.8210669673 ], [ -122.2307337316, 47.8178356076 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4687, "RouteIdentifier": "409", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.3771418088, 46.1802763744 ], [ -123.3774493287, 46.1875902746 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4688, "RouteIdentifier": "171", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2942457468, 47.1191324392 ], [ -119.2911115679, 47.1240365899 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4689, "RouteIdentifier": "090", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5309634911, 46.9718013391 ], [ -120.5263000656, 46.9709601801 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4690, "RouteIdentifier": "014", "AADT": 1400 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8153769492, 45.6979289463 ], [ -120.7967192306, 45.7024032011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4691, "RouteIdentifier": "018", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.883903298, 47.5075662681 ], [ -121.8835917466, 47.5090369919 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4692, "RouteIdentifier": "005", "AADT": 173000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3307967988, 47.6088249044 ], [ -122.3301905624, 47.6128797259 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4693, "RouteIdentifier": "303", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.632862566, 47.5657555269 ], [ -122.6328642069, 47.5666355148 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4694, "RouteIdentifier": "005", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5918452042, 48.8890326206 ], [ -122.6067680743, 48.8981282277 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4695, "RouteIdentifier": "121", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9608696722, 46.8965879431 ], [ -122.9594136168, 46.8965445916 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4696, "RouteIdentifier": "108", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1050673886, 47.1296410636 ], [ -123.0991749755, 47.1301780444 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4697, "RouteIdentifier": "005", "AADT": 70000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8575716456, 46.0374677293 ], [ -122.8610659653, 46.0478652505 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4698, "RouteIdentifier": "112", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7345388535, 48.1360534594 ], [ -123.716298311, 48.1315509218 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4699, "RouteIdentifier": "101", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.9589950413, 47.4802520054 ], [ -124.0276869285, 47.471479931 ], [ -124.0967538612, 47.4885408949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4700, "RouteIdentifier": "544", "AADT": 8500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3585353638, 48.9093392192 ], [ -122.3580820498, 48.915412848 ], [ -122.3519395171, 48.9160269917 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4701, "RouteIdentifier": "405", "AADT": 139000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1839184276, 47.5658400246 ], [ -122.1766955576, 47.5724700872 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4702, "RouteIdentifier": "005", "AADT": 74000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.852240996, 46.0234388073 ], [ -122.8575716456, 46.0374677293 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4703, "RouteIdentifier": "124", "AADT": 1500 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3193801568, 46.2995221994 ], [ -118.29383435, 46.2991695402 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4704, "RouteIdentifier": "500", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4055026586, 45.5961003788 ], [ -122.4055405288, 45.5917612872 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4705, "RouteIdentifier": "548", "AADT": 6800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7284141787, 48.9757559926 ], [ -122.7335974346, 48.9792119734 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4706, "RouteIdentifier": "082", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5430046419, 46.2654844556 ], [ -119.523755174, 46.2613892962 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4707, "RouteIdentifier": "019", "AADT": 6700 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.724042039, 47.9126704949 ], [ -122.7346098799, 47.9375467064 ], [ -122.7338240699, 47.9543732544 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4708, "RouteIdentifier": "090", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.3796443329, 47.1117747241 ], [ -118.3686788882, 47.1150041492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4709, "RouteIdentifier": "432", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.926866154, 46.1216324995 ], [ -122.9261218499, 46.1229717137 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4710, "RouteIdentifier": "509", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3239524065, 47.3971362502 ], [ -122.3243406744, 47.397956274 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4711, "RouteIdentifier": "503", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6781103544, 45.9394909444 ], [ -122.6958656415, 45.9431672649 ], [ -122.7043424684, 45.9356642435 ], [ -122.7200617061, 45.9337898632 ], [ -122.7226222255, 45.9280008842 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4712, "RouteIdentifier": "002", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2882313209, 47.6170498652 ], [ -119.2828183812, 47.6193764429 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4713, "RouteIdentifier": "105SPWESTPT", "AADT": 3100 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1090869647, 46.8588515883 ], [ -124.1108347849, 46.868530839 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4714, "RouteIdentifier": "006", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0183397646, 46.6437586626 ], [ -123.0172277506, 46.645475284 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4715, "RouteIdentifier": "028", "AADT": 790 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.6782492386, 47.3327708536 ], [ -118.6676786101, 47.3291647101 ], [ -118.6597780517, 47.3328929749 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4716, "RouteIdentifier": "510SPYELMLP", "AADT": 5200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6268938205, 46.9614926076 ], [ -122.6170471339, 46.9569922317 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4717, "RouteIdentifier": "706", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9220375425, 46.7426875865 ], [ -121.9184730058, 46.7411984508 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4718, "RouteIdentifier": "225", "AADT": 1600 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4933154474, 46.3115165199 ], [ -119.4925583765, 46.329979207 ], [ -119.4539087276, 46.3558692568 ], [ -119.4460453581, 46.3716676172 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4719, "RouteIdentifier": "101", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8258142714, 46.9714747617 ], [ -123.8309808672, 46.9760099288 ], [ -123.8521750453, 46.9760733389 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4720, "RouteIdentifier": "173", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6579299947, 47.9994661851 ], [ -119.6684791314, 48.0046240362 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4721, "RouteIdentifier": "524", "AADT": 6500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3796065351, 47.8114284518 ], [ -122.3787722403, 47.8124279259 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4722, "RouteIdentifier": "395", "AADT": 8000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.9058230966, 48.5454377559 ], [ -117.9058418724, 48.5465546852 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4723, "RouteIdentifier": "112", "AADT": 4000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6561026165, 48.1181029102 ], [ -123.5981693413, 48.116751797 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4724, "RouteIdentifier": "510", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6328542511, 46.9587926513 ], [ -122.6076963808, 46.9425842125 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4725, "RouteIdentifier": "531", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1616167206, 48.1521235496 ], [ -122.1507870886, 48.1520523663 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4726, "RouteIdentifier": "002", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3555823489, 47.8588071968 ], [ -117.3555936398, 47.8589452723 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4727, "RouteIdentifier": "290", "AADT": 20000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2799050476, 47.6816356586 ], [ -117.2448313626, 47.6887168246 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4728, "RouteIdentifier": "090", "AADT": 126000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2398779598, 47.5908053835 ], [ -122.2348413671, 47.588418258 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4729, "RouteIdentifier": "520", "AADT": 52000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2093039324, 47.6428078098 ], [ -122.1932937046, 47.6371487563 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4730, "RouteIdentifier": "002", "AADT": 680 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6697674526, 47.5997916763 ], [ -119.6612151194, 47.6070005476 ], [ -119.6066831591, 47.5993624318 ], [ -119.519316737, 47.5996716644 ], [ -119.506659076, 47.6061494046 ], [ -119.4900236905, 47.6081531287 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4731, "RouteIdentifier": "395", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4538503546, 47.9182613584 ], [ -117.4773490149, 47.9428804513 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4732, "RouteIdentifier": "099", "AADT": 38000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2129385008, 47.91279953 ], [ -122.2088000662, 47.9150721941 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4733, "RouteIdentifier": "536", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3462357173, 48.4217075774 ], [ -122.3364704335, 48.4212504751 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4734, "RouteIdentifier": "141", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.5121334624, 45.776374164 ], [ -121.5065371663, 45.7819263952 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4735, "RouteIdentifier": "101", "AADT": 1200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.3993841644, 47.6751810229 ], [ -124.4100299932, 47.6905385507 ], [ -124.4131584898, 47.7153241709 ], [ -124.3232512525, 47.7503923932 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4736, "RouteIdentifier": "012", "AADT": 42000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5219723944, 46.626090815 ], [ -120.5169772116, 46.6260720818 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4737, "RouteIdentifier": "031", "AADT": 100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3133128707, 48.9245515322 ], [ -117.307119418, 48.9291991442 ], [ -117.3165313082, 48.9327488117 ], [ -117.3199075356, 48.941222607 ], [ -117.3159801283, 48.9518030247 ], [ -117.3175917456, 48.9601239582 ], [ -117.3114187744, 48.9688574605 ], [ -117.3132407923, 48.9844676109 ], [ -117.3082024553, 48.987334862 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4738, "RouteIdentifier": "281SPBURKE", "AADT": 5100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8307822154, 47.1036973105 ], [ -119.829366692, 47.1025741429 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4739, "RouteIdentifier": "025", "AADT": 890 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.8009917503, 48.899088371 ], [ -117.7948982738, 48.9007751191 ], [ -117.7898246409, 48.9128912695 ], [ -117.7787592741, 48.9171693044 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4740, "RouteIdentifier": "509", "AADT": 5500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3873073485, 47.2789522223 ], [ -122.4046720676, 47.2838514749 ], [ -122.4168936072, 47.2966428978 ], [ -122.4326700109, 47.2980606258 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4741, "RouteIdentifier": "105SPBOONE", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8024187553, 46.9692826304 ], [ -123.8023268261, 46.9706138586 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4742, "RouteIdentifier": "027", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1724700156, 46.747419563 ], [ -117.1689737584, 46.7599890779 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4743, "RouteIdentifier": "002", "AADT": 48000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9791204594, 47.8613218296 ], [ -121.9772544823, 47.8608534091 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4744, "RouteIdentifier": "520", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3224229641, 47.6404419429 ], [ -122.3161312286, 47.6429143031 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4745, "RouteIdentifier": "510SPYELMLP", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6170471339, 46.9569922317 ], [ -122.6116398299, 46.9565353077 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4746, "RouteIdentifier": "303", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6288029427, 47.6101244229 ], [ -122.6288340771, 47.6158812787 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4747, "RouteIdentifier": "002", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6462988146, 47.596485754 ], [ -120.6287660452, 47.5891210126 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4748, "RouteIdentifier": "270COPULLMN", "AADT": 6900 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1769047974, 46.729513769 ], [ -117.1788357705, 46.7295852663 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4749, "RouteIdentifier": "395", "AADT": 27000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4108536601, 47.7513199125 ], [ -117.4105237126, 47.7523163592 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4750, "RouteIdentifier": "705", "AADT": 40000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4318739382, 47.234680353 ], [ -122.4322202216, 47.2386425935 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4751, "RouteIdentifier": "020", "AADT": 6000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8848678307, 47.9879382073 ], [ -122.883245172, 47.9882925028 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4752, "RouteIdentifier": "003", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6709875264, 47.5540420396 ], [ -122.6774101021, 47.5636481361 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4753, "RouteIdentifier": "505", "AADT": 3500 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9103335991, 46.482928058 ], [ -122.8974973541, 46.4793963978 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4754, "RouteIdentifier": "024", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4674043677, 46.5847787764 ], [ -120.4512101301, 46.5770853276 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4755, "RouteIdentifier": "101COABERDN", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8278685905, 46.9716853763 ], [ -123.8269852287, 46.9708707418 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4756, "RouteIdentifier": "195", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3913392846, 47.3891157864 ], [ -117.3895677666, 47.4250017467 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4757, "RouteIdentifier": "534", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3127725976, 48.3407796335 ], [ -122.3057217067, 48.3394359548 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4758, "RouteIdentifier": "500", "AADT": 19000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5077498431, 45.6840205721 ], [ -122.5063250059, 45.6848578255 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4759, "RouteIdentifier": "082", "AADT": 50000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4798850922, 46.5977376972 ], [ -120.4748023779, 46.5896995193 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4760, "RouteIdentifier": "161", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2955397516, 47.040162607 ], [ -122.2953114868, 47.0439310162 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4761, "RouteIdentifier": "155", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.4751978366, 48.3959072026 ], [ -119.5023027759, 48.4022781572 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4762, "RouteIdentifier": "291", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4127242746, 47.7151457037 ], [ -117.4351007945, 47.7154472911 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4763, "RouteIdentifier": "527", "AADT": 41000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2108693497, 47.8004619779 ], [ -122.2077141546, 47.8063531965 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4764, "RouteIdentifier": "261", "AADT": 410 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.2223022809, 46.5981111151 ], [ -118.2257643504, 46.6045957035 ], [ -118.2223138409, 46.6097615191 ], [ -118.2404866495, 46.6279194815 ], [ -118.2450914062, 46.6416022081 ], [ -118.2651804981, 46.6565738532 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4765, "RouteIdentifier": "002COBROWNE", "AADT": 8400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4134270225, 47.6531107382 ], [ -117.4134608952, 47.6527226616 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4766, "RouteIdentifier": "082", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.7793761782, 46.2212051746 ], [ -119.7556065922, 46.2209514813 ], [ -119.7456908937, 46.2158646763 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4767, "RouteIdentifier": "101", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.1320219502, 47.2363423355 ], [ -123.1277858514, 47.2236494996 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4768, "RouteIdentifier": "002", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3518193824, 47.7919039464 ], [ -117.3500487942, 47.7980256738 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4769, "RouteIdentifier": "028COWENTCH", "AADT": 6300 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.2920566884, 47.4105282137 ], [ -120.2941276522, 47.4130153494 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4770, "RouteIdentifier": "012COABERDN", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8076362509, 46.9772463001 ], [ -123.8090468875, 46.9772106863 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4771, "RouteIdentifier": "509", "AADT": 44000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3329165329, 47.5234893652 ], [ -122.3343743094, 47.5297826683 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4772, "RouteIdentifier": "516", "AADT": 35000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2931085242, 47.392427434 ], [ -122.2865268063, 47.3906729649 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4773, "RouteIdentifier": "500", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5974622536, 45.6497283577 ], [ -122.5906026172, 45.6527948204 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4774, "RouteIdentifier": "904", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.788774298, 47.4352395576 ], [ -117.7149843296, 47.4501888753 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4775, "RouteIdentifier": "002", "AADT": 4200 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8260870372, 47.777964567 ], [ -120.8141165471, 47.7731482573 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4776, "RouteIdentifier": "155", "AADT": 2700 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.9796978543, 47.9684303804 ], [ -118.9621464726, 47.9788971521 ], [ -118.95552571, 47.9967673661 ], [ -118.9422778312, 48.0154868034 ], [ -118.9435832543, 48.025575113 ], [ -118.9867693325, 48.0530626329 ], [ -118.9736668822, 48.0641934995 ], [ -118.9821481019, 48.0758148849 ], [ -118.9820321546, 48.0927666601 ], [ -118.9898155429, 48.1044621788 ], [ -118.9790932527, 48.1197891062 ], [ -118.9775744375, 48.130752286 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4777, "RouteIdentifier": "103", "AADT": 7300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0547617311, 46.345935959 ], [ -124.0547456263, 46.346612471 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4778, "RouteIdentifier": "538", "AADT": 8800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2671353579, 48.4299276122 ], [ -122.264774667, 48.429909313 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4779, "RouteIdentifier": "023", "AADT": 690 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.5970369922, 47.0955432506 ], [ -117.6318611212, 47.1066720807 ], [ -117.6461224106, 47.1166306215 ], [ -117.6838431177, 47.1180750089 ], [ -117.707883861, 47.1113392664 ], [ -117.7190609148, 47.1167193872 ], [ -117.7345700167, 47.1169266042 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4780, "RouteIdentifier": "027", "AADT": 2100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1421354348, 47.4475636134 ], [ -117.141577431, 47.4500082492 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4781, "RouteIdentifier": "272", "AADT": 690 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3460816248, 46.8885837829 ], [ -117.3041492589, 46.8990209551 ], [ -117.2746295508, 46.9141916061 ], [ -117.2704255183, 46.9127594447 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4782, "RouteIdentifier": "005", "AADT": 122000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1903760819, 47.9768936616 ], [ -122.1829774552, 47.9869383211 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4783, "RouteIdentifier": "005", "AADT": 57000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8834047537, 46.113522401 ], [ -122.8982367501, 46.1289443409 ], [ -122.8976072607, 46.1404539675 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4784, "RouteIdentifier": "902", "AADT": 2200 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6929707776, 47.5042331597 ], [ -117.6934989729, 47.5042678567 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4785, "RouteIdentifier": "142", "AADT": 3600 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.8081064714, 45.8245819424 ], [ -120.8053708556, 45.8265045706 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4786, "RouteIdentifier": "411", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9119035401, 46.1765920328 ], [ -122.9063657838, 46.1800997708 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4787, "RouteIdentifier": "195", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3497979206, 46.8597063959 ], [ -117.3570081447, 46.8650918135 ], [ -117.3554031402, 46.8717225878 ], [ -117.3641647883, 46.8740109029 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4788, "RouteIdentifier": "272", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0767523409, 46.9097212815 ], [ -117.068840619, 46.9108595721 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4789, "RouteIdentifier": "162", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.22939549, 47.1916397461 ], [ -122.2293785955, 47.1902878983 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4790, "RouteIdentifier": "026", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.0239734671, 46.7645457326 ], [ -117.9831420651, 46.7629392432 ], [ -117.9366891767, 46.7853119491 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4791, "RouteIdentifier": "012", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0970384228, 46.8218084668 ], [ -123.0905398888, 46.8217373497 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4792, "RouteIdentifier": "103", "AADT": 7200 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.0545804856, 46.3501186151 ], [ -124.0544043707, 46.3526539161 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4793, "RouteIdentifier": "507", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9747719324, 46.7112626752 ], [ -122.9699877988, 46.7110483932 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4794, "RouteIdentifier": "169", "AADT": 31000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1376219385, 47.4652954001 ], [ -122.1566237324, 47.4685018085 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4795, "RouteIdentifier": "395", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.4815523866, 47.9470052096 ], [ -117.5235622768, 47.9784884907 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4796, "RouteIdentifier": "012", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0418858195, 46.4199930726 ], [ -117.0398979045, 46.4201869144 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4797, "RouteIdentifier": "518", "AADT": 58000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3286086093, 47.4699818296 ], [ -122.3127555504, 47.4701556709 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4798, "RouteIdentifier": "105", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8029450786, 46.9697219828 ], [ -123.8046532988, 46.9702958878 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4799, "RouteIdentifier": "182", "AADT": 59000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2942399537, 46.2575534355 ], [ -119.2781150352, 46.2587418451 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4800, "RouteIdentifier": "031", "AADT": 910 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.3690791376, 48.8628154536 ], [ -117.364148903, 48.8597893208 ], [ -117.3617197932, 48.8661339983 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4801, "RouteIdentifier": "544", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3836725936, 48.891377649 ], [ -122.3760304765, 48.891834109 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4802, "RouteIdentifier": "101", "AADT": 3700 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.6786220988, 48.073901581 ], [ -123.6689386318, 48.0733486098 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4803, "RouteIdentifier": "529", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.190960133, 47.9817746745 ], [ -122.1922476604, 47.98179891 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4804, "RouteIdentifier": "012", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5384276031, 46.6224575094 ], [ -120.5219723944, 46.626090815 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4805, "RouteIdentifier": "002", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.094618564, 47.9514925058 ], [ -122.0707436627, 47.9406113033 ], [ -122.0751751165, 47.9197652005 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4806, "RouteIdentifier": "005", "AADT": 113000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8133324553, 47.0524920951 ], [ -122.7878727232, 47.0597313969 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4807, "RouteIdentifier": "542", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9420276289, 48.8891584197 ], [ -121.9241996724, 48.889732773 ], [ -121.908282161, 48.9059343216 ], [ -121.879074748, 48.9058079495 ], [ -121.8682821094, 48.9018532858 ], [ -121.7845347292, 48.9125297162 ], [ -121.7740122508, 48.9093794354 ], [ -121.7601734233, 48.9113382708 ], [ -121.7351648161, 48.9028517067 ], [ -121.7046225873, 48.9084869163 ], [ -121.6936997501, 48.906634052 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4808, "RouteIdentifier": "007", "AADT": 2900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3590200387, 46.8898382458 ], [ -122.3589746896, 46.8933149788 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4809, "RouteIdentifier": "005", "AADT": 194000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.322462732, 47.6496170314 ], [ -122.3223421817, 47.6560094062 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4810, "RouteIdentifier": "405", "AADT": 113000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1858412261, 47.7634469513 ], [ -122.1876596894, 47.7659065312 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4811, "RouteIdentifier": "525", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3520946491, 47.9747243569 ], [ -122.3522945196, 47.9747750631 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4812, "RouteIdentifier": "009", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2938609707, 48.8575655792 ], [ -122.3097395207, 48.8660049753 ], [ -122.3097414265, 48.8834697321 ], [ -122.3205696751, 48.8842446664 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4813, "RouteIdentifier": "104", "AADT": 4800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3819741537, 47.8121145139 ], [ -122.3832242727, 47.8097517091 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4814, "RouteIdentifier": "090", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.6842799668, 47.508587719 ], [ -117.587167089, 47.5708280871 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4815, "RouteIdentifier": "003", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8364747547, 47.374286003 ], [ -122.829825816, 47.381738143 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4816, "RouteIdentifier": "202", "AADT": 60000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1035997262, 47.668444842 ], [ -122.0997715333, 47.6656995892 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4817, "RouteIdentifier": "101", "AADT": 8100 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.7313710506, 46.6903743354 ], [ -123.7361025624, 46.6937072147 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4818, "RouteIdentifier": "900", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2783410998, 47.5080120111 ], [ -122.2788666186, 47.5036332815 ], [ -122.2702955652, 47.4970013804 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4819, "RouteIdentifier": "005", "AADT": 180000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3295502762, 47.7047809866 ], [ -122.3271587307, 47.7136272159 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4820, "RouteIdentifier": "012", "AADT": 2600 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7354912874, 46.5526532482 ], [ -121.6910471042, 46.5761502729 ], [ -121.6861660179, 46.5905859513 ], [ -121.6750836999, 46.6021829664 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4821, "RouteIdentifier": "007", "AADT": 29000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4318700022, 47.2324653952 ], [ -122.4321127257, 47.2333231589 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4822, "RouteIdentifier": "028", "AADT": 12000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8747183109, 47.2330604599 ], [ -119.8700407404, 47.2331134363 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4823, "RouteIdentifier": "202", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.7957761395, 47.4887865294 ], [ -121.7967231004, 47.488245636 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4824, "RouteIdentifier": "020", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6434331584, 48.3065806606 ], [ -122.6380141443, 48.3112290202 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4825, "RouteIdentifier": "099", "AADT": 23000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3324821085, 47.534523388 ], [ -122.3350200428, 47.5391616011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4826, "RouteIdentifier": "432", "AADT": 24000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9300694121, 46.1160931581 ], [ -122.926866154, 46.1216324995 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4827, "RouteIdentifier": "105", "AADT": 3300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1079704304, 46.8588588821 ], [ -124.0994911249, 46.8588806371 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4828, "RouteIdentifier": "503", "AADT": 3900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4518693234, 45.9101122837 ], [ -122.4469167382, 45.910167278 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4829, "RouteIdentifier": "002", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.6540439356, 47.5990844387 ], [ -120.6462988146, 47.596485754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4830, "RouteIdentifier": "082", "AADT": 28000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.4495337758, 46.5039654868 ], [ -120.4137225019, 46.4856279656 ], [ -120.4004187802, 46.4742779497 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4831, "RouteIdentifier": "503", "AADT": 2400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.4519709732, 45.9059295423 ], [ -122.4490361292, 45.9074852932 ], [ -122.4518693234, 45.9101122837 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4832, "RouteIdentifier": "501", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6704395067, 45.6325772078 ], [ -122.6726772266, 45.6325544336 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4833, "RouteIdentifier": "507", "AADT": 5000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9538231518, 46.7487811507 ], [ -122.9478831901, 46.7533571733 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4834, "RouteIdentifier": "270COPULLMN", "AADT": 7000 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1788357705, 46.7295852663 ], [ -117.1799080975, 46.7296299262 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4835, "RouteIdentifier": "124", "AADT": 1300 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.29383435, 46.2991695402 ], [ -118.276819223, 46.297266298 ], [ -118.2231220368, 46.277953835 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4836, "RouteIdentifier": "005", "AADT": 225000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2690111833, 47.4377897666 ], [ -122.2633467095, 47.4598544879 ], [ -122.2687488564, 47.4721785489 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4837, "RouteIdentifier": "195", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.1875760408, 46.6478028536 ], [ -117.1915478685, 46.6599654613 ], [ -117.1988941769, 46.666906221 ], [ -117.195441231, 46.6743020858 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4838, "RouteIdentifier": "019", "AADT": 6200 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7323375199, 47.8898968676 ], [ -122.724042039, 47.9126704949 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4839, "RouteIdentifier": "022", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3150102837, 46.3792337657 ], [ -120.3161032894, 46.3779887108 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4840, "RouteIdentifier": "020", "AADT": 2000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5916519331, 48.3502168576 ], [ -119.5910782183, 48.349487973 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4841, "RouteIdentifier": "002", "AADT": 7800 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.0626629459, 48.1752916443 ], [ -117.052759201, 48.1759897639 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4842, "RouteIdentifier": "005", "AADT": 133000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6617032151, 45.6433830491 ], [ -122.6617020964, 45.6446264754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4843, "RouteIdentifier": "090", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.8540700226, 47.0883824388 ], [ -119.8347016505, 47.1010560076 ], [ -119.8239536487, 47.1032398754 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4844, "RouteIdentifier": "165", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0576029409, 47.0916817763 ], [ -122.0458704138, 47.0990889736 ], [ -122.0454972488, 47.103424531 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4845, "RouteIdentifier": "525", "AADT": 7400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5455047346, 48.0151911959 ], [ -122.5604137621, 48.0262292109 ], [ -122.5668558184, 48.0450684226 ], [ -122.5682398591, 48.0885136006 ], [ -122.5876777121, 48.1210599346 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4846, "RouteIdentifier": "525", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2974847948, 47.9152081943 ], [ -122.3001156286, 47.9185854039 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4847, "RouteIdentifier": "285", "AADT": 18000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.3170457721, 47.4294662441 ], [ -120.3176595662, 47.4302249495 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4848, "RouteIdentifier": "215", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.5138464975, 48.416820343 ], [ -119.51157568, 48.4168080215 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4849, "RouteIdentifier": "014", "AADT": 4400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.0246218752, 45.6254040131 ], [ -122.0163741662, 45.6319524828 ], [ -122.0088409823, 45.6309029624 ], [ -121.9860480217, 45.6413721887 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4850, "RouteIdentifier": "005", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7201925534, 48.9725563663 ], [ -122.7328423678, 48.9841695596 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4851, "RouteIdentifier": "020", "AADT": 21000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6578563225, 48.2883491403 ], [ -122.6578488817, 48.2895410127 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4852, "RouteIdentifier": "090", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.5263000656, 46.9709601801 ], [ -120.497732858, 46.9704790806 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4853, "RouteIdentifier": "022", "AADT": 1700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.0419262876, 46.2219914931 ], [ -120.0027133993, 46.2121666208 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4854, "RouteIdentifier": "167", "AADT": 109000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2202025787, 47.4072374973 ], [ -122.2207233046, 47.4156833158 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4855, "RouteIdentifier": "397", "AADT": 13000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.0823565056, 46.2482752943 ], [ -119.0820864503, 46.2486605032 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4856, "RouteIdentifier": "503", "AADT": 860 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3556390004, 45.9892331664 ], [ -122.3647789259, 45.992938942 ], [ -122.3649925149, 45.9971019257 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4857, "RouteIdentifier": "024", "AADT": 7700 }, "geometry": { "type": "LineString", "coordinates": [ [ -120.385569175, 46.5499987592 ], [ -120.3750456098, 46.5493985238 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4858, "RouteIdentifier": "221", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.6325132774, 46.1868027068 ], [ -119.6640303518, 46.1872361321 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4859, "RouteIdentifier": "028", "AADT": 430 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.1069520778, 47.4029037206 ], [ -119.0663191716, 47.4059245392 ], [ -119.0422944621, 47.3856092016 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4860, "RouteIdentifier": "131", "AADT": 1100 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.9561002594, 46.5266704559 ], [ -121.9572975987, 46.5353534207 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4861, "RouteIdentifier": "012", "AADT": 7600 }, "geometry": { "type": "LineString", "coordinates": [ [ -118.4150633113, 46.0706784483 ], [ -118.3764731907, 46.0716522784 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4862, "RouteIdentifier": "542", "AADT": 5800 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.2025293491, 48.8159609661 ], [ -122.1954842634, 48.8206495581 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4863, "RouteIdentifier": "503", "AADT": 16000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.5472358647, 45.8117200378 ], [ -122.5469856665, 45.8168217556 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4864, "RouteIdentifier": "502", "AADT": 22000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.558361614, 45.780526879 ], [ -122.5555409989, 45.780635909 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4865, "RouteIdentifier": "101COABERDN", "AADT": 10000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.8269852287, 46.9708707418 ], [ -123.8261026875, 46.9700612141 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4866, "RouteIdentifier": "101", "AADT": 46000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.9478299761, 47.0358210791 ], [ -122.9316246804, 47.0277555011 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4867, "RouteIdentifier": "543", "AADT": 11000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.7349574112, 48.9939874349 ], [ -122.7353942026, 49.0020702071 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4868, "RouteIdentifier": "240", "AADT": 17000 }, "geometry": { "type": "LineString", "coordinates": [ [ -119.2938084119, 46.3141920165 ], [ -119.2862401307, 46.308479073 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4869, "RouteIdentifier": "525", "AADT": 15000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3051065733, 47.9435748501 ], [ -122.3044461333, 47.9446172164 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4870, "RouteIdentifier": "410", "AADT": 1900 }, "geometry": { "type": "LineString", "coordinates": [ [ -121.6890804036, 47.1533532154 ], [ -121.6592910203, 47.1591358128 ], [ -121.619821252, 47.133142341 ], [ -121.6124069417, 47.1210645571 ], [ -121.5963308595, 47.1073463507 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4871, "RouteIdentifier": "027", "AADT": 9500 }, "geometry": { "type": "LineString", "coordinates": [ [ -117.2235907413, 47.620646532 ], [ -117.2236317238, 47.6278867921 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4872, "RouteIdentifier": "105SPWESTPT", "AADT": 2300 }, "geometry": { "type": "LineString", "coordinates": [ [ -124.1116144402, 46.8868092337 ], [ -124.1042063039, 46.8868591474 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4873, "RouteIdentifier": "012", "AADT": 7900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.8770396143, 46.5473587206 ], [ -122.8752641023, 46.5473525241 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4874, "RouteIdentifier": "009", "AADT": 5900 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3206641784, 48.920195997 ], [ -122.3219125052, 48.9201922455 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4875, "RouteIdentifier": "007", "AADT": 3400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3589746896, 46.8933149788 ], [ -122.3573827719, 46.9297368504 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4876, "RouteIdentifier": "525", "AADT": 5400 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.3515312423, 47.9748188959 ], [ -122.3520946491, 47.9747243569 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4877, "RouteIdentifier": "004", "AADT": 14000 }, "geometry": { "type": "LineString", "coordinates": [ [ -123.0003727518, 46.1639381329 ], [ -122.9961129273, 46.1618451049 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4878, "RouteIdentifier": "522", "AADT": 32000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.1114164195, 47.8021101024 ], [ -122.1053446624, 47.8104011539 ], [ -122.0654931199, 47.8179312301 ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4879, "RouteIdentifier": "501", "AADT": 26000 }, "geometry": { "type": "LineString", "coordinates": [ [ -122.6649628638, 45.6316024762 ], [ -122.6659555363, 45.631898547 ] ] } } ] } diff --git a/examples/lines_c.html b/examples/lines_c.html index 0ea8b1a..e96a206 100644 --- a/examples/lines_c.html +++ b/examples/lines_c.html @@ -21,7 +21,7 @@ height: 100%; margin: 0; font-family: 'Open Sans', 'OpenSans-Local'; - font-style: normal; + font-style: normal; } #map { @@ -31,30 +31,51 @@ bottom: 0; left: 0; right: 0; - } + } + + /* Overriding Chrome's built-in CSS rules to avoid focus rectangle on clicking polygons on a Leaflet map */ + path.leaflet-interactive:focus { + outline: none; + } -
+