From d0a64e54501dc121b76708d6b9fe63dd905aef1e Mon Sep 17 00:00:00 2001 From: Chris Gervang Date: Tue, 25 Aug 2026 18:11:55 -0700 Subject: [PATCH 1/5] Add PathStyleExtension Seattle road data --- examples/path-style-extension/README.md | 21 + .../data/seattle-road-diagram-report.md | 67 + .../data/seattle-road-diagram.json | 1 + .../data/seattle-road-diagram.manifest.json | 1757 +++++++++++++++++ scripts/path-style-extension/README.md | 46 + .../extract-seattle-road-diagram.mjs | 919 +++++++++ .../score-candidate-sites.mjs | 76 + .../validate-seattle-road-diagram.mjs | 152 ++ 8 files changed, 3039 insertions(+) create mode 100644 examples/path-style-extension/README.md create mode 100644 examples/path-style-extension/data/seattle-road-diagram-report.md create mode 100644 examples/path-style-extension/data/seattle-road-diagram.json create mode 100644 examples/path-style-extension/data/seattle-road-diagram.manifest.json create mode 100644 scripts/path-style-extension/README.md create mode 100644 scripts/path-style-extension/extract-seattle-road-diagram.mjs create mode 100644 scripts/path-style-extension/score-candidate-sites.mjs create mode 100644 scripts/path-style-extension/validate-seattle-road-diagram.mjs diff --git a/examples/path-style-extension/README.md b/examples/path-style-extension/README.md new file mode 100644 index 0000000..b90284d --- /dev/null +++ b/examples/path-style-extension/README.md @@ -0,0 +1,21 @@ +# PathStyleExtension Seattle road diagram + +This directory contains the pinned City of Seattle data used by deck.gl's `PathStyleExtension` +street-design example at Dexter Avenue N and Thomas Street. + +## Files + +- `data/seattle-road-diagram.json` contains the source features and derived display geometry. +- `data/seattle-road-diagram.manifest.json` records source services, queries, hashes, + transformations, validation results, and licensing. +- `data/seattle-road-diagram-report.md` is the human-readable extraction report. +- `../../scripts/path-style-extension` contains the reproducible extraction and validation tools. + +From the repository root, validate the checked-in snapshot with: + +```bash +node scripts/path-style-extension/validate-seattle-road-diagram.mjs +``` + +City of Seattle Department of Transportation data is used under the Public Domain Dedication and +License (PDDL) 1.0. See the manifest and extraction-script README for complete source details. diff --git a/examples/path-style-extension/data/seattle-road-diagram-report.md b/examples/path-style-extension/data/seattle-road-diagram-report.md new file mode 100644 index 0000000..734dc6c --- /dev/null +++ b/examples/path-style-extension/data/seattle-road-diagram-report.md @@ -0,0 +1,67 @@ +# Seattle road-diagram extraction report + +Generated: 2026-08-25T23:06:11.278Z + +Candidate: Dexter Avenue N and Thomas Street, Seattle, Washington + +Display bounds: `-122.3431, 47.62025, -122.3415, 47.6215` + +Extraction gate: **PASS** + +## Source summary + +| Layer | Features | Geometry | Multipart | Exact duplicates | Near duplicates | +| --- | ---: | --- | ---: | ---: | ---: | +| VerticalElements | 161 | LineString, MultiLineString | 138 | 0 | 46 | +| LaneWidth | 20 | Point | 0 | 0 | 0 | +| GENBKGRND | 4 | LineString | 0 | 0 | 0 | +| PanelMarkings | 320 | LineString, MultiLineString | 2 | 36 | 36 | +| Longitudinal_Markings | 174 | LineString | 0 | 0 | 0 | +| TransverseMarkings | 74 | LineString | 0 | 0 | 0 | +| Legend_and_Symbols | 17 | MultiLineString | 17 | 0 | 0 | +| Seattle Streets | 4 | LineString | 0 | 0 | 0 | +| Sidewalks | 14 | LineString | 0 | 0 | 0 | +| Marked Crosswalks | 2 | Point | 0 | 0 | 0 | +| Existing Bike Facilities | 4 | LineString | 0 | 0 | 0 | + +## Gate criteria + +| Criterion | Result | +| --- | --- | +| twoLongitudinalPatterns | pass | +| trueDashSkipPattern | pass | +| denseDashedPath | pass | +| bicyclePanel | pass | +| markedCrosswalk | pass | +| curbOrSeparator | pass | +| streetSurfaceWidth | pass | +| laneWidths | pass | +| sourceContext | pass | + +## Key source values + +- Longitudinal marking types: 10'/20' pattern, 2' dash, 4' skip, Solid +- Longitudinal colors: White, Yellow +- Longitudinal source widths: none in this CAD crop +- Lane-width annotations: 10, 12, 2, 3, 4, 42, 5, 6, 8, 9 +- Lane-band spatial-join residuals: 1.42, 55.54 meters + +The channelization records around Dexter and Thomas preserve authoritative geometry and dash class, +but most descriptive asset fields are null in this CAD-derived crop. The example reports those nulls +instead of inventing values. Longitudinal stroke widths therefore use an explicitly labeled +cartographic fallback while dash/skip lengths come directly from the source `Type` values. + +## Transformations + +- Requested a bounded EPSG:4326 snapshot and paged by sorted object ID. +- Preserved all returned source properties and geometry. +- Derived continuous pavement-symbol paths by joining source fragment endpoints within 0.002 meters; no source vertex was moved. +- Derived equal-width lane bands from official street centerlines plus the nearest 12-foot lane-width annotations. +- Derived two crosswalk guides from official in-service inventory points and official street surface widths; matched source stripe polygons remain pinned but are not double-painted. +- Did not simplify, manually redraw, or snap the pinned official channelization geometry. + +## License and limitations + +City of Seattle Department of Transportation data is used under PDDL 1.0. This visualization and +its derived cartographic constructions are for demonstrating deck.gl rendering. They are not for +engineering, construction, legal interpretation, or navigation. diff --git a/examples/path-style-extension/data/seattle-road-diagram.json b/examples/path-style-extension/data/seattle-road-diagram.json new file mode 100644 index 0000000..dce5fed --- /dev/null +++ b/examples/path-style-extension/data/seattle-road-diagram.json @@ -0,0 +1 @@ +{"dataset":"deck.gl PathStyleExtension Seattle road diagram","generatedAt":"2026-08-25T23:06:11.278Z","candidate":"Dexter Avenue N and Thomas Street, Seattle, Washington","displayBounds":[-122.3431,47.62025,-122.3415,47.6215],"layers":{"verticalElements":{"type":"FeatureCollection","features":[{"type":"Feature","id":34459,"geometry":{"type":"LineString","coordinates":[[-122.342240797196,47.619818664625],[-122.342236046323,47.6203626334849]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34459,"SHAPE__Length":89.83900000292878,"AssetID":null}},{"type":"Feature","id":34460,"geometry":{"type":"LineString","coordinates":[[-122.34254090289,47.6198196952443],[-122.342536184466,47.6203602712993]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34460,"SHAPE__Length":89.27865943694306,"AssetID":null}},{"type":"Feature","id":34466,"geometry":{"type":"LineString","coordinates":[[-122.342543981074,47.6204488190618],[-122.342603801818,47.6204490639206]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34466,"SHAPE__Length":6.6593375726506485,"AssetID":null}},{"type":"Feature","id":34467,"geometry":{"type":"LineString","coordinates":[[-122.342544342001,47.6204076886117],[-122.342604164028,47.6204079334526]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34467,"SHAPE__Length":6.659480346012426,"AssetID":null}},{"type":"Feature","id":34468,"geometry":{"type":"LineString","coordinates":[[-122.342543981074,47.6204488190618],[-122.342542172156,47.6204490822193],[-122.342540455623,47.6204495482947],[-122.34253888118,47.620450203792],[-122.342537494417,47.6204510297304],[-122.342536335491,47.6204520021935],[-122.342535437959,47.6204530930222],[-122.342534827811,47.62045427063]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34468,"SHAPE__Length":1.4420319385539313,"AssetID":null}},{"type":"Feature","id":34469,"geometry":{"type":"LineString","coordinates":[[-122.342535276359,47.6204021709749],[-122.342535867752,47.6204033529006],[-122.342536747857,47.6204044501386],[-122.342537891195,47.6204054309235],[-122.342539264665,47.6204062668612],[-122.342540828506,47.6204069337507],[-122.342542537442,47.6204074122855],[-122.342544342001,47.6204076886117]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34469,"SHAPE__Length":1.4420075199451707,"AssetID":null}},{"type":"Feature","id":54596,"geometry":{"type":"LineString","coordinates":[[-122.34122283683,47.620826748679],[-122.342171336501,47.6208303195929]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54596,"SHAPE__Length":105.58814741512606,"AssetID":null}},{"type":"Feature","id":54597,"geometry":{"type":"LineString","coordinates":[[-122.342171336501,47.6208303195929],[-122.342181917457,47.6208297248048],[-122.342192184442,47.6208279006338],[-122.342201825513,47.620824902504],[-122.342210547743,47.6208208215078],[-122.342218086124,47.6208157816386],[-122.342224211616,47.6208099360234],[-122.342228738106,47.6208034622701],[-122.342231528066,47.6207965570719],[-122.342232496728,47.6207894302302]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54597,"SHAPE__Length":10.637601014098964,"AssetID":null}},{"type":"Feature","id":54598,"geometry":{"type":"LineString","coordinates":[[-122.342232496728,47.6207894302302],[-122.342236048853,47.6203628124737]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54598,"SHAPE__Length":70.4584597070172,"AssetID":null}},{"type":"Feature","id":54602,"geometry":{"type":"LineString","coordinates":[[-122.342221086714,47.6219510550529],[-122.342230789088,47.6209868632358]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54602,"SHAPE__Length":159.24588743809946,"AssetID":null}},{"type":"Feature","id":54603,"geometry":{"type":"LineString","coordinates":[[-122.342230789088,47.6209868632358],[-122.34223011488,47.6209804205753],[-122.342227950201,47.6209741288716],[-122.342224348609,47.6209681437884],[-122.34221939921,47.6209626134031],[-122.342213224458,47.6209576745434],[-122.342205977123,47.6209534494024],[-122.342197836511,47.6209500425147],[-122.342189004031,47.6209475381704],[-122.342179698206,47.6209459983299],[-122.342170149274,47.6209454610905]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54603,"SHAPE__Length":10.666788983071402,"AssetID":null}},{"type":"Feature","id":54604,"geometry":{"type":"LineString","coordinates":[[-122.342170149274,47.6209454610905],[-122.341218924875,47.6209435347409]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54604,"SHAPE__Length":105.89029364971502,"AssetID":null}},{"type":"Feature","id":54610,"geometry":{"type":"LineString","coordinates":[[-122.342530784481,47.6209763372464],[-122.342520944238,47.6219548491809]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54610,"SHAPE__Length":161.61098242749506,"AssetID":null}},{"type":"Feature","id":54611,"geometry":{"type":"LineString","coordinates":[[-122.342536199001,47.6203612768703],[-122.342532619829,47.6207927484226]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54611,"SHAPE__Length":71.26008581537717,"AssetID":null}},{"type":"Feature","id":67897,"geometry":{"type":"LineString","coordinates":[[-122.343306148763,47.6209429553037],[-122.342771151743,47.6209415030965]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":67897,"SHAPE__Length":59.55607874091671,"AssetID":null}},{"type":"Feature","id":67898,"geometry":{"type":"LineString","coordinates":[[-122.342693164202,47.6209221009613],[-122.342612205819,47.6209218809687]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":67898,"SHAPE__Length":9.01231913254278,"AssetID":null}},{"type":"Feature","id":67899,"geometry":{"type":"LineString","coordinates":[[-122.342593197109,47.6208341008275],[-122.343314433323,47.6208360589818]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":67899,"SHAPE__Length":80.28829935771606,"AssetID":null}},{"type":"Feature","id":67901,"geometry":{"type":"LineString","coordinates":[[-122.34271916006,47.6209285689451],[-122.342714603618,47.6209263149812],[-122.34270962579,47.6209245107998],[-122.342704323636,47.6209231915802],[-122.342698800542,47.6209223830455],[-122.342693164202,47.6209221009613]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":67901,"SHAPE__Length":3.145808972535093,"AssetID":null}},{"type":"Feature","id":67905,"geometry":{"type":"LineString","coordinates":[[-122.34271916006,47.6209285689451],[-122.342728273106,47.6209330764931],[-122.342738228836,47.6209366844753],[-122.342748833132,47.6209393225426],[-122.342759879228,47.6209409392573],[-122.342771151743,47.6209415030965]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":67905,"SHAPE__Length":6.291505699848817,"AssetID":null}},{"type":"Feature","id":68909,"geometry":{"type":"LineString","coordinates":[[-122.342532619829,47.6207927484226],[-122.342533303442,47.6207991814649],[-122.342535473097,47.6208054629983],[-122.342539075265,47.6208114380482],[-122.342544021077,47.6208169592011],[-122.34255018851,47.6208218902422],[-122.342557425406,47.6208261095154],[-122.342565553218,47.6208295129251],[-122.342574371423,47.6208320165043],[-122.342583662461,47.6208335584861],[-122.342593197109,47.6208341008275]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":68909,"SHAPE__Length":10.651648201443043,"AssetID":null}},{"type":"Feature","id":68910,"geometry":{"type":"LineString","coordinates":[[-122.342612205819,47.6209218809687],[-122.342598123707,47.6209226859749],[-122.342584461817,47.6209251241709],[-122.342571633811,47.6209291217317],[-122.3425600281,47.6209345576172],[-122.342549996087,47.6209412672369],[-122.342541841525,47.6209490474336],[-122.342535811321,47.6209576626349],[-122.342532088062,47.6209668519855],[-122.342530784481,47.6209763372464]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":68910,"SHAPE__Length":14.159171640347896,"AssetID":null}},{"type":"Feature","id":241769,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342503042412,47.6203840772513],[-122.342498964756,47.6203868031643]],[[-122.342503019483,47.6203868186665],[-122.342498987685,47.6203840617491]],[[-122.342498964756,47.6203868031643],[-122.342498987685,47.6203840617491]],[[-122.342498987685,47.6203840617491],[-122.342503042412,47.6203840772513]],[[-122.342503042412,47.6203840772513],[-122.342503019483,47.6203868186665]],[[-122.342503019483,47.6203868186665],[-122.342498964756,47.6203868031643]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241769,"SHAPE__Length":3.0869178544863005,"AssetID":null}},{"type":"Feature","id":241840,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342492233121,47.6214454282176],[-122.342488155381,47.6214481541301]],[[-122.342492210191,47.6214481696327],[-122.342488178311,47.621445412715]],[[-122.342488155381,47.6214481541301],[-122.342488178311,47.621445412715]],[[-122.342488178311,47.621445412715],[-122.342492233121,47.6214454282176]],[[-122.342492233121,47.6214454282176],[-122.342492210191,47.6214481696327]],[[-122.342492210191,47.6214481696327],[-122.342488155381,47.6214481541301]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241840,"SHAPE__Length":3.086980620980056,"AssetID":null}},{"type":"Feature","id":241863,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342948852049,47.62084743633],[-122.34295298567,47.6208501235113]],[[-122.342952906133,47.6208473825552],[-122.342948931586,47.620850177286]],[[-122.34295298567,47.6208501235113],[-122.342948931586,47.620850177286]],[[-122.342948931586,47.620850177286],[-122.342948852049,47.62084743633]],[[-122.342948852049,47.62084743633],[-122.342952906133,47.6208473825552]],[[-122.342952906133,47.6208473825552],[-122.34295298567,47.6208501235113]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241863,"SHAPE__Length":3.0869728410577517,"AssetID":null}},{"type":"Feature","id":241873,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342656903828,47.6208466439756],[-122.342661037435,47.6208493311675]],[[-122.342660957913,47.6208465902112],[-122.34265698335,47.6208493849319]],[[-122.342661037435,47.6208493311675],[-122.34265698335,47.6208493849319]],[[-122.34265698335,47.6208493849319],[-122.342656903828,47.6208466439756]],[[-122.342656903828,47.6208466439756],[-122.342660957913,47.6208465902112]],[[-122.342660957913,47.6208465902112],[-122.342661037435,47.6208493311675]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241873,"SHAPE__Length":3.086972803868655,"AssetID":null}},{"type":"Feature","id":241874,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342355960411,47.6210160683597],[-122.342357312455,47.6210160738227]],[[-122.342357312455,47.6210160738227],[-122.342357320536,47.6210151597121]],[[-122.342357320536,47.6210151597121],[-122.342355968518,47.6210151551483]],[[-122.342355968518,47.6210151551483],[-122.342355960411,47.6210160683597]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241874,"SHAPE__Length":0.6028156829197433,"AssetID":null}},{"type":"Feature","id":241958,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34240622082,47.620755975167],[-122.342407571501,47.6207559797477]],[[-122.342407571501,47.6207559797477],[-122.342407579606,47.6207550665363]],[[-122.342407579606,47.6207550665363],[-122.342406227569,47.6207550610739]],[[-122.342406227569,47.6207550610739],[-122.34240622082,47.620755975167]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241958,"SHAPE__Length":0.6026609297476149,"AssetID":null}},{"type":"Feature","id":242236,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342408141647,47.6205939416666],[-122.34240949235,47.6205939471467]],[[-122.34240949235,47.6205939471467],[-122.342409500429,47.6205930330359]],[[-122.342409500429,47.6205930330359],[-122.342408148422,47.6205930284729]],[[-122.342408148422,47.6205930284729],[-122.342408141647,47.6205939416666]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242236,"SHAPE__Length":0.6026590502682725,"AssetID":null}},{"type":"Feature","id":242314,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342405676311,47.6206759207128],[-122.342407028347,47.6206759261752]],[[-122.342407028347,47.6206759261752],[-122.342407035096,47.6206750120822]],[[-122.342407035096,47.6206750120822],[-122.342405684391,47.6206750066021]],[[-122.342405684391,47.6206750066021],[-122.342405676311,47.6206759207128]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242314,"SHAPE__Length":0.6028122246527495,"AssetID":null}},{"type":"Feature","id":242408,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342500835424,47.620469085461],[-122.342496759091,47.6204718113563]],[[-122.342500813825,47.6204718268586],[-122.34249678069,47.6204690699587]],[[-122.342496759091,47.6204718113563],[-122.34249678069,47.6204690699587]],[[-122.34249678069,47.6204690699587],[-122.342500835424,47.620469085461]],[[-122.342500835424,47.620469085461],[-122.342500813825,47.6204718268586]],[[-122.342500813825,47.6204718268586],[-122.342496759091,47.6204718113563]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242408,"SHAPE__Length":3.0869101561522276,"AssetID":null}},{"type":"Feature","id":242430,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342399909972,47.6213509699033],[-122.342401260695,47.6213509753834]],[[-122.342401260695,47.6213509753834],[-122.342401268774,47.6213500612728]],[[-122.342401268774,47.6213500612728],[-122.342399916748,47.6213500567095]],[[-122.342399916748,47.6213500567095],[-122.342399909972,47.6213509699033]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242430,"SHAPE__Length":0.6026677764012195,"AssetID":null}},{"type":"Feature","id":242652,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34229381825,47.6207710325377],[-122.342295170288,47.6207710380015]],[[-122.342295170288,47.6207710380015],[-122.342295177039,47.6207701239084]],[[-122.342295177039,47.6207701239084],[-122.342293826358,47.6207701193263]],[[-122.342293826358,47.6207701193263],[-122.34229381825,47.6207710325377]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242652,"SHAPE__Length":0.6026610948583806,"AssetID":null}},{"type":"Feature","id":242738,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342351583832,47.621347349216],[-122.342352935885,47.6213473546791]],[[-122.342352935885,47.6213473546791],[-122.342352942635,47.6213464405861]],[[-122.342352942635,47.6213464405861],[-122.342351591938,47.6213464360046]],[[-122.342351591938,47.6213464360046],[-122.342351583832,47.621347349216]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242738,"SHAPE__Length":0.6026677383555841,"AssetID":null}},{"type":"Feature","id":243122,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342362273693,47.62034343457],[-122.34236362439,47.6203434400506]],[[-122.34236362439,47.6203434400506],[-122.34236363247,47.6203425259399]],[[-122.34236363247,47.6203425259399],[-122.342362280469,47.6203425213762]],[[-122.342362280469,47.6203425213762],[-122.342362273693,47.62034343457]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243122,"SHAPE__Length":0.6026561493616649,"AssetID":null}},{"type":"Feature","id":243163,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342358438985,47.6207547699217],[-122.342359791023,47.6207547753847]],[[-122.342359791023,47.6207547753847],[-122.342359799103,47.620753861274]],[[-122.342359799103,47.620753861274],[-122.342358447065,47.620753855811]],[[-122.342358447065,47.620753855811],[-122.342358438985,47.6207547699217]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243163,"SHAPE__Length":0.602964899986854,"AssetID":null}},{"type":"Feature","id":243387,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342455841132,47.6210073824828],[-122.342457191845,47.6210073879622]],[[-122.342457191845,47.6210073879622],[-122.342457199924,47.6210064738515]],[[-122.342457199924,47.6210064738515],[-122.34245584788,47.6210064683898]],[[-122.34245584788,47.6210064683898],[-122.342455841132,47.6210073824828]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243387,"SHAPE__Length":0.6028160501323524,"AssetID":null}},{"type":"Feature","id":243472,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342294094227,47.6207436186684],[-122.342295446238,47.6207436232328]],[[-122.342295446238,47.6207436232328],[-122.342295453015,47.620742710039]],[[-122.342295453015,47.620742710039],[-122.342294102309,47.6207427045577]],[[-122.342294102309,47.6207427045577],[-122.342294094227,47.6207436186684]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243472,"SHAPE__Length":0.6026607809668951,"AssetID":null}},{"type":"Feature","id":243781,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34245538918,47.621062211597],[-122.342456741199,47.6210622161595]],[[-122.342456741199,47.6210622161595],[-122.342456747973,47.6210613029657]],[[-122.342456747973,47.6210613029657],[-122.342455397258,47.6210612974863]],[[-122.342455397258,47.6210612974863],[-122.34245538918,47.621062211597]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243781,"SHAPE__Length":0.6026644732549262,"AssetID":null}},{"type":"Feature","id":243827,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342291478772,47.6205581205237],[-122.342287402447,47.6205608473108]],[[-122.342291457162,47.6205608619213],[-122.342287424057,47.6205581059132]],[[-122.342287402447,47.6205608473108],[-122.342287424057,47.6205581059132]],[[-122.342287424057,47.6205581059132],[-122.342291478772,47.6205581205237]],[[-122.342291478772,47.6205581205237],[-122.342291457162,47.6205608619213]],[[-122.342291457162,47.6205608619213],[-122.342287402447,47.6205608473108]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243827,"SHAPE__Length":3.0869027423106954,"AssetID":null}},{"type":"Feature","id":244032,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342731924356,47.6209107718051],[-122.342731897847,47.6209098581531]],[[-122.342731897847,47.6209098581531],[-122.342730546484,47.6209098760754]],[[-122.342730546484,47.6209098760754],[-122.342730572993,47.6209107897275]],[[-122.342730572993,47.6209107897275],[-122.342731924356,47.6209107718051]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244032,"SHAPE__Length":0.6027693736602442,"AssetID":null}},{"type":"Feature","id":244257,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307747417,47.6207168748673],[-122.342309098124,47.6207168803486]],[[-122.342309098124,47.6207168803486],[-122.342309106205,47.6207159662379]],[[-122.342309106205,47.6207159662379],[-122.342307754194,47.6207159616736]],[[-122.342307754194,47.6207159616736],[-122.342307747417,47.6207168748673]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244257,"SHAPE__Length":0.6026604619180392,"AssetID":null}},{"type":"Feature","id":244285,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342267511802,47.6212002594815],[-122.342263435426,47.6212029862677]],[[-122.342267490191,47.621203000879],[-122.342263457038,47.6212002448702]],[[-122.342263435426,47.6212029862677],[-122.342263457038,47.6212002448702]],[[-122.342263457038,47.6212002448702],[-122.342267511802,47.6212002594815]],[[-122.342267511802,47.6212002594815],[-122.342267490191,47.621203000879]],[[-122.342267490191,47.621203000879],[-122.342263435426,47.6212029862677]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244285,"SHAPE__Length":3.086940723432363,"AssetID":null}},{"type":"Feature","id":244362,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342272857756,47.620597819798],[-122.342268780071,47.6206005457027]],[[-122.342272834815,47.6206005612131],[-122.342268803012,47.6205978042876]],[[-122.342268780071,47.6206005457027],[-122.342268803012,47.6205978042876]],[[-122.342268803012,47.6205978042876],[-122.342272857756,47.620597819798]],[[-122.342272857756,47.620597819798],[-122.342272834815,47.6206005612131]],[[-122.342272834815,47.6206005612131],[-122.342268780071,47.6206005457027]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244362,"SHAPE__Length":3.0869304747055883,"AssetID":null}},{"type":"Feature","id":244389,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342305283352,47.6210037292233],[-122.342306635369,47.6210037337876]],[[-122.342306635369,47.6210037337876],[-122.34230664212,47.6210028196945]],[[-122.34230664212,47.6210028196945],[-122.342305291433,47.6210028151126]],[[-122.342305291433,47.6210028151126],[-122.342305283352,47.6210037292233]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244389,"SHAPE__Length":0.6028085703770022,"AssetID":null}},{"type":"Feature","id":244486,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34230557778,47.6209807133015],[-122.342306929823,47.6209807187651]],[[-122.342306929823,47.6209807187651],[-122.342306937904,47.6209798046544]],[[-122.342306937904,47.6209798046544],[-122.342305585861,47.6209797991908]],[[-122.342305585861,47.6209797991908],[-122.34230557778,47.6209807133015]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244486,"SHAPE__Length":0.6029675101148918,"AssetID":null}},{"type":"Feature","id":244532,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342641392143,47.6209059576527],[-122.342641365636,47.6209050440006]],[[-122.342641365636,47.6209050440006],[-122.342640014273,47.6209050619219]],[[-122.342640014273,47.6209050619219],[-122.34264004078,47.6209059755739]],[[-122.34264004078,47.6209059755739],[-122.342641392143,47.6209059576527]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244532,"SHAPE__Length":0.6027692927727308,"AssetID":null}},{"type":"Feature","id":244652,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342403735538,47.6211030874765],[-122.342405087558,47.6211030920396]],[[-122.342405087558,47.6211030920396],[-122.342405094334,47.6211021788458]],[[-122.342405094334,47.6211021788458],[-122.342403743618,47.6211021733658]],[[-122.342403743618,47.6211021733658],[-122.342403735538,47.6211030874765]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244652,"SHAPE__Length":0.6026649402476659,"AssetID":null}},{"type":"Feature","id":244689,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342459964325,47.6211754810753],[-122.342455886605,47.6211782069867]],[[-122.342459941394,47.6211782224905],[-122.342455909536,47.6211754655716]],[[-122.342455886605,47.6211782069867],[-122.342455909536,47.6211754655716]],[[-122.342455909536,47.6211754655716],[-122.342459964325,47.6211754810753]],[[-122.342459964325,47.6211754810753],[-122.342459941394,47.6211782224905]],[[-122.342459941394,47.6211782224905],[-122.342455886605,47.6211782069867]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244689,"SHAPE__Length":3.086964673781992,"AssetID":null}},{"type":"Feature","id":244805,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342767541986,47.6209160101476],[-122.342771675603,47.6209186973354]],[[-122.342771596075,47.6209159563793],[-122.342767621513,47.6209187511038]],[[-122.342771675603,47.6209186973354],[-122.342767621513,47.6209187511038]],[[-122.342767621513,47.6209187511038],[-122.342767541986,47.6209160101476]],[[-122.342767541986,47.6209160101476],[-122.342771596075,47.6209159563793]],[[-122.342771596075,47.6209159563793],[-122.342771675603,47.6209186973354]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244805,"SHAPE__Length":3.0869768981607,"AssetID":null}},{"type":"Feature","id":245076,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342402374044,47.6212689917755],[-122.342403726069,47.6212689963387]],[[-122.342403726069,47.6212689963387],[-122.342403732844,47.621268083145]],[[-122.342403732844,47.621268083145],[-122.342402382124,47.6212680776649]],[[-122.342402382124,47.6212680776649],[-122.342402374044,47.6212689917755]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245076,"SHAPE__Length":0.6026668430280876,"AssetID":null}},{"type":"Feature","id":245112,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342408926557,47.6205095352645],[-122.342410278562,47.6205095398277]],[[-122.342410278562,47.6205095398277],[-122.342410285337,47.6205086266338]],[[-122.342410285337,47.6205086266338],[-122.342408934636,47.6205086211538]],[[-122.342408934636,47.6205086211538],[-122.342408926557,47.6205095352645]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245112,"SHAPE__Length":0.6026580928739989,"AssetID":null}},{"type":"Feature","id":245616,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342409503104,47.6204280373647],[-122.342410853803,47.6204280428447]],[[-122.342410853803,47.6204280428447],[-122.342410861882,47.620427128734]],[[-122.342410861882,47.620427128734],[-122.34240950988,47.6204271241709]],[[-122.34240950988,47.6204271241709],[-122.342409503104,47.6204280373647]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245616,"SHAPE__Length":0.6026571382260067,"AssetID":null}},{"type":"Feature","id":245790,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342361146279,47.6205083300028],[-122.34236249831,47.6205083354657]],[[-122.34236249831,47.6205083354657],[-122.34236250506,47.6205074213727]],[[-122.34236250506,47.6205074213727],[-122.342361154359,47.6205074158921]],[[-122.342361154359,47.6205074158921],[-122.342361146279,47.6205083300028]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245790,"SHAPE__Length":0.6028102829602664,"AssetID":null}},{"type":"Feature","id":245843,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342808671142,47.6209248322935],[-122.342808644632,47.6209239186415]],[[-122.342808644632,47.6209239186415],[-122.342807293268,47.6209239365647]],[[-122.342807293268,47.6209239365647],[-122.342807319778,47.6209248502167]],[[-122.342807319778,47.6209248502167],[-122.342808671142,47.6209248322935]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245843,"SHAPE__Length":0.6027695167330639,"AssetID":null}},{"type":"Feature","id":245905,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342266608828,47.62130991769],[-122.342262532417,47.6213126435769]],[[-122.342266587216,47.6213126590875],[-122.342262554028,47.6213099021794]],[[-122.342262532417,47.6213126435769],[-122.342262554028,47.6213099021794]],[[-122.342262554028,47.6213099021794],[-122.342266608828,47.62130991769]],[[-122.342266608828,47.62130991769],[-122.342266587216,47.6213126590875]],[[-122.342266587216,47.6213126590875],[-122.342262532417,47.6213126435769]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245905,"SHAPE__Length":3.086959869418439,"AssetID":null}},{"type":"Feature","id":245966,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34290294954,47.6208490959311],[-122.342902923029,47.6208481822791]],[[-122.342902923029,47.6208481822791],[-122.342901571667,47.6208482002034]],[[-122.342901571667,47.6208482002034],[-122.342901598179,47.6208491138555]],[[-122.342901598179,47.6208491138555],[-122.34290294954,47.6208490959311]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245966,"SHAPE__Length":0.6027686604174681,"AssetID":null}},{"type":"Feature","id":246086,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457653866,47.6212178455501],[-122.342453576142,47.6212205714613]],[[-122.342457630935,47.6212205869652],[-122.342453599074,47.6212178300462]],[[-122.342453576142,47.6212205714613],[-122.342453599074,47.6212178300462]],[[-122.342453599074,47.6212178300462],[-122.342457653866,47.6212178455501]],[[-122.342457653866,47.6212178455501],[-122.342457630935,47.6212205869652]],[[-122.342457630935,47.6212205869652],[-122.342453576142,47.6212205714613]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246086,"SHAPE__Length":3.0869671530271683,"AssetID":null}},{"type":"Feature","id":246147,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342305431231,47.6209922212536],[-122.342306781918,47.6209922258356]],[[-122.342306781918,47.6209922258356],[-122.342306790025,47.6209913126241]],[[-122.342306790025,47.6209913126241],[-122.342305437982,47.6209913071605]],[[-122.342305437982,47.6209913071605],[-122.342305431231,47.6209922212536]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246147,"SHAPE__Length":0.6026636582907187,"AssetID":null}},{"type":"Feature","id":246226,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34226841613,47.6210906021543],[-122.342264338406,47.6210933280589]],[[-122.342268393188,47.6210933435694],[-122.342264361347,47.6210905866437]],[[-122.342264338406,47.6210933280589],[-122.342264361347,47.6210905866437]],[[-122.342264361347,47.6210905866437],[-122.34226841613,47.6210906021543]],[[-122.34226841613,47.6210906021543],[-122.342268393188,47.6210933435694]],[[-122.342268393188,47.6210933435694],[-122.342264338406,47.6210933280589]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246226,"SHAPE__Length":3.086959667756567,"AssetID":null}},{"type":"Feature","id":246282,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342404286244,47.6210196890452],[-122.342405638288,47.6210196945076]],[[-122.342405638288,47.6210196945076],[-122.342405646367,47.621018780397]],[[-122.342405646367,47.621018780397],[-122.342404294349,47.6210187758338]],[[-122.342404294349,47.6210187758338],[-122.342404286244,47.6210196890452]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246282,"SHAPE__Length":0.6028157458889282,"AssetID":null}},{"type":"Feature","id":246531,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342468358239,47.6209813356312],[-122.342469710256,47.6209813401936]],[[-122.342469710256,47.6209813401936],[-122.34246971836,47.6209804269822]],[[-122.34246971836,47.6209804269822],[-122.342468366317,47.6209804215205]],[[-122.342468366317,47.6209804215205],[-122.342468358239,47.6209813356312]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246531,"SHAPE__Length":0.602815297894941,"AssetID":null}},{"type":"Feature","id":246880,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342475014825,47.6212178204548],[-122.342470937128,47.621220547266]],[[-122.342474991894,47.62122056187],[-122.342470960059,47.6212178058509]],[[-122.342470937128,47.621220547266],[-122.342470960059,47.6212178058509]],[[-122.342470960059,47.6212178058509],[-122.342475014825,47.6212178204548]],[[-122.342475014825,47.6212178204548],[-122.342474991894,47.62122056187]],[[-122.342474991894,47.62122056187],[-122.342470937128,47.621220547266]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246880,"SHAPE__Length":3.0869544457935723,"AssetID":null}},{"type":"Feature","id":246932,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342273866605,47.6204700681312],[-122.34226978893,47.6204727940359]],[[-122.342273843664,47.6204728095463],[-122.342269811871,47.6204700526208]],[[-122.34226978893,47.6204727940359],[-122.342269811871,47.6204700526208]],[[-122.342269811871,47.6204700526208],[-122.342273866605,47.6204700681312]],[[-122.342273866605,47.6204700681312],[-122.342273843664,47.6204728095463]],[[-122.342273843664,47.6204728095463],[-122.34226978893,47.6204727940359]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246932,"SHAPE__Length":3.0869229097809576,"AssetID":null}},{"type":"Feature","id":247130,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342455614478,47.6210347965991],[-122.342456966522,47.6210348020609]],[[-122.342456966522,47.6210348020609],[-122.342456974601,47.6210338879502]],[[-122.342456974601,47.6210338879502],[-122.342455622582,47.6210338833877]],[[-122.342455622582,47.6210338833877],[-122.342455614478,47.6210347965991]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247130,"SHAPE__Length":0.6028159131073983,"AssetID":null}},{"type":"Feature","id":247151,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342400453148,47.6214310243737],[-122.342401805203,47.6214310298362]],[[-122.342401805203,47.6214310298362],[-122.342401811953,47.6214301157432]],[[-122.342401811953,47.6214301157432],[-122.342400461254,47.6214301111623]],[[-122.342400461254,47.6214301111623],[-122.342400453148,47.6214310243737]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247151,"SHAPE__Length":0.602668721568798,"AssetID":null}},{"type":"Feature","id":247156,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342306823186,47.6207971718966],[-122.342308175225,47.6207971773602]],[[-122.342308175225,47.6207971773602],[-122.342308183306,47.6207962632495]],[[-122.342308183306,47.6207962632495],[-122.342306831293,47.6207962586852]],[[-122.342306831293,47.6207962586852],[-122.342306823186,47.6207971718966]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247156,"SHAPE__Length":0.6028131732876234,"AssetID":null}},{"type":"Feature","id":247723,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342493193663,47.6212184223351],[-122.342489117271,47.6212211482301]],[[-122.342493172063,47.6212211637326],[-122.342489138871,47.6212184068326]],[[-122.342489117271,47.6212211482301],[-122.342489138871,47.6212184068326]],[[-122.342489138871,47.6212184068326],[-122.342493193663,47.6212184223351]],[[-122.342493193663,47.6212184223351],[-122.342493172063,47.6212211637326]],[[-122.342493172063,47.6212211637326],[-122.342489117271,47.6212211482301]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247723,"SHAPE__Length":3.086954448910655,"AssetID":null}},{"type":"Feature","id":247730,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342805634358,47.620848832145],[-122.342805607848,47.6208479184929]],[[-122.342805607848,47.6208479184929],[-122.342804256487,47.6208479364161]],[[-122.342804256487,47.6208479364161],[-122.342804282997,47.6208488500681]],[[-122.342804282997,47.6208488500681],[-122.342805634358,47.620848832145]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247730,"SHAPE__Length":0.6027686433927988,"AssetID":null}},{"type":"Feature","id":247893,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342456055641,47.6209813386333],[-122.342457406355,47.6209813441127]],[[-122.342457406355,47.6209813441127],[-122.342457414433,47.620980430002]],[[-122.342457414433,47.620980430002],[-122.34245606239,47.6209804245402]],[[-122.34245606239,47.6209804245402],[-122.342456055641,47.6209813386333]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247893,"SHAPE__Length":0.6028157484467004,"AssetID":null}},{"type":"Feature","id":247905,"geometry":{"type":"MultiLineString","coordinates":[[[-122.343046024985,47.6209258348037],[-122.343050158617,47.6209285219814]],[[-122.343050079075,47.6209257810255],[-122.343046104527,47.6209285757597]],[[-122.343050158617,47.6209285219814],[-122.343046104527,47.6209285757597]],[[-122.343046104527,47.6209285757597],[-122.343046024985,47.6209258348037]],[[-122.343046024985,47.6209258348037],[-122.343050079075,47.6209257810255]],[[-122.343050079075,47.6209257810255],[-122.343050158617,47.6209285219814]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247905,"SHAPE__Length":3.086977454404527,"AssetID":null}},{"type":"Feature","id":248032,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342283453072,47.6214839235856],[-122.342279375319,47.6214866494906]],[[-122.342283430131,47.6214866650007],[-122.342279398259,47.6214839080756]],[[-122.342279375319,47.6214866494906],[-122.342279398259,47.6214839080756]],[[-122.342279398259,47.6214839080756],[-122.342283453072,47.6214839235856]],[[-122.342283453072,47.6214839235856],[-122.342283430131,47.6214866650007]],[[-122.342283430131,47.6214866650007],[-122.342279375319,47.6214866494906]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":248032,"SHAPE__Length":3.086982910197061,"AssetID":null}},{"type":"Feature","id":248571,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342309192014,47.6205979560881],[-122.342305114357,47.6206006828934]],[[-122.342309169075,47.6206006975032],[-122.342305137297,47.6205979414783]],[[-122.342305114357,47.6206006828934],[-122.342305137297,47.6205979414783]],[[-122.342305137297,47.6205979414783],[-122.342309192014,47.6205979560881]],[[-122.342309192014,47.6205979560881],[-122.342309169075,47.6206006975032]],[[-122.342309169075,47.6206006975032],[-122.342305114357,47.6206006828934]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":248571,"SHAPE__Length":3.0869177987631646,"AssetID":null}},{"type":"Feature","id":248659,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342403160278,47.621184584458],[-122.342404510996,47.621184589938]],[[-122.342404510996,47.621184589938],[-122.342404519076,47.6211836758274]],[[-122.342404519076,47.6211836758274],[-122.342403167053,47.6211836712642]],[[-122.342403167053,47.6211836712642],[-122.342403160278,47.621184584458]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":248659,"SHAPE__Length":0.6026658567279417,"AssetID":null}},{"type":"Feature","id":248672,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342361721597,47.6204268330201],[-122.3423630736,47.6204268375838]],[[-122.3423630736,47.6204268375838],[-122.342363081706,47.6204259243724]],[[-122.342363081706,47.6204259243724],[-122.342361729677,47.6204259189094]],[[-122.342361729677,47.6204259189094],[-122.342361721597,47.6204268330201]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":248672,"SHAPE__Length":0.6028088857717269,"AssetID":null}},{"type":"Feature","id":249073,"geometry":{"type":"MultiLineString","coordinates":[[[-122.343000122384,47.6209274935447],[-122.34300009587,47.6209265798927]],[[-122.34300009587,47.6209265798927],[-122.342998744507,47.6209265978182]],[[-122.342998744507,47.6209265978182],[-122.34299877102,47.6209275114703]],[[-122.34299877102,47.6209275114703],[-122.343000122384,47.6209274935447]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249073,"SHAPE__Length":0.6027695555289989,"AssetID":null}},{"type":"Feature","id":249098,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457154805,47.6207973610489],[-122.342458506843,47.6207973665107]],[[-122.342458506843,47.6207973665107],[-122.342458513592,47.6207964524177]],[[-122.342458513592,47.6207964524177],[-122.342457162909,47.6207964478375]],[[-122.342457162909,47.6207964478375],[-122.342457154805,47.6207973610489]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249098,"SHAPE__Length":0.6026614025372543,"AssetID":null}},{"type":"Feature","id":249230,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342275672517,47.6202507526083],[-122.34227159486,47.6202534785132]],[[-122.342275649577,47.6202534940235],[-122.3422716178,47.620250737098]],[[-122.34227159486,47.6202534785132],[-122.3422716178,47.620250737098]],[[-122.3422716178,47.620250737098],[-122.342275672517,47.6202507526083]],[[-122.342275672517,47.6202507526083],[-122.342275649577,47.6202534940235]],[[-122.342275649577,47.6202534940235],[-122.34227159486,47.6202534785132]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249230,"SHAPE__Length":3.0869099724625206,"AssetID":null}},{"type":"Feature","id":249300,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342467333296,47.6210073758334],[-122.34246868534,47.6210073812951]],[[-122.34246868534,47.6210073812951],[-122.342468692088,47.6210064672021]],[[-122.342468692088,47.6210064672021],[-122.3424673414,47.621006462622]],[[-122.3424673414,47.621006462622],[-122.342467333296,47.6210073758334]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249300,"SHAPE__Length":0.6026638273257626,"AssetID":null}},{"type":"Feature","id":249480,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342301494086,47.6214839911576],[-122.34229741636,47.6214867179625]],[[-122.342301471147,47.6214867325727],[-122.3422974393,47.6214839765474]],[[-122.34229741636,47.6214867179625],[-122.3422974393,47.6214839765474]],[[-122.3422974393,47.6214839765474],[-122.342301494086,47.6214839911576]],[[-122.342301494086,47.6214839911576],[-122.342301471147,47.6214867325727]],[[-122.342301471147,47.6214867325727],[-122.34229741636,47.6214867179625]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249480,"SHAPE__Length":3.086970220705553,"AssetID":null}},{"type":"Feature","id":249525,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34241005382,47.6203446398313],[-122.34241140449,47.620344644412]],[[-122.34241140449,47.620344644412],[-122.342411412596,47.6203437312006]],[[-122.342411412596,47.6203437312006],[-122.342410060569,47.6203437257383]],[[-122.342410060569,47.6203437257383],[-122.34241005382,47.6203446398313]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249525,"SHAPE__Length":0.6026561723006985,"AssetID":null}},{"type":"Feature","id":249694,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342265389225,47.6214721964714],[-122.342261312828,47.6214749232575]],[[-122.34226536764,47.6214749387681],[-122.34226133444,47.62147218186]],[[-122.342261312828,47.6214749232575],[-122.34226133444,47.62147218186]],[[-122.34226133444,47.62147218186],[-122.342265389225,47.6214721964714]],[[-122.342265389225,47.6214721964714],[-122.34226536764,47.6214749387681]],[[-122.34226536764,47.6214749387681],[-122.342261312828,47.6214749232575]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249694,"SHAPE__Length":3.0872168099904207,"AssetID":null}},{"type":"Feature","id":249781,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342274769576,47.6203604108195],[-122.34227069191,47.6203631367244]],[[-122.342274746635,47.6203631522347],[-122.342270714851,47.6203603953092]],[[-122.34227069191,47.6203631367244],[-122.342270714851,47.6203603953092]],[[-122.342270714851,47.6203603953092],[-122.342274769576,47.6203604108195]],[[-122.342274769576,47.6203604108195],[-122.342274746635,47.6203631522347]],[[-122.342274746635,47.6203631522347],[-122.34227069191,47.6203631367244]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249781,"SHAPE__Length":3.0869164594469223,"AssetID":null}},{"type":"Feature","id":249792,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342902807028,47.6209272289423],[-122.342902780517,47.6209263152903]],[[-122.342902780517,47.6209263152903],[-122.342901429153,47.6209263332147]],[[-122.342901429153,47.6209263332147],[-122.342901455665,47.6209272468667]],[[-122.342901455665,47.6209272468667],[-122.342902807028,47.6209272289423]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249792,"SHAPE__Length":0.6027695425568217,"AssetID":null}},{"type":"Feature","id":250211,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307088365,47.6207711291757],[-122.342308440377,47.62077113374]],[[-122.342308440377,47.62077113374],[-122.342308447128,47.6207702196469]],[[-122.342308447128,47.6207702196469],[-122.342307095116,47.6207702150826]],[[-122.342307095116,47.6207702150826],[-122.342307088365,47.6207711291757]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250211,"SHAPE__Length":0.6029501937145239,"AssetID":null}},{"type":"Feature","id":250336,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342499058645,47.6206850153806],[-122.342494980966,47.6206877412935]],[[-122.342499035716,47.6206877567958],[-122.342495003895,47.6206849998783]],[[-122.342494980966,47.6206877412935],[-122.342495003895,47.6206849998783]],[[-122.342495003895,47.6206849998783],[-122.342499058645,47.6206850153806]],[[-122.342499058645,47.6206850153806],[-122.342499035716,47.6206877567958]],[[-122.342499035716,47.6206877567958],[-122.342494980966,47.6206877412935]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250336,"SHAPE__Length":3.086935660672743,"AssetID":null}},{"type":"Feature","id":250380,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342754220336,47.6208469078713],[-122.342758353947,47.6208495950596]],[[-122.34275827442,47.6208468541034],[-122.342754299862,47.6208496488275]],[[-122.342758353947,47.6208495950596],[-122.342754299862,47.6208496488275]],[[-122.342754299862,47.6208496488275],[-122.342754220336,47.6208469078713]],[[-122.342754220336,47.6208469078713],[-122.34275827442,47.6208468541034]],[[-122.34275827442,47.6208468541034],[-122.342758353947,47.6208495950596]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250380,"SHAPE__Length":3.0869728008632107,"AssetID":null}},{"type":"Feature","id":250384,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34249996112,47.6205753571685],[-122.342495883448,47.6205780830814]],[[-122.342499938191,47.6205780985837],[-122.342495906377,47.6205753416662]],[[-122.342495883448,47.6205780830814],[-122.342495906377,47.6205753416662]],[[-122.342495906377,47.6205753416662],[-122.34249996112,47.6205753571685]],[[-122.34249996112,47.6205753571685],[-122.342499938191,47.6205780985837]],[[-122.342499938191,47.6205780985837],[-122.342495883448,47.6205780830814]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250384,"SHAPE__Length":3.086929149668921,"AssetID":null}},{"type":"Feature","id":250541,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342355409628,47.6210994667908],[-122.342356761648,47.6210994713545]],[[-122.342356761648,47.6210994713545],[-122.342356769755,47.6210985581431]],[[-122.342356769755,47.6210985581431],[-122.342355417708,47.6210985526801]],[[-122.342355417708,47.6210985526801],[-122.342355409628,47.6210994667908]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250541,"SHAPE__Length":0.6028166617096227,"AssetID":null}},{"type":"Feature","id":250587,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34285159786,47.6209251679526],[-122.342855731482,47.6209278551374]],[[-122.34285565195,47.6209251141813],[-122.342851677392,47.6209279089087]],[[-122.342855731482,47.6209278551374],[-122.342851677392,47.6209279089087]],[[-122.342851677392,47.6209279089087],[-122.34285159786,47.6209251679526]],[[-122.34285159786,47.6209251679526],[-122.34285565195,47.6209251141813]],[[-122.34285565195,47.6209251141813],[-122.342855731482,47.6209278551374]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250587,"SHAPE__Length":3.0869774574282993,"AssetID":null}},{"type":"Feature","id":250778,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34285153554,47.6208471726007],[-122.342855669156,47.6208498597855]],[[-122.342855589624,47.6208471188294],[-122.342851615072,47.6208499135568]],[[-122.342855669156,47.6208498597855],[-122.342851615072,47.6208499135568]],[[-122.342851615072,47.6208499135568],[-122.34285153554,47.6208471726007]],[[-122.34285153554,47.6208471726007],[-122.342855589624,47.6208471188294]],[[-122.342855589624,47.6208471188294],[-122.342855669156,47.6208498597855]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250778,"SHAPE__Length":3.086972815268026,"AssetID":null}},{"type":"Feature","id":250788,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342948709606,47.6209255693413],[-122.342952843234,47.6209282565226]],[[-122.342952763697,47.6209255155665],[-122.342948789143,47.6209283102974]],[[-122.342952843234,47.6209282565226],[-122.342948789143,47.6209283102974]],[[-122.342948789143,47.6209283102974],[-122.342948709606,47.6209255693413]],[[-122.342948709606,47.6209255693413],[-122.342952763697,47.6209255155665]],[[-122.342952763697,47.6209255155665],[-122.342952843234,47.6209282565226]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250788,"SHAPE__Length":3.0869774716748957,"AssetID":null}},{"type":"Feature","id":250899,"geometry":{"type":"MultiLineString","coordinates":[[[-122.343097437766,47.6209277589632],[-122.343097411251,47.6209268453112]],[[-122.343097411251,47.6209268453112],[-122.343096059888,47.6209268632379]],[[-122.343096059888,47.6209268632379],[-122.343096086402,47.6209277768898]],[[-122.343096086402,47.6209277768898],[-122.343097437766,47.6209277589632]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250899,"SHAPE__Length":0.6027695499144945,"AssetID":null}},{"type":"Feature","id":251108,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342352126934,47.6214274036867],[-122.342353478989,47.6214274091497]],[[-122.342353478989,47.6214274091497],[-122.342353487069,47.621426495039]],[[-122.342353487069,47.621426495039],[-122.34235213504,47.6214264904753]],[[-122.34235213504,47.6214264904753],[-122.342352126934,47.6214274036867]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251108,"SHAPE__Length":0.6028204412800724,"AssetID":null}},{"type":"Feature","id":251158,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342357895881,47.6206747154497],[-122.342359247916,47.6206747209127]],[[-122.342359247916,47.6206747209127],[-122.342359254666,47.6206738068197]],[[-122.342359254666,47.6206738068197],[-122.342357903987,47.6206738022383]],[[-122.342357903987,47.6206738022383],[-122.342357895881,47.6206747154497]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251158,"SHAPE__Length":0.6026599856362098,"AssetID":null}},{"type":"Feature","id":251184,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342309519491,47.6205581889937],[-122.342305441811,47.6205609148998]],[[-122.342309496552,47.6205609304088],[-122.34230546475,47.6205581734846]],[[-122.342305441811,47.6205609148998],[-122.34230546475,47.6205581734846]],[[-122.34230546475,47.6205581734846],[-122.342309519491,47.6205581889937]],[[-122.342309519491,47.6205581889937],[-122.342309496552,47.6205609304088]],[[-122.342309496552,47.6205609304088],[-122.342305441811,47.6205609148998]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251184,"SHAPE__Length":3.0869281308983356,"AssetID":null}},{"type":"Feature","id":251234,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342360359987,47.6205927373215],[-122.342361711994,47.6205927418852]],[[-122.342361711994,47.6205927418852],[-122.3423617201,47.6205918286737]],[[-122.3423617201,47.6205918286737],[-122.342360368067,47.6205918232108]],[[-122.342360368067,47.6205918232108],[-122.342360359987,47.6205927373215]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251234,"SHAPE__Length":0.6028108089368907,"AssetID":null}},{"type":"Feature","id":251240,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34268729471,47.6209042981571],[-122.342691428323,47.6209069853478]],[[-122.342691348799,47.6209042443916],[-122.342687374233,47.6209070391133]],[[-122.342691428323,47.6209069853478],[-122.342687374233,47.6209070391133]],[[-122.342687374233,47.6209070391133],[-122.34268729471,47.6209042981571]],[[-122.34268729471,47.6209042981571],[-122.342691348799,47.6209042443916]],[[-122.342691348799,47.6209042443916],[-122.342691428323,47.6209069853478]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251240,"SHAPE__Length":3.086976213135686,"AssetID":null}},{"type":"Feature","id":251299,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342410451607,47.6202619793067],[-122.342411803631,47.620261984769]],[[-122.342411803631,47.620261984769],[-122.34241181038,47.620261070676]],[[-122.34241181038,47.620261070676],[-122.342410459712,47.6202610660953]],[[-122.342410459712,47.6202610660953],[-122.342410451607,47.6202619793067]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251299,"SHAPE__Length":0.6026552139831294,"AssetID":null}},{"type":"Feature","id":251304,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457466291,47.6207619086935],[-122.342458816998,47.6207619141729]],[[-122.342458816998,47.6207619141729],[-122.342458825077,47.6207610000622]],[[-122.342458825077,47.6207610000622],[-122.342457473039,47.6207609946005]],[[-122.342457473039,47.6207609946005],[-122.342457466291,47.6207619086935]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251304,"SHAPE__Length":0.6028132160327409,"AssetID":null}},{"type":"Feature","id":251382,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342273438079,47.6205580529502],[-122.342269361727,47.6205607788373]],[[-122.342273416468,47.6205607943477],[-122.342269383338,47.6205580374398]],[[-122.342269361727,47.6205607788373],[-122.342269383338,47.6205580374398]],[[-122.342269383338,47.6205580374398],[-122.342273438079,47.6205580529502]],[[-122.342273438079,47.6205580529502],[-122.342273416468,47.6205607943477]],[[-122.342273416468,47.6205607943477],[-122.342269361727,47.6205607788373]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251382,"SHAPE__Length":3.0869154099025438,"AssetID":null}},{"type":"Feature","id":251435,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342265705823,47.621419574999],[-122.3422616281,47.6214223018027]],[[-122.342265682907,47.6214223173134],[-122.342261651041,47.6214195603876]],[[-122.3422616281,47.6214223018027],[-122.342261651041,47.6214195603876]],[[-122.342261651041,47.6214195603876],[-122.342265705823,47.621419574999]],[[-122.342265705823,47.621419574999],[-122.342265682907,47.6214223173134]],[[-122.342265682907,47.6214223173134],[-122.3422616281,47.6214223018027]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251435,"SHAPE__Length":3.0872264109773457,"AssetID":null}},{"type":"Feature","id":251542,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34235404798,47.6212653710893],[-122.342355400005,47.621265375653]],[[-122.342355400005,47.621265375653],[-122.342355408111,47.6212644624416]],[[-122.342355408111,47.6212644624416],[-122.34235405606,47.6212644569786]],[[-122.34235405606,47.6212644569786],[-122.34235404798,47.6212653710893]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251542,"SHAPE__Length":0.6028185813146154,"AssetID":null}},{"type":"Feature","id":251545,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342494627147,47.6211760550944],[-122.342490549429,47.6211787810071]],[[-122.342494604218,47.6211787965096],[-122.342490572358,47.6211760395919]],[[-122.342490549429,47.6211787810071],[-122.342490572358,47.6211760395919]],[[-122.342490572358,47.6211760395919],[-122.342494627147,47.6211760550944]],[[-122.342494627147,47.6211760550944],[-122.342494604218,47.6211787965096]],[[-122.342494604218,47.6211787965096],[-122.342490549429,47.6211787810071]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251545,"SHAPE__Length":3.0869646993308644,"AssetID":null}},{"type":"Feature","id":251743,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342269319097,47.6209809439451],[-122.342265241382,47.6209836698497]],[[-122.342269296156,47.6209836853603],[-122.342265264323,47.6209809284346]],[[-122.342265241382,47.6209836698497],[-122.342265264323,47.6209809284346]],[[-122.342265264323,47.6209809284346],[-122.342269319097,47.6209809439451]],[[-122.342269319097,47.6209809439451],[-122.342269296156,47.6209836853603]],[[-122.342269296156,47.6209836853603],[-122.342265241382,47.6209836698497]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251743,"SHAPE__Length":3.0869531696670633,"AssetID":null}},{"type":"Feature","id":252048,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342708317821,47.6208485673939],[-122.342708291313,47.6208476537418]],[[-122.342708291313,47.6208476537418],[-122.342706939951,47.6208476716639]],[[-122.342706939951,47.6208476716639],[-122.34270696646,47.6208485853159]],[[-122.34270696646,47.6208485853159],[-122.342708317821,47.6208485673939]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252048,"SHAPE__Length":0.6027686312634454,"AssetID":null}},{"type":"Feature","id":252192,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307364309,47.620743714407],[-122.342308715016,47.6207437198882]],[[-122.342308715016,47.6207437198882],[-122.342308723097,47.6207428057775]],[[-122.342308723097,47.6207428057775],[-122.34230737106,47.6207428003139]],[[-122.34230737106,47.6207428003139],[-122.342307364309,47.620743714407]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252192,"SHAPE__Length":0.602813013260997,"AssetID":null}},{"type":"Feature","id":252241,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457336458,47.620779587748],[-122.342458687166,47.6207795932273]],[[-122.342458687166,47.6207795932273],[-122.342458695244,47.6207786791167]],[[-122.342458695244,47.6207786791167],[-122.342457343206,47.6207786736549]],[[-122.342457343206,47.6207786736549],[-122.342457336458,47.620779587748]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252241,"SHAPE__Length":0.6028134218717456,"AssetID":null}},{"type":"Feature","id":252261,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342493135623,47.6213357700076],[-122.342489057918,47.6213384968195]],[[-122.342493112693,47.6213385114228],[-122.342489080847,47.6213357554044]],[[-122.342489057918,47.6213384968195],[-122.342489080847,47.6213357554044]],[[-122.342489080847,47.6213357554044],[-122.342493135623,47.6213357700076]],[[-122.342493135623,47.6213357700076],[-122.342493112693,47.6213385114228]],[[-122.342493112693,47.6213385114228],[-122.342489057918,47.6213384968195]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252261,"SHAPE__Length":3.086961454793098,"AssetID":null}},{"type":"Feature","id":252480,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342498156142,47.6207946726931],[-122.342494078479,47.6207973995052]],[[-122.342498133212,47.6207974141083],[-122.342494101408,47.62079465809]],[[-122.342494078479,47.6207973995052],[-122.342494101408,47.62079465809]],[[-122.342494101408,47.62079465809],[-122.342498156142,47.6207946726931]],[[-122.342498156142,47.6207946726931],[-122.342498133212,47.6207974141083]],[[-122.342498133212,47.6207974141083],[-122.342494078479,47.6207973995052]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252480,"SHAPE__Length":3.086929465150532,"AssetID":null}},{"type":"Feature","id":252495,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342354834292,47.621180963772],[-122.342356186341,47.621180969235]],[[-122.342356186341,47.621180969235],[-122.342356193091,47.621180055142]],[[-122.342356193091,47.621180055142],[-122.342354842372,47.6211800496614]],[[-122.342354842372,47.6211800496614],[-122.342354834292,47.621180963772]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252495,"SHAPE__Length":0.6028180403419963,"AssetID":null}},{"type":"Feature","id":252604,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342362126477,47.6202583586238],[-122.342363478502,47.6202583640867]],[[-122.342363478502,47.6202583640867],[-122.342363486582,47.620257449976]],[[-122.342363486582,47.620257449976],[-122.342362134583,47.6202574454124]],[[-122.342362134583,47.6202574454124],[-122.342362126477,47.6202583586238]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252604,"SHAPE__Length":0.6028069484744631,"AssetID":null}},{"type":"Feature","id":252786,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342467108004,47.6210347908313],[-122.342468458693,47.6210347954114]],[[-122.342468458693,47.6210347954114],[-122.342468466797,47.6210338822]],[[-122.342468466797,47.6210338822],[-122.342467114753,47.6210338767383]],[[-122.342467114753,47.6210338767383],[-122.342467108004,47.6210347908313]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252786,"SHAPE__Length":0.602664134725244,"AssetID":null}},{"type":"Feature","id":252801,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342293554421,47.6207970761403],[-122.342294905129,47.6207970816217]],[[-122.342294905129,47.6207970816217],[-122.342294913211,47.620796167511]],[[-122.342294913211,47.620796167511],[-122.342293561198,47.6207961629465]],[[-122.342293561198,47.6207961629465],[-122.342293554421,47.6207970761403]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252801,"SHAPE__Length":0.6026613966120928,"AssetID":null}},{"type":"Feature","id":252956,"geometry":{"type":"LineString","coordinates":[[-122.342360543894,47.6209927967548],[-122.342361089041,47.6209969115387]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Tuff Curb","Type":null,"OBJECTID":252956,"SHAPE__Length":0.6822799671762297,"AssetID":null}},{"type":"Feature","id":252970,"geometry":{"type":"LineString","coordinates":[[-122.34239791004,47.62087946235],[-122.342397988279,47.6208703248755]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Tuff Curb","Type":null,"OBJECTID":252970,"SHAPE__Length":1.509118251425469,"AssetID":null}},{"type":"Feature","id":253518,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342355960411,47.6210160683597],[-122.342357312455,47.6210160738227]],[[-122.342357312455,47.6210160738227],[-122.342357320536,47.6210151597121]],[[-122.342357320536,47.6210151597121],[-122.342355968518,47.6210151551483]],[[-122.342355968518,47.6210151551483],[-122.342355960411,47.6210160683597]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":253518,"SHAPE__Length":0.6028156829197433,"AssetID":null}},{"type":"Feature","id":253566,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34240622082,47.620755975167],[-122.342407571501,47.6207559797477]],[[-122.342407571501,47.6207559797477],[-122.342407579606,47.6207550665363]],[[-122.342407579606,47.6207550665363],[-122.342406227569,47.6207550610739]],[[-122.342406227569,47.6207550610739],[-122.34240622082,47.620755975167]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":253566,"SHAPE__Length":0.6026609297476149,"AssetID":null}},{"type":"Feature","id":253739,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342408141647,47.6205939416666],[-122.34240949235,47.6205939471467]],[[-122.34240949235,47.6205939471467],[-122.342409500429,47.6205930330359]],[[-122.342409500429,47.6205930330359],[-122.342408148422,47.6205930284729]],[[-122.342408148422,47.6205930284729],[-122.342408141647,47.6205939416666]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":253739,"SHAPE__Length":0.6026590502682725,"AssetID":null}},{"type":"Feature","id":253784,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342405676311,47.6206759207128],[-122.342407028347,47.6206759261752]],[[-122.342407028347,47.6206759261752],[-122.342407035096,47.6206750120822]],[[-122.342407035096,47.6206750120822],[-122.342405684391,47.6206750066021]],[[-122.342405684391,47.6206750066021],[-122.342405676311,47.6206759207128]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":253784,"SHAPE__Length":0.6028122246527495,"AssetID":null}},{"type":"Feature","id":253855,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342399909972,47.6213509699033],[-122.342401260695,47.6213509753834]],[[-122.342401260695,47.6213509753834],[-122.342401268774,47.6213500612728]],[[-122.342401268774,47.6213500612728],[-122.342399916748,47.6213500567095]],[[-122.342399916748,47.6213500567095],[-122.342399909972,47.6213509699033]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":253855,"SHAPE__Length":0.6026677764012195,"AssetID":null}},{"type":"Feature","id":254000,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34229381825,47.6207710325377],[-122.342295170288,47.6207710380015]],[[-122.342295170288,47.6207710380015],[-122.342295177039,47.6207701239084]],[[-122.342295177039,47.6207701239084],[-122.342293826358,47.6207701193263]],[[-122.342293826358,47.6207701193263],[-122.34229381825,47.6207710325377]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254000,"SHAPE__Length":0.6026610948583806,"AssetID":null}},{"type":"Feature","id":254057,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342351583832,47.621347349216],[-122.342352935885,47.6213473546791]],[[-122.342352935885,47.6213473546791],[-122.342352942635,47.6213464405861]],[[-122.342352942635,47.6213464405861],[-122.342351591938,47.6213464360046]],[[-122.342351591938,47.6213464360046],[-122.342351583832,47.621347349216]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254057,"SHAPE__Length":0.6026677383555841,"AssetID":null}},{"type":"Feature","id":254293,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342362273693,47.62034343457],[-122.34236362439,47.6203434400506]],[[-122.34236362439,47.6203434400506],[-122.34236363247,47.6203425259399]],[[-122.34236363247,47.6203425259399],[-122.342362280469,47.6203425213762]],[[-122.342362280469,47.6203425213762],[-122.342362273693,47.62034343457]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254293,"SHAPE__Length":0.6026561493616649,"AssetID":null}},{"type":"Feature","id":254315,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342358438985,47.6207547699217],[-122.342359791023,47.6207547753847]],[[-122.342359791023,47.6207547753847],[-122.342359799103,47.620753861274]],[[-122.342359799103,47.620753861274],[-122.342358447065,47.620753855811]],[[-122.342358447065,47.620753855811],[-122.342358438985,47.6207547699217]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254315,"SHAPE__Length":0.602964899986854,"AssetID":null}},{"type":"Feature","id":254462,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342455841132,47.6210073824828],[-122.342457191845,47.6210073879622]],[[-122.342457191845,47.6210073879622],[-122.342457199924,47.6210064738515]],[[-122.342457199924,47.6210064738515],[-122.34245584788,47.6210064683898]],[[-122.34245584788,47.6210064683898],[-122.342455841132,47.6210073824828]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254462,"SHAPE__Length":0.6028160501323524,"AssetID":null}},{"type":"Feature","id":254514,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342294094227,47.6207436186684],[-122.342295446238,47.6207436232328]],[[-122.342295446238,47.6207436232328],[-122.342295453015,47.620742710039]],[[-122.342295453015,47.620742710039],[-122.342294102309,47.6207427045577]],[[-122.342294102309,47.6207427045577],[-122.342294094227,47.6207436186684]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254514,"SHAPE__Length":0.6026607809668951,"AssetID":null}},{"type":"Feature","id":254720,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34245538918,47.621062211597],[-122.342456741199,47.6210622161595]],[[-122.342456741199,47.6210622161595],[-122.342456747973,47.6210613029657]],[[-122.342456747973,47.6210613029657],[-122.342455397258,47.6210612974863]],[[-122.342455397258,47.6210612974863],[-122.34245538918,47.621062211597]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254720,"SHAPE__Length":0.6026644732549262,"AssetID":null}},{"type":"Feature","id":255012,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307747417,47.6207168748673],[-122.342309098124,47.6207168803486]],[[-122.342309098124,47.6207168803486],[-122.342309106205,47.6207159662379]],[[-122.342309106205,47.6207159662379],[-122.342307754194,47.6207159616736]],[[-122.342307754194,47.6207159616736],[-122.342307747417,47.6207168748673]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255012,"SHAPE__Length":0.6026604619180392,"AssetID":null}},{"type":"Feature","id":255091,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342305283352,47.6210037292233],[-122.342306635369,47.6210037337876]],[[-122.342306635369,47.6210037337876],[-122.34230664212,47.6210028196945]],[[-122.34230664212,47.6210028196945],[-122.342305291433,47.6210028151126]],[[-122.342305291433,47.6210028151126],[-122.342305283352,47.6210037292233]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255091,"SHAPE__Length":0.6028085703770022,"AssetID":null}},{"type":"Feature","id":255157,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34230557778,47.6209807133015],[-122.342306929823,47.6209807187651]],[[-122.342306929823,47.6209807187651],[-122.342306937904,47.6209798046544]],[[-122.342306937904,47.6209798046544],[-122.342305585861,47.6209797991908]],[[-122.342305585861,47.6209797991908],[-122.34230557778,47.6209807133015]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255157,"SHAPE__Length":0.6029675101148918,"AssetID":null}},{"type":"Feature","id":255266,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342403735538,47.6211030874765],[-122.342405087558,47.6211030920396]],[[-122.342405087558,47.6211030920396],[-122.342405094334,47.6211021788458]],[[-122.342405094334,47.6211021788458],[-122.342403743618,47.6211021733658]],[[-122.342403743618,47.6211021733658],[-122.342403735538,47.6211030874765]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255266,"SHAPE__Length":0.6026649402476659,"AssetID":null}},{"type":"Feature","id":255519,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342402374044,47.6212689917755],[-122.342403726069,47.6212689963387]],[[-122.342403726069,47.6212689963387],[-122.342403732844,47.621268083145]],[[-122.342403732844,47.621268083145],[-122.342402382124,47.6212680776649]],[[-122.342402382124,47.6212680776649],[-122.342402374044,47.6212689917755]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255519,"SHAPE__Length":0.6026668430280876,"AssetID":null}},{"type":"Feature","id":255544,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342408926557,47.6205095352645],[-122.342410278562,47.6205095398277]],[[-122.342410278562,47.6205095398277],[-122.342410285337,47.6205086266338]],[[-122.342410285337,47.6205086266338],[-122.342408934636,47.6205086211538]],[[-122.342408934636,47.6205086211538],[-122.342408926557,47.6205095352645]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255544,"SHAPE__Length":0.6026580928739989,"AssetID":null}},{"type":"Feature","id":255839,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342409503104,47.6204280373647],[-122.342410853803,47.6204280428447]],[[-122.342410853803,47.6204280428447],[-122.342410861882,47.620427128734]],[[-122.342410861882,47.620427128734],[-122.34240950988,47.6204271241709]],[[-122.34240950988,47.6204271241709],[-122.342409503104,47.6204280373647]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255839,"SHAPE__Length":0.6026571382260067,"AssetID":null}},{"type":"Feature","id":255946,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342361146279,47.6205083300028],[-122.34236249831,47.6205083354657]],[[-122.34236249831,47.6205083354657],[-122.34236250506,47.6205074213727]],[[-122.34236250506,47.6205074213727],[-122.342361154359,47.6205074158921]],[[-122.342361154359,47.6205074158921],[-122.342361146279,47.6205083300028]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255946,"SHAPE__Length":0.6028102829602664,"AssetID":null}},{"type":"Feature","id":256164,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342305431231,47.6209922212536],[-122.342306781918,47.6209922258356]],[[-122.342306781918,47.6209922258356],[-122.342306790025,47.6209913126241]],[[-122.342306790025,47.6209913126241],[-122.342305437982,47.6209913071605]],[[-122.342305437982,47.6209913071605],[-122.342305431231,47.6209922212536]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256164,"SHAPE__Length":0.6026636582907187,"AssetID":null}},{"type":"Feature","id":256236,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342404286244,47.6210196890452],[-122.342405638288,47.6210196945076]],[[-122.342405638288,47.6210196945076],[-122.342405646367,47.621018780397]],[[-122.342405646367,47.621018780397],[-122.342404294349,47.6210187758338]],[[-122.342404294349,47.6210187758338],[-122.342404286244,47.6210196890452]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256236,"SHAPE__Length":0.6028157458889282,"AssetID":null}},{"type":"Feature","id":256388,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342468358239,47.6209813356312],[-122.342469710256,47.6209813401936]],[[-122.342469710256,47.6209813401936],[-122.34246971836,47.6209804269822]],[[-122.34246971836,47.6209804269822],[-122.342468366317,47.6209804215205]],[[-122.342468366317,47.6209804215205],[-122.342468358239,47.6209813356312]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256388,"SHAPE__Length":0.602815297894941,"AssetID":null}},{"type":"Feature","id":256748,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342455614478,47.6210347965991],[-122.342456966522,47.6210348020609]],[[-122.342456966522,47.6210348020609],[-122.342456974601,47.6210338879502]],[[-122.342456974601,47.6210338879502],[-122.342455622582,47.6210338833877]],[[-122.342455622582,47.6210338833877],[-122.342455614478,47.6210347965991]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256748,"SHAPE__Length":0.6028159131073983,"AssetID":null}},{"type":"Feature","id":256761,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342400453148,47.6214310243737],[-122.342401805203,47.6214310298362]],[[-122.342401805203,47.6214310298362],[-122.342401811953,47.6214301157432]],[[-122.342401811953,47.6214301157432],[-122.342400461254,47.6214301111623]],[[-122.342400461254,47.6214301111623],[-122.342400453148,47.6214310243737]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256761,"SHAPE__Length":0.602668721568798,"AssetID":null}},{"type":"Feature","id":256764,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342306823186,47.6207971718966],[-122.342308175225,47.6207971773602]],[[-122.342308175225,47.6207971773602],[-122.342308183306,47.6207962632495]],[[-122.342308183306,47.6207962632495],[-122.342306831293,47.6207962586852]],[[-122.342306831293,47.6207962586852],[-122.342306823186,47.6207971718966]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256764,"SHAPE__Length":0.6028131732876234,"AssetID":null}},{"type":"Feature","id":257222,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342456055641,47.6209813386333],[-122.342457406355,47.6209813441127]],[[-122.342457406355,47.6209813441127],[-122.342457414433,47.620980430002]],[[-122.342457414433,47.620980430002],[-122.34245606239,47.6209804245402]],[[-122.34245606239,47.6209804245402],[-122.342456055641,47.6209813386333]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":257222,"SHAPE__Length":0.6028157484467004,"AssetID":null}},{"type":"Feature","id":257689,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342403160278,47.621184584458],[-122.342404510996,47.621184589938]],[[-122.342404510996,47.621184589938],[-122.342404519076,47.6211836758274]],[[-122.342404519076,47.6211836758274],[-122.342403167053,47.6211836712642]],[[-122.342403167053,47.6211836712642],[-122.342403160278,47.621184584458]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":257689,"SHAPE__Length":0.6026658567279417,"AssetID":null}},{"type":"Feature","id":257699,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342361721597,47.6204268330201],[-122.3423630736,47.6204268375838]],[[-122.3423630736,47.6204268375838],[-122.342363081706,47.6204259243724]],[[-122.342363081706,47.6204259243724],[-122.342361729677,47.6204259189094]],[[-122.342361729677,47.6204259189094],[-122.342361721597,47.6204268330201]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":257699,"SHAPE__Length":0.6028088857717269,"AssetID":null}},{"type":"Feature","id":257968,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457154805,47.6207973610489],[-122.342458506843,47.6207973665107]],[[-122.342458506843,47.6207973665107],[-122.342458513592,47.6207964524177]],[[-122.342458513592,47.6207964524177],[-122.342457162909,47.6207964478375]],[[-122.342457162909,47.6207964478375],[-122.342457154805,47.6207973610489]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":257968,"SHAPE__Length":0.6026614025372543,"AssetID":null}},{"type":"Feature","id":258085,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342467333296,47.6210073758334],[-122.34246868534,47.6210073812951]],[[-122.34246868534,47.6210073812951],[-122.342468692088,47.6210064672021]],[[-122.342468692088,47.6210064672021],[-122.3424673414,47.621006462622]],[[-122.3424673414,47.621006462622],[-122.342467333296,47.6210073758334]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":258085,"SHAPE__Length":0.6026638273257626,"AssetID":null}},{"type":"Feature","id":258228,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34241005382,47.6203446398313],[-122.34241140449,47.620344644412]],[[-122.34241140449,47.620344644412],[-122.342411412596,47.6203437312006]],[[-122.342411412596,47.6203437312006],[-122.342410060569,47.6203437257383]],[[-122.342410060569,47.6203437257383],[-122.34241005382,47.6203446398313]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":258228,"SHAPE__Length":0.6026561723006985,"AssetID":null}},{"type":"Feature","id":258644,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307088365,47.6207711291757],[-122.342308440377,47.62077113374]],[[-122.342308440377,47.62077113374],[-122.342308447128,47.6207702196469]],[[-122.342308447128,47.6207702196469],[-122.342307095116,47.6207702150826]],[[-122.342307095116,47.6207702150826],[-122.342307088365,47.6207711291757]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":258644,"SHAPE__Length":0.6029501937145239,"AssetID":null}},{"type":"Feature","id":258845,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342355409628,47.6210994667908],[-122.342356761648,47.6210994713545]],[[-122.342356761648,47.6210994713545],[-122.342356769755,47.6210985581431]],[[-122.342356769755,47.6210985581431],[-122.342355417708,47.6210985526801]],[[-122.342355417708,47.6210985526801],[-122.342355409628,47.6210994667908]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":258845,"SHAPE__Length":0.6028166617096227,"AssetID":null}},{"type":"Feature","id":259189,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342352126934,47.6214274036867],[-122.342353478989,47.6214274091497]],[[-122.342353478989,47.6214274091497],[-122.342353487069,47.621426495039]],[[-122.342353487069,47.621426495039],[-122.34235213504,47.6214264904753]],[[-122.34235213504,47.6214264904753],[-122.342352126934,47.6214274036867]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259189,"SHAPE__Length":0.6028204412800724,"AssetID":null}},{"type":"Feature","id":259219,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342357895881,47.6206747154497],[-122.342359247916,47.6206747209127]],[[-122.342359247916,47.6206747209127],[-122.342359254666,47.6206738068197]],[[-122.342359254666,47.6206738068197],[-122.342357903987,47.6206738022383]],[[-122.342357903987,47.6206738022383],[-122.342357895881,47.6206747154497]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259219,"SHAPE__Length":0.6026599856362098,"AssetID":null}},{"type":"Feature","id":259265,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342360359987,47.6205927373215],[-122.342361711994,47.6205927418852]],[[-122.342361711994,47.6205927418852],[-122.3423617201,47.6205918286737]],[[-122.3423617201,47.6205918286737],[-122.342360368067,47.6205918232108]],[[-122.342360368067,47.6205918232108],[-122.342360359987,47.6205927373215]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259265,"SHAPE__Length":0.6028108089368907,"AssetID":null}},{"type":"Feature","id":259307,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342410451607,47.6202619793067],[-122.342411803631,47.620261984769]],[[-122.342411803631,47.620261984769],[-122.34241181038,47.620261070676]],[[-122.34241181038,47.620261070676],[-122.342410459712,47.6202610660953]],[[-122.342410459712,47.6202610660953],[-122.342410451607,47.6202619793067]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259307,"SHAPE__Length":0.6026552139831294,"AssetID":null}},{"type":"Feature","id":259310,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457466291,47.6207619086935],[-122.342458816998,47.6207619141729]],[[-122.342458816998,47.6207619141729],[-122.342458825077,47.6207610000622]],[[-122.342458825077,47.6207610000622],[-122.342457473039,47.6207609946005]],[[-122.342457473039,47.6207609946005],[-122.342457466291,47.6207619086935]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259310,"SHAPE__Length":0.6028132160327409,"AssetID":null}},{"type":"Feature","id":259458,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34235404798,47.6212653710893],[-122.342355400005,47.621265375653]],[[-122.342355400005,47.621265375653],[-122.342355408111,47.6212644624416]],[[-122.342355408111,47.6212644624416],[-122.34235405606,47.6212644569786]],[[-122.34235405606,47.6212644569786],[-122.34235404798,47.6212653710893]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259458,"SHAPE__Length":0.6028185813146154,"AssetID":null}},{"type":"Feature","id":259859,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307364309,47.620743714407],[-122.342308715016,47.6207437198882]],[[-122.342308715016,47.6207437198882],[-122.342308723097,47.6207428057775]],[[-122.342308723097,47.6207428057775],[-122.34230737106,47.6207428003139]],[[-122.34230737106,47.6207428003139],[-122.342307364309,47.620743714407]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259859,"SHAPE__Length":0.602813013260997,"AssetID":null}},{"type":"Feature","id":259892,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457336458,47.620779587748],[-122.342458687166,47.6207795932273]],[[-122.342458687166,47.6207795932273],[-122.342458695244,47.6207786791167]],[[-122.342458695244,47.6207786791167],[-122.342457343206,47.6207786736549]],[[-122.342457343206,47.6207786736549],[-122.342457336458,47.620779587748]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259892,"SHAPE__Length":0.6028134218717456,"AssetID":null}},{"type":"Feature","id":260060,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342354834292,47.621180963772],[-122.342356186341,47.621180969235]],[[-122.342356186341,47.621180969235],[-122.342356193091,47.621180055142]],[[-122.342356193091,47.621180055142],[-122.342354842372,47.6211800496614]],[[-122.342354842372,47.6211800496614],[-122.342354834292,47.621180963772]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":260060,"SHAPE__Length":0.6028180403419963,"AssetID":null}},{"type":"Feature","id":260132,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342362126477,47.6202583586238],[-122.342363478502,47.6202583640867]],[[-122.342363478502,47.6202583640867],[-122.342363486582,47.620257449976]],[[-122.342363486582,47.620257449976],[-122.342362134583,47.6202574454124]],[[-122.342362134583,47.6202574454124],[-122.342362126477,47.6202583586238]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":260132,"SHAPE__Length":0.6028069484744631,"AssetID":null}},{"type":"Feature","id":260233,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342467108004,47.6210347908313],[-122.342468458693,47.6210347954114]],[[-122.342468458693,47.6210347954114],[-122.342468466797,47.6210338822]],[[-122.342468466797,47.6210338822],[-122.342467114753,47.6210338767383]],[[-122.342467114753,47.6210338767383],[-122.342467108004,47.6210347908313]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":260233,"SHAPE__Length":0.602664134725244,"AssetID":null}},{"type":"Feature","id":260244,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342293554421,47.6207970761403],[-122.342294905129,47.6207970816217]],[[-122.342294905129,47.6207970816217],[-122.342294913211,47.620796167511]],[[-122.342294913211,47.620796167511],[-122.342293561198,47.6207961629465]],[[-122.342293561198,47.6207961629465],[-122.342293554421,47.6207970761403]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":260244,"SHAPE__Length":0.6026613966120928,"AssetID":null}}]},"laneWidths":{"type":"FeatureCollection","features":[{"type":"Feature","id":14760,"geometry":{"type":"Point","coordinates":[-122.341685286208,47.620894846562]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"42","SegKey":null,"TextRotation":269,"TextSize_":4,"UseDesignation":null,"OBJECTID":14760}},{"type":"Feature","id":15153,"geometry":{"type":"Point","coordinates":[-122.342183048831,47.6208972248252]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"42","SegKey":null,"TextRotation":269,"TextSize_":4,"UseDesignation":null,"OBJECTID":15153}},{"type":"Feature","id":15163,"geometry":{"type":"Point","coordinates":[-122.342253471128,47.6213901769313]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"8","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15163}},{"type":"Feature","id":15164,"geometry":{"type":"Point","coordinates":[-122.342276181605,47.6214062685207]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"3","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15164}},{"type":"Feature","id":15165,"geometry":{"type":"Point","coordinates":[-122.342299938653,47.6213912818051]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"8","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15165}},{"type":"Feature","id":15166,"geometry":{"type":"Point","coordinates":[-122.342347675082,47.6213905346318]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"12","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15166}},{"type":"Feature","id":15167,"geometry":{"type":"Point","coordinates":[-122.342396284786,47.6213907186505]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"12","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15167}},{"type":"Feature","id":15168,"geometry":{"type":"Point","coordinates":[-122.342448940064,47.6213909209737]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"12","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15168}},{"type":"Feature","id":15169,"geometry":{"type":"Point","coordinates":[-122.342497957555,47.6214071341871]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"3","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15169}},{"type":"Feature","id":15170,"geometry":{"type":"Point","coordinates":[-122.34252171454,47.6213921474251]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"8","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15170}},{"type":"Feature","id":15171,"geometry":{"type":"Point","coordinates":[-122.342476786926,47.6213919740097]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"8","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15171}},{"type":"Feature","id":15172,"geometry":{"type":"Point","coordinates":[-122.342535728915,47.6203062692634]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"6","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15172}},{"type":"Feature","id":15173,"geometry":{"type":"Point","coordinates":[-122.342513157111,47.62030618175]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"5","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15173}},{"type":"Feature","id":15174,"geometry":{"type":"Point","coordinates":[-122.342483179524,47.6203062850955]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"8","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15174}},{"type":"Feature","id":21224,"geometry":{"type":"Point","coordinates":[-122.342687829244,47.6208858031857]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"10","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21224}},{"type":"Feature","id":21225,"geometry":{"type":"Point","coordinates":[-122.342681589715,47.6208592358918]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"9","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21225}},{"type":"Feature","id":21226,"geometry":{"type":"Point","coordinates":[-122.342681449944,47.6208446496719]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"2","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21226}},{"type":"Feature","id":21227,"geometry":{"type":"Point","coordinates":[-122.34268295575,47.6208353709172]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"4","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21227}},{"type":"Feature","id":21228,"geometry":{"type":"Point","coordinates":[-122.342680776479,47.6209116480518]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"5","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21228}},{"type":"Feature","id":21229,"geometry":{"type":"Point","coordinates":[-122.34268054131,47.6209018913032]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"2","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21229}}]},"background":{"type":"FeatureCollection","features":[{"type":"Feature","id":15973,"geometry":{"type":"LineString","coordinates":[[-122.341726853979,47.6208010924903],[-122.341618183511,47.6208008234551]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"OBJECTID":15973,"SHAPE__Length":12.097222743325894}},{"type":"Feature","id":15974,"geometry":{"type":"LineString","coordinates":[[-122.341727255513,47.620814941157],[-122.341618071294,47.6208145304949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"OBJECTID":15974,"SHAPE__Length":12.154520905712667}},{"type":"Feature","id":15975,"geometry":{"type":"LineString","coordinates":[[-122.341731786816,47.6209712224618],[-122.341616784275,47.6209707899506]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"OBJECTID":15975,"SHAPE__Length":12.802223585020892}},{"type":"Feature","id":15976,"geometry":{"type":"LineString","coordinates":[[-122.341731389347,47.6209575140804],[-122.341616896493,47.6209570829109]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"OBJECTID":15976,"SHAPE__Length":12.745485149671135}}]},"panelMarkings":{"type":"FeatureCollection","features":[{"type":"Feature","id":833,"geometry":{"type":"LineString","coordinates":[[-122.342515646048,47.6204015658624],[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663],[-122.342515194165,47.6204563949775],[-122.342515646048,47.6204015658624]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":833,"SHAPE__Length":21.721811496073702}},{"type":"Feature","id":835,"geometry":{"type":"LineString","coordinates":[[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663],[-122.342535409227,47.6204564705625],[-122.342535865106,47.6204016422936],[-122.342531864936,47.6204016269687]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":835,"SHAPE__Length":19.000523827798116}},{"type":"Feature","id":836,"geometry":{"type":"LineString","coordinates":[[-122.342515194165,47.6204563949775],[-122.342511195321,47.6204563796343],[-122.342511647209,47.6204015505191],[-122.342515646048,47.6204015658624],[-122.342515194165,47.6204563949775]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":836,"SHAPE__Length":19.00096462719734}},{"type":"Feature","id":1262,"geometry":{"type":"LineString","coordinates":[[-122.342513281185,47.6208509136487],[-122.34251331374,47.6208454309947],[-122.342501149843,47.6208453979778],[-122.342501117286,47.6208508806318],[-122.342513281185,47.6208509136487]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1262,"SHAPE__Length":4.5191611724039245}},{"type":"Feature","id":1265,"geometry":{"type":"LineString","coordinates":[[-122.342499150981,47.6208371768606],[-122.342501178936,47.6208371814555],[-122.342501211597,47.6208317023986],[-122.342499183512,47.6208316933073],[-122.342499150981,47.6208371768606]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1265,"SHAPE__Length":2.2620578386090386}},{"type":"Feature","id":1282,"geometry":{"type":"LineString","coordinates":[[-122.342250089733,47.6208496624511],[-122.342250122316,47.6208441797973],[-122.342237957089,47.6208441467698],[-122.342237924504,47.6208496294237],[-122.342250089733,47.6208496624511]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1282,"SHAPE__Length":4.519457159768168}},{"type":"Feature","id":1283,"geometry":{"type":"LineString","coordinates":[[-122.342235773082,47.6208770222771],[-122.342237801065,47.6208770277759],[-122.342237833754,47.620871548719],[-122.342235805667,47.6208715396232],[-122.342235773082,47.6208770222771]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1283,"SHAPE__Length":2.26191451242212}},{"type":"Feature","id":1285,"geometry":{"type":"LineString","coordinates":[[-122.342235586592,47.620918119823],[-122.342237614576,47.6209181253219],[-122.342237647265,47.620912646265],[-122.342235619177,47.6209126371691],[-122.342235586592,47.620918119823]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1285,"SHAPE__Length":2.261916286668196}},{"type":"Feature","id":1291,"geometry":{"type":"LineString","coordinates":[[-122.342262253631,47.6208496954949],[-122.342264281613,47.6208497009933],[-122.342264314273,47.6208442210372],[-122.342262286188,47.6208442119418],[-122.342262253631,47.6208496954949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1291,"SHAPE__Length":2.2622103273758123}},{"type":"Feature","id":1293,"geometry":{"type":"LineString","coordinates":[[-122.342262191918,47.620863394671],[-122.3422642199,47.6208634001694],[-122.342264251231,47.620857920231],[-122.342262224475,47.6208579111179],[-122.342262191918,47.620863394671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1293,"SHAPE__Length":2.2620593793645796}},{"type":"Feature","id":1483,"geometry":{"type":"LineString","coordinates":[[-122.342250151449,47.620835963275],[-122.342250184032,47.6208304806211],[-122.342238020138,47.620830447576],[-122.342237987553,47.6208359302299],[-122.342250151449,47.620835963275]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1483,"SHAPE__Length":4.519159887869047}},{"type":"Feature","id":1485,"geometry":{"type":"LineString","coordinates":[[-122.342262316675,47.6208359963012],[-122.342262347901,47.6208305127656],[-122.342250184032,47.6208304806211],[-122.342250151449,47.620835963275],[-122.342262316675,47.6208359963012]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1485,"SHAPE__Length":4.5194494557619915}},{"type":"Feature","id":1486,"geometry":{"type":"LineString","coordinates":[[-122.342262316675,47.6208359963012],[-122.342264343325,47.6208360018171],[-122.342264375986,47.620830521861],[-122.342262347901,47.6208305127656],[-122.342262316675,47.6208359963012]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1486,"SHAPE__Length":2.2620581889794176}},{"type":"Feature","id":1487,"geometry":{"type":"LineString","coordinates":[[-122.342235959572,47.6208359247311],[-122.342237987553,47.6208359302299],[-122.342238018912,47.6208304511907],[-122.342235992157,47.6208304420772],[-122.342235959572,47.6208359247311]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1487,"SHAPE__Length":2.2617611823662265}},{"type":"Feature","id":1488,"geometry":{"type":"LineString","coordinates":[[-122.342262253631,47.6208496954949],[-122.342262286188,47.6208442119418],[-122.342250122316,47.6208441797973],[-122.342250089733,47.6208496624511],[-122.342262253631,47.6208496954949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1488,"SHAPE__Length":4.519306069450725}},{"type":"Feature","id":1489,"geometry":{"type":"LineString","coordinates":[[-122.342235897852,47.6208496239072],[-122.342237924504,47.6208496294237],[-122.342237957193,47.6208441503668],[-122.342235930437,47.6208441412533],[-122.342235897852,47.6208496239072]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1489,"SHAPE__Length":2.2616172344989263}},{"type":"Feature","id":1490,"geometry":{"type":"LineString","coordinates":[[-122.342250028016,47.6208633616272],[-122.34225005927,47.620857878991],[-122.342237895369,47.6208578459459],[-122.342237862784,47.6208633285998],[-122.342250028016,47.6208633616272]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1490,"SHAPE__Length":4.519306812703195}},{"type":"Feature","id":1491,"geometry":{"type":"LineString","coordinates":[[-122.342262191918,47.620863394671],[-122.342262224475,47.6208579111179],[-122.34225005927,47.620857878991],[-122.342250028016,47.6208633616272],[-122.342262191918,47.620863394671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1491,"SHAPE__Length":4.519451813716839}},{"type":"Feature","id":1492,"geometry":{"type":"LineString","coordinates":[[-122.342235836132,47.6208633230833],[-122.342237862784,47.6208633285998],[-122.342237895474,47.620857849543],[-122.342235867387,47.6208578404471],[-122.342235836132,47.6208633230833]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1492,"SHAPE__Length":2.2617623641777995}},{"type":"Feature","id":1493,"geometry":{"type":"LineString","coordinates":[[-122.34224996497,47.620877060821],[-122.342249997554,47.6208715781671],[-122.34223783365,47.620871545122],[-122.342237801065,47.6208770277759],[-122.34224996497,47.620877060821]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1493,"SHAPE__Length":4.519163440959728}},{"type":"Feature","id":1494,"geometry":{"type":"LineString","coordinates":[[-122.342262130205,47.6208770938472],[-122.342262162761,47.620871610294],[-122.342249997554,47.6208715781671],[-122.34224996497,47.620877060821],[-122.342262130205,47.6208770938472]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1494,"SHAPE__Length":4.519604558002053}},{"type":"Feature","id":1495,"geometry":{"type":"LineString","coordinates":[[-122.342262130205,47.6208770938472],[-122.342264156858,47.6208770993632],[-122.342264189518,47.6208716194071],[-122.342262162761,47.620871610294],[-122.342262130205,47.6208770938472]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1495,"SHAPE__Length":2.2619154280253384}},{"type":"Feature","id":1497,"geometry":{"type":"LineString","coordinates":[[-122.342262068492,47.6208907930233],[-122.342262099718,47.6208853094878],[-122.342249935837,47.6208852773432],[-122.342249903254,47.6208907599971],[-122.342262068492,47.6208907930233]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1497,"SHAPE__Length":4.51945419812983}},{"type":"Feature","id":1498,"geometry":{"type":"LineString","coordinates":[[-122.342249903254,47.6208907599971],[-122.342249935837,47.6208852773432],[-122.3422377706,47.6208852443157],[-122.342237739345,47.620890726952],[-122.342249903254,47.6208907599971]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1498,"SHAPE__Length":4.519309191340453}},{"type":"Feature","id":1499,"geometry":{"type":"LineString","coordinates":[[-122.342262068492,47.6208907930233],[-122.342264095145,47.6208907985393],[-122.342264127805,47.6208853185832],[-122.342262099718,47.6208853094878],[-122.342262068492,47.6208907930233]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1499,"SHAPE__Length":2.2620605648436687}},{"type":"Feature","id":1500,"geometry":{"type":"LineString","coordinates":[[-122.342235711362,47.6208907214532],[-122.342237739345,47.620890726952],[-122.342237770704,47.6208852479128],[-122.342235743947,47.6208852387993],[-122.342235711362,47.6208907214532]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1500,"SHAPE__Length":2.2617635535622993}},{"type":"Feature","id":1501,"geometry":{"type":"LineString","coordinates":[[-122.342249841537,47.6209044591733],[-122.342249874121,47.6208989765194],[-122.342237708881,47.6208989434919],[-122.342237676296,47.6209044261458],[-122.342249841537,47.6209044591733]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1501,"SHAPE__Length":4.519461921743008}},{"type":"Feature","id":1502,"geometry":{"type":"LineString","coordinates":[[-122.342262005449,47.620904492217],[-122.342262038005,47.6208990086639],[-122.342249874121,47.6208989765194],[-122.342249841537,47.6209044591733],[-122.342262005449,47.620904492217]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1502,"SHAPE__Length":4.519310820174336}},{"type":"Feature","id":1503,"geometry":{"type":"LineString","coordinates":[[-122.342235649642,47.6209044206293],[-122.342237676296,47.6209044261458],[-122.342237708985,47.6208989470889],[-122.342235682227,47.6208989379754],[-122.342235649642,47.6209044206293]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1503,"SHAPE__Length":2.2616196001007998}},{"type":"Feature","id":1504,"geometry":{"type":"LineString","coordinates":[[-122.342262005449,47.620904492217],[-122.342264033432,47.6209044977155],[-122.342264066119,47.6208990186586],[-122.342262038005,47.6208990086639],[-122.342262005449,47.620904492217]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1504,"SHAPE__Length":2.262068137009811}},{"type":"Feature","id":1505,"geometry":{"type":"LineString","coordinates":[[-122.342249779821,47.6209181583494],[-122.342249811074,47.6209126757131],[-122.342237647161,47.6209126426679],[-122.342237614576,47.6209181253219],[-122.342249779821,47.6209181583494]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1505,"SHAPE__Length":4.519311573757079}},{"type":"Feature","id":1507,"geometry":{"type":"LineString","coordinates":[[-122.342261943736,47.6209181913932],[-122.342261976292,47.62091270784],[-122.342249811074,47.6209126757131],[-122.342249779821,47.6209181583494],[-122.342261943736,47.6209181913932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1507,"SHAPE__Length":4.519456572862293}},{"type":"Feature","id":1509,"geometry":{"type":"LineString","coordinates":[[-122.342261943736,47.6209181913932],[-122.34226397172,47.6209181968915],[-122.342264003076,47.6209127178523],[-122.342261976292,47.62091270784],[-122.342261943736,47.6209181913932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1509,"SHAPE__Length":2.2619171928348667}},{"type":"Feature","id":1510,"geometry":{"type":"LineString","coordinates":[[-122.342249716774,47.6209318575431],[-122.342249749358,47.6209263748892],[-122.342237585441,47.6209263418441],[-122.342237552856,47.620931824498],[-122.342249716774,47.6209318575431]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1510,"SHAPE__Length":4.519168185190912}},{"type":"Feature","id":1511,"geometry":{"type":"LineString","coordinates":[[-122.342261882022,47.6209318905693],[-122.342261914579,47.6209264070161],[-122.342249749358,47.6209263748892],[-122.342249716774,47.6209318575431],[-122.342261882022,47.6209318905693]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1511,"SHAPE__Length":4.519609310633404}},{"type":"Feature","id":1512,"geometry":{"type":"LineString","coordinates":[[-122.342261882022,47.6209318905693],[-122.342263908677,47.6209318960853],[-122.342263941363,47.6209264170284],[-122.342261914579,47.6209264070161],[-122.342261882022,47.6209318905693]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1512,"SHAPE__Length":2.2617732448979675}},{"type":"Feature","id":1513,"geometry":{"type":"LineString","coordinates":[[-122.342235524872,47.6209318189991],[-122.342237552856,47.620931824498],[-122.342237584216,47.6209263454587],[-122.342235557457,47.6209263363452],[-122.342235524872,47.6209318189991]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1513,"SHAPE__Length":2.26176534075479}},{"type":"Feature","id":1514,"geometry":{"type":"LineString","coordinates":[[-122.342249636437,47.6209455569661],[-122.342249668994,47.6209400734129],[-122.34223750377,47.6209400412847],[-122.342237472516,47.6209455239209],[-122.342249636437,47.6209455569661]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1514,"SHAPE__Length":4.519458957162739}},{"type":"Feature","id":1515,"geometry":{"type":"LineString","coordinates":[[-122.342261801662,47.620945589093],[-122.342263828317,47.6209455946091],[-122.342263861003,47.6209401155522],[-122.342261832914,47.6209401064568],[-122.342261801662,47.620945589093]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1515,"SHAPE__Length":2.261765938232848}},{"type":"Feature","id":1516,"geometry":{"type":"LineString","coordinates":[[-122.342261801662,47.620945589093],[-122.342261832914,47.6209401064568],[-122.342249668994,47.6209400734129],[-122.342249636437,47.6209455569661],[-122.342261801662,47.620945589093]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1516,"SHAPE__Length":4.519458949646108}},{"type":"Feature","id":1517,"geometry":{"type":"LineString","coordinates":[[-122.34223544453,47.6209455184221],[-122.342237472516,47.6209455239209],[-122.342237503875,47.6209400448817],[-122.342235477115,47.6209400357682],[-122.34223544453,47.6209455184221]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1517,"SHAPE__Length":2.26176592750945}},{"type":"Feature","id":1518,"geometry":{"type":"LineString","coordinates":[[-122.342525508058,47.6208372474705],[-122.342525540612,47.6208317648165],[-122.342513375387,47.6208317318185],[-122.342513344162,47.6208372144548],[-122.342525508058,47.6208372474705]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1518,"SHAPE__Length":4.519304547476966}},{"type":"Feature","id":1519,"geometry":{"type":"LineString","coordinates":[[-122.342513344162,47.6208372144548],[-122.342513375387,47.6208317318185],[-122.342501211493,47.6208316988015],[-122.342501178936,47.6208371814555],[-122.342513344162,47.6208372144548]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1519,"SHAPE__Length":4.519304552129959}},{"type":"Feature","id":1521,"geometry":{"type":"LineString","coordinates":[[-122.342525508058,47.6208372474705],[-122.342527536039,47.6208372529642],[-122.342527567367,47.6208317739249],[-122.342525540612,47.6208317648165],[-122.342525508058,47.6208372474705]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1521,"SHAPE__Length":2.2617612452713285}},{"type":"Feature","id":1523,"geometry":{"type":"LineString","coordinates":[[-122.342525446414,47.6208509466468],[-122.342525478969,47.6208454639928],[-122.34251331374,47.6208454309947],[-122.342513281185,47.6208509136487],[-122.342525446414,47.6208509466468]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1523,"SHAPE__Length":4.519457287521952}},{"type":"Feature","id":1525,"geometry":{"type":"LineString","coordinates":[[-122.342513219538,47.620864612825],[-122.342513252094,47.620859130171],[-122.342501086862,47.6208590971717],[-122.342501055635,47.620864579808],[-122.342513219538,47.620864612825]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1525,"SHAPE__Length":4.51930692981712}},{"type":"Feature","id":1526,"geometry":{"type":"LineString","coordinates":[[-122.342525446414,47.6208509466468],[-122.342527473066,47.6208509521581],[-122.342527505724,47.6208454731011],[-122.342525478969,47.6208454639928],[-122.342525446414,47.6208509466468]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1526,"SHAPE__Length":2.2616172894123023}},{"type":"Feature","id":1527,"geometry":{"type":"LineString","coordinates":[[-122.34249908933,47.6208508760369],[-122.342501117286,47.6208508806318],[-122.342501148617,47.6208454015925],[-122.342499121861,47.6208453924836],[-122.34249908933,47.6208508760369]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1527,"SHAPE__Length":2.2619068988050577}},{"type":"Feature","id":1528,"geometry":{"type":"LineString","coordinates":[[-122.34252538344,47.6208646458407],[-122.342525415995,47.6208591631867],[-122.342513252094,47.620859130171],[-122.342513219538,47.620864612825],[-122.34252538344,47.6208646458407]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1528,"SHAPE__Length":4.5191623654290645}},{"type":"Feature","id":1529,"geometry":{"type":"LineString","coordinates":[[-122.34252538344,47.6208646458407],[-122.342527411422,47.6208646513344],[-122.342527444081,47.6208591722774],[-122.342525415995,47.6208591631867],[-122.34252538344,47.6208646458407]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1529,"SHAPE__Length":2.2619139741154846}},{"type":"Feature","id":1530,"geometry":{"type":"LineString","coordinates":[[-122.342499027679,47.6208645752131],[-122.342501055635,47.620864579808],[-122.342501086967,47.6208591007687],[-122.342499060211,47.6208590916599],[-122.342499027679,47.6208645752131]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1530,"SHAPE__Length":2.2619074752965656}},{"type":"Feature","id":1532,"geometry":{"type":"LineString","coordinates":[[-122.342513107322,47.6208783117722],[-122.342513138547,47.6208728291359],[-122.342500974643,47.6208727961189],[-122.342500942112,47.6208782796721],[-122.342513107322,47.6208783117722]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1532,"SHAPE__Length":4.5194531338413295}},{"type":"Feature","id":1533,"geometry":{"type":"LineString","coordinates":[[-122.342525271227,47.6208783447879],[-122.342525303782,47.6208728621339],[-122.342513138547,47.6208728291359],[-122.342513107322,47.6208783117722],[-122.342525271227,47.6208783447879]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1533,"SHAPE__Length":4.519308109864651}},{"type":"Feature","id":1535,"geometry":{"type":"LineString","coordinates":[[-122.342525271227,47.6208783447879],[-122.34252729921,47.6208783502816],[-122.342527330538,47.6208728712423],[-122.342525303782,47.6208728621339],[-122.342525271227,47.6208783447879]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1535,"SHAPE__Length":2.2617630214090982}},{"type":"Feature","id":1536,"geometry":{"type":"LineString","coordinates":[[-122.342498915459,47.6208782741603],[-122.342500942112,47.6208782796721],[-122.342500974773,47.6208728006152],[-122.34249894666,47.6208727906248],[-122.342498915459,47.6208782741603]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1536,"SHAPE__Length":2.2619154557218275}},{"type":"Feature","id":1537,"geometry":{"type":"LineString","coordinates":[[-122.342525260152,47.6208920441932],[-122.342525292707,47.6208865615392],[-122.342513127469,47.6208865285412],[-122.342513094914,47.6208920111952],[-122.342525260152,47.6208920441932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1537,"SHAPE__Length":4.5194608443449145}},{"type":"Feature","id":1538,"geometry":{"type":"LineString","coordinates":[[-122.342513094914,47.6208920111952],[-122.342513127469,47.6208865285412],[-122.342500963562,47.6208864955242],[-122.342500931031,47.6208919790774],[-122.342513094914,47.6208920111952]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1538,"SHAPE__Length":4.519309757419938}},{"type":"Feature","id":1539,"geometry":{"type":"LineString","coordinates":[[-122.342513033266,47.6209057103714],[-122.342513065822,47.6209002277174],[-122.342500900582,47.6209001947181],[-122.342500869381,47.6209056782537],[-122.342513033266,47.6209057103714]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1539,"SHAPE__Length":4.519455484650199}},{"type":"Feature","id":1540,"geometry":{"type":"LineString","coordinates":[[-122.342525260152,47.6208920441932],[-122.342527286806,47.6208920497045],[-122.342527319464,47.6208865706476],[-122.342525292707,47.6208865615392],[-122.342525260152,47.6208920441932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1540,"SHAPE__Length":2.2616190581005196}},{"type":"Feature","id":1541,"geometry":{"type":"LineString","coordinates":[[-122.342498903048,47.6208919735833],[-122.342500931031,47.6208919790774],[-122.342500963666,47.6208864991212],[-122.342498935579,47.6208864900301],[-122.342498903048,47.6208919735833]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1541,"SHAPE__Length":2.2622121631169017}},{"type":"Feature","id":1542,"geometry":{"type":"LineString","coordinates":[[-122.342525198509,47.6209057433695],[-122.342525229733,47.6209002607331],[-122.342513065822,47.6209002277174],[-122.342513033266,47.6209057103714],[-122.342525198509,47.6209057433695]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1542,"SHAPE__Length":4.519310494069836}},{"type":"Feature","id":1543,"geometry":{"type":"LineString","coordinates":[[-122.342525198509,47.6209057433695],[-122.342527225162,47.6209057488808],[-122.342527257821,47.6209002698239],[-122.342525229733,47.6209002607331],[-122.342525198509,47.6209057433695]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1543,"SHAPE__Length":2.2617642097074784}},{"type":"Feature","id":1544,"geometry":{"type":"LineString","coordinates":[[-122.342498841397,47.6209056727595],[-122.342500869381,47.6209056782537],[-122.342500900686,47.6209001983151],[-122.342498873928,47.6209001892063],[-122.342498841397,47.6209056727595]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1544,"SHAPE__Length":2.262061220197648}},{"type":"Feature","id":1545,"geometry":{"type":"LineString","coordinates":[[-122.342512971619,47.6209194095476],[-122.342513004175,47.6209139268937],[-122.342500838931,47.6209138938943],[-122.3425008064,47.6209193774476],[-122.342512971619,47.6209194095476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1545,"SHAPE__Length":4.519608219035314}},{"type":"Feature","id":1546,"geometry":{"type":"LineString","coordinates":[[-122.342525135535,47.6209194425634],[-122.342525168089,47.6209139599094],[-122.342513004175,47.6209139268937],[-122.342512971619,47.6209194095476],[-122.342525135535,47.6209194425634]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1546,"SHAPE__Length":4.519167099426956}},{"type":"Feature","id":1547,"geometry":{"type":"LineString","coordinates":[[-122.342525135535,47.6209194425634],[-122.342527163519,47.6209194480571],[-122.342527196178,47.6209139690001],[-122.342525168089,47.6209139599094],[-122.342525135535,47.6209194425634]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1547,"SHAPE__Length":2.261916342507367}},{"type":"Feature","id":1548,"geometry":{"type":"LineString","coordinates":[[-122.342498779746,47.6209193719358],[-122.3425008064,47.6209193774476],[-122.342500839036,47.6209138974914],[-122.342498812277,47.6209138883826],[-122.342498779746,47.6209193719358]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1548,"SHAPE__Length":2.261917250819704}},{"type":"Feature","id":1549,"geometry":{"type":"LineString","coordinates":[[-122.342512909972,47.6209331087239],[-122.342512941198,47.6209276260876],[-122.342500777281,47.6209275930706],[-122.34250074475,47.6209330766238],[-122.342512909972,47.6209331087239]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1549,"SHAPE__Length":4.51945786038057}},{"type":"Feature","id":1550,"geometry":{"type":"LineString","coordinates":[[-122.342525073891,47.6209331417396],[-122.342527101875,47.6209331472333],[-122.342527133204,47.620927668194],[-122.342525106445,47.6209276590857],[-122.342525073891,47.6209331417396]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1550,"SHAPE__Length":2.261765404622034}},{"type":"Feature","id":1551,"geometry":{"type":"LineString","coordinates":[[-122.342525073891,47.6209331417396],[-122.342525106445,47.6209276590857],[-122.342512941198,47.6209276260876],[-122.342512909972,47.6209331087239],[-122.342525073891,47.6209331417396]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1551,"SHAPE__Length":4.5193128624513035}},{"type":"Feature","id":1552,"geometry":{"type":"LineString","coordinates":[[-122.342498718095,47.620933071112],[-122.34250074475,47.6209330766238],[-122.342500777385,47.6209275966676],[-122.342498749296,47.6209275875765],[-122.342498718095,47.620933071112]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1552,"SHAPE__Length":2.2620623917510403}},{"type":"Feature","id":1553,"geometry":{"type":"LineString","coordinates":[[-122.342512846995,47.6209468079178],[-122.342512879551,47.6209413252638],[-122.34250071563,47.6209412922468],[-122.342500683099,47.6209467758],[-122.342512846995,47.6209468079178]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1553,"SHAPE__Length":4.519314506362748}},{"type":"Feature","id":1554,"geometry":{"type":"LineString","coordinates":[[-122.342498655114,47.6209467703059],[-122.342500683099,47.6209467758],[-122.342500715735,47.6209412958439],[-122.342498687645,47.6209412867527],[-122.342498655114,47.6209467703059]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1554,"SHAPE__Length":2.2622145352463883}},{"type":"Feature","id":1555,"geometry":{"type":"LineString","coordinates":[[-122.342525012247,47.6209468409159],[-122.342525044801,47.6209413582619],[-122.342512879551,47.6209413252638],[-122.342512846995,47.6209468079178],[-122.342525012247,47.6209468409159]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1555,"SHAPE__Length":4.519465593221384}},{"type":"Feature","id":1556,"geometry":{"type":"LineString","coordinates":[[-122.342525012247,47.6209468409159],[-122.342527038902,47.6209468464272],[-122.342527071561,47.6209413673703],[-122.342525044801,47.6209413582619],[-122.342525012247,47.6209468409159]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1556,"SHAPE__Length":2.2616214339104808}},{"type":"Feature","id":5195,"geometry":{"type":"LineString","coordinates":[[-122.342511647209,47.6204015505191],[-122.342531864936,47.6204016269687]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5195,"SHAPE__Length":2.2506625357668995}},{"type":"Feature","id":5196,"geometry":{"type":"LineString","coordinates":[[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5196,"SHAPE__Length":9.055322369754734}},{"type":"Feature","id":5197,"geometry":{"type":"LineString","coordinates":[[-122.3425314144,47.6204564560663],[-122.342515194165,47.6204563949775]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5197,"SHAPE__Length":1.8056564931788806}},{"type":"Feature","id":5200,"geometry":{"type":"LineString","coordinates":[[-122.342515194165,47.6204563949775],[-122.342511195321,47.6204563796343]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5200,"SHAPE__Length":0.44515645880835175}},{"type":"Feature","id":5201,"geometry":{"type":"LineString","coordinates":[[-122.342511195321,47.6204563796343],[-122.342511647209,47.6204015505191]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5201,"SHAPE__Length":9.055326090310082}},{"type":"Feature","id":5202,"geometry":{"type":"LineString","coordinates":[[-122.342515646048,47.6204015658624],[-122.342515194165,47.6204563949775]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5202,"SHAPE__Length":9.05532608678161}},{"type":"Feature","id":5203,"geometry":{"type":"LineString","coordinates":[[-122.3425314144,47.6204564560663],[-122.342535409227,47.6204564705625]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5203,"SHAPE__Length":0.4447085983744821}},{"type":"Feature","id":5204,"geometry":{"type":"LineString","coordinates":[[-122.342535409227,47.6204564705625],[-122.342535865106,47.6204016422936]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5204,"SHAPE__Length":9.055188826357355}},{"type":"Feature","id":5205,"geometry":{"type":"LineString","coordinates":[[-122.342535865106,47.6204016422936],[-122.342531864936,47.6204016269687]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5205,"SHAPE__Length":0.4453040333115446}},{"type":"Feature","id":5887,"geometry":{"type":"LineString","coordinates":[[-122.342237708881,47.6208989434919],[-122.342237676296,47.6209044261458]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5887,"SHAPE__Length":0.9054915441192859}},{"type":"Feature","id":5888,"geometry":{"type":"LineString","coordinates":[[-122.342235649642,47.6209044206293],[-122.342235682227,47.6208989379754]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5888,"SHAPE__Length":0.9054915358269896}},{"type":"Feature","id":5889,"geometry":{"type":"LineString","coordinates":[[-122.342235682227,47.6208989379754],[-122.342237708985,47.6208989470889]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5889,"SHAPE__Length":0.22562265457837158}},{"type":"Feature","id":5890,"geometry":{"type":"LineString","coordinates":[[-122.342525271227,47.6208783447879],[-122.342525303782,47.6208728621339]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5890,"SHAPE__Length":0.9054910882602694}},{"type":"Feature","id":5891,"geometry":{"type":"LineString","coordinates":[[-122.342525303782,47.6208728621339],[-122.342500974643,47.6208727961189]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5891,"SHAPE__Length":2.708329287638479}},{"type":"Feature","id":5892,"geometry":{"type":"LineString","coordinates":[[-122.342513138547,47.6208728291359],[-122.342513107322,47.6208783117722]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5892,"SHAPE__Length":0.9054875988764287}},{"type":"Feature","id":5893,"geometry":{"type":"LineString","coordinates":[[-122.342498915459,47.6208782741603],[-122.342525271227,47.6208783447879]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5893,"SHAPE__Length":2.933933830954726}},{"type":"Feature","id":5900,"geometry":{"type":"LineString","coordinates":[[-122.342501211493,47.6208316988015],[-122.342501178936,47.6208371814555]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5900,"SHAPE__Length":0.9054903806104375}},{"type":"Feature","id":5901,"geometry":{"type":"LineString","coordinates":[[-122.342499150981,47.6208371768606],[-122.342499183512,47.6208316933073]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5901,"SHAPE__Length":0.9056388849813007}},{"type":"Feature","id":5902,"geometry":{"type":"LineString","coordinates":[[-122.342499183512,47.6208316933073],[-122.342501211597,47.6208317023986]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5902,"SHAPE__Length":0.22577040158827716}},{"type":"Feature","id":5915,"geometry":{"type":"LineString","coordinates":[[-122.342525073891,47.6209331417396],[-122.342525106445,47.6209276590857]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5915,"SHAPE__Length":0.9054920381867781}},{"type":"Feature","id":5916,"geometry":{"type":"LineString","coordinates":[[-122.342525106445,47.6209276590857],[-122.342500777281,47.6209275930706]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5916,"SHAPE__Length":2.708332131930812}},{"type":"Feature","id":5917,"geometry":{"type":"LineString","coordinates":[[-122.342512941198,47.6209276260876],[-122.342512909972,47.6209331087239]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5917,"SHAPE__Length":0.9054885423206964}},{"type":"Feature","id":5918,"geometry":{"type":"LineString","coordinates":[[-122.342498718095,47.620933071112],[-122.342525073891,47.6209331417396]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5918,"SHAPE__Length":2.9339369285868844}},{"type":"Feature","id":5937,"geometry":{"type":"LineString","coordinates":[[-122.342263941233,47.6209264125322],[-122.342263908677,47.6209318960853]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5937,"SHAPE__Length":0.9056405165417218}},{"type":"Feature","id":5938,"geometry":{"type":"LineString","coordinates":[[-122.342263908677,47.6209318960853],[-122.342261882022,47.6209318905693]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5938,"SHAPE__Length":0.22560800508808973}},{"type":"Feature","id":5939,"geometry":{"type":"LineString","coordinates":[[-122.342261882022,47.6209318905693],[-122.342261914579,47.6209264070161]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5939,"SHAPE__Length":0.9056405222265121}},{"type":"Feature","id":5940,"geometry":{"type":"LineString","coordinates":[[-122.342261914579,47.6209264070161],[-122.342263941363,47.6209264170284]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5940,"SHAPE__Length":0.22562671664986486}},{"type":"Feature","id":5941,"geometry":{"type":"LineString","coordinates":[[-122.342249636437,47.6209455569661],[-122.342249668994,47.6209400734129]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5941,"SHAPE__Length":0.9056407621484539}},{"type":"Feature","id":5942,"geometry":{"type":"LineString","coordinates":[[-122.34223750377,47.6209400412847],[-122.342237472516,47.6209455239209]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5942,"SHAPE__Length":0.9054887587049067}},{"type":"Feature","id":5949,"geometry":{"type":"LineString","coordinates":[[-122.342525508058,47.6208372474705],[-122.342525540612,47.6208317648165]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5949,"SHAPE__Length":0.9054903776295626}},{"type":"Feature","id":5950,"geometry":{"type":"LineString","coordinates":[[-122.342525540612,47.6208317648165],[-122.342501211493,47.6208316988015]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5950,"SHAPE__Length":2.7083271473903134}},{"type":"Feature","id":5951,"geometry":{"type":"LineString","coordinates":[[-122.342513375387,47.6208317318185],[-122.342513344162,47.6208372144548]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5951,"SHAPE__Length":0.90548688359736}},{"type":"Feature","id":5952,"geometry":{"type":"LineString","coordinates":[[-122.342499150981,47.6208371768606],[-122.342525508058,47.6208372474705]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5952,"SHAPE__Length":2.9340795682766525}},{"type":"Feature","id":5953,"geometry":{"type":"LineString","coordinates":[[-122.342527567237,47.6208317694285],[-122.342527536039,47.6208372529642]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5953,"SHAPE__Length":0.9056353915313726}},{"type":"Feature","id":5954,"geometry":{"type":"LineString","coordinates":[[-122.342527536039,47.6208372529642],[-122.342525508058,47.6208372474705]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5954,"SHAPE__Length":0.22575564092893372}},{"type":"Feature","id":5955,"geometry":{"type":"LineString","coordinates":[[-122.342525508058,47.6208372474705],[-122.342525540612,47.6208317648165]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5955,"SHAPE__Length":0.9054903776295626}},{"type":"Feature","id":5956,"geometry":{"type":"LineString","coordinates":[[-122.342525540612,47.6208317648165],[-122.342527567367,47.6208317739249]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5956,"SHAPE__Length":0.22562235833522606}},{"type":"Feature","id":5975,"geometry":{"type":"LineString","coordinates":[[-122.342237957089,47.6208441467698],[-122.342237924504,47.6208496294237]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5975,"SHAPE__Length":0.9054905913540902}},{"type":"Feature","id":5976,"geometry":{"type":"LineString","coordinates":[[-122.342235897852,47.6208496239072],[-122.342235930437,47.6208441412533]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5976,"SHAPE__Length":0.9054905933137216}},{"type":"Feature","id":5977,"geometry":{"type":"LineString","coordinates":[[-122.342235930437,47.6208441412533],[-122.342237957193,47.6208441503668]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5977,"SHAPE__Length":0.22562241803391422}},{"type":"Feature","id":6552,"geometry":{"type":"LineString","coordinates":[[-122.342250151449,47.620835963275],[-122.342250184032,47.6208304806211]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6552,"SHAPE__Length":0.9054903588746359}},{"type":"Feature","id":6553,"geometry":{"type":"LineString","coordinates":[[-122.342238020138,47.620830447576],[-122.342237987553,47.6208359302299]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6553,"SHAPE__Length":0.9054903585402378}},{"type":"Feature","id":6554,"geometry":{"type":"LineString","coordinates":[[-122.342262316675,47.6208359963012],[-122.342262347901,47.6208305127656]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6554,"SHAPE__Length":0.9056353680611077}},{"type":"Feature","id":6555,"geometry":{"type":"LineString","coordinates":[[-122.342262347901,47.6208305127656],[-122.342238020138,47.620830447576]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6555,"SHAPE__Length":2.708175525986811}},{"type":"Feature","id":6556,"geometry":{"type":"LineString","coordinates":[[-122.342250184032,47.6208304806211],[-122.342250151449,47.620835963275]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6556,"SHAPE__Length":0.9054903588746359}},{"type":"Feature","id":6557,"geometry":{"type":"LineString","coordinates":[[-122.342235959572,47.6208359247311],[-122.342262316675,47.6208359963012]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6557,"SHAPE__Length":2.9340830023796887}},{"type":"Feature","id":6558,"geometry":{"type":"LineString","coordinates":[[-122.342264375881,47.620830518264],[-122.342264343325,47.6208360018171]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6558,"SHAPE__Length":0.905638858748636}},{"type":"Feature","id":6559,"geometry":{"type":"LineString","coordinates":[[-122.342264343325,47.6208360018171],[-122.342262316675,47.6208359963012]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6559,"SHAPE__Length":0.2256075804009367}},{"type":"Feature","id":6560,"geometry":{"type":"LineString","coordinates":[[-122.342262316675,47.6208359963012],[-122.342262347901,47.6208305127656]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6560,"SHAPE__Length":0.9056353680611077}},{"type":"Feature","id":6561,"geometry":{"type":"LineString","coordinates":[[-122.342262347901,47.6208305127656],[-122.342264375986,47.620830521861]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6561,"SHAPE__Length":0.22577039687817552}},{"type":"Feature","id":6562,"geometry":{"type":"LineString","coordinates":[[-122.342238020138,47.620830447576],[-122.342237987553,47.6208359302299]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6562,"SHAPE__Length":0.9054903585402378}},{"type":"Feature","id":6563,"geometry":{"type":"LineString","coordinates":[[-122.342235959572,47.6208359247311],[-122.342235992157,47.6208304420772]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6563,"SHAPE__Length":0.905490356774609}},{"type":"Feature","id":6564,"geometry":{"type":"LineString","coordinates":[[-122.342235992157,47.6208304420772],[-122.342238018912,47.6208304511907]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6564,"SHAPE__Length":0.22562234913621593}},{"type":"Feature","id":6565,"geometry":{"type":"LineString","coordinates":[[-122.342250089733,47.6208496624511],[-122.342250122316,47.6208441797973]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6565,"SHAPE__Length":0.9054905870841427}},{"type":"Feature","id":6566,"geometry":{"type":"LineString","coordinates":[[-122.342237957089,47.6208441467698],[-122.342237924504,47.6208496294237]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6566,"SHAPE__Length":0.9054905913540902}},{"type":"Feature","id":6567,"geometry":{"type":"LineString","coordinates":[[-122.342262253631,47.6208496954949],[-122.342262286188,47.6208442119418]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6567,"SHAPE__Length":0.9056390944831678}},{"type":"Feature","id":6568,"geometry":{"type":"LineString","coordinates":[[-122.342262286188,47.6208442119418],[-122.342237957089,47.6208441467698]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6568,"SHAPE__Length":2.70832429202446}},{"type":"Feature","id":6569,"geometry":{"type":"LineString","coordinates":[[-122.342250122316,47.6208441797973],[-122.342250089733,47.6208496624511]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6569,"SHAPE__Length":0.9054905870841427}},{"type":"Feature","id":6570,"geometry":{"type":"LineString","coordinates":[[-122.342235897852,47.6208496239072],[-122.342262253631,47.6208496954949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6570,"SHAPE__Length":2.9339357192009135}},{"type":"Feature","id":6571,"geometry":{"type":"LineString","coordinates":[[-122.342264314169,47.6208442174401],[-122.342264281613,47.6208497009933]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6571,"SHAPE__Length":0.9056390953101298}},{"type":"Feature","id":6572,"geometry":{"type":"LineString","coordinates":[[-122.342264281613,47.6208497009933],[-122.342262253631,47.6208496954949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6572,"SHAPE__Length":0.2257556961980448}},{"type":"Feature","id":6573,"geometry":{"type":"LineString","coordinates":[[-122.342262253631,47.6208496954949],[-122.342262286188,47.6208442119418]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6573,"SHAPE__Length":0.9056390944831678}},{"type":"Feature","id":6574,"geometry":{"type":"LineString","coordinates":[[-122.342262286188,47.6208442119418],[-122.342264314273,47.6208442210372]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6574,"SHAPE__Length":0.22577045649389393}},{"type":"Feature","id":6575,"geometry":{"type":"LineString","coordinates":[[-122.342250028016,47.6208633616272],[-122.34225005927,47.620857878991]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6575,"SHAPE__Length":0.9054873294582848}},{"type":"Feature","id":6576,"geometry":{"type":"LineString","coordinates":[[-122.342237895369,47.6208578459459],[-122.342237862784,47.6208633285998]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6576,"SHAPE__Length":0.9054908297782178}},{"type":"Feature","id":6577,"geometry":{"type":"LineString","coordinates":[[-122.342262191918,47.620863394671],[-122.342262224475,47.6208579111179]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6577,"SHAPE__Length":0.9056393319983381}},{"type":"Feature","id":6578,"geometry":{"type":"LineString","coordinates":[[-122.342262224475,47.6208579111179],[-122.342237895369,47.6208578459459]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6578,"SHAPE__Length":2.708325012884648}},{"type":"Feature","id":6579,"geometry":{"type":"LineString","coordinates":[[-122.34225005927,47.620857878991],[-122.342250028016,47.6208633616272]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6579,"SHAPE__Length":0.9054873294582848}},{"type":"Feature","id":6580,"geometry":{"type":"LineString","coordinates":[[-122.342235836132,47.6208633230833],[-122.342262191918,47.620863394671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6580,"SHAPE__Length":2.9339364866232485}},{"type":"Feature","id":6581,"geometry":{"type":"LineString","coordinates":[[-122.342264251126,47.6208579166339],[-122.3422642199,47.6208634001694]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6581,"SHAPE__Length":0.9056358448447084}},{"type":"Feature","id":6582,"geometry":{"type":"LineString","coordinates":[[-122.3422642199,47.6208634001694],[-122.342262191918,47.620863394671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6582,"SHAPE__Length":0.22575575395456193}},{"type":"Feature","id":6583,"geometry":{"type":"LineString","coordinates":[[-122.342262191918,47.620863394671],[-122.342262224475,47.6208579111179]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6583,"SHAPE__Length":0.9056393319983381}},{"type":"Feature","id":6584,"geometry":{"type":"LineString","coordinates":[[-122.342262224475,47.6208579111179],[-122.342264251231,47.620857920231]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6584,"SHAPE__Length":0.22562246968979963}},{"type":"Feature","id":6585,"geometry":{"type":"LineString","coordinates":[[-122.342237895369,47.6208578459459],[-122.342237862784,47.6208633285998]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6585,"SHAPE__Length":0.9054908297782178}},{"type":"Feature","id":6586,"geometry":{"type":"LineString","coordinates":[[-122.342235836132,47.6208633230833],[-122.342235867387,47.6208578404471]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6586,"SHAPE__Length":0.9054873384627794}},{"type":"Feature","id":6587,"geometry":{"type":"LineString","coordinates":[[-122.342235867387,47.6208578404471],[-122.342237895474,47.620857849543]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6587,"SHAPE__Length":0.2257705166425242}},{"type":"Feature","id":6588,"geometry":{"type":"LineString","coordinates":[[-122.34224996497,47.620877060821],[-122.342249997554,47.6208715781671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6588,"SHAPE__Length":0.905491067627813}},{"type":"Feature","id":6589,"geometry":{"type":"LineString","coordinates":[[-122.34223783365,47.620871545122],[-122.342237801065,47.6208770277759]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6589,"SHAPE__Length":0.9054910681948839}},{"type":"Feature","id":6590,"geometry":{"type":"LineString","coordinates":[[-122.342264189414,47.62087161581],[-122.342264156858,47.6208770993632]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6590,"SHAPE__Length":0.9056395721658312}},{"type":"Feature","id":6591,"geometry":{"type":"LineString","coordinates":[[-122.342264156858,47.6208770993632],[-122.342262130205,47.6208770938472]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6591,"SHAPE__Length":0.2256077629424338}},{"type":"Feature","id":6592,"geometry":{"type":"LineString","coordinates":[[-122.342262130205,47.6208770938472],[-122.342262162761,47.620871610294]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6592,"SHAPE__Length":0.9056395722403693}},{"type":"Feature","id":6593,"geometry":{"type":"LineString","coordinates":[[-122.342262162761,47.620871610294],[-122.342264189518,47.6208716194071]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6593,"SHAPE__Length":0.22562253858749906}},{"type":"Feature","id":6594,"geometry":{"type":"LineString","coordinates":[[-122.342262130205,47.6208770938472],[-122.342262162761,47.620871610294]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6594,"SHAPE__Length":0.9056395722403693}},{"type":"Feature","id":6595,"geometry":{"type":"LineString","coordinates":[[-122.342262162761,47.620871610294],[-122.34223783365,47.620871545122]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6595,"SHAPE__Length":2.7083257169959665}},{"type":"Feature","id":6596,"geometry":{"type":"LineString","coordinates":[[-122.342249997554,47.6208715781671],[-122.34224996497,47.620877060821]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6596,"SHAPE__Length":0.905491067627813}},{"type":"Feature","id":6597,"geometry":{"type":"LineString","coordinates":[[-122.342235773082,47.6208770222771],[-122.342262130205,47.6208770938472]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6597,"SHAPE__Length":2.9340853158299733}},{"type":"Feature","id":6598,"geometry":{"type":"LineString","coordinates":[[-122.34223783365,47.620871545122],[-122.342237801065,47.6208770277759]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6598,"SHAPE__Length":0.9054910681948839}},{"type":"Feature","id":6599,"geometry":{"type":"LineString","coordinates":[[-122.342235773082,47.6208770222771],[-122.342235805667,47.6208715396232]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6599,"SHAPE__Length":0.9054910701545154}},{"type":"Feature","id":6600,"geometry":{"type":"LineString","coordinates":[[-122.342235805667,47.6208715396232],[-122.342237833754,47.620871548719]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6600,"SHAPE__Length":0.22577057621486551}},{"type":"Feature","id":6601,"geometry":{"type":"LineString","coordinates":[[-122.342249903254,47.6208907599971],[-122.342249935837,47.6208852773432]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6601,"SHAPE__Length":0.9054913041893102}},{"type":"Feature","id":6602,"geometry":{"type":"LineString","coordinates":[[-122.3422377706,47.6208852443157],[-122.342237739345,47.620890726952]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6602,"SHAPE__Length":0.9054878105825822}},{"type":"Feature","id":6603,"geometry":{"type":"LineString","coordinates":[[-122.342264127701,47.6208853149862],[-122.342264095145,47.6208907985393]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6603,"SHAPE__Length":0.9056398087198712}},{"type":"Feature","id":6604,"geometry":{"type":"LineString","coordinates":[[-122.342264095145,47.6208907985393],[-122.342262068492,47.6208907930233]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6604,"SHAPE__Length":0.22560782069900515}},{"type":"Feature","id":6605,"geometry":{"type":"LineString","coordinates":[[-122.342262068492,47.6208907930233],[-122.342262099718,47.6208853094878]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6605,"SHAPE__Length":0.9056363152377865}},{"type":"Feature","id":6606,"geometry":{"type":"LineString","coordinates":[[-122.342262099718,47.6208853094878],[-122.342264127805,47.6208853185832]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6606,"SHAPE__Length":0.22577063530387037}},{"type":"Feature","id":6607,"geometry":{"type":"LineString","coordinates":[[-122.342262068492,47.6208907930233],[-122.342262099718,47.6208853094878]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6607,"SHAPE__Length":0.9056363152377865}},{"type":"Feature","id":6608,"geometry":{"type":"LineString","coordinates":[[-122.342262099718,47.6208853094878],[-122.3422377706,47.6208852443157]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6608,"SHAPE__Length":2.7083264322571594}},{"type":"Feature","id":6609,"geometry":{"type":"LineString","coordinates":[[-122.342249935837,47.6208852773432],[-122.342249903254,47.6208907599971]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6609,"SHAPE__Length":0.9054913041893102}},{"type":"Feature","id":6610,"geometry":{"type":"LineString","coordinates":[[-122.342235711362,47.6208907214532],[-122.342262068492,47.6208907930233]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6610,"SHAPE__Length":2.9340860906990756}},{"type":"Feature","id":6611,"geometry":{"type":"LineString","coordinates":[[-122.3422377706,47.6208852443157],[-122.342237739345,47.620890726952]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6611,"SHAPE__Length":0.9054878105825822}},{"type":"Feature","id":6612,"geometry":{"type":"LineString","coordinates":[[-122.342235711362,47.6208907214532],[-122.342235743947,47.6208852387993]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6612,"SHAPE__Length":0.9054913048832294}},{"type":"Feature","id":6613,"geometry":{"type":"LineString","coordinates":[[-122.342235743947,47.6208852387993],[-122.342237770704,47.6208852479128]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6613,"SHAPE__Length":0.22562258942451932}},{"type":"Feature","id":6614,"geometry":{"type":"LineString","coordinates":[[-122.342249841537,47.6209044591733],[-122.342249874121,47.6208989765194]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6614,"SHAPE__Length":0.9054915426432831}},{"type":"Feature","id":6615,"geometry":{"type":"LineString","coordinates":[[-122.342237708881,47.6208989434919],[-122.342237676296,47.6209044261458]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6615,"SHAPE__Length":0.9054915441192859}},{"type":"Feature","id":6616,"geometry":{"type":"LineString","coordinates":[[-122.342262005449,47.620904492217],[-122.342262038005,47.6208990086639]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6616,"SHAPE__Length":0.9056400397829197}},{"type":"Feature","id":6617,"geometry":{"type":"LineString","coordinates":[[-122.342262038005,47.6208990086639],[-122.342237708881,47.6208989434919]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6617,"SHAPE__Length":2.708327141934162}},{"type":"Feature","id":6618,"geometry":{"type":"LineString","coordinates":[[-122.342249874121,47.6208989765194],[-122.342249841537,47.6209044591733]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6618,"SHAPE__Length":0.9054915426432831}},{"type":"Feature","id":6619,"geometry":{"type":"LineString","coordinates":[[-122.342235649642,47.6209044206293],[-122.342262005449,47.620904492217]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6619,"SHAPE__Length":2.933938809386692}},{"type":"Feature","id":6620,"geometry":{"type":"LineString","coordinates":[[-122.342264065988,47.6208990141623],[-122.342264033432,47.6209044977155]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6620,"SHAPE__Length":0.9056400462201337}},{"type":"Feature","id":6621,"geometry":{"type":"LineString","coordinates":[[-122.342264033432,47.6209044977155],[-122.342262005449,47.620904492217]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6621,"SHAPE__Length":0.22575593278578052}},{"type":"Feature","id":6622,"geometry":{"type":"LineString","coordinates":[[-122.342262005449,47.620904492217],[-122.342262038005,47.6208990086639]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6622,"SHAPE__Length":0.9056400397829197}},{"type":"Feature","id":6623,"geometry":{"type":"LineString","coordinates":[[-122.342262038005,47.6208990086639],[-122.342264066119,47.6208990186586]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6623,"SHAPE__Length":0.22577463569182749}},{"type":"Feature","id":6624,"geometry":{"type":"LineString","coordinates":[[-122.342249779821,47.6209181583494],[-122.342249811074,47.6209126757131]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6624,"SHAPE__Length":0.905488287817924}},{"type":"Feature","id":6625,"geometry":{"type":"LineString","coordinates":[[-122.342237647161,47.6209126426679],[-122.342237614576,47.6209181253219]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6625,"SHAPE__Length":0.905491782535952}},{"type":"Feature","id":6626,"geometry":{"type":"LineString","coordinates":[[-122.342261943736,47.6209181913932],[-122.342261976292,47.62091270784]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6626,"SHAPE__Length":0.9056402810382582}},{"type":"Feature","id":6627,"geometry":{"type":"LineString","coordinates":[[-122.342261976292,47.62091270784],[-122.342237647161,47.6209126426679]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6627,"SHAPE__Length":2.7083278646643825}},{"type":"Feature","id":6628,"geometry":{"type":"LineString","coordinates":[[-122.342249811074,47.6209126757131],[-122.342249779821,47.6209181583494]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6628,"SHAPE__Length":0.905488287817924}},{"type":"Feature","id":6629,"geometry":{"type":"LineString","coordinates":[[-122.342235586592,47.620918119823],[-122.342261943736,47.6209181913932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6629,"SHAPE__Length":2.934087632998015}},{"type":"Feature","id":6630,"geometry":{"type":"LineString","coordinates":[[-122.342264002946,47.620912713356],[-122.34226397172,47.6209181968915]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6630,"SHAPE__Length":0.9056367873505099}},{"type":"Feature","id":6631,"geometry":{"type":"LineString","coordinates":[[-122.34226397172,47.6209181968915],[-122.342261943736,47.6209181913932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6631,"SHAPE__Length":0.22575599422635}},{"type":"Feature","id":6632,"geometry":{"type":"LineString","coordinates":[[-122.342261943736,47.6209181913932],[-122.342261976292,47.62091270784]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6632,"SHAPE__Length":0.9056402810382582}},{"type":"Feature","id":6633,"geometry":{"type":"LineString","coordinates":[[-122.342261976292,47.62091270784],[-122.342264003076,47.6209127178523]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6633,"SHAPE__Length":0.2256266496032658}},{"type":"Feature","id":6634,"geometry":{"type":"LineString","coordinates":[[-122.342237647161,47.6209126426679],[-122.342237614576,47.6209181253219]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6634,"SHAPE__Length":0.905491782535952}},{"type":"Feature","id":6635,"geometry":{"type":"LineString","coordinates":[[-122.342235586592,47.620918119823],[-122.342235619177,47.6209126371691]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6635,"SHAPE__Length":0.9054917761212092}},{"type":"Feature","id":6636,"geometry":{"type":"LineString","coordinates":[[-122.342235619177,47.6209126371691],[-122.342237647265,47.620912646265]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6636,"SHAPE__Length":0.2257707550434319}},{"type":"Feature","id":6637,"geometry":{"type":"LineString","coordinates":[[-122.342261882022,47.6209318905693],[-122.342261914579,47.6209264070161]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6637,"SHAPE__Length":0.9056405222265121}},{"type":"Feature","id":6638,"geometry":{"type":"LineString","coordinates":[[-122.342261914579,47.6209264070161],[-122.342237585441,47.6209263418441]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6638,"SHAPE__Length":2.7083285706050204}},{"type":"Feature","id":6639,"geometry":{"type":"LineString","coordinates":[[-122.342249749358,47.6209263748892],[-122.342249716774,47.6209318575431]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6639,"SHAPE__Length":0.905492016652825}},{"type":"Feature","id":6640,"geometry":{"type":"LineString","coordinates":[[-122.342235524872,47.6209318189991],[-122.342261882022,47.6209318905693]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6640,"SHAPE__Length":2.934088402297986}},{"type":"Feature","id":6641,"geometry":{"type":"LineString","coordinates":[[-122.342249716774,47.6209318575431],[-122.342249749358,47.6209263748892]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6641,"SHAPE__Length":0.905492016652825}},{"type":"Feature","id":6642,"geometry":{"type":"LineString","coordinates":[[-122.342237585441,47.6209263418441],[-122.342237552856,47.620931824498]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6642,"SHAPE__Length":0.9054920135095589}},{"type":"Feature","id":6643,"geometry":{"type":"LineString","coordinates":[[-122.342237585441,47.6209263418441],[-122.342237552856,47.620931824498]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6643,"SHAPE__Length":0.9054920135095589}},{"type":"Feature","id":6644,"geometry":{"type":"LineString","coordinates":[[-122.342235524872,47.6209318189991],[-122.342235557457,47.6209263363452]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6644,"SHAPE__Length":0.9054920164005055}},{"type":"Feature","id":6645,"geometry":{"type":"LineString","coordinates":[[-122.342235557457,47.6209263363452],[-122.342237584216,47.6209263454587]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6645,"SHAPE__Length":0.22562277195346922}},{"type":"Feature","id":6646,"geometry":{"type":"LineString","coordinates":[[-122.34223750377,47.6209400412847],[-122.342237472516,47.6209455239209]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6646,"SHAPE__Length":0.9054887587049067}},{"type":"Feature","id":6647,"geometry":{"type":"LineString","coordinates":[[-122.34223544453,47.6209455184221],[-122.342235477115,47.6209400357682]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6647,"SHAPE__Length":0.9054922492367427}},{"type":"Feature","id":6648,"geometry":{"type":"LineString","coordinates":[[-122.342235477115,47.6209400357682],[-122.342237503875,47.6209400448817]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6648,"SHAPE__Length":0.22562283155057483}},{"type":"Feature","id":6649,"geometry":{"type":"LineString","coordinates":[[-122.342261801662,47.620945589093],[-122.342261832914,47.6209401064568]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6649,"SHAPE__Length":0.9054887641076587}},{"type":"Feature","id":6650,"geometry":{"type":"LineString","coordinates":[[-122.342261832914,47.6209401064568],[-122.34223750377,47.6209400412847]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6650,"SHAPE__Length":2.7083292802857244}},{"type":"Feature","id":6651,"geometry":{"type":"LineString","coordinates":[[-122.342249668994,47.6209400734129],[-122.342249636437,47.6209455569661]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6651,"SHAPE__Length":0.9056407621484539}},{"type":"Feature","id":6652,"geometry":{"type":"LineString","coordinates":[[-122.34223544453,47.6209455184221],[-122.342261801662,47.620945589093]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6652,"SHAPE__Length":2.934085678794284}},{"type":"Feature","id":6653,"geometry":{"type":"LineString","coordinates":[[-122.342263860899,47.6209401119552],[-122.342263828317,47.6209455946091]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6653,"SHAPE__Length":0.9054922553591476}},{"type":"Feature","id":6654,"geometry":{"type":"LineString","coordinates":[[-122.342263828317,47.6209455946091],[-122.342261801662,47.620945589093]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6654,"SHAPE__Length":0.22560806099331304}},{"type":"Feature","id":6655,"geometry":{"type":"LineString","coordinates":[[-122.342261801662,47.620945589093],[-122.342261832914,47.6209401064568]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6655,"SHAPE__Length":0.9054887641076587}},{"type":"Feature","id":6656,"geometry":{"type":"LineString","coordinates":[[-122.342261832914,47.6209401064568],[-122.342263861003,47.6209401155522]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6656,"SHAPE__Length":0.22577087376674412}},{"type":"Feature","id":6657,"geometry":{"type":"LineString","coordinates":[[-122.342513344162,47.6208372144548],[-122.342513375387,47.6208317318185]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6657,"SHAPE__Length":0.90548688359736}},{"type":"Feature","id":6658,"geometry":{"type":"LineString","coordinates":[[-122.342501211493,47.6208316988015],[-122.342501178936,47.6208371814555]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6658,"SHAPE__Length":0.9054903806104375}},{"type":"Feature","id":6659,"geometry":{"type":"LineString","coordinates":[[-122.342525446414,47.6208509466468],[-122.342525478969,47.6208454639928]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6659,"SHAPE__Length":0.9054906188252683}},{"type":"Feature","id":6660,"geometry":{"type":"LineString","coordinates":[[-122.342525478969,47.6208454639928],[-122.342501149843,47.6208453979778]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6660,"SHAPE__Length":2.7083278533308537}},{"type":"Feature","id":6661,"geometry":{"type":"LineString","coordinates":[[-122.34251331374,47.6208454309947],[-122.342513281185,47.6208509136487]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6661,"SHAPE__Length":0.9054906165978888}},{"type":"Feature","id":6662,"geometry":{"type":"LineString","coordinates":[[-122.34249908933,47.6208508760369],[-122.342525446414,47.6208509466468]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6662,"SHAPE__Length":2.934080343145721}},{"type":"Feature","id":6663,"geometry":{"type":"LineString","coordinates":[[-122.342527505594,47.6208454686048],[-122.342527473066,47.6208509521581]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6663,"SHAPE__Length":0.9056391164843809}},{"type":"Feature","id":6664,"geometry":{"type":"LineString","coordinates":[[-122.342527473066,47.6208509521581],[-122.342525446414,47.6208509466468]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6664,"SHAPE__Length":0.2256076517861514}},{"type":"Feature","id":6665,"geometry":{"type":"LineString","coordinates":[[-122.342525446414,47.6208509466468],[-122.342525478969,47.6208454639928]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6665,"SHAPE__Length":0.9054906188252683}},{"type":"Feature","id":6666,"geometry":{"type":"LineString","coordinates":[[-122.342525478969,47.6208454639928],[-122.342527505724,47.6208454731011]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6666,"SHAPE__Length":0.22562242169480043}},{"type":"Feature","id":6667,"geometry":{"type":"LineString","coordinates":[[-122.342513281185,47.6208509136487],[-122.34251331374,47.6208454309947]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6667,"SHAPE__Length":0.9054906165978888}},{"type":"Feature","id":6668,"geometry":{"type":"LineString","coordinates":[[-122.342501149843,47.6208453979778],[-122.342501117286,47.6208508806318]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6668,"SHAPE__Length":0.9054906162406168}},{"type":"Feature","id":6669,"geometry":{"type":"LineString","coordinates":[[-122.342501086862,47.6208590971717],[-122.342501055635,47.620864579808]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6669,"SHAPE__Length":0.905487360995899}},{"type":"Feature","id":6670,"geometry":{"type":"LineString","coordinates":[[-122.342499027679,47.6208645752131],[-122.342499060211,47.6208590916599]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6670,"SHAPE__Length":0.905639352538736}},{"type":"Feature","id":6671,"geometry":{"type":"LineString","coordinates":[[-122.342499060211,47.6208590916599],[-122.342501086967,47.6208591007687]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6671,"SHAPE__Length":0.22562247433825872}},{"type":"Feature","id":6672,"geometry":{"type":"LineString","coordinates":[[-122.342513219538,47.620864612825],[-122.342513252094,47.620859130171]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6672,"SHAPE__Length":0.9054908540906981}},{"type":"Feature","id":6673,"geometry":{"type":"LineString","coordinates":[[-122.342501086862,47.6208590971717],[-122.342501055635,47.620864579808]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6673,"SHAPE__Length":0.905487360995899}},{"type":"Feature","id":6674,"geometry":{"type":"LineString","coordinates":[[-122.34252744395,47.6208591677811],[-122.342527411422,47.6208646513344]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6674,"SHAPE__Length":0.9056393558472643}},{"type":"Feature","id":6675,"geometry":{"type":"LineString","coordinates":[[-122.342527411422,47.6208646513344],[-122.34252538344,47.6208646458407]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6675,"SHAPE__Length":0.22575576013351756}},{"type":"Feature","id":6676,"geometry":{"type":"LineString","coordinates":[[-122.34252538344,47.6208646458407],[-122.342525415995,47.6208591631867]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6676,"SHAPE__Length":0.9054908544629019}},{"type":"Feature","id":6677,"geometry":{"type":"LineString","coordinates":[[-122.342525415995,47.6208591631867],[-122.342527444081,47.6208591722774]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6677,"SHAPE__Length":0.22577052025610067}},{"type":"Feature","id":6678,"geometry":{"type":"LineString","coordinates":[[-122.342501149843,47.6208453979778],[-122.342501117286,47.6208508806318]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6678,"SHAPE__Length":0.9054906162406168}},{"type":"Feature","id":6679,"geometry":{"type":"LineString","coordinates":[[-122.34249908933,47.6208508760369],[-122.342499121861,47.6208453924836]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6679,"SHAPE__Length":0.90563912341287}},{"type":"Feature","id":6680,"geometry":{"type":"LineString","coordinates":[[-122.342499121861,47.6208453924836],[-122.342501148617,47.6208454015925]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6680,"SHAPE__Length":0.22562242222261206}},{"type":"Feature","id":6681,"geometry":{"type":"LineString","coordinates":[[-122.34252538344,47.6208646458407],[-122.342525415995,47.6208591631867]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6681,"SHAPE__Length":0.9054908544629019}},{"type":"Feature","id":6682,"geometry":{"type":"LineString","coordinates":[[-122.342525415995,47.6208591631867],[-122.342501086862,47.6208590971717]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6682,"SHAPE__Length":2.7083285686070395}},{"type":"Feature","id":6683,"geometry":{"type":"LineString","coordinates":[[-122.342513252094,47.620859130171],[-122.342513219538,47.620864612825]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6683,"SHAPE__Length":0.9054908540906981}},{"type":"Feature","id":6684,"geometry":{"type":"LineString","coordinates":[[-122.342499027679,47.6208645752131],[-122.34252538344,47.6208646458407]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6684,"SHAPE__Length":2.933933063532476}},{"type":"Feature","id":6685,"geometry":{"type":"LineString","coordinates":[[-122.342513107322,47.6208783117722],[-122.342513138547,47.6208728291359]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6685,"SHAPE__Length":0.9054875988764287}},{"type":"Feature","id":6686,"geometry":{"type":"LineString","coordinates":[[-122.342500974643,47.6208727961189],[-122.342500942112,47.6208782796721]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6686,"SHAPE__Length":0.9056396001568389}},{"type":"Feature","id":6698,"geometry":{"type":"LineString","coordinates":[[-122.342527330434,47.6208728676453],[-122.34252729921,47.6208783502816]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6698,"SHAPE__Length":0.905487599178522}},{"type":"Feature","id":6699,"geometry":{"type":"LineString","coordinates":[[-122.34252729921,47.6208783502816],[-122.342525271227,47.6208783447879]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6699,"SHAPE__Length":0.22575581976013873}},{"type":"Feature","id":6700,"geometry":{"type":"LineString","coordinates":[[-122.342525271227,47.6208783447879],[-122.342525303782,47.6208728621339]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6700,"SHAPE__Length":0.9054910882602694}},{"type":"Feature","id":6701,"geometry":{"type":"LineString","coordinates":[[-122.342525303782,47.6208728621339],[-122.342527330538,47.6208728712423]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6701,"SHAPE__Length":0.2256225353198385}},{"type":"Feature","id":6702,"geometry":{"type":"LineString","coordinates":[[-122.342500974643,47.6208727961189],[-122.342500942112,47.6208782796721]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6702,"SHAPE__Length":0.9056396001568389}},{"type":"Feature","id":6703,"geometry":{"type":"LineString","coordinates":[[-122.342498915459,47.6208782741603],[-122.34249894666,47.6208727906248]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6703,"SHAPE__Length":0.9056360968918499}},{"type":"Feature","id":6704,"geometry":{"type":"LineString","coordinates":[[-122.34249894666,47.6208727906248],[-122.342500974773,47.6208728006152]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6704,"SHAPE__Length":0.22577451882362623}},{"type":"Feature","id":6705,"geometry":{"type":"LineString","coordinates":[[-122.342513094914,47.6208920111952],[-122.342513127469,47.6208865285412]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6705,"SHAPE__Length":0.9054913262898263}},{"type":"Feature","id":6706,"geometry":{"type":"LineString","coordinates":[[-122.342500963562,47.6208864955242],[-122.342500931031,47.6208919790774]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6706,"SHAPE__Length":0.9056398301991239}},{"type":"Feature","id":6707,"geometry":{"type":"LineString","coordinates":[[-122.342527319334,47.6208865661513],[-122.342527286806,47.6208920497045]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6707,"SHAPE__Length":0.9056398289702453}},{"type":"Feature","id":6708,"geometry":{"type":"LineString","coordinates":[[-122.342527286806,47.6208920497045],[-122.342525260152,47.6208920441932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6708,"SHAPE__Length":0.22560782689591502}},{"type":"Feature","id":6709,"geometry":{"type":"LineString","coordinates":[[-122.342525260152,47.6208920441932],[-122.342525292707,47.6208865615392]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6709,"SHAPE__Length":0.9054913294708843}},{"type":"Feature","id":6710,"geometry":{"type":"LineString","coordinates":[[-122.342525292707,47.6208865615392],[-122.342527319464,47.6208865706476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6710,"SHAPE__Length":0.22562259121036976}},{"type":"Feature","id":6711,"geometry":{"type":"LineString","coordinates":[[-122.342525260152,47.6208920441932],[-122.342525292707,47.6208865615392]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6711,"SHAPE__Length":0.9054913294708843}},{"type":"Feature","id":6712,"geometry":{"type":"LineString","coordinates":[[-122.342525292707,47.6208865615392],[-122.342500963562,47.6208864955242]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6712,"SHAPE__Length":2.7083300028659254}},{"type":"Feature","id":6713,"geometry":{"type":"LineString","coordinates":[[-122.342513127469,47.6208865285412],[-122.342513094914,47.6208920111952]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6713,"SHAPE__Length":0.9054913262898263}},{"type":"Feature","id":6714,"geometry":{"type":"LineString","coordinates":[[-122.342498903048,47.6208919735833],[-122.342525260152,47.6208920441932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6714,"SHAPE__Length":2.934082662183542}},{"type":"Feature","id":6715,"geometry":{"type":"LineString","coordinates":[[-122.342500963562,47.6208864955242],[-122.342500931031,47.6208919790774]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6715,"SHAPE__Length":0.9056398301991239}},{"type":"Feature","id":6716,"geometry":{"type":"LineString","coordinates":[[-122.342498903048,47.6208919735833],[-122.342498935579,47.6208864900301]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6716,"SHAPE__Length":0.9056398303033971}},{"type":"Feature","id":6717,"geometry":{"type":"LineString","coordinates":[[-122.342498935579,47.6208864900301],[-122.342500963666,47.6208864991212]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6717,"SHAPE__Length":0.22577063811420556}},{"type":"Feature","id":6718,"geometry":{"type":"LineString","coordinates":[[-122.342513033266,47.6209057103714],[-122.342513065822,47.6209002277174]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6718,"SHAPE__Length":0.9054915646990409}},{"type":"Feature","id":6719,"geometry":{"type":"LineString","coordinates":[[-122.342500900582,47.6209001947181],[-122.342500869381,47.6209056782537]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6719,"SHAPE__Length":0.9056365718057211}},{"type":"Feature","id":6720,"geometry":{"type":"LineString","coordinates":[[-122.342500900582,47.6209001947181],[-122.342500869381,47.6209056782537]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6720,"SHAPE__Length":0.9056365718057211}},{"type":"Feature","id":6721,"geometry":{"type":"LineString","coordinates":[[-122.342498841397,47.6209056727595],[-122.342498873928,47.6209001892063]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6721,"SHAPE__Length":0.9056400715140155}},{"type":"Feature","id":6722,"geometry":{"type":"LineString","coordinates":[[-122.342498873928,47.6209001892063],[-122.342500900686,47.6209001983151]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6722,"SHAPE__Length":0.22562265877949736}},{"type":"Feature","id":6723,"geometry":{"type":"LineString","coordinates":[[-122.342525198509,47.6209057433695],[-122.342525229733,47.6209002607331]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6723,"SHAPE__Length":0.9054880723727055}},{"type":"Feature","id":6724,"geometry":{"type":"LineString","coordinates":[[-122.342525229733,47.6209002607331],[-122.342500900582,47.6209001947181]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6724,"SHAPE__Length":2.708330705088704}},{"type":"Feature","id":6725,"geometry":{"type":"LineString","coordinates":[[-122.342513065822,47.6209002277174],[-122.342513033266,47.6209057103714]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6725,"SHAPE__Length":0.9054915646990409}},{"type":"Feature","id":6726,"geometry":{"type":"LineString","coordinates":[[-122.342498841397,47.6209056727595],[-122.342525198509,47.6209057433695]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6726,"SHAPE__Length":2.93408343146842}},{"type":"Feature","id":6727,"geometry":{"type":"LineString","coordinates":[[-122.342527257691,47.6209002653275],[-122.342527225162,47.6209057488808]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6727,"SHAPE__Length":0.9056400692569964}},{"type":"Feature","id":6728,"geometry":{"type":"LineString","coordinates":[[-122.342527225162,47.6209057488808],[-122.342525198509,47.6209057433695]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6728,"SHAPE__Length":0.22560788835894724}},{"type":"Feature","id":6729,"geometry":{"type":"LineString","coordinates":[[-122.342525198509,47.6209057433695],[-122.342525229733,47.6209002607331]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6729,"SHAPE__Length":0.9054880723727055}},{"type":"Feature","id":6730,"geometry":{"type":"LineString","coordinates":[[-122.342525229733,47.6209002607331],[-122.342527257821,47.6209002698239]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6730,"SHAPE__Length":0.22577070095965157}},{"type":"Feature","id":6731,"geometry":{"type":"LineString","coordinates":[[-122.342512971619,47.6209194095476],[-122.342513004175,47.6209139268937]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6731,"SHAPE__Length":0.9054917919697489}},{"type":"Feature","id":6732,"geometry":{"type":"LineString","coordinates":[[-122.342500838931,47.6209138938943],[-122.3425008064,47.6209193774476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6732,"SHAPE__Length":0.9056403070473661}},{"type":"Feature","id":6733,"geometry":{"type":"LineString","coordinates":[[-122.342527196047,47.6209139645038],[-122.342527163519,47.6209194480571]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6733,"SHAPE__Length":0.9056403067423545}},{"type":"Feature","id":6734,"geometry":{"type":"LineString","coordinates":[[-122.342527163519,47.6209194480571],[-122.342525135535,47.6209194425634]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6734,"SHAPE__Length":0.22575599670625585}},{"type":"Feature","id":6735,"geometry":{"type":"LineString","coordinates":[[-122.342525135535,47.6209194425634],[-122.342525168089,47.6209139599094]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6735,"SHAPE__Length":0.905491798823884}},{"type":"Feature","id":6736,"geometry":{"type":"LineString","coordinates":[[-122.342525168089,47.6209139599094],[-122.342527196178,47.6209139690001]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6736,"SHAPE__Length":0.22577076054439854}},{"type":"Feature","id":6737,"geometry":{"type":"LineString","coordinates":[[-122.342525135535,47.6209194425634],[-122.342525168089,47.6209139599094]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6737,"SHAPE__Length":0.905491798823884}},{"type":"Feature","id":6738,"geometry":{"type":"LineString","coordinates":[[-122.342525168089,47.6209139599094],[-122.342500838931,47.6209138938943]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6738,"SHAPE__Length":2.708331416669623}},{"type":"Feature","id":6739,"geometry":{"type":"LineString","coordinates":[[-122.342513004175,47.6209139268937],[-122.342512971619,47.6209194095476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6739,"SHAPE__Length":0.9054917919697489}},{"type":"Feature","id":6740,"geometry":{"type":"LineString","coordinates":[[-122.342498779746,47.6209193719358],[-122.342525135535,47.6209194425634]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6740,"SHAPE__Length":2.9339361574430765}},{"type":"Feature","id":6741,"geometry":{"type":"LineString","coordinates":[[-122.342500838931,47.6209138938943],[-122.3425008064,47.6209193774476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6741,"SHAPE__Length":0.9056403070473661}},{"type":"Feature","id":6742,"geometry":{"type":"LineString","coordinates":[[-122.342498779746,47.6209193719358],[-122.342498812277,47.6209138883826]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6742,"SHAPE__Length":0.9056403015786448}},{"type":"Feature","id":6743,"geometry":{"type":"LineString","coordinates":[[-122.342498812277,47.6209138883826],[-122.342500839036,47.6209138974914]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6743,"SHAPE__Length":0.2256227146514}},{"type":"Feature","id":6744,"geometry":{"type":"LineString","coordinates":[[-122.342512909972,47.6209331087239],[-122.342512941198,47.6209276260876]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6744,"SHAPE__Length":0.9054885423206964}},{"type":"Feature","id":6745,"geometry":{"type":"LineString","coordinates":[[-122.342500777281,47.6209275930706],[-122.34250074475,47.6209330766238]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6745,"SHAPE__Length":0.9056405426775418}},{"type":"Feature","id":6746,"geometry":{"type":"LineString","coordinates":[[-122.3425271331,47.620927664597],[-122.342527101875,47.6209331472333]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6746,"SHAPE__Length":0.9054885491276993}},{"type":"Feature","id":6747,"geometry":{"type":"LineString","coordinates":[[-122.342527101875,47.6209331472333],[-122.342525073891,47.6209331417396]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6747,"SHAPE__Length":0.22575605630667628}},{"type":"Feature","id":6748,"geometry":{"type":"LineString","coordinates":[[-122.342525073891,47.6209331417396],[-122.342525106445,47.6209276590857]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6748,"SHAPE__Length":0.9054920381867781}},{"type":"Feature","id":6749,"geometry":{"type":"LineString","coordinates":[[-122.342525106445,47.6209276590857],[-122.342527133204,47.620927668194]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6749,"SHAPE__Length":0.22562278116490528}},{"type":"Feature","id":6750,"geometry":{"type":"LineString","coordinates":[[-122.342500777281,47.6209275930706],[-122.34250074475,47.6209330766238]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6750,"SHAPE__Length":0.9056405426775418}},{"type":"Feature","id":6751,"geometry":{"type":"LineString","coordinates":[[-122.342498718095,47.620933071112],[-122.342498749296,47.6209275875765]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6751,"SHAPE__Length":0.9056370440828042}},{"type":"Feature","id":6752,"geometry":{"type":"LineString","coordinates":[[-122.342498749296,47.6209275875765],[-122.342500777385,47.6209275966676]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6752,"SHAPE__Length":0.22577081692418566}},{"type":"Feature","id":6753,"geometry":{"type":"LineString","coordinates":[[-122.342512846995,47.6209468079178],[-122.342512879551,47.6209413252638]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6753,"SHAPE__Length":0.9054922762536088}},{"type":"Feature","id":6754,"geometry":{"type":"LineString","coordinates":[[-122.34250071563,47.6209412922468],[-122.342500683099,47.6209467758]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6754,"SHAPE__Length":0.9056407773764024}},{"type":"Feature","id":6755,"geometry":{"type":"LineString","coordinates":[[-122.342525012247,47.6209468409159],[-122.342525044801,47.6209413582619]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6755,"SHAPE__Length":0.9054922785033513}},{"type":"Feature","id":6756,"geometry":{"type":"LineString","coordinates":[[-122.342525044801,47.6209413582619],[-122.34250071563,47.6209412922468]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6756,"SHAPE__Length":2.708332852772393}},{"type":"Feature","id":6757,"geometry":{"type":"LineString","coordinates":[[-122.342512879551,47.6209413252638],[-122.342512846995,47.6209468079178]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6757,"SHAPE__Length":0.9054922762536088}},{"type":"Feature","id":6758,"geometry":{"type":"LineString","coordinates":[[-122.342498655114,47.6209467703059],[-122.342525012247,47.6209468409159]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6758,"SHAPE__Length":2.934085748654715}},{"type":"Feature","id":6759,"geometry":{"type":"LineString","coordinates":[[-122.342527071456,47.6209413637732],[-122.342527038902,47.6209468464272]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6759,"SHAPE__Length":0.9054922728036408}},{"type":"Feature","id":6760,"geometry":{"type":"LineString","coordinates":[[-122.342527038902,47.6209468464272],[-122.342525012247,47.6209468409159]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6760,"SHAPE__Length":0.22560806530128139}},{"type":"Feature","id":6761,"geometry":{"type":"LineString","coordinates":[[-122.342525012247,47.6209468409159],[-122.342525044801,47.6209413582619]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6761,"SHAPE__Length":0.9054922785033513}},{"type":"Feature","id":6762,"geometry":{"type":"LineString","coordinates":[[-122.342525044801,47.6209413582619],[-122.342527071561,47.6209413673703]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6762,"SHAPE__Length":0.2256228314738346}},{"type":"Feature","id":6763,"geometry":{"type":"LineString","coordinates":[[-122.34250071563,47.6209412922468],[-122.342500683099,47.6209467758]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6763,"SHAPE__Length":0.9056407773764024}},{"type":"Feature","id":6764,"geometry":{"type":"LineString","coordinates":[[-122.342498655114,47.6209467703059],[-122.342498687645,47.6209412867527]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6764,"SHAPE__Length":0.9056407793209615}},{"type":"Feature","id":6765,"geometry":{"type":"LineString","coordinates":[[-122.342498687645,47.6209412867527],[-122.342500715735,47.6209412958439]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6765,"SHAPE__Length":0.22577088027749467}},{"type":"Feature","id":24019,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342524514352,47.6204397266612],[-122.34252282142,47.6204412712505]],[[-122.34252282142,47.6204412712505],[-122.342521442992,47.6204436582022]],[[-122.342521442992,47.6204436582022],[-122.342522068079,47.6204444739557]],[[-122.342522068079,47.6204444739557],[-122.342523431251,47.6204421573759]],[[-122.342523431251,47.6204421573759],[-122.342524196582,47.6204443674642]],[[-122.342524196582,47.6204443674642],[-122.342522159261,47.6204453696575]],[[-122.342522159261,47.6204453696575],[-122.342522606712,47.6204484098029]],[[-122.342522606712,47.6204484098029],[-122.342523722087,47.6204477337991]],[[-122.342523722087,47.6204477337991],[-122.34252346996,47.6204461061498]],[[-122.34252346996,47.6204461061498],[-122.342524890391,47.6204454422936]],[[-122.342524890391,47.6204454422936],[-122.342522926237,47.6204509847472]],[[-122.342522926237,47.6204509847472],[-122.342524012857,47.6204516108601]],[[-122.342526452174,47.6204446056372],[-122.342524012857,47.6204516108601]],[[-122.342526452174,47.6204446056372],[-122.342524514352,47.6204397266612]],[[-122.342527400934,47.6204480934378],[-122.342527740258,47.6204480943358]],[[-122.34252771579,47.6204130341661],[-122.342523732578,47.6204043382807]],[[-122.342524851387,47.6204121743395],[-122.342524780678,47.6204207908406]],[[-122.342524851387,47.6204121743395],[-122.34252771579,47.6204130341661]],[[-122.34252248535,47.6204121652324],[-122.342522414641,47.6204207817334]],[[-122.342519606357,47.6204130040625],[-122.342523732578,47.6204043382807]],[[-122.34252248535,47.6204121652324],[-122.342519606357,47.6204130040625]],[[-122.342522414641,47.6204207817334],[-122.342524780678,47.6204207908406]],[[-122.342522564902,47.6204384831628],[-122.342522555436,47.620438615531]],[[-122.342522555436,47.620438615531],[-122.342522570705,47.6204388137723],[-122.342522618761,47.62043900962]],[[-122.342522618761,47.62043900962],[-122.342522686672,47.6204391635952],[-122.342522785805,47.6204393096737]],[[-122.342522785805,47.6204393096737],[-122.342522865498,47.6204393937369],[-122.342522961899,47.6204394694329],[-122.342523073102,47.6204395352645]],[[-122.342523073102,47.6204395352645],[-122.342523135833,47.620439562144],[-122.342523204149,47.6204395818941],[-122.342523276279,47.6204395940037],[-122.342523350357,47.620439598159]],[[-122.342523350357,47.620439598159],[-122.34252342438,47.6204395944127],[-122.342523496556,47.6204395827202],[-122.342523565019,47.6204395633834],[-122.342523628002,47.6204395369023]],[[-122.342523628002,47.6204395369023],[-122.342523740482,47.6204394719517],[-122.342523838318,47.6204393969997],[-122.342523919572,47.620439313531]],[[-122.342523919572,47.620439313531],[-122.342524020539,47.6204391684432],[-122.342524090549,47.6204390152921]],[[-122.342524090549,47.6204390152921],[-122.342524141828,47.6204388195846],[-122.342524160283,47.6204386212379]],[[-122.342524160283,47.6204386212379],[-122.342524153788,47.6204384890814]],[[-122.342524003194,47.6204373800602],[-122.342523859992,47.6204373182161],[-122.34252370393,47.6204372726519],[-122.342523539046,47.6204372445469],[-122.34252336961,47.6204372346287]],[[-122.342524453882,47.6204377339277],[-122.342524328882,47.6204376020539],[-122.342524177655,47.6204374833141],[-122.342524003194,47.6204373800602]],[[-122.342524679841,47.6204381384546],[-122.342524587856,47.6204379308633],[-122.342524453882,47.6204377339277]],[[-122.342522044998,47.6204381284139],[-122.342521966058,47.6204384803086]],[[-122.342522275488,47.6204377259307],[-122.342522139395,47.6204379217479],[-122.342522044998,47.6204381284139]],[[-122.342522732351,47.6204373753218],[-122.342522556061,47.6204374772931],[-122.342522402761,47.6204375949398],[-122.342522275488,47.6204377259307]],[[-122.34252336961,47.6204372346287],[-122.342523199679,47.6204372431783],[-122.342523033994,47.620437270018],[-122.342522876857,47.6204373144506],[-122.342522732351,47.6204373753218]],[[-122.342524751276,47.620438491054],[-122.342524153788,47.6204384890814]],[[-122.342524751276,47.620438491054],[-122.342524679841,47.6204381384546]],[[-122.342522564902,47.6204384831628],[-122.342521966058,47.6204384803086]],[[-122.342527570818,47.6204480785905],[-122.34252747569,47.6204480830558],[-122.34252738263,47.6204480970799],[-122.342527293739,47.6204481203459],[-122.342527211025,47.6204481523284],[-122.342527136355,47.620448192305]],[[-122.342527136355,47.620448192305],[-122.342526938494,47.6204483333306],[-122.342526770387,47.620448490923],[-122.342526635053,47.6204486622516]],[[-122.342526635053,47.6204486622516],[-122.342526468508,47.6204489572174],[-122.342526354439,47.6204492633137]],[[-122.342526354439,47.6204492633137],[-122.342526269011,47.620449668483],[-122.342526238339,47.620450077201]],[[-122.342526238339,47.620450077201],[-122.342526262672,47.6204504860692],[-122.342526341804,47.6204508917751]],[[-122.342526341804,47.6204508917751],[-122.342526450594,47.6204511989665],[-122.342526612126,47.620451495427]],[[-122.342526612126,47.620451495427],[-122.342526744372,47.6204516677921],[-122.342526909612,47.6204518266952],[-122.342527104882,47.6204519692844]],[[-122.342527104882,47.6204519692844],[-122.342527179026,47.6204520097854],[-122.342527261343,47.620452042333],[-122.342527349971,47.6204520661909],[-122.342527442905,47.6204520808193],[-122.342527538043,47.6204520858873]],[[-122.342527538043,47.6204520858873],[-122.342527633171,47.6204520814241],[-122.342527726232,47.620452067401],[-122.342527815123,47.6204520441349],[-122.342527897837,47.6204520121513],[-122.342527972505,47.6204519721728]],[[-122.342527972505,47.6204519721728],[-122.342528169803,47.6204518313759],[-122.342528337468,47.6204516740953],[-122.342528472504,47.6204515031431]],[[-122.342528472504,47.6204515031431],[-122.342528639112,47.6204512077351],[-122.342528753091,47.6204509011817]],[[-122.342528753091,47.6204509011817],[-122.342528838521,47.6204504960126],[-122.342528869192,47.6204500872944]],[[-122.342528869192,47.6204500872944],[-122.342528845521,47.6204496784379],[-122.342528767056,47.6204492727027]],[[-122.342528767056,47.6204492727027],[-122.342528657609,47.620448965492],[-122.342528495404,47.6204486690684]],[[-122.342528495404,47.6204486690684],[-122.342528363075,47.6204484970169],[-122.342528197845,47.6204483384172],[-122.342528002674,47.6204481961103]],[[-122.342528002674,47.6204481961103],[-122.342527928851,47.6204481555022],[-122.342527846836,47.6204481228071],[-122.342527758479,47.6204480987629],[-122.342527665776,47.6204480839123],[-122.342527570818,47.6204480785905]],[[-122.342527523634,47.6204536990788],[-122.342527679527,47.6204536913646],[-122.342527831726,47.6204536673507],[-122.342527976502,47.6204536276255],[-122.34252811031,47.6204535731618],[-122.342528229874,47.6204535052935]],[[-122.342528229874,47.6204535052935],[-122.34252856094,47.6204532550688],[-122.342528840619,47.6204529778121],[-122.342529064108,47.6204526782849]],[[-122.342529064108,47.6204526782849],[-122.342529338676,47.620452162172],[-122.342529525972,47.6204516286128]],[[-122.342529525972,47.6204516286128],[-122.342529720099,47.6204502019562]],[[-122.342529720099,47.6204502019562],[-122.342529549603,47.6204487738374]],[[-122.342529549603,47.6204487738374],[-122.342529371128,47.6204482394294],[-122.342529105272,47.6204477217884]],[[-122.342529105272,47.6204477217884],[-122.342528886597,47.6204474203581],[-122.342528611283,47.6204471408076],[-122.342528284064,47.6204468879446]],[[-122.342528284064,47.6204468879446],[-122.342528165793,47.6204468194004],[-122.342528033126,47.6204467641089],[-122.342527889303,47.6204467234196],[-122.342527737832,47.6204466983255],[-122.342527582412,47.6204466894391]],[[-122.342527582412,47.6204466894391],[-122.342527426603,47.620446696993],[-122.342527274449,47.6204467208315],[-122.342527129671,47.6204467603714],[-122.342526995811,47.6204468146453],[-122.342526876146,47.6204468823251]],[[-122.342526876146,47.6204468823251],[-122.342526544993,47.6204471328311],[-122.342526265321,47.6204474103915],[-122.342526041938,47.6204477102331]],[[-122.342526041938,47.6204477102331],[-122.342525767429,47.6204482259027],[-122.342525580047,47.6204487590059]],[[-122.342525580047,47.6204487590059],[-122.342525387251,47.6204501856448]],[[-122.342525387251,47.6204501856448],[-122.342525556417,47.6204516137813]],[[-122.342525556417,47.6204516137813],[-122.342525734834,47.6204521486459],[-122.342526000773,47.6204526667296]],[[-122.342526000773,47.6204526667296],[-122.342526219456,47.6204529681566],[-122.34252649477,47.6204532477066],[-122.342526821981,47.6204535005734]],[[-122.342526821981,47.6204535005734],[-122.342526940272,47.6204535690961],[-122.342527072944,47.6204536243749],[-122.342527216762,47.6204536650627],[-122.342527368222,47.620453690168],[-122.342527523634,47.6204536990788]],[[-122.342519755012,47.6204479879178],[-122.342519654734,47.6204479924984],[-122.342519556547,47.6204480069712],[-122.342519462585,47.6204480310215],[-122.342519374895,47.6204480641259],[-122.342519295382,47.6204481055643]],[[-122.342519295382,47.6204481055643],[-122.342519089282,47.6204482485694],[-122.342518913654,47.6204484089917],[-122.342518771703,47.6204485839043]],[[-122.342518771703,47.6204485839043],[-122.342518596784,47.6204488857418],[-122.342518476876,47.6204491995485]],[[-122.342518476876,47.6204491995485],[-122.342518386973,47.6204496136073],[-122.342518354647,47.6204500315093]],[[-122.342518354647,47.6204500315093],[-122.342518379891,47.6204504490073],[-122.342518462598,47.6204508631164]],[[-122.342518462598,47.6204508631164],[-122.342518577673,47.6204511778334],[-122.342518747968,47.6204514809627]],[[-122.342518747968,47.6204514809627],[-122.342518886948,47.6204516570349],[-122.342519059877,47.6204518188699],[-122.342519263596,47.6204519635129]],[[-122.342519263596,47.6204519635129],[-122.342519342296,47.6204520056369],[-122.342519429329,47.6204520395041],[-122.342519522804,47.6204520643786],[-122.342519620688,47.6204520797196],[-122.342519720855,47.6204520851939]],[[-122.342519720855,47.6204520851939],[-122.342519821212,47.620452080453],[-122.342519919441,47.6204520658056],[-122.3425200134,47.6204520415706],[-122.342520101042,47.6204520082762],[-122.342520180458,47.620451966648]],[[-122.342520180458,47.620451966648],[-122.342520386563,47.6204518236454],[-122.342520562191,47.6204516632228],[-122.342520704137,47.6204514883081]],[[-122.342520704137,47.6204514883081],[-122.342520879057,47.6204511864707],[-122.342520998964,47.6204508726639]],[[-122.342520998964,47.6204508726639],[-122.342521088817,47.620450459053],[-122.342521121219,47.6204500416024]],[[-122.342521121219,47.6204500416024],[-122.342521095363,47.6204496236401],[-122.342521011912,47.6204492091136]],[[-122.342521011912,47.6204492091136],[-122.342520897494,47.6204488944167],[-122.342520727872,47.6204485912497]],[[-122.342520727872,47.6204485912497],[-122.342520588797,47.6204484154963],[-122.34252041588,47.6204482539654],[-122.34252021227,47.6204481095988]],[[-122.34252021227,47.6204481095988],[-122.34252013358,47.6204480674631],[-122.342520046549,47.620448033589],[-122.342519953072,47.6204480087138],[-122.342519855183,47.6204479933788],[-122.342519755012,47.6204479879178]],[[-122.342519710147,47.62045341316],[-122.342519863331,47.6204534056535],[-122.342520012974,47.6204533823397],[-122.342520155508,47.6204533437748],[-122.342520287533,47.6204532908783],[-122.342520405902,47.6204532249115]],[[-122.342520405902,47.6204532249115],[-122.342520729395,47.6204529848987],[-122.342521003161,47.6204527182538],[-122.342521222428,47.620452429624]],[[-122.342521222428,47.620452429624],[-122.34252149197,47.620451932436],[-122.342521676078,47.6204514178445]],[[-122.342521676078,47.6204514178445],[-122.342521865094,47.6204500443327]],[[-122.342521865094,47.6204500443327],[-122.342521698797,47.6204486692352]],[[-122.342521698797,47.6204486692352],[-122.342521523355,47.620448153227],[-122.342521262187,47.6204476539678]],[[-122.342521262187,47.6204476539678],[-122.342521047743,47.6204473639301],[-122.342520778532,47.6204470954395],[-122.342520459235,47.6204468531674]],[[-122.342520459235,47.6204468531674],[-122.342520341787,47.6204467862982],[-122.342520210453,47.6204467324279],[-122.342520068372,47.6204466928435],[-122.342519918937,47.6204466684908],[-122.34251976572,47.6204466599516]],[[-122.34251976572,47.6204466599516],[-122.34251961262,47.6204466672996],[-122.342519463021,47.6204466904389],[-122.342519320485,47.6204467288186],[-122.342519188409,47.6204467815244],[-122.342519069938,47.6204468473009]],[[-122.342519069938,47.6204468473009],[-122.342518746449,47.6204470873157],[-122.342518472684,47.6204473539605],[-122.342518253412,47.6204476425884]],[[-122.342518253412,47.6204476425884],[-122.34251798381,47.6204481402194],[-122.342517799788,47.6204486552671]],[[-122.342517799788,47.6204486552671],[-122.342517610773,47.620450028779]],[[-122.342517610773,47.620450028779],[-122.342517777043,47.6204514029772]],[[-122.342517777043,47.6204514029772],[-122.342517952483,47.6204519189859],[-122.342518213653,47.6204524182446]],[[-122.342518213653,47.6204524182446],[-122.342518428002,47.6204527086002],[-122.342518697225,47.6204529773948],[-122.342519016631,47.6204532199443]],[[-122.342519016631,47.6204532199443],[-122.34251913409,47.6204532868009],[-122.342519265427,47.6204533406639],[-122.342519407505,47.6204533802474],[-122.342519556934,47.6204534046066],[-122.342519710147,47.62045341316]]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":1489,"OBJECTID":24019,"SHAPE__Length":22.646364831969294}},{"type":"Feature","id":24035,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342991653015,47.6208351412807],[-122.342991562733,47.6208461069241],[-122.343072659173,47.6208464111765],[-122.343072749438,47.620835445533],[-122.342991653015,47.6208351412807]],[[-122.343044319519,47.6208408847695],[-122.343044332131,47.6208409995789],[-122.343044371811,47.6208411115529],[-122.343044437537,47.6208412178113],[-122.343044527619,47.620841315621]],[[-122.343044527619,47.620841315621],[-122.343044678373,47.6208414344056],[-122.343044852373,47.6208415377494],[-122.343045046173,47.6208416236058]],[[-122.343045046173,47.6208416236058],[-122.343045335675,47.6208417160593],[-122.343045641505,47.6208417803373]],[[-122.343046166202,47.6208414288265],[-122.343046361958,47.6208414343262]],[[-122.343045641505,47.6208417803373],[-122.343046161984,47.6208418337069]],[[-122.343046361958,47.6208414343262],[-122.343046655169,47.62084142445],[-122.343046944872,47.6208413924085]],[[-122.343046944872,47.6208413924085],[-122.343047172675,47.620841346476],[-122.343047388673,47.6208412794678]],[[-122.343047388673,47.6208412794678],[-122.343047513102,47.6208412255313],[-122.343047625063,47.6208411603529],[-122.343047722337,47.620841085224]],[[-122.343047722337,47.620841085224],[-122.343047762452,47.6208410428142],[-122.343047792006,47.6208409966315],[-122.343047810242,47.6208409478607],[-122.343047816691,47.6208408977531]],[[-122.343047816691,47.6208408977531],[-122.343047810841,47.6208408476906],[-122.343047793219,47.6208407988979],[-122.343047764277,47.6208407526243],[-122.343047724756,47.6208407100546]],[[-122.343047724756,47.6208407100546],[-122.343047628785,47.6208406340622],[-122.343047517924,47.6208405679145],[-122.343047394371,47.6208405129246]],[[-122.343047394371,47.6208405129246],[-122.343047179838,47.620840444677],[-122.343046953251,47.6208403973288]],[[-122.343046953251,47.6208403973288],[-122.343046663808,47.6208403626612],[-122.343046370414,47.620840350184]],[[-122.343046370414,47.620840350184],[-122.343046174945,47.6208403545762]],[[-122.343046177858,47.6208399506127],[-122.343045656338,47.6208399989128]],[[-122.343045656338,47.6208399989128],[-122.343045349251,47.6208400606899],[-122.343045057987,47.6208401507876]],[[-122.343045057987,47.6208401507876],[-122.343044862716,47.6208402356714],[-122.343044687096,47.6208403382219],[-122.343044534619,47.6208404564007]],[[-122.343044534619,47.6208404564007],[-122.343044443094,47.620840553331],[-122.343044375694,47.6208406588649],[-122.343044334147,47.6208407702966],[-122.343044319519,47.6208408847695]],[[-122.343048005418,47.6208401107898],[-122.343050289969,47.6208412544757]],[[-122.343050289969,47.6208412544757],[-122.343053820488,47.6208421873177]],[[-122.343053820488,47.6208421873177],[-122.343055027046,47.6208417646888]],[[-122.343055027046,47.6208417646888],[-122.343051600638,47.6208408430602]],[[-122.343051600638,47.6208408430602],[-122.343054869522,47.6208403256032]],[[-122.343054869522,47.6208403256032],[-122.343056351857,47.6208417030339]],[[-122.343056351857,47.6208417030339],[-122.343060848461,47.6208414004904]],[[-122.343060848461,47.6208414004904],[-122.343059849922,47.6208406463691]],[[-122.343059849922,47.6208406463691],[-122.34305744115,47.6208408159624]],[[-122.34305744115,47.6208408159624],[-122.343056459272,47.620839856509]],[[-122.343056459272,47.620839856509],[-122.343064656999,47.6208411844407]],[[-122.343064656999,47.6208411844407],[-122.34306558306,47.6208404497693]],[[-122.343055221783,47.6208388005896],[-122.34306558306,47.6208404497693]],[[-122.343055221783,47.6208388005896],[-122.343048005418,47.6208401107898]],[[-122.34306824883,47.6208433588303],[-122.343068237797,47.620843255364],[-122.343068203358,47.6208431542613],[-122.343068146328,47.6208430579133],[-122.343068068055,47.6208429685987],[-122.343067970391,47.6208428884295]],[[-122.343067970391,47.6208428884295],[-122.343067615696,47.6208426698571],[-122.343067221296,47.6208424847604],[-122.343066794094,47.6208423363796]],[[-122.343066794094,47.6208423363796],[-122.343066058858,47.620842154174],[-122.343065297592,47.6208420296728]],[[-122.343065297592,47.6208420296728],[-122.343064285979,47.6208419357831],[-122.343063266061,47.6208419018888]],[[-122.343063266061,47.6208419018888],[-122.343062245469,47.6208419280726],[-122.343061232188,47.6208420143318]],[[-122.343061232188,47.6208420143318],[-122.343060468833,47.6208421329798],[-122.343059730533,47.6208423095324]],[[-122.343059730533,47.6208423095324],[-122.343059301254,47.6208424546535],[-122.343058904127,47.620842636675],[-122.343058546093,47.6208428524158]],[[-122.343058546093,47.6208428524158],[-122.343058447101,47.6208429319689],[-122.343058367394,47.6208430208189],[-122.343058308858,47.6208431168612],[-122.343058272882,47.6208432178204],[-122.343058260317,47.620843321305]],[[-122.343058260317,47.620843321305],[-122.343058271338,47.6208434247732],[-122.343058305771,47.620843525878],[-122.343058362802,47.6208436222271],[-122.343058441081,47.6208437115408],[-122.343058538756,47.6208437917058]],[[-122.343058538756,47.6208437917058],[-122.34305889345,47.6208440102789],[-122.34305928785,47.6208441953757],[-122.343059715053,47.6208443437558]],[[-122.343059715053,47.6208443437558],[-122.343060450289,47.6208445259612],[-122.343061211555,47.6208446504627]],[[-122.343061211555,47.6208446504627],[-122.343062223168,47.6208447443521],[-122.343063243086,47.6208447782467]],[[-122.343063243086,47.6208447782467],[-122.34306426301,47.6208447520323],[-122.343065275629,47.6208446658213]],[[-122.343065275629,47.6208446658213],[-122.343066038985,47.6208445471737],[-122.343066777284,47.6208443706207]],[[-122.343066777284,47.6208443706207],[-122.343067207033,47.6208442255617],[-122.343067604609,47.6208440435326],[-122.343067963054,47.6208438277196]],[[-122.343067963054,47.6208438277196],[-122.343068062031,47.6208437481604],[-122.34306814173,47.6208436593088],[-122.343068200264,47.6208435632683],[-122.343068236248,47.6208434623122],[-122.34306824883,47.6208433588303]],[[-122.343060224481,47.6208433285353],[-122.343060231228,47.6208433962703],[-122.343060252615,47.6208434626095],[-122.34306028818,47.6208435261235],[-122.343060337158,47.6208435854436],[-122.343060398492,47.6208436392913]],[[-122.343060398492,47.6208436392913],[-122.343060609822,47.6208437785383],[-122.343060847105,47.620843897282],[-122.343061105997,47.6208439933485]],[[-122.343061105997,47.6208439933485],[-122.343061552995,47.620844111631],[-122.343062017915,47.6208441926599]],[[-122.343062017915,47.6208441926599],[-122.343062629643,47.6208442534051],[-122.343063247119,47.6208442753112]],[[-122.343063247119,47.6208442753112],[-122.34306386468,47.6208442577917],[-122.343064477103,47.62084420142]],[[-122.343064477103,47.62084420142],[-122.343064943336,47.6208441240826],[-122.343065392299,47.6208440093576]],[[-122.343065392299,47.6208440093576],[-122.343065652432,47.6208439152347],[-122.343065891353,47.6208437983213],[-122.343066104694,47.6208436607545]],[[-122.343066104694,47.6208436607545],[-122.343066167052,47.6208436074573],[-122.343066217163,47.6208435485811],[-122.343066253947,47.6208434853946],[-122.34306627661,47.6208434192593],[-122.343066284666,47.6208433516001]],[[-122.343066284666,47.6208433516001],[-122.343066277697,47.6208432838096],[-122.343066256059,47.6208432174402],[-122.34306622022,47.620843153926],[-122.343066170953,47.6208430946395],[-122.343066109324,47.6208430408618]],[[-122.343066109324,47.6208430408618],[-122.343065898412,47.6208429016709],[-122.343065661578,47.6208427829228],[-122.34306540315,47.620842686787]],[[-122.34306540315,47.620842686787],[-122.343064956152,47.6208425685043],[-122.343064491232,47.6208424874756]],[[-122.343064491232,47.6208424874756],[-122.343063879504,47.6208424267301],[-122.343063262028,47.6208424048244]],[[-122.343063262028,47.6208424048244],[-122.343062643818,47.6208424218637],[-122.343062030688,47.6208424778339]],[[-122.343062030688,47.6208424778339],[-122.343061565103,47.6208425556602],[-122.343061116848,47.6208426707779]],[[-122.343061116848,47.6208426707779],[-122.343060856712,47.6208427648975],[-122.343060617791,47.6208428818111],[-122.343060404453,47.620843019381]],[[-122.343060404453,47.620843019381],[-122.343060342081,47.6208430726728],[-122.343060291962,47.6208431315477],[-122.343060255178,47.6208431947357],[-122.343060232521,47.6208432608737],[-122.343060224481,47.6208433285353]],[[-122.343068671644,47.6208380752099],[-122.343068660147,47.6208379701056],[-122.3430686246,47.6208378674757],[-122.343068565864,47.6208377698047],[-122.343068485362,47.6208376794571],[-122.343068385042,47.6208375986201]],[[-122.343068385042,47.6208375986201],[-122.343068015315,47.6208373746162],[-122.343067605208,47.6208371852192],[-122.343067161801,47.6208370336988]],[[-122.343067161801,47.6208370336988],[-122.343066398546,47.6208368485546],[-122.343065609279,47.6208367223375]],[[-122.343065609279,47.6208367223375],[-122.343063499143,47.6208365910982]],[[-122.343063499143,47.6208365910982],[-122.343061388178,47.620836706363]],[[-122.343061388178,47.620836706363],[-122.343060596932,47.6208368270202],[-122.34305983079,47.620837006801]],[[-122.34305983079,47.620837006801],[-122.343059384723,47.6208371545076],[-122.343058971232,47.6208373403525],[-122.343058597451,47.6208375611284]],[[-122.343058597451,47.6208375611284],[-122.343058495848,47.6208376413985],[-122.34305841397,47.6208377313292],[-122.343058353803,47.6208378287388],[-122.343058316806,47.6208379312642],[-122.343058303877,47.6208380364183]],[[-122.343058303877,47.6208380364183],[-122.343058314993,47.6208381416529],[-122.343058350213,47.6208382444482],[-122.343058408683,47.6208383423114],[-122.343058488987,47.620838432869],[-122.343058589175,47.6208385139251]],[[-122.343058589175,47.6208385139251],[-122.343058959386,47.6208387376713],[-122.343059369931,47.6208389267615],[-122.34305981372,47.6208390779295]],[[-122.34305981372,47.6208390779295],[-122.343060576292,47.6208392634923],[-122.343061364938,47.6208393902078]],[[-122.343061364938,47.6208393902078],[-122.343063475048,47.6208395205479]],[[-122.343063475048,47.6208395205479],[-122.34306558737,47.6208394061646]],[[-122.34306558737,47.6208394061646],[-122.343066378615,47.620839285505],[-122.343067144757,47.6208391057266]],[[-122.343067144757,47.6208391057266],[-122.343067590889,47.6208389577364],[-122.343068004374,47.6208387715891],[-122.34306837807,47.6208385504999]],[[-122.34306837807,47.6208385504999],[-122.343068479665,47.6208384702265],[-122.343068561539,47.6208383802951],[-122.343068621706,47.6208382828864],[-122.343068658707,47.6208381803626],[-122.343068671644,47.6208380752099]],[[-122.343060358538,47.6208380442474],[-122.343060365114,47.6208381085013],[-122.343060385837,47.6208381713751],[-122.343060420242,47.6208382314617],[-122.343060467561,47.6208382874167],[-122.343060526734,47.6208383379879]],[[-122.343060526734,47.6208383379879],[-122.343060735141,47.6208384716697],[-122.343060968239,47.6208385853288],[-122.343061221824,47.6208386769164]],[[-122.343061221824,47.6208386769164],[-122.343061658039,47.6208387890397],[-122.343062110817,47.6208388657366]],[[-122.343062110817,47.6208388657366],[-122.343062710044,47.6208389239435],[-122.343063314645,47.6208389451261]],[[-122.343063314645,47.6208389451261],[-122.343063919421,47.6208389286693],[-122.343064519462,47.6208388751672]],[[-122.343064519462,47.6208388751672],[-122.343064974586,47.6208388016345],[-122.343065413637,47.6208386923797]],[[-122.343065413637,47.6208386923797],[-122.343065668282,47.6208386028158],[-122.343065902866,47.6208384911002],[-122.343066113175,47.6208383592405]],[[-122.343066113175,47.6208383592405],[-122.343066173132,47.6208383090259],[-122.34306622129,47.620838253339],[-122.34306625657,47.620838193429],[-122.34306627818,47.6208381306395],[-122.343066285637,47.6208380663787]],[[-122.343066285637,47.6208380663787],[-122.343066279077,47.6208380021223],[-122.343066258362,47.6208379392456],[-122.343066223956,47.6208378791574],[-122.343066176629,47.6208378232037],[-122.343066117441,47.6208377726383]],[[-122.343066117441,47.6208377726383],[-122.343065909376,47.620837639333],[-122.343065676739,47.6208375259724],[-122.343065423707,47.6208374345914]],[[-122.343065423707,47.6208374345914],[-122.343064986867,47.6208373219679],[-122.343064533358,47.6208372448896]],[[-122.343064533358,47.6208372448896],[-122.343063934113,47.6208371871345],[-122.343063329556,47.6208371663994]],[[-122.343063329556,47.6208371663994],[-122.343062724798,47.6208371824072],[-122.343062124713,47.620837235459]],[[-122.343062124713,47.620837235459],[-122.343061670267,47.6208373090359],[-122.343061231868,47.6208374182288]],[[-122.343061231868,47.6208374182288],[-122.343060977224,47.6208375077929],[-122.343060742639,47.6208376195085],[-122.34306053233,47.620837751368]],[[-122.34306053233,47.620837751368],[-122.343060472092,47.620837801524],[-122.343060423652,47.6208378571851],[-122.343060388098,47.6208379171009],[-122.34306036623,47.6208379799255],[-122.343060358538,47.6208380442474]],[[-122.3430603805,47.6208381591061],[-122.343060383156,47.6208379296704]],[[-122.343046177858,47.6208399506127],[-122.343046174945,47.6208403545762]],[[-122.343046166202,47.6208414288265],[-122.343046161984,47.6208418337069]],[[-122.343007253425,47.620839883099],[-122.34301999789,47.620839930851]],[[-122.343008525157,47.6208379464621],[-122.342995663302,47.6208406395783]],[[-122.343007253425,47.620839883099],[-122.343008525157,47.6208379464621]],[[-122.343007239944,47.6208414818847],[-122.343019985765,47.6208415305183]],[[-122.343008480682,47.620843429275],[-122.342995663302,47.6208406395783]],[[-122.343007239944,47.6208414818847],[-122.343008480682,47.620843429275]],[[-122.343019985765,47.6208415305183],[-122.34301999789,47.620839930851]]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":9843,"OBJECTID":24035,"SHAPE__Length":44.28329176852546}}]},"longitudinalMarkings":{"type":"FeatureCollection","features":[{"type":"Feature","id":260,"geometry":{"type":"LineString","coordinates":[[-122.342487821674,47.6206584981526],[-122.342501276135,47.6206672438708]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":260,"SHAPE__Length":2.0807426880355506}},{"type":"Feature","id":383,"geometry":{"type":"LineString","coordinates":[[-122.342512429822,47.620308998177],[-122.342491004345,47.6202943487671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":383,"SHAPE__Length":3.397352575575546}},{"type":"Feature","id":593,"geometry":{"type":"LineString","coordinates":[[-122.342413239544,47.6198102149631],[-122.342405086213,47.6207650708727],[-122.342382393085,47.6207396609236],[-122.342360484149,47.6207648175346],[-122.342368637933,47.6198100407987]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"10'/20' pattern","Color":"Yellow","OBJECTID":593,"SHAPE__Length":325.101594894765}},{"type":"Feature","id":672,"geometry":{"type":"LineString","coordinates":[[-122.342280379649,47.620426711447],[-122.342268227297,47.620418402743]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":672,"SHAPE__Length":1.9269148248441432}},{"type":"Feature","id":1381,"geometry":{"type":"LineString","coordinates":[[-122.343078529253,47.6209231474029],[-122.343066311374,47.6209313420951]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":1381,"SHAPE__Length":1.9187245274622347}},{"type":"Feature","id":2057,"geometry":{"type":"LineString","coordinates":[[-122.342981212601,47.6209228837844],[-122.342968995985,47.62093107665]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":2057,"SHAPE__Length":1.918412097288488}},{"type":"Feature","id":2210,"geometry":{"type":"LineString","coordinates":[[-122.342302341612,47.6207150069827],[-122.342310171745,47.6207203610977]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":2210,"SHAPE__Length":1.2416400019703098}},{"type":"Feature","id":2238,"geometry":{"type":"LineString","coordinates":[[-122.342488461895,47.620563833617],[-122.342502085878,47.6205726904376]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":2238,"SHAPE__Length":2.1070617712778654}},{"type":"Feature","id":2508,"geometry":{"type":"LineString","coordinates":[[-122.342259774585,47.6213279375221],[-122.342271860798,47.6213357937032]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":2508,"SHAPE__Length":1.869137246193095}},{"type":"Feature","id":3010,"geometry":{"type":"LineString","coordinates":[[-122.342364583251,47.6198100252917],[-122.342356387923,47.6207695192313],[-122.342356144115,47.6207981327542],[-122.342408856117,47.6207983388339],[-122.342409102008,47.6207695687509],[-122.342417294252,47.6198102313676]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":3010,"SHAPE__Length":332.2501904588347}},{"type":"Feature","id":3920,"geometry":{"type":"LineString","coordinates":[[-122.342727887114,47.6208509158291],[-122.342736028913,47.6208454551704]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":3920,"SHAPE__Length":1.2785885000928814}},{"type":"Feature","id":4065,"geometry":{"type":"LineString","coordinates":[[-122.342488333856,47.6205827667039],[-122.34250192394,47.620591601484]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":4065,"SHAPE__Length":2.1018190090550863}},{"type":"Feature","id":4083,"geometry":{"type":"LineString","coordinates":[[-122.342261671599,47.6211390096153],[-122.342273757796,47.6211468666954]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":4083,"SHAPE__Length":1.869235671648061}},{"type":"Feature","id":5265,"geometry":{"type":"LineString","coordinates":[[-122.342260723081,47.6212334731192],[-122.342272809299,47.6212413301994]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":5265,"SHAPE__Length":1.8692390594569481}},{"type":"Feature","id":5429,"geometry":{"type":"LineString","coordinates":[[-122.342259963736,47.6213090441091],[-122.342272049972,47.6213169011894]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":5429,"SHAPE__Length":1.8692417630903924}},{"type":"Feature","id":5600,"geometry":{"type":"LineString","coordinates":[[-122.342470650665,47.6210299957149],[-122.342453505161,47.6210182726476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":5600,"SHAPE__Length":2.7187176534940125}},{"type":"Feature","id":6411,"geometry":{"type":"LineString","coordinates":[[-122.342511692206,47.6203962215334],[-122.342490258556,47.6203815668336]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":6411,"SHAPE__Length":3.3986162968610736}},{"type":"Feature","id":6453,"geometry":{"type":"LineString","coordinates":[[-122.342280689312,47.6203879350593],[-122.342268547817,47.6203796334084]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":6453,"SHAPE__Length":1.925235996264514}},{"type":"Feature","id":6794,"geometry":{"type":"LineString","coordinates":[[-122.34225863555,47.621441293557],[-122.342270721816,47.6214491506374]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":6794,"SHAPE__Length":1.8692464950904015}},{"type":"Feature","id":7262,"geometry":{"type":"LineString","coordinates":[[-122.342461448063,47.6210626935125],[-122.342453182114,47.6210570420174]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":7262,"SHAPE__Length":1.3106791885951838}},{"type":"Feature","id":7372,"geometry":{"type":"LineString","coordinates":[[-122.342259584076,47.6213468300536],[-122.342271670321,47.6213546871339]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":7372,"SHAPE__Length":1.8692431111607}},{"type":"Feature","id":7427,"geometry":{"type":"LineString","coordinates":[[-122.342273124168,47.6206751746099],[-122.342266146574,47.6206704038313]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":7427,"SHAPE__Length":1.1064054859749564}},{"type":"Feature","id":7725,"geometry":{"type":"LineString","coordinates":[[-122.343091453496,47.6208519031712],[-122.343099595257,47.6208464424865]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":7725,"SHAPE__Length":1.2785885509755273}},{"type":"Feature","id":8241,"geometry":{"type":"LineString","coordinates":[[-122.342490082858,47.6204022511934],[-122.342511640695,47.6204023350652]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":8241,"SHAPE__Length":2.3998474621810395}},{"type":"Feature","id":10262,"geometry":{"type":"LineString","coordinates":[[-122.342260912258,47.6212145806053],[-122.342272998472,47.6212224376856]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":10262,"SHAPE__Length":1.8692383778676291}},{"type":"Feature","id":10316,"geometry":{"type":"LineString","coordinates":[[-122.342495365071,47.6212754773827],[-122.342482487556,47.6212666727338]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":10316,"SHAPE__Length":2.041932427196619}},{"type":"Feature","id":10839,"geometry":{"type":"LineString","coordinates":[[-122.342979318874,47.6208461155014],[-122.342979286394,47.6208515990548],[-122.342612646096,47.6208506026403],[-122.342612678641,47.6208451199863],[-122.342979318874,47.6208461155014]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":10839,"SHAPE__Length":83.4402079870336}},{"type":"Feature","id":11828,"geometry":{"type":"LineString","coordinates":[[-122.342259394898,47.6213657225673],[-122.342271481147,47.6213735796478]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":11828,"SHAPE__Length":1.8692437948324825}},{"type":"Feature","id":12454,"geometry":{"type":"LineString","coordinates":[[-122.342873860584,47.6208513124673],[-122.342882002367,47.6208458517981]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":12454,"SHAPE__Length":1.2785885210758996}},{"type":"Feature","id":12547,"geometry":{"type":"LineString","coordinates":[[-122.342487437529,47.6207152965142],[-122.342500790292,47.6207239761104]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":12547,"SHAPE__Length":2.065014309444238}},{"type":"Feature","id":12607,"geometry":{"type":"LineString","coordinates":[[-122.342496721184,47.6211399457765],[-122.342476857916,47.6211263659716]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":12607,"SHAPE__Length":3.1494925298979366}},{"type":"Feature","id":13205,"geometry":{"type":"LineString","coordinates":[[-122.342284415854,47.6214770683889],[-122.342303475639,47.6214894597016]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":13205,"SHAPE__Length":2.947862084624177}},{"type":"Feature","id":13669,"geometry":{"type":"LineString","coordinates":[[-122.342311491835,47.6205649468002],[-122.342291487639,47.6205512698777]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":13669,"SHAPE__Length":3.17191082833677}},{"type":"Feature","id":14568,"geometry":{"type":"LineString","coordinates":[[-122.342487309463,47.6207342287019],[-122.342500628353,47.6207428871567]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":14568,"SHAPE__Length":2.059876690704914}},{"type":"Feature","id":14962,"geometry":{"type":"LineString","coordinates":[[-122.342281462097,47.6202909927588],[-122.3422693478,47.620282710539]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":14962,"SHAPE__Length":1.9208233549191296}},{"type":"Feature","id":15146,"geometry":{"type":"LineString","coordinates":[[-122.34249594608,47.6212173926682],[-122.342452011154,47.6211873552291]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":15146,"SHAPE__Length":6.966349196709513}},{"type":"Feature","id":15161,"geometry":{"type":"LineString","coordinates":[[-122.342279450685,47.620543041509],[-122.342267267088,47.6205347116281]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":15161,"SHAPE__Length":1.9318494422867627}},{"type":"Feature","id":16028,"geometry":{"type":"LineString","coordinates":[[-122.342279760349,47.6205042651214],[-122.342267587584,47.6204959413944]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":16028,"SHAPE__Length":1.9302784167730687}},{"type":"Feature","id":17077,"geometry":{"type":"LineString","coordinates":[[-122.34225920439,47.6213846150988],[-122.342271290643,47.6213924721792]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":17077,"SHAPE__Length":1.8692444712495537}},{"type":"Feature","id":17179,"geometry":{"type":"LineString","coordinates":[[-122.342311602878,47.6205513432279],[-122.342279386036,47.6205512261163],[-122.342282994268,47.6201011421848]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":17179,"SHAPE__Length":77.92001187526758}},{"type":"Feature","id":17568,"geometry":{"type":"LineString","coordinates":[[-122.342288731539,47.6206468557736],[-122.342266467097,47.6206316344969]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":17568,"SHAPE__Length":3.530187789009809}},{"type":"Feature","id":18132,"geometry":{"type":"LineString","coordinates":[[-122.342258066709,47.6214979720151],[-122.342303165123,47.6215272888106]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":18132,"SHAPE__Length":6.9747605224435265}},{"type":"Feature","id":18322,"geometry":{"type":"LineString","coordinates":[[-122.342458320881,47.6204681756558],[-122.34250805522,47.6205005066536]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":18322,"SHAPE__Length":7.6917276102317}},{"type":"Feature","id":18563,"geometry":{"type":"LineString","coordinates":[[-122.3428352376,47.6209224873015],[-122.342823841953,47.6209301303961]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":18563,"SHAPE__Length":1.7895857713109242}},{"type":"Feature","id":20335,"geometry":{"type":"LineString","coordinates":[[-122.342497109399,47.6211012223219],[-122.342492432763,47.6210980259486]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":20335,"SHAPE__Length":0.7414178315060519}},{"type":"Feature","id":20615,"geometry":{"type":"LineString","coordinates":[[-122.342496334297,47.6211786692136],[-122.342461283053,47.6211547059924]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":20615,"SHAPE__Length":5.557672208121295}},{"type":"Feature","id":20619,"geometry":{"type":"LineString","coordinates":[[-122.342471040229,47.6209912722425],[-122.342453826852,47.6209795023962]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":20619,"SHAPE__Length":2.7295228580949717}},{"type":"Feature","id":20690,"geometry":{"type":"LineString","coordinates":[[-122.342296937336,47.6207308074135],[-122.342310010182,47.6207397462321]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":20690,"SHAPE__Length":2.072967152394314}},{"type":"Feature","id":20956,"geometry":{"type":"LineString","coordinates":[[-122.342404825596,47.6207955809963],[-122.342360221811,47.6207954068463],[-122.34236043752,47.6207702742863],[-122.34238243659,47.6207450139246],[-122.34240504037,47.6207703252018],[-122.342404825596,47.6207955809963]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":20956,"SHAPE__Length":23.003985792614706}},{"type":"Feature","id":21399,"geometry":{"type":"LineString","coordinates":[[-122.342488077752,47.6206206319787],[-122.342501600037,47.6206294226774]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":21399,"SHAPE__Length":2.091333442707727}},{"type":"Feature","id":21442,"geometry":{"type":"LineString","coordinates":[[-122.342717761575,47.6209029773984],[-122.342708723115,47.6209090400915]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":21442,"SHAPE__Length":1.419476607654614}},{"type":"Feature","id":21943,"geometry":{"type":"LineString","coordinates":[[-122.342487949713,47.6206395650657],[-122.342501438099,47.6206483337237]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":21943,"SHAPE__Length":2.0860906693510612}},{"type":"Feature","id":22054,"geometry":{"type":"LineString","coordinates":[[-122.342262051282,47.6211012245698],[-122.34227413747,47.62110908165]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":22054,"SHAPE__Length":1.8692343175684805}},{"type":"Feature","id":22240,"geometry":{"type":"LineString","coordinates":[[-122.342451755914,47.6212261686801],[-122.342451692095,47.6212261245458]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":22240,"SHAPE__Length":0.01017841014131484}},{"type":"Feature","id":22606,"geometry":{"type":"LineString","coordinates":[[-122.342493235144,47.6214884549626],[-122.34248070922,47.6214798921437]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":22606,"SHAPE__Length":1.9860170224697697}},{"type":"Feature","id":23039,"geometry":{"type":"LineString","coordinates":[[-122.342493816158,47.6214303702484],[-122.342481193855,47.621421741237]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":23039,"SHAPE__Length":2.001333162974932}},{"type":"Feature","id":23098,"geometry":{"type":"LineString","coordinates":[[-122.342281771758,47.620252216371],[-122.342269668319,47.6202439412043]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":23098,"SHAPE__Length":1.9191445409036998}},{"type":"Feature","id":23257,"geometry":{"type":"LineString","coordinates":[[-122.342307569455,47.6209786870621],[-122.342307953224,47.6209789356638]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":23257,"SHAPE__Length":0.05925218223535928}},{"type":"Feature","id":23719,"geometry":{"type":"LineString","coordinates":[[-122.342488205817,47.6206016997909],[-122.342501761976,47.6206105116311]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":23719,"SHAPE__Length":2.096471044311976}},{"type":"Feature","id":23789,"geometry":{"type":"LineString","coordinates":[[-122.342262430939,47.6210634386251],[-122.342274517118,47.6210712957052]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":23789,"SHAPE__Length":1.8692329627471218}},{"type":"Feature","id":24824,"geometry":{"type":"LineString","coordinates":[[-122.342457995591,47.6205059959676],[-122.342462700102,47.6205090543316]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":24824,"SHAPE__Length":0.7275919579919492}},{"type":"Feature","id":25083,"geometry":{"type":"LineString","coordinates":[[-122.342466606648,47.6210467263054],[-122.342453343651,47.6210376577822]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":25083,"SHAPE__Length":2.1030886744903876}},{"type":"Feature","id":25215,"geometry":{"type":"LineString","coordinates":[[-122.342261291942,47.6211767955599],[-122.342273378147,47.6211846526402]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":25215,"SHAPE__Length":1.8692370203648994}},{"type":"Feature","id":25250,"geometry":{"type":"LineString","coordinates":[[-122.342620444937,47.6209027125723],[-122.342612303144,47.620908174122]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":25250,"SHAPE__Length":1.2786925992842328}},{"type":"Feature","id":25268,"geometry":{"type":"LineString","coordinates":[[-122.342311172675,47.6206037161171],[-122.342266946565,47.6205734809626]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":25268,"SHAPE__Length":7.012317621990571}},{"type":"Feature","id":25476,"geometry":{"type":"LineString","coordinates":[[-122.342296534566,47.6206326968131],[-122.342266626042,47.620612250297]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":25476,"SHAPE__Length":4.742128715199615}},{"type":"Feature","id":28058,"geometry":{"type":"LineString","coordinates":[[-122.342487565569,47.6206963634273],[-122.342500952257,47.6207050659634]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":28058,"SHAPE__Length":2.0703622934211015}},{"type":"Feature","id":28222,"geometry":{"type":"LineString","coordinates":[[-122.342493041046,47.6215078171394],[-122.342480547666,47.6214992754796]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":28222,"SHAPE__Length":1.9809854639359803}},{"type":"Feature","id":28283,"geometry":{"type":"LineString","coordinates":[[-122.342493429268,47.6214690936851],[-122.342480870748,47.6214605079087]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":28283,"SHAPE__Length":1.9912641644048426}},{"type":"Feature","id":28722,"geometry":{"type":"LineString","coordinates":[[-122.342776544068,47.6208510486739],[-122.342784687165,47.6208455870948]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":28722,"SHAPE__Length":1.2787982164191614}},{"type":"Feature","id":29044,"geometry":{"type":"LineString","coordinates":[[-122.342260532599,47.6212523665499],[-122.342272618822,47.6212602236302]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":29044,"SHAPE__Length":1.8692397298647463}},{"type":"Feature","id":30488,"geometry":{"type":"LineString","coordinates":[[-122.342496140176,47.6211980304912],[-122.342453496292,47.6211688764428]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":30488,"SHAPE__Length":6.761553524357762}},{"type":"Feature","id":31072,"geometry":{"type":"LineString","coordinates":[[-122.34342779475,47.6208870894246],[-122.343346896299,47.6208868700596],[-122.343192861056,47.620878097656],[-122.342612490214,47.6208766466133]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":31072,"SHAPE__Length":90.82090052329227}},{"type":"Feature","id":31248,"geometry":{"type":"LineString","coordinates":[[-122.342825202326,47.620851180581],[-122.342833345444,47.6208457198977]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":31248,"SHAPE__Length":1.278695525725661}},{"type":"Feature","id":32285,"geometry":{"type":"LineString","coordinates":[[-122.342493622035,47.6214497315259],[-122.342481032301,47.6214411245728]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":32285,"SHAPE__Length":1.9961938225399982}},{"type":"Feature","id":32884,"geometry":{"type":"LineString","coordinates":[[-122.342491541783,47.6202312762923],[-122.342490082858,47.6204022511934]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":32884,"SHAPE__Length":28.237404032082928}},{"type":"Feature","id":32885,"geometry":{"type":"LineString","coordinates":[[-122.342491541783,47.6202312762923],[-122.342460356331,47.6202311590519],[-122.342458887836,47.6204021286805],[-122.342490082858,47.6204022511934]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":32885,"SHAPE__Length":35.18081499295931}},{"type":"Feature","id":33152,"geometry":{"type":"LineString","coordinates":[[-122.342456288146,47.6210786607369],[-122.342453021934,47.6210764271343]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":33152,"SHAPE__Length":0.5179576258890319}},{"type":"Feature","id":34807,"geometry":{"type":"LineString","coordinates":[[-122.342495753289,47.6212367539282],[-122.342482810635,47.6212279051627]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":34807,"SHAPE__Length":2.0522110319463587}},{"type":"Feature","id":35143,"geometry":{"type":"LineString","coordinates":[[-122.342455797261,47.6207707910819],[-122.342498860933,47.6207987862591]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":35143,"SHAPE__Length":6.660155022278229}},{"type":"Feature","id":35675,"geometry":{"type":"LineString","coordinates":[[-122.342262810621,47.6210256535796],[-122.342274896791,47.6210335106596]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":35675,"SHAPE__Length":1.8692316093140724}},{"type":"Feature","id":36148,"geometry":{"type":"LineString","coordinates":[[-122.342511640695,47.6204023350652],[-122.342513086223,47.6202313594409],[-122.342491541783,47.6202312762923]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":36148,"SHAPE__Length":30.635870360346253}},{"type":"Feature","id":36349,"geometry":{"type":"LineString","coordinates":[[-122.342971177127,47.6208515770768],[-122.342979318874,47.6208461155014]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":36349,"SHAPE__Length":1.2786912303472784}},{"type":"Feature","id":36761,"geometry":{"type":"LineString","coordinates":[[-122.342261860776,47.6211201171014],[-122.342273946968,47.6211279741815]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":36761,"SHAPE__Length":1.8692349959251446}},{"type":"Feature","id":37244,"geometry":{"type":"LineString","coordinates":[[-122.342451690713,47.621226168645],[-122.342448891328,47.6215562968888]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":37244,"SHAPE__Length":54.52352481955958}},{"type":"Feature","id":37245,"geometry":{"type":"LineString","coordinates":[[-122.342451690713,47.621226168645],[-122.34245214267,47.6211713395311],[-122.342497227919,47.6210893000206],[-122.342490622531,47.6217496058494],[-122.342447227487,47.6217493869071],[-122.342448891328,47.6215562968888]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":37245,"SHAPE__Length":169.2818321654249}},{"type":"Feature","id":37419,"geometry":{"type":"LineString","coordinates":[[-122.342494010281,47.6214110089708],[-122.342481355408,47.6214023579012]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":37419,"SHAPE__Length":2.0064724937415623}},{"type":"Feature","id":37454,"geometry":{"type":"LineString","coordinates":[[-122.342815078214,47.6209032421414],[-122.342785468536,47.6209230997139]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":37454,"SHAPE__Length":4.649736832795076}},{"type":"Feature","id":38217,"geometry":{"type":"LineString","coordinates":[[-122.342307713608,47.6210061349438],[-122.342303577512,47.6214771453921]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":38217,"SHAPE__Length":77.79130456528972}},{"type":"Feature","id":38218,"geometry":{"type":"LineString","coordinates":[[-122.342307713608,47.6210061349438],[-122.342307955362,47.6209786882427],[-122.342263283768,47.6209785212489],[-122.342257727067,47.6215318162385]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":38218,"SHAPE__Length":100.88772558313437}},{"type":"Feature","id":38848,"geometry":{"type":"LineString","coordinates":[[-122.342303577512,47.6214771453921],[-122.342270441522,47.6214770125689],[-122.342275172727,47.6210060032318],[-122.342307713608,47.6210061349438]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":38848,"SHAPE__Length":85.10278762802106}},{"type":"Feature","id":39652,"geometry":{"type":"LineString","coordinates":[[-122.342480428197,47.621226276974],[-122.342451850973,47.6212067403459]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":39652,"SHAPE__Length":4.531099053575964}},{"type":"Feature","id":40853,"geometry":{"type":"LineString","coordinates":[[-122.342458158901,47.6204870858029],[-122.342505351843,47.6205177655321]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":40853,"SHAPE__Length":7.2987806413242815}},{"type":"Feature","id":42134,"geometry":{"type":"LineString","coordinates":[[-122.34282705448,47.6209032740151],[-122.343192706563,47.6209042711591]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":42134,"SHAPE__Length":40.70453686158038}},{"type":"Feature","id":42135,"geometry":{"type":"LineString","coordinates":[[-122.34282705448,47.6209032740151],[-122.342706471919,47.6209029463029],[-122.342612335663,47.6209026905687],[-122.342612303144,47.620908174122]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":42135,"SHAPE__Length":24.808223721533725}},{"type":"Feature","id":42334,"geometry":{"type":"LineString","coordinates":[[-122.342258826059,47.6214224010256],[-122.342270910991,47.6214302581236]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":42334,"SHAPE__Length":1.8691412695937857}},{"type":"Feature","id":42615,"geometry":{"type":"LineString","coordinates":[[-122.342280998948,47.6203491577724],[-122.342268867008,47.6203408640914]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":42615,"SHAPE__Length":1.923551259496594}},{"type":"Feature","id":42949,"geometry":{"type":"LineString","coordinates":[[-122.342279915168,47.620484876478],[-122.342267746528,47.6204765571944]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":42949,"SHAPE__Length":1.9294330651602103}},{"type":"Feature","id":43048,"geometry":{"type":"LineString","coordinates":[[-122.3426305706,47.6208506519109],[-122.342638712382,47.6208451903598]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":43048,"SHAPE__Length":1.2786911938619017}},{"type":"Feature","id":43508,"geometry":{"type":"LineString","coordinates":[[-122.342270830179,47.6201010965535],[-122.342273222475,47.6198096983168],[-122.342317953752,47.6198098474094],[-122.342311602878,47.6205513432279]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":43508,"SHAPE__Length":175.5667132523225}},{"type":"Feature","id":43509,"geometry":{"type":"LineString","coordinates":[[-122.342270830179,47.6201010965535],[-122.342265999933,47.6206881019993],[-122.342311152082,47.6206061714252],[-122.342311602878,47.6205513432279]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":43509,"SHAPE__Length":120.4367832417743}},{"type":"Feature","id":43590,"geometry":{"type":"LineString","coordinates":[[-122.342494978183,47.6213142008196],[-122.342482164451,47.6213054394056]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":43590,"SHAPE__Length":2.031863484858382}},{"type":"Feature","id":43740,"geometry":{"type":"LineString","coordinates":[[-122.342281153792,47.6203297700281],[-122.342269027281,47.6203214798737]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":43740,"SHAPE__Length":1.922711846019526}},{"type":"Feature","id":45121,"geometry":{"type":"LineString","coordinates":[[-122.342258446371,47.6214601860707],[-122.342270532642,47.6214680431512]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":45121,"SHAPE__Length":1.8692471742364671}},{"type":"Feature","id":45718,"geometry":{"type":"LineString","coordinates":[[-122.342404515509,47.6208312204514],[-122.342359915684,47.6208310462483],[-122.342358921762,47.6209461860899],[-122.342403420626,47.620946362533],[-122.342404515509,47.6208312204514]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":45718,"SHAPE__Length":47.951359899121805}},{"type":"Feature","id":45897,"geometry":{"type":"LineString","coordinates":[[-122.342922518842,47.6208514443328],[-122.342930660621,47.6208459836601]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":45897,"SHAPE__Length":1.2785885289493168}},{"type":"Feature","id":46179,"geometry":{"type":"LineString","coordinates":[[-122.342503531238,47.6204023040613],[-122.342511640695,47.6204023350652]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":46179,"SHAPE__Length":0.902755154521247}},{"type":"Feature","id":46771,"geometry":{"type":"LineString","coordinates":[[-122.342494203048,47.6213916468116],[-122.342481516935,47.621382973666]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":46771,"SHAPE__Length":2.0115099475394946}},{"type":"Feature","id":47646,"geometry":{"type":"LineString","coordinates":[[-122.342352793203,47.6216517521323],[-122.342358360224,47.6210110482042],[-122.342381034185,47.6210364359232],[-122.34240295384,47.6210113241481],[-122.342397197973,47.6216519208373]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"10'/20' pattern","Color":"Yellow","OBJECTID":47646,"SHAPE__Length":221.32379882838467}},{"type":"Feature","id":48089,"geometry":{"type":"LineString","coordinates":[[-122.342466164104,47.6204542581447],[-122.342510758621,47.6204832486744]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":48089,"SHAPE__Length":6.896912238389346}},{"type":"Feature","id":48970,"geometry":{"type":"LineString","coordinates":[[-122.342496528392,47.6211593070366],[-122.342469071165,47.6211405364231]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":48970,"SHAPE__Length":4.35347418059384}},{"type":"Feature","id":50797,"geometry":{"type":"LineString","coordinates":[[-122.342311331577,47.6205843310178],[-122.342267106814,47.6205540958457]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":50797,"SHAPE__Length":7.012213149016191}},{"type":"Feature","id":50922,"geometry":{"type":"LineString","coordinates":[[-122.342495172279,47.6212948386427],[-122.342482326004,47.6212860560697]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":50922,"SHAPE__Length":2.036894992831713}},{"type":"Feature","id":51798,"geometry":{"type":"LineString","coordinates":[[-122.342455583771,47.6207896686263],[-122.34246934611,47.6207986144775]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":51798,"SHAPE__Length":2.128359420760038}},{"type":"Feature","id":52185,"geometry":{"type":"LineString","coordinates":[[-122.342487181424,47.6207531617888],[-122.342500466414,47.620761798203]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":52185,"SHAPE__Length":2.054633883660799}},{"type":"Feature","id":52434,"geometry":{"type":"LineString","coordinates":[[-122.342258255862,47.6214790786021],[-122.342303320381,47.6215083742561]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":52434,"SHAPE__Length":6.969619568839378}},{"type":"Feature","id":53972,"geometry":{"type":"LineString","coordinates":[[-122.342261482449,47.6211579030284],[-122.342273568623,47.6211657592094]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":53972,"SHAPE__Length":1.869131155303063}},{"type":"Feature","id":54227,"geometry":{"type":"LineString","coordinates":[[-122.342512183498,47.6203380723353],[-122.342490755297,47.6203234211621]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":54227,"SHAPE__Length":3.3977738153204573}},{"type":"Feature","id":54412,"geometry":{"type":"LineString","coordinates":[[-122.342452233067,47.6211603738882],[-122.342452825374,47.6211000624902]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"2' dash, 4' skip","Color":"White","OBJECTID":54412,"SHAPE__Length":9.960952997834376}},{"type":"Feature","id":54819,"geometry":{"type":"LineString","coordinates":[[-122.342457634511,47.620509006352],[-122.342488830668,47.6205093033753],[-122.342487137632,47.620759679143],[-122.342455925704,47.6207594399014],[-122.342455484077,47.6207985248076],[-122.342486697619,47.6207987271443],[-122.342500149128,47.620798792567],[-122.342502393468,47.6205366461899],[-122.342510986495,47.6204817927828],[-122.342511212049,47.6204544335564],[-122.342489638229,47.6204543498962],[-122.342458440515,47.6204542274184],[-122.342455708548,47.6207723656759]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":54819,"SHAPE__Length":175.06655004089794}},{"type":"Feature","id":54864,"geometry":{"type":"LineString","coordinates":[[-122.342278149463,47.6209785769449],[-122.342307787146,47.6209978440648]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":54864,"SHAPE__Length":4.5837247700166195}},{"type":"Feature","id":55417,"geometry":{"type":"LineString","coordinates":[[-122.342470844769,47.6210106335379],[-122.342453665341,47.6209988875308]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":55417,"SHAPE__Length":2.7240663466964214}},{"type":"Feature","id":55540,"geometry":{"type":"LineString","coordinates":[[-122.343192706563,47.6209042711591],[-122.3433452078,47.6209129091839],[-122.34335890603,47.6209129469426],[-122.343427640607,47.620913133381],[-122.343427608148,47.6209186160353],[-122.343358873563,47.6209184295968],[-122.343192542864,47.6209316862461],[-122.342826891918,47.620930689084],[-122.342705376178,47.6209084268644],[-122.342612303144,47.620908174122]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":55540,"SHAPE__Length":118.49771894354419}},{"type":"Feature","id":55541,"geometry":{"type":"LineString","coordinates":[[-122.343192706563,47.6209042711591],[-122.343192592895,47.620923461348],[-122.342826940676,47.6209224642036],[-122.34282705448,47.6209032740151]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":55541,"SHAPE__Length":47.04329109923027}},{"type":"Feature","id":56070,"geometry":{"type":"LineString","coordinates":[[-122.342280534468,47.6204073228035],[-122.34226838757,47.6203990185253]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":56070,"SHAPE__Length":1.9259676173922755}},{"type":"Feature","id":56424,"geometry":{"type":"LineString","coordinates":[[-122.342262999796,47.6210067610656],[-122.342275085962,47.6210146181457]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":56424,"SHAPE__Length":1.8692309295690992}},{"type":"Feature","id":56660,"geometry":{"type":"LineString","coordinates":[[-122.342448891328,47.6215562968888],[-122.342480070925,47.6215564142205],[-122.342482823533,47.621226285694],[-122.342451690713,47.621226168645]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":56660,"SHAPE__Length":61.460236514559064}},{"type":"Feature","id":57537,"geometry":{"type":"LineString","coordinates":[[-122.34229231352,47.6207861308477],[-122.342309526797,47.6207979007186]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":57537,"SHAPE__Length":2.7295127627399727}},{"type":"Feature","id":58060,"geometry":{"type":"LineString","coordinates":[[-122.343029870927,47.620923015604],[-122.343017654344,47.6209312093741]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":58060,"SHAPE__Length":1.9185148022150633}},{"type":"Feature","id":58965,"geometry":{"type":"LineString","coordinates":[[-122.342304337588,47.620618537852],[-122.342266786291,47.6205928651802]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":58965,"SHAPE__Length":5.954074769055444}},{"type":"Feature","id":59042,"geometry":{"type":"LineString","coordinates":[[-122.342398973793,47.6219372184277],[-122.34240705801,47.6210066205455],[-122.342407296034,47.6209792764484],[-122.342354583744,47.6209790667708],[-122.342354344441,47.6210065512235],[-122.342348738273,47.6216517330276]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":59042,"SHAPE__Length":275.17727287767866}},{"type":"Feature","id":59171,"geometry":{"type":"LineString","coordinates":[[-122.34230774591,47.6206992074508],[-122.342310331978,47.6207009759808]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":59171,"SHAPE__Length":0.4101037272052396}},{"type":"Feature","id":60286,"geometry":{"type":"LineString","coordinates":[[-122.342262620115,47.6210445461111],[-122.342274706289,47.6210524031912]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":60286,"SHAPE__Length":1.8692322857311434}},{"type":"Feature","id":61324,"geometry":{"type":"LineString","coordinates":[[-122.342494591268,47.6213529233572],[-122.342481840041,47.6213442069943]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":61324,"SHAPE__Length":2.02168080496103}},{"type":"Feature","id":61579,"geometry":{"type":"LineString","coordinates":[[-122.342495559167,47.6212561152058],[-122.342482649109,47.6212472893979]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":61579,"SHAPE__Length":2.046963933985244}},{"type":"Feature","id":61776,"geometry":{"type":"LineString","coordinates":[[-122.342496915304,47.6211205844989],[-122.342484645994,47.6211121955019]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":61776,"SHAPE__Length":1.945511654095699}},{"type":"Feature","id":61917,"geometry":{"type":"LineString","coordinates":[[-122.343427982657,47.6208555618969],[-122.343359394543,47.6208553762152],[-122.343288849613,47.6208469553353],[-122.343084953601,47.6208464028181],[-122.343084921105,47.6208518854722],[-122.343288817165,47.6208524388888],[-122.343359221035,47.6208608589415],[-122.343427950224,47.6208610454504],[-122.343427982657,47.6208555618969]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":61917,"SHAPE__Length":78.42787932912198}},{"type":"Feature","id":62192,"geometry":{"type":"LineString","coordinates":[[-122.342311032135,47.6206235507778],[-122.342310440999,47.6206838621581]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"2' dash, 4' skip","Color":"White","OBJECTID":62192,"SHAPE__Length":9.960858436478253}},{"type":"Feature","id":63006,"geometry":{"type":"LineString","coordinates":[[-122.342292703215,47.6207474073758],[-122.342309848593,47.6207591304673]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":63006,"SHAPE__Length":2.718703546529925}},{"type":"Feature","id":64200,"geometry":{"type":"LineString","coordinates":[[-122.342358406098,47.6210057947744],[-122.342380993471,47.6210310873832],[-122.342403001978,47.6210058736737],[-122.34240321697,47.6209820014763],[-122.342358614277,47.6209818246102],[-122.342358406098,47.6210057947744]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":64200,"SHAPE__Length":22.57376229916795}},{"type":"Feature","id":65354,"geometry":{"type":"LineString","coordinates":[[-122.342679228857,47.6208507838804],[-122.34268737066,47.6208453232251]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":65354,"SHAPE__Length":1.2785884968394825}},{"type":"Feature","id":65428,"geometry":{"type":"LineString","coordinates":[[-122.342281307279,47.6203103814023],[-122.342269187527,47.6203020947567]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":65428,"SHAPE__Length":1.9217705620803043}},{"type":"Feature","id":65702,"geometry":{"type":"LineString","coordinates":[[-122.343427810954,47.6208843471982],[-122.343346816715,47.6208841282046],[-122.34319278135,47.6208753513046],[-122.342612506487,47.6208739052864]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":65702,"SHAPE__Length":90.8209519791147}},{"type":"Feature","id":66973,"geometry":{"type":"LineString","coordinates":[[-122.342260343422,47.6212712590638],[-122.342272429649,47.6212791161441]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":66973,"SHAPE__Length":1.8692404057305332}},{"type":"Feature","id":67126,"geometry":{"type":"LineString","coordinates":[[-122.342512676146,47.6202799240187],[-122.342491252037,47.6202652754905]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":67126,"SHAPE__Length":3.397141007028653}},{"type":"Feature","id":68366,"geometry":{"type":"LineString","coordinates":[[-122.34248858996,47.6205449014292],[-122.342502247816,47.6205537793913]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":68366,"SHAPE__Length":2.1121993564615233}},{"type":"Feature","id":69360,"geometry":{"type":"LineString","coordinates":[[-122.34293255425,47.6209227510447],[-122.342920338956,47.6209309438875]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":69360,"SHAPE__Length":1.9183050812681872}},{"type":"Feature","id":69717,"geometry":{"type":"LineString","coordinates":[[-122.342280224831,47.6204461000904],[-122.342268067049,47.6204377878599]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":69717,"SHAPE__Length":1.927754235152393}},{"type":"Feature","id":70212,"geometry":{"type":"LineString","coordinates":[[-122.342494397171,47.621372285534],[-122.342481678488,47.6213635903302]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":70212,"SHAPE__Length":2.0166492815908086}},{"type":"Feature","id":70239,"geometry":{"type":"LineString","coordinates":[[-122.34228161694,47.6202716050145],[-122.342269508047,47.620263325422]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":70239,"SHAPE__Length":1.9200917524271142}},{"type":"Feature","id":70506,"geometry":{"type":"LineString","coordinates":[[-122.342259015211,47.6214035076125],[-122.342271101469,47.6214113646929]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":70506,"SHAPE__Length":1.8692451431409078}},{"type":"Feature","id":70820,"geometry":{"type":"LineString","coordinates":[[-122.342280927204,47.6206610156505],[-122.342266306849,47.6206510196137]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":70820,"SHAPE__Length":2.318246091692101}},{"type":"Feature","id":71051,"geometry":{"type":"LineString","coordinates":[[-122.34249478406,47.6213335620972],[-122.342482002924,47.6213248236408]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":71051,"SHAPE__Length":2.0266163701779734}},{"type":"Feature","id":71091,"geometry":{"type":"LineString","coordinates":[[-122.342260154244,47.6212901515776],[-122.342272239145,47.6212980086755]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":71091,"SHAPE__Length":1.8691365356527883}},{"type":"Feature","id":71290,"geometry":{"type":"LineString","coordinates":[[-122.342261102765,47.6211956880738],[-122.342273188974,47.6212035451541]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":71290,"SHAPE__Length":1.869237702097089}},{"type":"Feature","id":71719,"geometry":{"type":"LineString","coordinates":[[-122.342766419882,47.6209031093306],[-122.342747095155,47.620916069918]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":71719,"SHAPE__Length":3.0347114618463418}},{"type":"Feature","id":73295,"geometry":{"type":"LineString","coordinates":[[-122.342309526927,47.620797951095],[-122.342310411195,47.6206914129781],[-122.342292747326,47.6207430562781],[-122.342292195396,47.6207978849161],[-122.342309526927,47.620797951095]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":73295,"SHAPE__Length":37.33301786032884}},{"type":"Feature","id":73518,"geometry":{"type":"LineString","coordinates":[[-122.342257727067,47.6215318162385],[-122.342303126073,47.6215319978858],[-122.342303577512,47.6214771453921]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":73518,"SHAPE__Length":14.113256458673693}},{"type":"Feature","id":73822,"geometry":{"type":"LineString","coordinates":[[-122.342263190276,47.6209878676348],[-122.342291185666,47.621006068005]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":73822,"SHAPE__Length":4.329831850827054}},{"type":"Feature","id":73879,"geometry":{"type":"LineString","coordinates":[[-122.342883895925,47.6209226191835],[-122.342871681927,47.6209308111041]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":73879,"SHAPE__Length":1.9180953606890132}},{"type":"Feature","id":74310,"geometry":{"type":"LineString","coordinates":[[-122.342262240459,47.6210823320559],[-122.342274326642,47.621090189136]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":74310,"SHAPE__Length":1.8692336351421364}},{"type":"Feature","id":74885,"geometry":{"type":"LineString","coordinates":[[-122.342279605504,47.6205236528656],[-122.342267427336,47.6205153265113]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":74885,"SHAPE__Length":1.9310100214243076}},{"type":"Feature","id":75022,"geometry":{"type":"LineString","coordinates":[[-122.342453826721,47.6209794520197],[-122.342452917101,47.6210890968296],[-122.342470606569,47.6210343468126],[-122.342471158313,47.6209795181741],[-122.342453826721,47.6209794520197]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":75022,"SHAPE__Length":38.347609273971806}},{"type":"Feature","id":75111,"geometry":{"type":"LineString","coordinates":[[-122.342292509046,47.6207667695526],[-122.34230968836,47.6207785155841]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":75111,"SHAPE__Length":2.724054251729924}},{"type":"Feature","id":75505,"geometry":{"type":"LineString","coordinates":[[-122.34251193853,47.6203671473751],[-122.342490507605,47.6203524944387]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":75505,"SHAPE__Length":3.3981950590400394}},{"type":"Feature","id":75670,"geometry":{"type":"LineString","coordinates":[[-122.342407449803,47.620949119489],[-122.342408595865,47.6208284945065],[-122.342355883833,47.6208282884266],[-122.342354844029,47.6209489110985],[-122.342407449803,47.620949119489]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":75670,"SHAPE__Length":51.56796491667191}},{"type":"Feature","id":76288,"geometry":{"type":"LineString","coordinates":[[-122.34228084413,47.6203685464159],[-122.342268708091,47.6203602491907]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":76288,"SHAPE__Length":1.9242887943285842}},{"type":"Feature","id":76355,"geometry":{"type":"LineString","coordinates":[[-122.342512922469,47.6202508498604],[-122.342491499755,47.6202362031131]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":76355,"SHAPE__Length":3.3968216507788793}},{"type":"Feature","id":76569,"geometry":{"type":"LineString","coordinates":[[-122.342488717999,47.6205259683422],[-122.342502648464,47.6205350244104]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":76569,"SHAPE__Length":2.154461765379385}},{"type":"Feature","id":76589,"geometry":{"type":"LineString","coordinates":[[-122.342487693608,47.6206774303403],[-122.342501114196,47.6206861549171]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":76589,"SHAPE__Length":2.075605087800115}},{"type":"Feature","id":76763,"geometry":{"type":"LineString","coordinates":[[-122.342495591937,47.620454373503],[-122.342511129404,47.6204644733984]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":76763,"SHAPE__Length":2.402896651213423}},{"type":"Feature","id":77301,"geometry":{"type":"LineString","coordinates":[[-122.342280069986,47.6204654878346],[-122.342267906776,47.6204571720775]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":77301,"SHAPE__Length":1.928593651054182}},{"type":"Feature","id":77397,"geometry":{"type":"LineString","coordinates":[[-122.342669103269,47.6209028454454],[-122.342660961455,47.6209083060993]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":77397,"SHAPE__Length":1.2785899036013995}},{"type":"Feature","id":77597,"geometry":{"type":"LineString","coordinates":[[-122.342467726654,47.620759529913],[-122.342500304449,47.62078070835]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":77597,"SHAPE__Length":5.038426620923198}}]},"transverseMarkings":{"type":"FeatureCollection","features":[{"type":"Feature","id":3081,"geometry":{"type":"LineString","coordinates":[[-122.342618051386,47.6208506173211],[-122.34261791311,47.6208739199496]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":3081,"SHAPE__Length":3.8485589091993524}},{"type":"Feature","id":5859,"geometry":{"type":"LineString","coordinates":[[-122.342615381286,47.6208451273267],[-122.34261544635,47.6208341611194]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":5859,"SHAPE__Length":1.8111294382769125}},{"type":"Feature","id":12644,"geometry":{"type":"LineString","coordinates":[[-122.342259384174,47.6207991169955],[-122.342259146803,47.6208265321518],[-122.342256442724,47.6208265212235],[-122.342256681453,47.6207991069488],[-122.342259384174,47.6207991169955]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":12644,"SHAPE__Length":9.657352252153489}},{"type":"Feature","id":13281,"geometry":{"type":"LineString","coordinates":[[-122.342522708759,47.6208275787005],[-122.342520006011,47.6208275677607],[-122.34252024327,47.6208001535031],[-122.342522947348,47.6208001644252],[-122.342522708759,47.6208275787005]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":13281,"SHAPE__Length":9.65720770635692}},{"type":"Feature","id":14358,"geometry":{"type":"LineString","coordinates":[[-122.342321371077,47.620977563978],[-122.342321609772,47.6209501497032],[-122.342324312527,47.6209501606477],[-122.342324073833,47.6209775749225],[-122.342321371077,47.620977563978]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":14358,"SHAPE__Length":9.657091131726462}},{"type":"Feature","id":19235,"geometry":{"type":"LineString","coordinates":[[-122.342467457168,47.6210932923254],[-122.342466092072,47.6210846723732],[-122.342474015145,47.6210858429595],[-122.342467457168,47.6210932923254]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":19235,"SHAPE__Length":3.7652355602550314}},{"type":"Feature","id":19237,"geometry":{"type":"LineString","coordinates":[[-122.34251870512,47.620978347923],[-122.342518943712,47.6209509336478],[-122.342521646466,47.6209509445875],[-122.342521409207,47.6209783588451],[-122.34251870512,47.620978347923]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":19237,"SHAPE__Length":9.657235545004134}},{"type":"Feature","id":20610,"geometry":{"type":"LineString","coordinates":[[-122.342615348741,47.6208506099807],[-122.342615210464,47.6208739126092]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":20610,"SHAPE__Length":3.8485589106670623}},{"type":"Feature","id":22932,"geometry":{"type":"LineString","coordinates":[[-122.342361918993,47.6209777253516],[-122.342362157667,47.6209503110768],[-122.342364860396,47.620950321121],[-122.342364623079,47.6209777362774],[-122.342361918993,47.6209777253516]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":22932,"SHAPE__Length":9.657380158875489}},{"type":"Feature","id":24340,"geometry":{"type":"LineString","coordinates":[[-122.34248085996,47.6209781975459],[-122.342481098571,47.6209507832708],[-122.342478395816,47.6209507723301],[-122.342478157204,47.6209781866052],[-122.34248085996,47.6209781975459]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":24340,"SHAPE__Length":9.657091238044297}},{"type":"Feature","id":25910,"geometry":{"type":"LineString","coordinates":[[-122.342612678641,47.6208451199863],[-122.342612743706,47.620834153779]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":25910,"SHAPE__Length":1.8111294413241217}},{"type":"Feature","id":27743,"geometry":{"type":"LineString","coordinates":[[-122.342498431175,47.6209782677156],[-122.342498669751,47.6209508525412],[-122.342501372506,47.6209508634813],[-122.342501135235,47.6209782777389],[-122.342498431175,47.6209782677156]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":27743,"SHAPE__Length":9.657380261902082}},{"type":"Feature","id":28173,"geometry":{"type":"LineString","coordinates":[[-122.34242698341,47.6207997834411],[-122.342426744771,47.6208271977162],[-122.342424042023,47.6208271867742],[-122.342424279333,47.6207997725167],[-122.34242698341,47.6207997834411]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":28173,"SHAPE__Length":9.657207651883951}},{"type":"Feature","id":28392,"geometry":{"type":"LineString","coordinates":[[-122.342418635196,47.6208271649077],[-122.342418873839,47.6207997506326],[-122.342421576586,47.6207997615747],[-122.342421337944,47.6208271758498],[-122.342418635196,47.6208271649077]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":28392,"SHAPE__Length":9.657063365744463}},{"type":"Feature","id":31839,"geometry":{"type":"LineString","coordinates":[[-122.342279659405,47.6207991981271],[-122.342279420689,47.6208266124019],[-122.34227671794,47.6208266014564],[-122.342276955328,47.6207991871993],[-122.342279659405,47.6207991981271]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":31839,"SHAPE__Length":9.657207534568743}},{"type":"Feature","id":33219,"geometry":{"type":"LineString","coordinates":[[-122.34227347491,47.620680798818],[-122.342274839964,47.6206894187725],[-122.342266916982,47.6206882490716],[-122.34227347491,47.620680798818]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":33219,"SHAPE__Length":3.7652981457958594}},{"type":"Feature","id":35100,"geometry":{"type":"LineString","coordinates":[[-122.342317503105,47.6207993485887],[-122.342320207156,47.6207993586163],[-122.342319968487,47.6208267737905],[-122.342317265738,47.6208267628459],[-122.342317503105,47.6207993485887]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":35100,"SHAPE__Length":9.657352299688554}},{"type":"Feature","id":35248,"geometry":{"type":"LineString","coordinates":[[-122.342289338951,47.6206915601253],[-122.342295896903,47.6206841107696],[-122.34229726196,47.6206927307239],[-122.342289338951,47.6206915601253]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":35248,"SHAPE__Length":3.7652067777534746}},{"type":"Feature","id":41202,"geometry":{"type":"LineString","coordinates":[[-122.342298631753,47.6209500585334],[-122.342298394376,47.6209774727905],[-122.34229569029,47.620977461863],[-122.342295928998,47.6209500475884],[-122.342298631753,47.6209500585334]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":41202,"SHAPE__Length":9.657235365784173}},{"type":"Feature","id":42867,"geometry":{"type":"LineString","coordinates":[[-122.342301097132,47.6209774837354],[-122.342301335838,47.6209500694607],[-122.342304038567,47.6209500795064],[-122.342303799888,47.6209774946803],[-122.342301097132,47.6209774837354]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":42867,"SHAPE__Length":9.657235834310198}},{"type":"Feature","id":46363,"geometry":{"type":"LineString","coordinates":[[-122.342278128644,47.6206899050399],[-122.342284686571,47.6206824547856],[-122.342286051627,47.62069107474],[-122.342278128644,47.6206899050399]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":46363,"SHAPE__Length":3.765298282717978}},{"type":"Feature","id":47021,"geometry":{"type":"LineString","coordinates":[[-122.342425683555,47.6209505626855],[-122.342425444941,47.6209779778597],[-122.342422742184,47.6209779669177],[-122.342422979496,47.6209505526604],[-122.342425683555,47.6209505626855]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":47021,"SHAPE__Length":9.657380206549702}},{"type":"Feature","id":48367,"geometry":{"type":"LineString","coordinates":[[-122.342464589822,47.6208273481112],[-122.342464828441,47.6207999338361],[-122.342467531162,47.6207999438778],[-122.342467292544,47.620827358153],[-122.342464589822,47.6208273481112]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":48367,"SHAPE__Length":9.65705588174952}},{"type":"Feature","id":48465,"geometry":{"type":"LineString","coordinates":[[-122.342505137595,47.6208275085346],[-122.342505376193,47.6208000942593],[-122.34250807894,47.6208001051993],[-122.342507841674,47.620827519457],[-122.342505137595,47.6208275085346]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":48465,"SHAPE__Length":9.65720770685936}},{"type":"Feature","id":49735,"geometry":{"type":"LineString","coordinates":[[-122.342297229204,47.6207992674461],[-122.342299933281,47.6207992783735],[-122.342299694575,47.6208266926483],[-122.342296991852,47.6208266826026],[-122.342297229204,47.6207992674461]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":49735,"SHAPE__Length":9.657352284910802}},{"type":"Feature","id":49983,"geometry":{"type":"LineString","coordinates":[[-122.342337539625,47.6208268430856],[-122.34233777698,47.6207994288284],[-122.342340481057,47.6207994397548],[-122.342340242373,47.6208268540297],[-122.342337539625,47.6208268430856]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":49983,"SHAPE__Length":9.657207579404881}},{"type":"Feature","id":50102,"geometry":{"type":"LineString","coordinates":[[-122.342239110299,47.6207990367418],[-122.342238872891,47.6208264509989],[-122.342236168838,47.6208264409693],[-122.342236407552,47.6207990257954],[-122.342239110299,47.6207990367418]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":50102,"SHAPE__Length":9.657352236095111}},{"type":"Feature","id":50229,"geometry":{"type":"LineString","coordinates":[[-122.34248522557,47.6210874989249],[-122.342478667594,47.6210949482915],[-122.342477302496,47.6210863283394],[-122.34248522557,47.6210874989249]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":50229,"SHAPE__Length":3.7652356912335616}},{"type":"Feature","id":52722,"geometry":{"type":"LineString","coordinates":[[-122.342322909903,47.6207993695608],[-122.342322671209,47.6208267838356],[-122.342325375288,47.6208267947624],[-122.34232561265,47.6207993805052],[-122.342322909903,47.6207993695608]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":52722,"SHAPE__Length":9.657207558553786}},{"type":"Feature","id":55032,"geometry":{"type":"LineString","coordinates":[[-122.342403768136,47.6208271065499],[-122.342404005457,47.6207996922925],[-122.342406709508,47.620799702318],[-122.342406470859,47.6208271165931],[-122.342403768136,47.6208271065499]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":55032,"SHAPE__Length":9.657200104478582}},{"type":"Feature","id":56849,"geometry":{"type":"LineString","coordinates":[[-122.342302397323,47.6208267035933],[-122.342302636028,47.6207992893185],[-122.342305338775,47.6207993002633],[-122.342305101402,47.6208267145205],[-122.342302397323,47.6208267035933]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":56849,"SHAPE__Length":9.657207541780533}},{"type":"Feature","id":57092,"geometry":{"type":"LineString","coordinates":[[-122.342479456881,47.6208274064611],[-122.342479695492,47.6207999921859],[-122.342482398239,47.6208000031265],[-122.34248216096,47.6208274173841],[-122.342479456881,47.6208274064611]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":57092,"SHAPE__Length":9.657207683012228}},{"type":"Feature","id":57536,"geometry":{"type":"LineString","coordinates":[[-122.342343183804,47.6207994506988],[-122.342342946451,47.620826864956],[-122.342345649174,47.6208268750007],[-122.342345887855,47.6207994607258],[-122.342343183804,47.6207994506988]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":57536,"SHAPE__Length":9.657200060432018}},{"type":"Feature","id":58153,"geometry":{"type":"LineString","coordinates":[[-122.342612646096,47.6208506026403],[-122.342612506487,47.6208739052864]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":58153,"SHAPE__Length":3.8485624194149395}},{"type":"Feature","id":59963,"geometry":{"type":"LineString","coordinates":[[-122.342336239536,47.6209776232282],[-122.342336476893,47.620950208971],[-122.342339180978,47.6209502198975],[-122.342338942292,47.6209776341722],[-122.342336239536,47.6209776232282]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":59963,"SHAPE__Length":9.657235395596434}},{"type":"Feature","id":60163,"geometry":{"type":"LineString","coordinates":[[-122.342402705535,47.6209504715366],[-122.342402466909,47.6209778867108],[-122.342405170969,47.6209778967364],[-122.34240540829,47.6209504824791],[-122.342402705535,47.6209504715366]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":60163,"SHAPE__Length":9.657380181252279}},{"type":"Feature","id":60836,"geometry":{"type":"LineString","coordinates":[[-122.342382192938,47.6209778055834],[-122.342382431601,47.6209503913085],[-122.342385134356,47.6209504022515],[-122.342384897024,47.6209778165087],[-122.342382192938,47.6209778055834]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":60836,"SHAPE__Length":9.657235434641098}},{"type":"Feature","id":61327,"geometry":{"type":"LineString","coordinates":[[-122.342502434872,47.6208274984937],[-122.342499730794,47.6208274875712],[-122.342499969394,47.6208000732959],[-122.342502672115,47.6208000833368],[-122.342502434872,47.6208274984937]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":61327,"SHAPE__Length":9.657352434579224}},{"type":"Feature","id":62760,"geometry":{"type":"LineString","coordinates":[[-122.342318905687,47.6209501387764],[-122.342318668321,47.6209775530335],[-122.342315964261,47.6209775430059],[-122.342316202933,47.6209501278319],[-122.342318905687,47.6209501387764]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":62760,"SHAPE__Length":9.657380114206552}},{"type":"Feature","id":63017,"geometry":{"type":"LineString","coordinates":[[-122.342525650069,47.6208001744655],[-122.342528352816,47.6208001854051],[-122.34252811556,47.6208275996628],[-122.342525411508,47.6208275896401],[-122.342525650069,47.6208001744655]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":63017,"SHAPE__Length":9.657352452992654}},{"type":"Feature","id":63702,"geometry":{"type":"LineString","coordinates":[[-122.342308473625,47.6206943866891],[-122.342300550615,47.6206932160913],[-122.342307107236,47.6206857667527],[-122.342308473625,47.6206943866891]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":63702,"SHAPE__Length":3.765141662471522}},{"type":"Feature","id":64287,"geometry":{"type":"LineString","coordinates":[[-122.342260549217,47.6209773223402],[-122.342260787944,47.6209499080655],[-122.342263490699,47.6209499190114],[-122.342263251973,47.620977333286],[-122.342260549217,47.6209773223402]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":64287,"SHAPE__Length":9.65709108039647}},{"type":"Feature","id":64763,"geometry":{"type":"LineString","coordinates":[[-122.342618083931,47.6208451346671],[-122.342618150325,47.6208341684422]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":64763,"SHAPE__Length":1.8111329605201931}},{"type":"Feature","id":65576,"geometry":{"type":"LineString","coordinates":[[-122.342401064058,47.620827095625],[-122.342398361309,47.6208270846824],[-122.342398599963,47.6207996704074],[-122.34240130271,47.6207996813499],[-122.342401064058,47.620827095625]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":65576,"SHAPE__Length":9.657063363898537}},{"type":"Feature","id":66235,"geometry":{"type":"LineString","coordinates":[[-122.342399764153,47.6209778757682],[-122.342400002807,47.6209504614933],[-122.342397298722,47.6209504505684],[-122.342397061397,47.6209778648256],[-122.342399764153,47.6209778757682]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":66235,"SHAPE__Length":9.6572354516132}},{"type":"Feature","id":68701,"geometry":{"type":"LineString","coordinates":[[-122.342504076591,47.6209508744039],[-122.342503837992,47.620978288679],[-122.342506540748,47.6209782996191],[-122.342506779345,47.620950885344],[-122.342504076591,47.6209508744039]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":68701,"SHAPE__Length":9.657091250797402}},{"type":"Feature","id":71659,"geometry":{"type":"LineString","coordinates":[[-122.342445957515,47.6209506438051],[-122.342445718886,47.6209780580802],[-122.34244301613,47.6209780471386],[-122.34244325343,47.6209506328813],[-122.342445957515,47.6209506438051]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":71659,"SHAPE__Length":9.65723548403504}},{"type":"Feature","id":72746,"geometry":{"type":"LineString","coordinates":[[-122.342244517123,47.6207990586169],[-122.342244278388,47.6208264728916],[-122.342241575639,47.6208264619453],[-122.342241814376,47.6207990476706],[-122.342244517123,47.6207990586169]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":72746,"SHAPE__Length":9.657063246526274}},{"type":"Feature","id":74339,"geometry":{"type":"LineString","coordinates":[[-122.342496437299,47.6210891539723],[-122.342489879351,47.6210966042388],[-122.342488514251,47.6210879842869],[-122.342496437299,47.6210891539723]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":74339,"SHAPE__Length":3.765327429083132}},{"type":"Feature","id":76892,"geometry":{"type":"LineString","coordinates":[[-122.342237571186,47.6209772311579],[-122.342237809925,47.6209498168834],[-122.34223510717,47.6209498059369],[-122.34223486843,47.6209772202115],[-122.342237571186,47.6209772311579]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":76892,"SHAPE__Length":9.657091064976068}},{"type":"Feature","id":77723,"geometry":{"type":"LineString","coordinates":[[-122.34225538113,47.6209498870905],[-122.342258083859,47.6209498971372],[-122.342257846461,47.6209773113942],[-122.3422551424,47.6209773013651],[-122.34225538113,47.6209498870905]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":77723,"SHAPE__Length":9.657227821589153}},{"type":"Feature","id":81067,"geometry":{"type":"LineString","coordinates":[[-122.342526814693,47.6209783798251],[-122.34252705328,47.6209509655499],[-122.342524350525,47.6209509546103],[-122.342524111937,47.6209783688855],[-122.342526814693,47.6209783798251]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":81067,"SHAPE__Length":9.657091276870906}},{"type":"Feature","id":82730,"geometry":{"type":"LineString","coordinates":[[-122.342357813511,47.6208269233218],[-122.342358052186,47.6207995090468],[-122.342360754933,47.6207995199903],[-122.342360516259,47.6208269342653],[-122.342357813511,47.6208269233218]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":82730,"SHAPE__Length":9.657063331345608}},{"type":"Feature","id":84752,"geometry":{"type":"LineString","coordinates":[[-122.342444315909,47.6208272669949],[-122.342444554539,47.6207998527198],[-122.342447257286,47.6207998636613],[-122.342447018658,47.6208272779364],[-122.342444315909,47.6208272669949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":84752,"SHAPE__Length":9.657063386982863}},{"type":"Feature","id":85002,"geometry":{"type":"LineString","coordinates":[[-122.342457883258,47.6209781063906],[-122.342458121881,47.6209506921155],[-122.342460824636,47.6209507030567],[-122.342460586015,47.6209781173318],[-122.342457883258,47.6209781063906]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":85002,"SHAPE__Length":9.65709122405132}},{"type":"Feature","id":85699,"geometry":{"type":"LineString","coordinates":[[-122.342459421616,47.6207999119715],[-122.342462124364,47.6207999229127],[-122.342461887073,47.6208273371701],[-122.342459182995,47.6208273262467],[-122.342459421616,47.6207999119715]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":85699,"SHAPE__Length":9.657207670787226}},{"type":"Feature","id":86477,"geometry":{"type":"LineString","coordinates":[[-122.342486505385,47.6209508042351],[-122.342486266803,47.6209782194095],[-122.342483564046,47.6209782084689],[-122.342483801326,47.6209507942115],[-122.342486505385,47.6209508042351]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":86477,"SHAPE__Length":9.65738023366903}},{"type":"Feature","id":88743,"geometry":{"type":"LineString","coordinates":[[-122.342465992831,47.620978138297],[-122.342463290075,47.620978127356],[-122.342463527365,47.6209507130985],[-122.34246623145,47.620950724022],[-122.342465992831,47.620978138297]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":88743,"SHAPE__Length":9.657235493404018}},{"type":"Feature","id":90926,"geometry":{"type":"LineString","coordinates":[[-122.342262088251,47.6207991279237],[-122.342264790998,47.6207991388696],[-122.342264553604,47.6208265531266],[-122.342261849525,47.6208265421985],[-122.342262088251,47.6207991279237]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":90926,"SHAPE__Length":9.657207524969577}},{"type":"Feature","id":94715,"geometry":{"type":"LineString","coordinates":[[-122.342282123437,47.6208266233473],[-122.342282362152,47.6207992090725],[-122.342285064873,47.6207992191186],[-122.342284827516,47.620826634275],[-122.342282123437,47.6208266233473]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":94715,"SHAPE__Length":9.65735226964013}},{"type":"Feature","id":95894,"geometry":{"type":"LineString","coordinates":[[-122.342344349108,47.6209776551433],[-122.342341645048,47.6209776451163],[-122.342341883706,47.6209502299422],[-122.342344586461,47.6209502408861],[-122.342344349108,47.6209776551433]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":95894,"SHAPE__Length":9.65738015962513}},{"type":"Feature","id":97807,"geometry":{"type":"LineString","coordinates":[[-122.342462803391,47.6210841870106],[-122.342456246769,47.6210916372575],[-122.342454880319,47.6210830164235],[-122.342462803391,47.6210841870106]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":97807,"SHAPE__Length":3.765444445949544}},{"type":"Feature","id":98496,"geometry":{"type":"LineString","coordinates":[[-122.342281061878,47.6209499883153],[-122.342283764633,47.6209499992606],[-122.342283525918,47.6209774135353],[-122.342280823188,47.6209774034892],[-122.342281061878,47.6209499883153]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":98496,"SHAPE__Length":9.65723584086954}},{"type":"Feature","id":101051,"geometry":{"type":"LineString","coordinates":[[-122.342359454912,47.6209503001333],[-122.342359216237,47.6209777144081],[-122.34235651348,47.6209777034645],[-122.342356750827,47.6209502892073],[-122.342359454912,47.6209503001333]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":101051,"SHAPE__Length":9.657235418011206}},{"type":"Feature","id":103842,"geometry":{"type":"LineString","coordinates":[[-122.342437847921,47.620950610998],[-122.342437609313,47.6209780261723],[-122.342440312043,47.6209780362147],[-122.342440550676,47.6209506219397],[-122.342437847921,47.620950610998]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":103842,"SHAPE__Length":9.657235963317243}},{"type":"Feature","id":103900,"geometry":{"type":"LineString","coordinates":[[-122.342439147741,47.6207998317535],[-122.342441850462,47.6207998417959],[-122.342441613187,47.6208272569526],[-122.342438909108,47.6208272460286],[-122.342439147741,47.6207998317535]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":103900,"SHAPE__Length":9.657352376622438}},{"type":"Feature","id":109050,"geometry":{"type":"LineString","coordinates":[[-122.342420276741,47.6209505417183],[-122.342420038098,47.6209779559933],[-122.342417335342,47.6209779450511],[-122.342417572656,47.6209505307938],[-122.342420276741,47.6209505417183]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":109050,"SHAPE__Length":9.65723545919754}},{"type":"Feature","id":109348,"geometry":{"type":"LineString","coordinates":[[-122.342485102317,47.6208000140495],[-122.342484863708,47.6208274283247],[-122.342487566457,47.6208274392652],[-122.342487805064,47.62080002499],[-122.342485102317,47.6208000140495]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":109348,"SHAPE__Length":9.657063424225202}},{"type":"Feature","id":112545,"geometry":{"type":"LineString","coordinates":[[-122.342242978028,47.6209772530331],[-122.342240275272,47.6209772420867],[-122.34224051268,47.6209498278298],[-122.342243216765,47.6209498387585],[-122.342242978028,47.6209772530331]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":112545,"SHAPE__Length":9.657235322646113}},{"type":"Feature","id":113138,"geometry":{"type":"LineString","coordinates":[[-122.342378326088,47.6207995901785],[-122.342381028809,47.6207996002223],[-122.342380790172,47.6208270153966],[-122.342378087423,47.6208270044535],[-122.342378326088,47.6207995901785]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":113138,"SHAPE__Length":9.657208081721496}},{"type":"Feature","id":113204,"geometry":{"type":"LineString","coordinates":[[-122.342379490182,47.6209777946404],[-122.342376787452,47.6209777845965],[-122.342377024761,47.62095036944],[-122.342379728846,47.6209503803655],[-122.342379490182,47.6209777946404]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":113204,"SHAPE__Length":9.657380168535045}},{"type":"Feature","id":113466,"geometry":{"type":"LineString","coordinates":[[-122.342386435633,47.6207996220906],[-122.342386196972,47.6208270363656],[-122.342383494224,47.6208270254227],[-122.342383731556,47.6207996111653],[-122.342386435633,47.6207996220906]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":113466,"SHAPE__Length":9.657207610872408}},{"type":"Feature","id":113850,"geometry":{"type":"LineString","coordinates":[[-122.342363220338,47.6208269451912],[-122.34236345768,47.6207995309339],[-122.342366161757,47.6207995418597],[-122.342365923086,47.6208269561346],[-122.342363220338,47.6208269451912]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":113850,"SHAPE__Length":9.657207588488923}},{"type":"Feature","id":114388,"geometry":{"type":"LineString","coordinates":[[-122.342275416345,47.6209773816159],[-122.342275655064,47.6209499673412],[-122.342278357819,47.6209499782867],[-122.342278120431,47.6209773925438],[-122.342275416345,47.6209773816159]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":114388,"SHAPE__Length":9.657235359317362}}]},"symbols":{"type":"FeatureCollection","features":[{"type":"Feature","id":2396,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342370864122,47.6210565169188],[-122.342370903875,47.621057887397]],[[-122.342387892068,47.6210668021814],[-122.342379538781,47.6210701119526]],[[-122.342379538781,47.6210701119526],[-122.34238053338,47.6210667855021]],[[-122.342387892068,47.6210668021814],[-122.342380982842,47.6210616382726]],[[-122.342370903875,47.621057887397],[-122.342371110377,47.6210593457629],[-122.342371643947,47.6210607659253],[-122.342372492139,47.6210621147595],[-122.342373635171,47.6210633608045],[-122.342375046381,47.6210644749966],[-122.342376692854,47.6210654313476],[-122.342378536185,47.621066207551],[-122.34238053338,47.6210667855021]],[[-122.342373086595,47.6210574014541],[-122.342373258094,47.6210585832938],[-122.342373702899,47.6210597323021],[-122.342374409965,47.6210608199483],[-122.342375361736,47.6210618192258],[-122.342376534579,47.6210627053218],[-122.342377899371,47.6210634562341],[-122.342379422223,47.6210640533172],[-122.342381065323,47.6210644817451]],[[-122.342370864122,47.6210565169188],[-122.342373060093,47.621056487802]],[[-122.342373060093,47.621056487802],[-122.342373086595,47.6210574014541]],[[-122.342381065323,47.6210644817451],[-122.342380982842,47.6210616382726]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1600,"F_area":null,"OBJECTID":2396,"SHAPE__Length":7.383572653801148,"InstallationDate":null}},{"type":"Feature","id":8245,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342518431995,47.6207656954769],[-122.342516757935,47.6207672488119]],[[-122.342516757935,47.6207672488119],[-122.342515405003,47.6207696435216]],[[-122.342515405003,47.6207696435216],[-122.342516039301,47.6207704555547]],[[-122.342516039301,47.6207704555547],[-122.342517377002,47.620768132116]],[[-122.342517377002,47.620768132116],[-122.342518167504,47.6207703382721]],[[-122.342518167504,47.6207703382721],[-122.342516141124,47.6207713511154]],[[-122.342516141124,47.6207713511154],[-122.342516623107,47.6207743890037]],[[-122.342516623107,47.6207743890037],[-122.342517731657,47.6207737067933]],[[-122.342517731657,47.6207737067933],[-122.342517460933,47.6207720802902]],[[-122.342517460933,47.6207720802902],[-122.342518873158,47.6207714084466]],[[-122.342518873158,47.6207714084466],[-122.342516973173,47.6207769617438]],[[-122.342516973173,47.6207769617438],[-122.342518066294,47.620777582373]],[[-122.342520425405,47.6207705638202],[-122.342518066294,47.620777582373]],[[-122.342520425405,47.6207705638202],[-122.342518431995,47.6207656954769]],[[-122.342521413969,47.6207740474947],[-122.342521753243,47.6207740465942]],[[-122.342521329625,47.6207389872197],[-122.342517247207,47.6207303124408]],[[-122.342518453651,47.62073814194],[-122.342518481418,47.6207467589343]],[[-122.342518453651,47.62073814194],[-122.342521329625,47.6207389872197]],[[-122.342516089295,47.6207381454048],[-122.342516117062,47.6207467623991]],[[-122.342513220037,47.6207389993987],[-122.342517247207,47.6207303124408]],[[-122.342516089295,47.6207381454048],[-122.342513220037,47.6207389993987]],[[-122.342516117062,47.6207467623991],[-122.342518481418,47.6207467589343]],[[-122.34251646819,47.6207644620643],[-122.342516461384,47.6207645943972]],[[-122.342516461384,47.6207645943972],[-122.342516478636,47.6207647926886],[-122.342516528699,47.6207649884333]],[[-122.342516528699,47.6207649884333],[-122.342516597987,47.6207651420008],[-122.342516698378,47.6207652875526]],[[-122.342516698378,47.6207652875526],[-122.342516779077,47.6207653710835],[-122.342516876353,47.6207654461635],[-122.342516988285,47.6207655113095]],[[-122.342516988285,47.6207655113095],[-122.342517051396,47.6207655380531],[-122.34251712007,47.6207655576034],[-122.342517192515,47.620765569451],[-122.342517266845,47.6207655732872]],[[-122.342517266845,47.6207655732872],[-122.3425173406,47.6207655692248],[-122.342517412446,47.6207655572775],[-122.34251748054,47.6207655377519],[-122.342517543136,47.6207655111488]],[[-122.342517543136,47.6207655111488],[-122.342517654843,47.6207654455291],[-122.34251775177,47.6207653699851],[-122.342517831996,47.6207652860143]],[[-122.342517831996,47.6207652860143],[-122.342517931673,47.6207651404331],[-122.342518000287,47.6207649869114]],[[-122.342518000287,47.6207649869114],[-122.342518048947,47.6207647906897],[-122.342518064676,47.6207645920285]],[[-122.342518064676,47.6207645920285],[-122.342518056851,47.6207644598896]],[[-122.342517894285,47.6207633510272],[-122.342517750129,47.6207632899675],[-122.342517593308,47.6207632452853],[-122.342517427884,47.6207632181378],[-122.342517258142,47.620763209228]],[[-122.342518348914,47.6207637030433],[-122.342518222486,47.6207635716543],[-122.342518069935,47.6207634535351],[-122.342517894285,47.6207633510272]],[[-122.342518578838,47.620764106618],[-122.342518484826,47.620763899408],[-122.342518348914,47.6207637030433]],[[-122.342515944371,47.6207641100662],[-122.342515869446,47.6207644628072]],[[-122.34251617082,47.6207637058373],[-122.342516036627,47.6207639026151],[-122.342515944371,47.6207641100662]],[[-122.342516623643,47.6207633534829],[-122.342516448601,47.6207634561807],[-122.342516296659,47.6207635744113],[-122.34251617082,47.6207637058373]],[[-122.342517258142,47.620763209228],[-122.342517088587,47.6207632188219],[-122.342516923509,47.6207632466174],[-122.342516767179,47.6207632918949],[-122.342516623643,47.6207633534829]],[[-122.342518655594,47.6207644591468],[-122.342518056851,47.6207644598896]],[[-122.342518655594,47.6207644591468],[-122.342518578838,47.620764106618]],[[-122.34251646819,47.6207644620643],[-122.342515869446,47.6207644628072]],[[-122.342521583827,47.6207740317481],[-122.342521488813,47.6207740366271],[-122.342521395954,47.6207740510442],[-122.342521307347,47.6207740746741],[-122.342521224991,47.6207741069835],[-122.342521150744,47.6207741472435]],[[-122.342521150744,47.6207741472435],[-122.342520954504,47.6207742893064],[-122.342520788206,47.6207744477797],[-122.342520654838,47.6207746198174]],[[-122.342520654838,47.6207746198174],[-122.342520491558,47.620774915769],[-122.342520380925,47.6207752225898]],[[-122.342520380925,47.6207752225898],[-122.342520300132,47.6207756282893],[-122.34252027416,47.6207760372528]],[[-122.34252027416,47.6207760372528],[-122.342520303139,47.6207764462025],[-122.342520386936,47.6207768517035]],[[-122.342520386936,47.6207768517035],[-122.342520499131,47.6207771580777],[-122.342520663859,47.6207774534687]],[[-122.342520663859,47.6207774534687],[-122.342520798049,47.6207776250642],[-122.342520965047,47.620777783038],[-122.342521161859,47.6207779245577]],[[-122.342521161859,47.6207779245577],[-122.342521236426,47.6207779647455],[-122.342521319087,47.6207779969459],[-122.342521407974,47.6207780204315],[-122.34252150108,47.6207780346716],[-122.342521596301,47.6207780393445]],[[-122.342521596301,47.6207780393445],[-122.342521691394,47.6207780342961],[-122.342521784291,47.6207780196999],[-122.342521872894,47.6207779958856],[-122.342521955203,47.620777963391],[-122.342522029358,47.6207779229499]],[[-122.342522029358,47.6207779229499],[-122.342522225506,47.6207777811648],[-122.342522391809,47.6207776229956],[-122.34252252529,47.6207774512753]],[[-122.34252252529,47.6207774512753],[-122.342522687957,47.6207771548613],[-122.342522797847,47.6207768476213]],[[-122.342522797847,47.6207768476213],[-122.34252287931,47.6207764419336],[-122.342522905942,47.6207760329406]],[[-122.342522905942,47.6207760329406],[-122.342522876915,47.6207756244429],[-122.342522793192,47.6207752193892]],[[-122.342522793192,47.6207752193892],[-122.342522681058,47.6207749125575],[-122.342522516243,47.6207746167247]],[[-122.342522516243,47.6207746167247],[-122.342522381961,47.6207744454467],[-122.342522214974,47.6207742877769],[-122.342522018269,47.6207741465349]],[[-122.342522018269,47.6207741465349],[-122.342521943719,47.6207741063269],[-122.342521861063,47.6207740741147],[-122.34252177217,47.6207740506279],[-122.342521679056,47.6207740363983],[-122.342521583827,47.6207740317481]],[[-122.342521601817,47.6207796513722],[-122.34252175741,47.6207796429775],[-122.342521909164,47.6207796183451],[-122.34252205337,47.6207795780769],[-122.342522186506,47.6207795231562],[-122.342522305322,47.6207794549244]],[[-122.342522305322,47.6207794549244],[-122.342522633621,47.6207792026842],[-122.34252291013,47.620778923658],[-122.342523130095,47.6207786226437]],[[-122.342523130095,47.6207786226437],[-122.34252339869,47.6207781054777],[-122.342523579939,47.6207775713318]],[[-122.342523579939,47.6207775713318],[-122.34252375675,47.6207761440053]],[[-122.34252375675,47.6207761440053],[-122.342523570319,47.6207747169974]],[[-122.342523570319,47.6207747169974],[-122.342523385878,47.620774182883],[-122.342523114041,47.6207736660064]],[[-122.342523114041,47.6207736660064],[-122.342522891989,47.6207733658498],[-122.342522613597,47.6207730878495],[-122.342522283648,47.6207728367824]],[[-122.342522283648,47.6207728367824],[-122.342522164536,47.6207727688388],[-122.342522031179,47.6207727142282],[-122.342521886831,47.6207726742835],[-122.342521735014,47.6207726499795],[-122.342521579435,47.6207726419092]],[[-122.342521579435,47.6207726419092],[-122.342521423752,47.6207726504525],[-122.34252127195,47.6207726752547],[-122.342521127743,47.6207727157091],[-122.34252099466,47.6207727708257],[-122.342520875955,47.6207728392562]],[[-122.342520875955,47.6207728392562],[-122.342520547274,47.6207730911685],[-122.342520270311,47.6207733698985],[-122.342520049827,47.6207736706553]],[[-122.342520049827,47.6207736706553],[-122.342519781177,47.6207741882655],[-122.342519600008,47.6207747228664]],[[-122.342519600008,47.6207747228664],[-122.342519423198,47.620776150193]],[[-122.342519423198,47.620776150193],[-122.342519609629,47.6207775772008]],[[-122.342519609629,47.6207775772008],[-122.342519794132,47.6207781108577],[-122.34252006588,47.6207786272926]],[[-122.34252006588,47.6207786272926],[-122.342520287935,47.6207789274479],[-122.342520566327,47.620779205448],[-122.342520896274,47.6207794565167]],[[-122.342520896274,47.6207794565167],[-122.342521015595,47.6207795245702],[-122.34252114921,47.6207795792393],[-122.342521293845,47.6207796191843],[-122.342521445956,47.6207796434266],[-122.342521601817,47.6207796513722]],[[-122.342513766486,47.6207739815772],[-122.342513666246,47.6207739867361],[-122.342513568222,47.6207740017783],[-122.342513474548,47.6207740263766],[-122.342513387262,47.6207740599956],[-122.342513308262,47.6207741019039]],[[-122.342513308262,47.6207741019039],[-122.342513104251,47.6207742459968],[-122.34251293088,47.6207744072924],[-122.342512791309,47.6207745828534]],[[-122.342512791309,47.6207745828534],[-122.34251261965,47.6207748856793],[-122.342512503182,47.6207752002079]],[[-122.342512503182,47.6207752002079],[-122.342512417963,47.6207756143529],[-122.342512390263,47.6207760320452]],[[-122.342512390263,47.6207760320452],[-122.342512420811,47.6207764496411],[-122.342512508855,47.6207768635113]],[[-122.342512508855,47.6207768635113],[-122.342512626613,47.6207771778525],[-122.342512799521,47.6207774803877]],[[-122.342512799521,47.6207774803877],[-122.342512940539,47.6207776553743],[-122.342513115214,47.620777815976],[-122.342513320368,47.6207779592703]],[[-122.342513320368,47.6207779592703],[-122.342513399701,47.6207780011877],[-122.342513487334,47.6207780347644],[-122.342513581353,47.6207780592669],[-122.342513679704,47.6207780741598],[-122.342513780237,47.6207780791176]],[[-122.342513780237,47.6207780791176],[-122.342513880556,47.6207780737925],[-122.342513978618,47.6207780585728],[-122.342514072289,47.6207780337901],[-122.342514159529,47.6207779999843],[-122.342514238435,47.6207779578916]],[[-122.342514238435,47.6207779578916],[-122.342514442452,47.6207778138015],[-122.342514615823,47.6207776525055],[-122.342514755389,47.6207774769421]],[[-122.342514755389,47.6207774769421],[-122.34251492705,47.6207771741166],[-122.342515043515,47.6207768595875]],[[-122.342515043515,47.6207768595875],[-122.342515128736,47.6207764454426],[-122.342515156435,47.6207760277503]],[[-122.342515156435,47.6207760277503],[-122.342515126547,47.6207756101667],[-122.342515039173,47.6207751962665]],[[-122.342515039173,47.6207751962665],[-122.342514920693,47.6207748823634],[-122.342514747202,47.6207745803071]],[[-122.342514747202,47.6207745803071],[-122.342514606281,47.620774405001],[-122.342514431594,47.6207742440951],[-122.342514226329,47.6207741005252]],[[-122.342514226329,47.6207741005252],[-122.342514146915,47.620774058793],[-122.342514059246,47.6207740254034],[-122.342513965234,47.6207740010853],[-122.342513866932,47.6207739863694],[-122.342513766486,47.6207739815772]],[[-122.34251378416,47.6207794068897],[-122.342513937403,47.620779398644],[-122.342514086932,47.6207793745842],[-122.342514229177,47.6207793352848],[-122.342514360742,47.6207792816841],[-122.342514478486,47.6207792150618]],[[-122.342514478486,47.6207792150618],[-122.342514799121,47.6207789733106],[-122.342515069723,47.6207787052],[-122.342515285576,47.6207784154015]],[[-122.342515285576,47.6207784154015],[-122.342515549206,47.6207779167135],[-122.34251572718,47.620777401083]],[[-122.34251572718,47.620777401083],[-122.34251590021,47.6207760268835]],[[-122.34251590021,47.6207760268835],[-122.342515717978,47.620774652897]],[[-122.342515717978,47.620774652897],[-122.342515536456,47.6207741380911],[-122.342515269472,47.6207736404861]],[[-122.342515269472,47.6207736404861],[-122.34251505177,47.6207733513919],[-122.342514779467,47.6207730841461],[-122.342514457309,47.6207728434061]],[[-122.342514457309,47.6207728434061],[-122.342514339354,47.6207727770267],[-122.342514207636,47.6207727236867],[-122.3425140653,47.6207726846595],[-122.342513915744,47.6207726608766],[-122.342513762537,47.6207726529058]],[[-122.342513762537,47.6207726529058],[-122.342513609299,47.6207726611644],[-122.342513459775,47.62077268523],[-122.342513317533,47.6207727245286],[-122.342513185966,47.6207727781227],[-122.342513068212,47.6207728447338]],[[-122.342513068212,47.6207728447338],[-122.342512747581,47.6207730864874],[-122.34251247698,47.6207733545977],[-122.342512261122,47.620773644394]],[[-122.342512261122,47.620773644394],[-122.342511997494,47.6207741430824],[-122.342511819518,47.6207746587125]],[[-122.342511819518,47.6207746587125],[-122.342511646488,47.6207760329119]],[[-122.342511646488,47.6207760329119],[-122.34251182872,47.6207774068985]],[[-122.34251182872,47.6207774068985],[-122.342512010183,47.6207779221613],[-122.342512277251,47.6207784202087]],[[-122.342512277251,47.6207784202087],[-122.342512494963,47.6207787092989],[-122.342512767266,47.6207789765441],[-122.342513089414,47.6207792172886]],[[-122.342513089414,47.6207792172886],[-122.342513207471,47.6207792834655],[-122.342513339231,47.6207793366077],[-122.342513481555,47.6207793754489],[-122.342513631052,47.6207793990638],[-122.34251378416,47.6207794068897]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null}},{"type":"Feature","id":8887,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342242775573,47.6207058461505],[-122.342242764467,47.6207072065077]],[[-122.342242764467,47.6207072065077],[-122.34224933269,47.6207127266927]],[[-122.34224933269,47.6207127266927],[-122.342255968374,47.6207072689444]],[[-122.342255968374,47.6207072689444],[-122.342255980236,47.6207058887858]],[[-122.342255980236,47.6207058887858],[-122.342249352663,47.6207113509246]],[[-122.342249352663,47.6207113509246],[-122.342242775573,47.6207058461505]],[[-122.342242764314,47.6207085775151],[-122.342242751461,47.6207099235017]],[[-122.342242751461,47.6207099235017],[-122.342249327456,47.6207154363867]],[[-122.342249327456,47.6207154363867],[-122.342255929654,47.620709970986]],[[-122.342255929654,47.620709970986],[-122.342255941073,47.6207086214199]],[[-122.342255941073,47.6207086214199],[-122.342249314438,47.6207140700521]],[[-122.342249314438,47.6207140700521],[-122.342242764314,47.6207085775151]],[[-122.342251613703,47.6206986103608],[-122.342252055135,47.6206995625925]],[[-122.342251350606,47.6206977052431],[-122.342251613703,47.6206986103608]],[[-122.342251176702,47.6206967098815],[-122.342251350606,47.6206977052431]],[[-122.342251102501,47.620695757279],[-122.342251176702,47.6206967098815]],[[-122.342251107193,47.6206948180242],[-122.342251102501,47.620695757279]],[[-122.3422511992,47.6206938614187],[-122.342251107193,47.6206948180242]],[[-122.342251372942,47.6206929244207],[-122.3422511992,47.6206938614187]],[[-122.342251590837,47.6206921793537],[-122.342251372942,47.6206929244207]],[[-122.342251842663,47.6206915489869],[-122.342251590837,47.6206921793537]],[[-122.3422522475,47.6206908266305],[-122.342251842663,47.6206915489869]],[[-122.342252553207,47.6206904483397],[-122.3422522475,47.6206908266305]],[[-122.34225287884,47.6206901606453],[-122.342252701338,47.6206902969402],[-122.342252553207,47.6206904483397]],[[-122.342253098459,47.6206900254909],[-122.34225287884,47.6206901606453]],[[-122.342253336464,47.6206899278763],[-122.342253098459,47.6206900254909]],[[-122.342253573139,47.6206898761595],[-122.342253336464,47.6206899278763]],[[-122.342253721899,47.6206898669903],[-122.342253573139,47.6206898761595]],[[-122.342253934007,47.6206898857688],[-122.342253721899,47.6206898669903]],[[-122.342254171387,47.6206899500923],[-122.342253934007,47.6206898857688]],[[-122.342254408871,47.6206900638929],[-122.342254171387,47.6206899500923]],[[-122.342254605567,47.6206901935277],[-122.342254408871,47.6206900638929]],[[-122.34225487479,47.6206904382506],[-122.342254605567,47.6206901935277]],[[-122.34225524797,47.6206909181925],[-122.34225487479,47.6206904382506]],[[-122.342255676127,47.6206917797397],[-122.34225524797,47.6206909181925]],[[-122.342256256153,47.620694574334],[-122.342256070649,47.620693167182],[-122.342255676127,47.6206917797397]],[[-122.342256079704,47.6206972530125],[-122.342256256153,47.620694574334]],[[-122.342255420123,47.6206992390997],[-122.34225582052,47.6206982567093],[-122.342256079704,47.6206972530125]],[[-122.342255113164,47.6206997577462],[-122.342255284007,47.6206995030919],[-122.342255420123,47.6206992390997]],[[-122.342254875759,47.6207000595642],[-122.342255113164,47.6206997577462]],[[-122.342254151964,47.6207006116252],[-122.342254431642,47.6207004516121],[-122.342254674566,47.6207002663266],[-122.342254875759,47.6207000595642]],[[-122.342253630862,47.62070072019],[-122.342253769372,47.620700715283],[-122.34225390481,47.6207006951224],[-122.342254033504,47.6207006602547],[-122.342254151964,47.6207006116252]],[[-122.342253321006,47.6207006802173],[-122.342253630862,47.62070072019]],[[-122.342253014201,47.620700561938],[-122.342253160337,47.6207006296404],[-122.342253321006,47.6207006802173]],[[-122.34225244065,47.6207001008456],[-122.342252602582,47.6207002703816],[-122.342252794777,47.6207004248921],[-122.342253014201,47.620700561938]],[[-122.34225244065,47.6207001008456],[-122.342251661655,47.6207043924166]],[[-122.342251661655,47.6207043924166],[-122.342251888345,47.6207052350443]],[[-122.342251888345,47.6207052350443],[-122.342251409807,47.6207063065268]],[[-122.342251409807,47.6207063065268],[-122.342250401113,47.6207063028077]],[[-122.342250401113,47.6207063028077],[-122.34225039274,47.6207056929833]],[[-122.34225039274,47.6207056929833],[-122.342251276354,47.6207056965615]],[[-122.342251276354,47.6207056965615],[-122.34225146019,47.620705291099]],[[-122.34225146019,47.620705291099],[-122.342251259138,47.620704506606]],[[-122.342251259138,47.620704506606],[-122.342251536883,47.620702567863]],[[-122.342251536883,47.620702567863],[-122.342247917275,47.6207025537795]],[[-122.342247917275,47.6207025537795],[-122.342247858362,47.6207029081072]],[[-122.34224837631,47.6207031954125],[-122.342248222591,47.6207030848048],[-122.342248048973,47.620702988499],[-122.342247858362,47.6207029081072]],[[-122.342248765528,47.6207035860805],[-122.342248595622,47.620703379565],[-122.34224837631,47.6207031954125]],[[-122.342248814037,47.6207037446683],[-122.342248765528,47.6207035860805]],[[-122.342248813438,47.6207038157454],[-122.342248814037,47.6207037446683]],[[-122.342248797998,47.6207038798224],[-122.342248813438,47.6207038157454]],[[-122.342248770276,47.620703933267],[-122.342248797998,47.6207038798224]],[[-122.342248734233,47.6207039751269],[-122.342248770276,47.620703933267]],[[-122.342248689793,47.6207040027044],[-122.342248734233,47.6207039751269]],[[-122.342248639589,47.6207040150649],[-122.342248689793,47.6207040027044]],[[-122.342248639589,47.6207040150649],[-122.342246660983,47.6207041978298]],[[-122.342246594193,47.6207041888196],[-122.342246660983,47.6207041978298]],[[-122.342246542815,47.6207041607132],[-122.342246594193,47.6207041888196]],[[-122.342246509563,47.620704115274],[-122.342246542815,47.6207041607132]],[[-122.342246491828,47.6207040543357],[-122.342246509563,47.620704115274]],[[-122.34224650432,47.6207038886418],[-122.342246491828,47.6207040543357]],[[-122.342246578022,47.620703677156],[-122.34224650432,47.6207038886418]],[[-122.342246684584,47.6207034517403],[-122.342246578022,47.620703677156]],[[-122.342246822337,47.6207032466022],[-122.342246684584,47.6207034517403]],[[-122.342247349229,47.6207029247531],[-122.342247190961,47.6207029832686],[-122.342247048144,47.6207030576831],[-122.342246924262,47.6207031461807],[-122.342246822337,47.6207032466022]],[[-122.342247349229,47.6207029247531],[-122.342247494179,47.62070214197]],[[-122.342247494179,47.62070214197],[-122.342246656381,47.6206999103506]],[[-122.342246337528,47.6207002483332],[-122.342246656381,47.6206999103506]],[[-122.34224599463,47.6207004912761],[-122.342246180567,47.620700379095],[-122.342246337528,47.6207002483332]],[[-122.342245640961,47.6207006381034],[-122.34224599463,47.6207004912761]],[[-122.342245283118,47.6207006869286],[-122.342245405928,47.620700684389],[-122.342245526354,47.6207006679578],[-122.342245640961,47.6207006381034]],[[-122.342244764909,47.620700574151],[-122.342244927211,47.6207006315708],[-122.342245101644,47.6207006695326],[-122.342245283118,47.6207006869286]],[[-122.34224428329,47.6207002548777],[-122.342244421362,47.6207003760041],[-122.342244582935,47.6207004831131],[-122.342244764909,47.620700574151]],[[-122.342243472357,47.6206990871404],[-122.34224381322,47.620699691392],[-122.34224428329,47.6207002548777]],[[-122.342242932602,47.6206973598489],[-122.342243472357,47.6206990871404]],[[-122.342242747585,47.6206952473194],[-122.342242932602,47.6206973598489]],[[-122.34224296858,47.6206931411017],[-122.342242747585,47.6206952473194]],[[-122.342243538657,47.6206914179877],[-122.34224296858,47.6206931411017]],[[-122.342244371177,47.6206902563491],[-122.342243879855,47.6206908127281],[-122.342243538657,47.6206914179877]],[[-122.342244858349,47.620689941324],[-122.342244599037,47.6206900877877],[-122.342244371177,47.6206902563491]],[[-122.342245379452,47.6206898327592],[-122.342245240933,47.6206898376351],[-122.342245105485,47.6206898577865],[-122.342244976791,47.6206898926655],[-122.342244858349,47.620689941324]],[[-122.342245810214,47.620689912511],[-122.342245673465,47.6206898707246],[-122.342245528682,47.6206898439192],[-122.342245379452,47.6206898327592]],[[-122.3422462186,47.6206901382963],[-122.342246096466,47.6206900520004],[-122.34224595966,47.6206899763638],[-122.342245810214,47.620689912511]],[[-122.342246946911,47.6206909805706],[-122.342246753296,47.6206906813544],[-122.342246509425,47.6206903993234],[-122.3422462186,47.6206901382963]],[[-122.342247846729,47.6206938824766],[-122.342247554649,47.6206924092893],[-122.342246946911,47.6206909805706]],[[-122.342247846729,47.6206938824766],[-122.342248636559,47.6206935886279]],[[-122.342248846762,47.6206931288392],[-122.342248747685,47.6206932756159],[-122.342248677232,47.6206934297203],[-122.342248636559,47.6206935886279]],[[-122.342248846762,47.6206931288392],[-122.342248718366,47.6206917298491]],[[-122.342248718366,47.6206917298491],[-122.342248538728,47.6206917295319]],[[-122.342248538728,47.6206917295319],[-122.342248529103,47.6206913518234]],[[-122.342248529103,47.6206913518234],[-122.342249095663,47.6206912966325]],[[-122.342249095663,47.6206912966325],[-122.342249091466,47.6206917024122]],[[-122.342249091466,47.6206917024122],[-122.342248954416,47.62069170243]],[[-122.342248954416,47.62069170243],[-122.342249112047,47.6206931001329]],[[-122.34224927815,47.6206932301733],[-122.342249257306,47.6206931980094],[-122.342249229587,47.6206931682966],[-122.342249195612,47.6206931416979],[-122.342249156138,47.6206931188065],[-122.342249112047,47.6206931001329]],[[-122.342249416507,47.6206941009604],[-122.342249437168,47.6206938070454],[-122.342249390683,47.6206935144736],[-122.34224927815,47.6206932301733]],[[-122.342249416507,47.6206941009604],[-122.342251933082,47.6207002173275]],[[-122.342251933082,47.6207002173275],[-122.342252055135,47.6206995625925]],[[-122.342247018265,47.6206994503501],[-122.342247754281,47.6206971396693],[-122.342247907316,47.6206947785843]],[[-122.342247018265,47.6206994503501],[-122.342247658245,47.6207011007456]],[[-122.342247658245,47.6207011007456],[-122.342248729954,47.6206946066475]],[[-122.342248729954,47.6206946066475],[-122.342247907316,47.6206947785843]],[[-122.342251685119,47.6207016231066],[-122.342248073465,47.6207016080181]],[[-122.342248073465,47.6207016080181],[-122.342249085948,47.6206955033366]],[[-122.342249085948,47.6206955033366],[-122.342249121784,47.620696142484]],[[-122.342249121784,47.620696142484],[-122.342249011309,47.6206961412499]],[[-122.342249011309,47.6206961412499],[-122.342249021768,47.6206965477349]],[[-122.342249021768,47.6206965477349],[-122.342249504847,47.6206965503262]],[[-122.342249504847,47.6206965503262],[-122.342249495222,47.6206961726177]],[[-122.342249495222,47.6206961726177],[-122.342249370143,47.6206961724768]],[[-122.342249370143,47.6206961724768],[-122.342249348599,47.6206954755649]],[[-122.342249348599,47.6206954755649],[-122.342251743824,47.6207012615848]],[[-122.342251743824,47.6207012615848],[-122.342251685119,47.6207016231066]],[[-122.342246731409,47.620698643605],[-122.342247304598,47.6206968410537],[-122.342247418735,47.6206949991692]],[[-122.342246731409,47.620698643605],[-122.342245643815,47.6206955984517]],[[-122.342245643815,47.6206955984517],[-122.342247418735,47.6206949991692]],[[-122.342245443023,47.6206948229513],[-122.342247353037,47.6206940644461]],[[-122.342247353037,47.6206940644461],[-122.342247260108,47.6206934197347],[-122.342247080367,47.6206927834184]],[[-122.342247080367,47.6206927834184],[-122.342246627904,47.6206917719586]],[[-122.342246627904,47.6206917719586],[-122.342246473376,47.6206915346449],[-122.342246277023,47.6206913118214],[-122.342246041781,47.6206911068214]],[[-122.342246041781,47.6206911068214],[-122.342245713278,47.620690928556]],[[-122.342245713278,47.620690928556],[-122.342245634079,47.6206908990405],[-122.342245548915,47.6206908784053],[-122.342245459962,47.6206908671773],[-122.342245369492,47.6206908656432]],[[-122.342245369492,47.6206908656432],[-122.3422452228,47.6206908795504],[-122.342245081371,47.6206909092575],[-122.342244948927,47.6206909539833]],[[-122.342244948927,47.6206909539833],[-122.342244798891,47.6206910253534],[-122.342244666004,47.6206911107822],[-122.342244553139,47.6206912084226]],[[-122.342244553139,47.6206912084226],[-122.342244169339,47.6206916634525],[-122.342243880541,47.6206921493357]],[[-122.342243880541,47.6206921493357],[-122.342243600381,47.6206928395339],[-122.342243418043,47.6206935444651]],[[-122.342243418043,47.6206935444651],[-122.342243252119,47.620695251521],[-122.342243388035,47.6206969597816]],[[-122.342243388035,47.6206969597816],[-122.342243593857,47.6206977725188],[-122.342243960735,47.6206985590531],[-122.342244481938,47.6206993049549]],[[-122.342244481938,47.6206993049549],[-122.342244580356,47.6206993946551],[-122.342244697123,47.6206994737256],[-122.342244829746,47.620699540477],[-122.342244975389,47.6206995934827],[-122.342245130941,47.6206996316102],[-122.342245293077,47.6206996540446]],[[-122.342245293077,47.6206996540446],[-122.342245496247,47.6206996274926],[-122.342245691226,47.6206995807336],[-122.34224587362,47.620699514822],[-122.342246039314,47.6206994312441],[-122.342246184572,47.6206993318846],[-122.342246306118,47.6206992189842],[-122.342246401212,47.6206990950888]],[[-122.342246401212,47.6206990950888],[-122.342245293979,47.6206959233509]],[[-122.342245195449,47.6206958751787],[-122.342245213435,47.6206958925192],[-122.342245236645,47.6206959067635],[-122.34224526394,47.6206959172118],[-122.342245293979,47.6206959233509]],[[-122.342245113297,47.6206957494229],[-122.342245195449,47.6206958751787]],[[-122.342245057381,47.6206955648447],[-122.342245076143,47.6206956583996],[-122.342245113297,47.6206957494229]],[[-122.342245038942,47.6206953419859],[-122.342245057381,47.6206955648447]],[[-122.342245063013,47.6206951167644],[-122.342245040916,47.6206952288866],[-122.342245038942,47.6206953419859]],[[-122.342245124196,47.6206949324327],[-122.342245063013,47.6206951167644]],[[-122.342245212398,47.6206948080168],[-122.342245174795,47.6206948466929],[-122.342245145216,47.6206948884155],[-122.342245124196,47.6206949324327]],[[-122.342245264662,47.6206947749379],[-122.342245212398,47.6206948080168]],[[-122.342245320186,47.6206947625069],[-122.342245264662,47.6206947749379]],[[-122.342245384526,47.6206947787464],[-122.342245320186,47.6206947625069]],[[-122.342245414361,47.6206947981423],[-122.342245384526,47.6206947787464]],[[-122.342245443023,47.6206948229513],[-122.342245414361,47.6206947981423]],[[-122.342253395109,47.620695390429],[-122.342252641921,47.6206969207895],[-122.342252233492,47.6206985094837]],[[-122.342253417589,47.6206951562324],[-122.342253395109,47.620695390429]],[[-122.342253560167,47.6206948421774],[-122.342253489391,47.6206949416336],[-122.342253441506,47.6206950471112],[-122.342253417589,47.6206951562324]],[[-122.342253666625,47.6206947966851],[-122.342253640904,47.6206947998875],[-122.342253616554,47.6206948063261],[-122.342253594464,47.620694815766],[-122.342253575437,47.6206948278634],[-122.342253560167,47.6206948421774]],[[-122.342253721523,47.6206948085518],[-122.342253666625,47.6206947966851]],[[-122.342253773084,47.620694842953],[-122.342253721523,47.6206948085518]],[[-122.342253917776,47.6206951522996],[-122.342253893306,47.6206950445823],[-122.342253844695,47.6206949406524],[-122.342253773084,47.620694842953]],[[-122.3422539147,47.6206955967476],[-122.342253937478,47.6206953745904],[-122.342253917776,47.6206951522996]],[[-122.342253769279,47.6206959045429],[-122.342253840007,47.6206958071295],[-122.342253888831,47.6206957037899],[-122.3422539147,47.6206955967476]],[[-122.34225366303,47.6206959572294],[-122.342253688832,47.6206959516676],[-122.342253712961,47.6206959433673],[-122.342253734782,47.6206959325469],[-122.342253753721,47.6206959194909],[-122.342253769279,47.6206959045429]],[[-122.34225366303,47.6206959572294],[-122.342252943588,47.6206974921005],[-122.342252598795,47.6206990848887]],[[-122.342252598795,47.6206990848887],[-122.342252753787,47.6206992694637],[-122.342252951465,47.6206994344746],[-122.342253186508,47.6206995754804]],[[-122.342253186508,47.6206995754804],[-122.342253285102,47.620699619732],[-122.342253392454,47.6206996534782],[-122.342253506117,47.6206996759501],[-122.342253623504,47.6206996866359]],[[-122.342253623504,47.6206996866359],[-122.342253760096,47.6206996798614],[-122.342253893109,47.6206996578563],[-122.342254018832,47.6206996212346],[-122.342254133757,47.6206995710181]],[[-122.342254133757,47.6206995710181],[-122.342254308064,47.6206994688489],[-122.342254459985,47.6206993515612],[-122.342254586661,47.6206992213624]],[[-122.342254586661,47.6206992213624],[-122.342254849917,47.6206989000411],[-122.34225505581,47.6206985602264]],[[-122.34225505581,47.6206985602264],[-122.342255331865,47.6206979401297],[-122.342255521046,47.6206973053998]],[[-122.342255521046,47.6206973053998],[-122.342255735707,47.6206960817833]],[[-122.342255735707,47.6206960817833],[-122.342255773467,47.6206949522724]],[[-122.342255773467,47.6206949522724],[-122.342255589677,47.6206934325694]],[[-122.342255589677,47.6206934325694],[-122.342255185382,47.6206922009663]],[[-122.342255185382,47.6206922009663],[-122.342254979391,47.6206918108947],[-122.342254712185,47.6206914380737]],[[-122.342254712185,47.6206914380737],[-122.342254546358,47.6206912637479],[-122.342254343362,47.6206911083088]],[[-122.342254343362,47.6206911083088],[-122.3422542398,47.6206910407284],[-122.342254122175,47.620690984569],[-122.342253993232,47.6206909411414],[-122.342253855979,47.6206909114588]],[[-122.342253855979,47.6206909114588],[-122.342253732302,47.6206909019925],[-122.342253607998,47.6206909063641],[-122.342253486453,47.6206909244546]],[[-122.342253486453,47.6206909244546],[-122.342253284354,47.6206909949786],[-122.342253102966,47.6206910876192],[-122.342252947564,47.620691199683]],[[-122.342252947564,47.620691199683],[-122.342252679401,47.6206914641268],[-122.342252468582,47.620691751197]],[[-122.342252468582,47.620691751197],[-122.342252034041,47.6206926421743]],[[-122.342252034041,47.6206926421743],[-122.342251715687,47.6206938689648]],[[-122.342251715687,47.6206938689648],[-122.342251596557,47.6206948996978]],[[-122.342251596557,47.6206948996978],[-122.34225160681,47.62069594131]],[[-122.34225160681,47.62069594131],[-122.342251751296,47.6206970693042]],[[-122.342251751296,47.6206970693042],[-122.342251984975,47.6206979235341]],[[-122.342251984975,47.6206979235341],[-122.342252233492,47.6206985094837]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null}},{"type":"Feature","id":9352,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342245120565,47.6210064853341],[-122.342246795972,47.6210049319856]],[[-122.342246795972,47.6210049319856],[-122.342248147591,47.6210025372967]],[[-122.342248147591,47.6210025372967],[-122.342247513269,47.6210017243629]],[[-122.342247513269,47.6210017243629],[-122.342246175576,47.6210040486976]],[[-122.342246175576,47.6210040486976],[-122.342245385082,47.6210018425396]],[[-122.342245385082,47.6210018425396],[-122.342247411476,47.6210008297012]],[[-122.342247411476,47.6210008297012],[-122.342246929507,47.6209977918117]],[[-122.342246929507,47.6209977918117],[-122.342245820923,47.6209984731203]],[[-122.342245820923,47.6209984731203],[-122.342246091639,47.621000099624]],[[-122.342246091639,47.621000099624],[-122.342244679404,47.6210007714642]],[[-122.342244679404,47.6210007714642],[-122.342246580782,47.6209952190532]],[[-122.342246580782,47.6209952190532],[-122.34224548633,47.620994598439]],[[-122.342243127146,47.6210016160868],[-122.34224548633,47.620994598439]],[[-122.342243127146,47.6210016160868],[-122.342245120565,47.6210064853341]],[[-122.342242138623,47.6209981333092],[-122.342241799347,47.6209981342088]],[[-122.342242224083,47.6210331926673],[-122.342246306505,47.6210418683553]],[[-122.342245098764,47.6210340388709],[-122.342245071016,47.6210254209773]],[[-122.342245098764,47.6210340388709],[-122.342242224083,47.6210331926673]],[[-122.342247464464,47.6210340353941],[-122.342247436716,47.6210254175005]],[[-122.342250333742,47.6210331814068],[-122.342246306505,47.6210418683553]],[[-122.342247464464,47.6210340353941],[-122.342250333742,47.6210331814068]],[[-122.342247436716,47.6210254175005],[-122.342245071016,47.6210254209773]],[[-122.342247084373,47.6210077187514],[-122.34224709118,47.6210075864185]],[[-122.34224709118,47.6210075864185],[-122.342247073992,47.621007387674],[-122.34224702384,47.6210071914831]],[[-122.34224702384,47.6210071914831],[-122.34224695448,47.6210070383757],[-122.342246854188,47.6210068932627]],[[-122.342246854188,47.6210068932627],[-122.34224677358,47.6210068094124],[-122.342246676292,47.6210067340282],[-122.342246564255,47.6210066686058]],[[-122.342246564255,47.6210066686058],[-122.342246501426,47.6210066419826],[-122.342246433089,47.6210066224736],[-122.342246361003,47.6210066105806],[-122.342246287024,47.6210066066098]],[[-122.342246287024,47.6210066066098],[-122.342246212846,47.6210066107879],[-122.342246140624,47.6210066229325],[-122.342246072227,47.6210066427289],[-122.342246009427,47.6210066696645]],[[-122.342246009427,47.6210066696645],[-122.34224589772,47.6210067352841],[-122.342245800792,47.6210068108278],[-122.342245720565,47.6210068947982]],[[-122.342245720565,47.6210068947982],[-122.342245620888,47.6210070403796],[-122.342245552271,47.6210071939007]],[[-122.342245552271,47.6210071939007],[-122.342245503612,47.6210073901224],[-122.34224548788,47.6210075887835]],[[-122.34224548788,47.6210075887835],[-122.342245495705,47.6210077209224]],[[-122.342245658239,47.6210088288859],[-122.342245802307,47.6210088901902],[-122.342245959107,47.6210089351093],[-122.342246124573,47.6210089624779],[-122.342246294411,47.6210089715859]],[[-122.342245203636,47.621008477768],[-122.342245330155,47.6210086088382],[-122.342245482694,47.6210087266537],[-122.342245658239,47.6210088288859]],[[-122.342244973713,47.6210080741927],[-122.342245067728,47.6210082814021],[-122.342245203636,47.621008477768]],[[-122.342247609497,47.621008069834],[-122.34224768312,47.62100771801]],[[-122.342247381715,47.6210084740798],[-122.342247516592,47.6210082773293],[-122.342247609497,47.621008069834]],[[-122.342246928913,47.6210088273325],[-122.342247104051,47.6210087243608],[-122.342247255989,47.6210086058263],[-122.342247381715,47.6210084740798]],[[-122.342246294411,47.6210089715859],[-122.342246463965,47.6210089619874],[-122.342246629043,47.621008934191],[-122.342246785374,47.6210088889156],[-122.342246928913,47.6210088273325]],[[-122.342244896958,47.6210077216637],[-122.342245495705,47.6210077209224]],[[-122.342244896958,47.6210077216637],[-122.342244973713,47.6210080741927]],[[-122.342247084373,47.6210077187514],[-122.34224768312,47.62100771801]],[[-122.342241968763,47.6209981490553],[-122.34224206414,47.6209981441207],[-122.342242157332,47.6209981295775],[-122.342242246221,47.6209981057562],[-122.342242328787,47.6209980731984],[-122.342242403153,47.6209980326441]],[[-122.342242403153,47.6209980326441],[-122.342242598835,47.6209978908127],[-122.342242764693,47.6209977326514],[-122.34224289776,47.6209975609884]],[[-122.34224289776,47.6209975609884],[-122.342243061043,47.6209972650374],[-122.342243171677,47.6209969582167]],[[-122.342243171677,47.6209969582167],[-122.342243252473,47.6209965525174],[-122.342243278447,47.6209961435539]],[[-122.342243278447,47.6209961435539],[-122.342243249472,47.6209957346041],[-122.342243165674,47.620995329103]],[[-122.342243165674,47.620995329103],[-122.342243053484,47.6209950227279],[-122.342242888754,47.620994727337]],[[-122.342242888754,47.620994727337],[-122.34224275457,47.6209945557384],[-122.342242587572,47.6209943977639],[-122.342242390754,47.6209942562468]],[[-122.342242390754,47.6209942562468],[-122.342242316196,47.6209942160487],[-122.342242233537,47.6209941838422],[-122.342242144647,47.6209941603558],[-122.342242051536,47.6209941461207],[-122.342241956311,47.620994141459]],[[-122.342241956311,47.620994141459],[-122.342241861216,47.6209941465021],[-122.342241768317,47.6209941610957],[-122.342241679712,47.62099418491],[-122.342241597404,47.620994217407],[-122.342241523252,47.6209942578525]],[[-122.342241523252,47.6209942578525],[-122.342241327567,47.6209943996824],[-122.342241161709,47.6209945578439],[-122.342241028645,47.6209947295082]],[[-122.342241028645,47.6209947295082],[-122.342240865296,47.6209950259013],[-122.342240754753,47.6209953331792]],[[-122.342240754753,47.6209953331792],[-122.342240674002,47.6209957384301],[-122.342240647958,47.6209961469428]],[[-122.342240647958,47.6209961469428],[-122.34224067627,47.6209965558809],[-122.3422407594,47.6209969614113]],[[-122.3422407594,47.6209969614113],[-122.342240872186,47.6209972682634],[-122.342241037676,47.6209975640589]],[[-122.342241037676,47.6209975640589],[-122.342241171948,47.6209977353417],[-122.342241338936,47.6209978930125],[-122.342241535651,47.6209980342499]],[[-122.342241535651,47.6209980342499],[-122.342241609976,47.6209980743629],[-122.342241692372,47.6209981065257],[-122.342241780982,47.6209981300136],[-122.342241873809,47.6209981442974],[-122.342241968763,47.6209981490553]],[[-122.342241950778,47.620992528532],[-122.342241795103,47.6209925370988],[-122.34224164331,47.6209925619115],[-122.342241499108,47.620992602364],[-122.342241366019,47.620992657468],[-122.342241247294,47.6209927258773]],[[-122.342241247294,47.6209927258773],[-122.342240919087,47.6209929778388],[-122.34224064257,47.6209932565602],[-122.342240422488,47.6209935572567]],[[-122.342240422488,47.6209935572567],[-122.342240153833,47.620994074866],[-122.342239972662,47.6209946094667]],[[-122.342239972662,47.6209946094667],[-122.342239795843,47.6209960367928]],[[-122.342239795843,47.6209960367928],[-122.342239982267,47.6209974638011]],[[-122.342239982267,47.6209974638011],[-122.342240166708,47.6209979979156],[-122.342240438541,47.6209985147933]],[[-122.342240438541,47.6209985147933],[-122.342240660598,47.6209988149479],[-122.34224093899,47.6209990929486],[-122.342241268933,47.6209993440194]],[[-122.342241268933,47.6209993440194],[-122.342241388055,47.6209994119524],[-122.342241521414,47.6209994665568],[-122.34224166576,47.6209995065012],[-122.342241817572,47.6209995308113],[-122.342241973148,47.6209995388943]],[[-122.342241973148,47.6209995388943],[-122.342242129105,47.6209995304392],[-122.342242281192,47.6209995056783],[-122.34224242568,47.6209994652186],[-122.342242559027,47.620999410052],[-122.342242677962,47.6209993415314]],[[-122.342242677962,47.6209993415314],[-122.342243006169,47.62099908957],[-122.342243282687,47.6209988108486],[-122.342243502769,47.6209985101519]],[[-122.342243502769,47.6209985101519],[-122.342243771423,47.6209979925426],[-122.342243952595,47.6209974579419]],[[-122.342243952595,47.6209974579419],[-122.342244129414,47.6209960306158]],[[-122.342244129414,47.6209960306158],[-122.342243942989,47.6209946036075]],[[-122.342243942989,47.6209946036075],[-122.34224375849,47.6209940699498],[-122.342243486741,47.6209935535146]],[[-122.342243486741,47.6209935535146],[-122.342243264778,47.6209932530419],[-122.342242986375,47.6209929747372],[-122.342242656323,47.6209927233892]],[[-122.342242656323,47.6209927233892],[-122.342242536981,47.6209926553585],[-122.34224240336,47.6209926007027],[-122.342242258731,47.6209925607589],[-122.342242106629,47.6209925365042],[-122.342241950778,47.620992528532]],[[-122.342249786138,47.6209981992449],[-122.342249886377,47.6209981940813],[-122.342249984399,47.620998179037],[-122.342250078073,47.6209981544392],[-122.342250165361,47.6209981208229],[-122.342250244364,47.6209980789192]],[[-122.342250244364,47.6209980789192],[-122.342250448842,47.620997934873],[-122.342250622661,47.6209977735705],[-122.342250762652,47.6209975979534]],[[-122.342250762652,47.6209975979534],[-122.342250933633,47.6209972951064],[-122.342251049453,47.6209969806171]],[[-122.342251049453,47.6209969806171],[-122.342251134677,47.6209965664724],[-122.342251162378,47.6209961487801]],[[-122.342251162378,47.6209961487801],[-122.342251132493,47.6209957311965],[-122.342251045119,47.6209953172961]],[[-122.342251045119,47.6209953172961],[-122.342250926705,47.6209950029345],[-122.342250753124,47.6209947004367]],[[-122.342250753124,47.6209947004367],[-122.342250612199,47.620994525132],[-122.342250437513,47.6209943642259],[-122.342250232252,47.6209942206536]],[[-122.342250232252,47.6209942206536],[-122.342250152826,47.620994178935],[-122.342250065154,47.6209941455531],[-122.342249971145,47.6209941212356],[-122.342249872848,47.6209941065124],[-122.342249772407,47.6209941017045]],[[-122.342249772407,47.6209941017045],[-122.342249672173,47.6209941068818],[-122.342249574156,47.6209941219323],[-122.342249480485,47.6209941465293],[-122.342249393195,47.6209941801386],[-122.342249314181,47.6209942220302]],[[-122.342249314181,47.6209942220302],[-122.342249110175,47.6209943661264],[-122.342248936803,47.6209945274212],[-122.342248797223,47.6209947029785]],[[-122.342248797223,47.6209947029785],[-122.342248625564,47.6209950058045],[-122.342248509092,47.6209953203324]],[[-122.342248509092,47.6209953203324],[-122.342248423871,47.6209957344772],[-122.342248396168,47.6209961521694]],[[-122.342248396168,47.6209961521694],[-122.342248426666,47.6209965702173],[-122.342248514782,47.620996984535]],[[-122.342248514782,47.620996984535],[-122.342248633254,47.6209972984398],[-122.342248806751,47.6209976004952]],[[-122.342248806751,47.6209976004952],[-122.342248947255,47.6209977757551],[-122.342249121494,47.6209979366657],[-122.342249326293,47.6209980802959]],[[-122.342249326293,47.6209980802959],[-122.342249405715,47.6209981220184],[-122.342249493387,47.6209981554025],[-122.342249587397,47.6209981797203],[-122.342249685695,47.6209981944414],[-122.342249786138,47.6209981992449]],[[-122.342249768491,47.6209927739324],[-122.342249615246,47.6209927821725],[-122.342249465714,47.6209928062296],[-122.342249323467,47.6209928455289],[-122.342249191902,47.6209928991321],[-122.342249074162,47.6209929657587]],[[-122.342249074162,47.6209929657587],[-122.342248753988,47.6209932075532],[-122.34224848383,47.620993475656],[-122.342248268394,47.6209937653995]],[[-122.342248268394,47.6209937653995],[-122.342248004081,47.6209942640675],[-122.342247825453,47.6209947797346]],[[-122.342247825453,47.6209947797346],[-122.342247652416,47.6209961539336]],[[-122.342247652416,47.6209961539336],[-122.342247834641,47.6209975279206]],[[-122.342247834641,47.6209975279206],[-122.342248016163,47.6209980427265],[-122.342248283144,47.6209985403325]],[[-122.342248283144,47.6209985403325],[-122.342248500852,47.6209988294247],[-122.342248773154,47.6209990966708],[-122.342249095306,47.6209993374144]],[[-122.342249095306,47.6209993374144],[-122.34224921335,47.6209994036061],[-122.342249345107,47.6209994567572],[-122.342249487435,47.6209994955997],[-122.34224963694,47.6209995192074],[-122.342249790054,47.620999527017]],[[-122.342249790054,47.620999527017],[-122.342249943305,47.620999518792],[-122.342250092843,47.6209994947418],[-122.342250235093,47.6209994554416],[-122.342250366655,47.6209994018307],[-122.342250484383,47.6209993351907]],[[-122.342250484383,47.6209993351907],[-122.342250804935,47.6209990937218],[-122.342251075546,47.6209988259156],[-122.342251291507,47.6209985364316]],[[-122.342251291507,47.6209985364316],[-122.34225155514,47.6209980377441],[-122.342251733118,47.6209975221141]],[[-122.342251733118,47.6209975221141],[-122.342251906155,47.6209961479151]],[[-122.342251906155,47.6209961479151],[-122.34225172393,47.6209947739281]],[[-122.34225172393,47.6209947739281],[-122.342251542471,47.6209942586645],[-122.342251275401,47.6209937606169]],[[-122.342251275401,47.6209937606169],[-122.342251058104,47.6209934715723],[-122.342250786249,47.6209932043222],[-122.342250464569,47.6209929635175]],[[-122.342250464569,47.6209929635175],[-122.342250346291,47.6209928972432],[-122.342250214269,47.6209928440498],[-122.342250071661,47.6209928052088],[-122.342249921875,47.6209927816486],[-122.342249768491,47.6209927739324]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null}},{"type":"Feature","id":10208,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342391052771,47.6207203106444],[-122.342391013017,47.6207189401663]],[[-122.342374024937,47.6207100253822],[-122.342382378167,47.6207067156114]],[[-122.342382378167,47.6207067156114],[-122.342381384905,47.6207100420443]],[[-122.342374024937,47.6207100253822],[-122.342380934115,47.6207151892915]],[[-122.342391013017,47.6207189401663],[-122.342390806627,47.6207174818694],[-122.342390273197,47.6207160617616],[-122.342389425169,47.6207147129639],[-122.342388282322,47.6207134669342],[-122.342386871308,47.6207123527333],[-122.342385225039,47.6207113963478],[-122.342383381909,47.6207106200832],[-122.342381384905,47.6207100420443]],[[-122.342388830311,47.6207194261095],[-122.342388658735,47.6207182443706],[-122.342388213876,47.6207170954707],[-122.342387506779,47.6207160079384],[-122.342386555004,47.6207150087785],[-122.342385382183,47.6207141228013],[-122.342384017439,47.6207133720067],[-122.342382494661,47.6207127750379],[-122.342380851661,47.6207123467182]],[[-122.342391052771,47.6207203106444],[-122.342388856814,47.6207203397616]],[[-122.342388856814,47.6207203397616],[-122.342388830311,47.6207194261095]],[[-122.342380851661,47.6207123467182],[-122.342380934115,47.6207151892915]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1461,"F_area":null,"OBJECTID":10208,"SHAPE__Length":7.3831173270609245,"InstallationDate":null}},{"type":"Feature","id":12061,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342472907716,47.6211195894135],[-122.342464699594,47.6211164362684]],[[-122.342464699594,47.6211164362684],[-122.342465732808,47.6211196701594]],[[-122.342472907716,47.6211195894135],[-122.342466270799,47.6211246846476]],[[-122.342465732808,47.6211196701594],[-122.342463796867,47.6211202512883],[-122.342462014784,47.6211210243345],[-122.342460428119,47.6211219712689],[-122.342459073878,47.6211230700072],[-122.342457983644,47.6211242949246],[-122.342457182842,47.6211256174537],[-122.342456690151,47.6211270067503],[-122.342456517059,47.6211284304133]],[[-122.342466296807,47.6211219117053],[-122.342464703278,47.621122343836],[-122.342463230234,47.6211229393158],[-122.342461914247,47.6211236833609],[-122.342460787988,47.6211245574987],[-122.342459879419,47.621125540027],[-122.342459211098,47.6211266065526],[-122.342458799617,47.6211277305967],[-122.342458655191,47.6211288842526]],[[-122.342456505254,47.6211297664904],[-122.34245864646,47.6211297758818]],[[-122.342456505254,47.6211297664904],[-122.342456517059,47.6211284304133]],[[-122.34245864646,47.6211297758818],[-122.342458655191,47.6211288842526]],[[-122.342466296807,47.6211219117053],[-122.342466270799,47.6211246846476]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1481,"F_area":null,"OBJECTID":12061,"SHAPE__Length":7.199097111302678,"InstallationDate":null}},{"type":"Feature","id":12223,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342291514723,47.6206576681664],[-122.342299721432,47.6206608213417]],[[-122.342299721432,47.6206608213417],[-122.342298689542,47.6206575865323]],[[-122.342291514723,47.6206576681664],[-122.342298150267,47.6206525729601]],[[-122.342298689542,47.6206575865323],[-122.34230062515,47.6206570053848],[-122.34230240692,47.6206562323722],[-122.342303993308,47.6206552855188],[-122.342305347322,47.6206541869024],[-122.342306437391,47.6206529621394],[-122.342307238099,47.6206516397877],[-122.342307730774,47.6206502506806],[-122.34230790393,47.6206488272079]],[[-122.342298125555,47.6206553449856],[-122.342299719053,47.6206549128403],[-122.342301192068,47.6206543173528],[-122.342302508032,47.6206535733061],[-122.342303634275,47.6206526991717],[-122.342304542838,47.6206517166504],[-122.342305211165,47.6206506501336],[-122.342305622666,47.6206495260981],[-122.342305767123,47.6206483724488]],[[-122.342307915712,47.6206474902316],[-122.342305774552,47.6206474817366]],[[-122.342307915712,47.6206474902316],[-122.34230790393,47.6206488272079]],[[-122.342305774552,47.6206474817366],[-122.342305767123,47.6206483724488]],[[-122.342298125555,47.6206553449856],[-122.342298150267,47.6206525729601]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1479,"F_area":null,"OBJECTID":12223,"SHAPE__Length":7.198510346489918,"InstallationDate":null}},{"type":"Feature","id":13091,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342663294195,47.6208569470229],[-122.342658529673,47.6208626453652]],[[-122.342658529673,47.6208626453652],[-122.342663433204,47.6208619218211]],[[-122.342663294195,47.6208569470229],[-122.342671038367,47.6208615375855]],[[-122.342663433204,47.6208619218211],[-122.342664313387,47.6208632601387],[-122.342665486169,47.6208644922856],[-122.342666924095,47.6208655894177],[-122.342668593504,47.6208665258515],[-122.342670455314,47.6208672796656],[-122.342672465944,47.6208678332135],[-122.342674578323,47.6208681735369],[-122.342676743002,47.6208682926688]],[[-122.342666832025,47.6208615258987],[-122.342667486532,47.6208626275954],[-122.342668390064,47.620863646155],[-122.342669520111,47.6208645562025],[-122.342670848521,47.6208653350664],[-122.342672342201,47.6208659633434],[-122.342673963937,47.6208664253814],[-122.342675673331,47.6208667096699],[-122.342677427795,47.6208668091266]],[[-122.342678770984,47.6208682981598],[-122.342678779783,47.6208668127872]],[[-122.342678770984,47.6208682981598],[-122.342676743002,47.6208682926688]],[[-122.342678779783,47.6208668127872],[-122.342677427795,47.6208668091266]],[[-122.342666832025,47.6208615258987],[-122.342671038367,47.6208615375855]],[[-122.342699179533,47.6208589396419],[-122.342699184216,47.6208580003871]],[[-122.342699179533,47.6208589396419],[-122.342706281577,47.6208578162998]],[[-122.342702932585,47.6208574073113],[-122.342699191818,47.6208567948091]],[[-122.342699184216,47.6208580003871],[-122.342702932585,47.6208574073113]],[[-122.342699163288,47.6208614524678],[-122.342699169356,47.6208606526341]],[[-122.342699169356,47.6208606526341],[-122.342707869466,47.6208606766913]],[[-122.342707869466,47.6208606766913],[-122.342707878264,47.6208591913187]],[[-122.342711350201,47.6208578300435],[-122.342711354938,47.6208570302275]],[[-122.34271132852,47.6208614854459],[-122.342711342081,47.6208592011566]],[[-122.342699156521,47.620862595062],[-122.342711321753,47.6208626280402]],[[-122.342699163288,47.6208614524678],[-122.34271132852,47.6208614854459]],[[-122.342707878264,47.6208591913187],[-122.342711342081,47.6208592011566]],[[-122.342706281577,47.6208578162998],[-122.342711350201,47.6208578300435]],[[-122.342706286314,47.6208570164838],[-122.342711354938,47.6208570302275]],[[-122.342699138222,47.6208656791673],[-122.34269914296,47.6208648793513]],[[-122.342699151757,47.6208633939787],[-122.342706586362,47.6208634141283]],[[-122.34269914296,47.6208648793513],[-122.342706586362,47.6208634141283]],[[-122.342702378362,47.6208666014775],[-122.342708053792,47.6208666170695]],[[-122.342703436855,47.6208674042853],[-122.342706984494,47.6208674139113]],[[-122.342703431415,47.6208683174616],[-122.342706979054,47.6208683270875]],[[-122.342702363448,47.6208691142857],[-122.342708037547,47.6208691298953]],[[-122.342703436855,47.6208674042853],[-122.342703319449,47.6208674111251],[-122.342703205578,47.620867431576],[-122.342703098688,47.6208674650191],[-122.342703002014,47.6208675104423],[-122.342702918482,47.6208675664709],[-122.34270285062,47.6208676314093],[-122.342702800481,47.6208677032923],[-122.342702769584,47.6208677799444],[-122.342702758862,47.6208678590458],[-122.342702768641,47.6208679382027],[-122.342702798624,47.6208680150196],[-122.342702847905,47.6208680871716],[-122.342702914991,47.6208681524753],[-122.342702997853,47.6208682089542],[-122.342703093982,47.6208682548992],[-122.34270320047,47.6208682889199],[-122.342703314094,47.6208683099865],[-122.342703431415,47.6208683174616]],[[-122.342706979054,47.6208683270875],[-122.342707096518,47.6208683202956],[-122.342707210455,47.6208682998795],[-122.342707317416,47.6208682664574],[-122.342707414159,47.6208682210417],[-122.342707497755,47.6208681650081],[-122.342707565672,47.6208681000538],[-122.342707615852,47.6208680281463],[-122.342707646776,47.6208679514635],[-122.342707657507,47.6208678723283],[-122.342707647719,47.6208677931375],[-122.34270761771,47.6208677162898],[-122.342707568388,47.620867644113],[-122.342707501247,47.6208675787931],[-122.342707418321,47.6208675223089],[-122.342707322122,47.620867476371],[-122.342707215564,47.6208674423711],[-122.342707101873,47.6208674213388],[-122.342706984494,47.6208674139113]],[[-122.342702378362,47.6208666014775],[-122.34270172218,47.6208666253702],[-122.342701074597,47.6208667006327],[-122.342700564066,47.6208668076796],[-122.342700081604,47.6208669629939],[-122.342699803312,47.6208670884007],[-122.342699554064,47.6208672390259],[-122.34269933885,47.620867411854],[-122.342699247905,47.6208675113652],[-122.342699181024,47.6208676191982],[-122.342699139834,47.6208677327296],[-122.342699125338,47.6208678491972],[-122.342699138385,47.620867965859],[-122.342699178208,47.6208680797309],[-122.342699243836,47.6208681880385],[-122.34269933367,47.6208682881427],[-122.342699546806,47.620868461703],[-122.3426997941,47.6208686132869],[-122.342700070619,47.6208687398691],[-122.342700551176,47.6208688976995],[-122.342701060359,47.6208690074213],[-122.342701707266,47.6208690865405],[-122.342702363448,47.6208691142857]],[[-122.342711303455,47.6208657121455],[-122.342711308192,47.6208649123295]],[[-122.342699138222,47.6208656791673],[-122.342711303455,47.6208657121455]],[[-122.342703873588,47.6208648921802],[-122.342711308192,47.6208649123295]],[[-122.342703873588,47.6208648921802],[-122.34271131699,47.620863426957]],[[-122.342708053792,47.6208666170695],[-122.342708709304,47.6208666448753],[-122.342709355551,47.6208667239515],[-122.342709864734,47.6208668336719],[-122.342710345291,47.6208669915036],[-122.342710622277,47.6208671180153],[-122.342710870021,47.620867269595],[-122.342711083569,47.6208674432122],[-122.34271117305,47.6208675433814],[-122.342711238332,47.6208676517113],[-122.342711277826,47.620867765566],[-122.342711290571,47.6208678821754],[-122.34271127637,47.6208679985812],[-122.342711235507,47.6208681120859],[-122.342711168975,47.6208682199324],[-122.34271107839,47.6208683195009],[-122.342710862766,47.6208684923985],[-122.342710613069,47.6208686430315],[-122.342710334306,47.6208687683788],[-122.342709852492,47.6208689236233],[-122.342709342642,47.6208690307224],[-122.3427086944,47.6208691060455],[-122.342708037547,47.6208691298953]],[[-122.34271131699,47.620863426957],[-122.342711321753,47.6208626280402]],[[-122.342699151757,47.6208633939787],[-122.342699156521,47.620862595062]],[[-122.342706286314,47.6208570164838],[-122.342699197831,47.6208558555367]],[[-122.342699191818,47.6208567948091],[-122.342699197831,47.6208558555367]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null}},{"type":"Feature","id":13487,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342661244925,47.6209161046563],[-122.342658947392,47.6209149719301]],[[-122.342658947392,47.6209149719301],[-122.342655405451,47.6209140581191]],[[-122.342655405451,47.6209140581191],[-122.342654204392,47.6209144869682]],[[-122.342654204392,47.6209144869682],[-122.342657640917,47.6209153904823]],[[-122.342657640917,47.6209153904823],[-122.342654379196,47.6209159258249]],[[-122.342654379196,47.6209159258249],[-122.342652879787,47.6209145558125]],[[-122.342652879787,47.6209145558125],[-122.342648386513,47.6209148816854]],[[-122.342648386513,47.6209148816854],[-122.342649395531,47.6209156302737]],[[-122.342649395531,47.6209156302737],[-122.342651801283,47.6209154481345]],[[-122.342651801283,47.6209154481345],[-122.342652794969,47.6209164020371]],[[-122.342652794969,47.6209164020371],[-122.342644581202,47.6209151174698]],[[-122.342644581202,47.6209151174698],[-122.342643663245,47.6209158565281]],[[-122.342654044266,47.6209174524066],[-122.342643663245,47.6209158565281]],[[-122.342654044266,47.6209174524066],[-122.342661244925,47.6209161046563]],[[-122.342648892943,47.620918119862],[-122.342648892972,47.6209183501618]],[[-122.342700748518,47.620918062785],[-122.342713580519,47.6209153026277]],[[-122.342701998773,47.6209161192395],[-122.342689253561,47.6209161380328]],[[-122.342701998773,47.6209161192395],[-122.342700748518,47.620918062785]],[[-122.342701993616,47.6209145198016],[-122.342689248405,47.6209145385948]],[[-122.342700730485,47.6209125799019],[-122.342713580519,47.6209153026277]],[[-122.342701993616,47.6209145198016],[-122.342700730485,47.6209125799019]],[[-122.342689248405,47.6209145385948],[-122.342689253561,47.6209161380328]],[[-122.34266306921,47.6209147760287],[-122.342662873479,47.6209147714276]],[[-122.342662873479,47.6209147714276],[-122.342662580168,47.6209147830968],[-122.342662290669,47.6209148169403]],[[-122.342662290669,47.6209148169403],[-122.34266206415,47.6209148638559],[-122.342661849578,47.6209149316427]],[[-122.342661849578,47.6209149316427],[-122.342661725382,47.6209149864743],[-122.342661613888,47.6209150525548],[-122.342661517321,47.6209151285656]],[[-122.342661517321,47.6209151285656],[-122.342661477894,47.6209151710837],[-122.342661449025,47.620915217294],[-122.342661431453,47.6209152660149],[-122.342661425625,47.6209153160009]],[[-122.342661425625,47.6209153160009],[-122.342661431768,47.6209153661188],[-122.342661449716,47.6209154149307],[-122.342661479007,47.6209154611815],[-122.34266151889,47.6209155036821]],[[-122.34266151889,47.6209155036821],[-122.342661615849,47.6209155791522],[-122.342661727586,47.6209156446852],[-122.342661851882,47.6209156989794]],[[-122.342661851882,47.6209156989794],[-122.342662066534,47.6209157658443],[-122.342662292923,47.6209158118789]],[[-122.342662292923,47.6209158118789],[-122.342662583103,47.6209158452286],[-122.342662877012,47.6209158563102]],[[-122.342662877012,47.6209158563102],[-122.342663072455,47.6209158510195]],[[-122.34266471255,47.6209157411071],[-122.34266480292,47.6209156435361],[-122.342664869018,47.6209155374912],[-122.342664909148,47.6209154256934],[-122.342664922281,47.620915311011]],[[-122.342664191891,47.6209160484817],[-122.34266438637,47.6209159629133],[-122.342664561079,47.6209158597728],[-122.34266471255,47.6209157411071]],[[-122.342663594973,47.6209162039339],[-122.342663901537,47.6209161403466],[-122.342664191891,47.6209160484817]],[[-122.342663589842,47.6209144218748],[-122.342663068136,47.6209143721181]],[[-122.342664187754,47.6209145758752],[-122.34266389683,47.6209144847078],[-122.342663589842,47.6209144218748]],[[-122.342664708915,47.6209148820279],[-122.342664557177,47.6209147637629],[-122.342664382301,47.6209146610333],[-122.342664187754,47.6209145758752]],[[-122.342664922281,47.620915311011],[-122.342664908153,47.6209151964547],[-122.342664867069,47.6209150848886],[-122.342664800084,47.6209149791755],[-122.342664708915,47.6209148820279]],[[-122.342663074859,47.6209162549124],[-122.342663072455,47.6209158510195]],[[-122.342663074859,47.6209162549124],[-122.342663594973,47.6209162039339]],[[-122.34266306921,47.6209147760287],[-122.342663068136,47.6209143721181]],[[-122.342648916234,47.6209182347032],[-122.342648908797,47.6209181704744],[-122.34264888723,47.6209181077119],[-122.342648852014,47.6209180478199],[-122.342648803937,47.6209179921388],[-122.342648744077,47.6209179419143]],[[-122.342648744077,47.6209179419143],[-122.342648534478,47.6209178097037],[-122.342648300538,47.6209176975662],[-122.342648046458,47.6209176075149]],[[-122.342648046458,47.6209176075149],[-122.342647608159,47.6209174970967],[-122.34264715358,47.6209174223414]],[[-122.34264715358,47.6209174223414],[-122.342646553548,47.6209173677184],[-122.342645948629,47.6209173501593]],[[-122.342645948629,47.6209173501593],[-122.342645344415,47.6209173693375],[-122.342644745296,47.6209174254917]],[[-122.342644745296,47.6209174254917],[-122.342644291347,47.6209175017667],[-122.342643853935,47.6209176136361]],[[-122.342643853935,47.6209176136361],[-122.342643600416,47.6209177045029],[-122.342643367204,47.6209178174059],[-122.342643158488,47.6209179503169]],[[-122.342643158488,47.6209179503169],[-122.342643098689,47.6209180007482],[-122.342643050749,47.6209180566386],[-122.342643015744,47.6209181167318],[-122.342642994461,47.6209181796771],[-122.34264298738,47.6209182440597]],[[-122.34264298738,47.6209182440597],[-122.342642994835,47.6209183082857],[-122.34264301641,47.6209183710451],[-122.342643051625,47.6209184309352],[-122.342643099692,47.6209184866179],[-122.342643159537,47.6209185368486]],[[-122.342643159537,47.6209185368486],[-122.34264336955,47.6209186691186],[-122.342643603939,47.6209187812519],[-122.342643858486,47.6209188712304]],[[-122.342643858486,47.6209188712304],[-122.342644296131,47.6209189816063],[-122.342644750034,47.6209190564215]],[[-122.342644750034,47.6209190564215],[-122.342645350066,47.6209191110438],[-122.342645954985,47.6209191286037]],[[-122.342645954985,47.6209191286037],[-122.342646559885,47.6209191090098],[-122.342647159622,47.6209190523543]],[[-122.342647159622,47.6209190523543],[-122.342647612865,47.620918976482],[-122.342648049679,47.6209188651268]],[[-122.342648049679,47.6209188651268],[-122.342648303664,47.6209187743179],[-122.342648537325,47.6209186614075],[-122.342648746456,47.6209185284284]],[[-122.342648746456,47.6209185284284],[-122.342648805953,47.6209184779307],[-122.3426488536,47.6209184220128],[-122.34264888833,47.6209183619276],[-122.342648909366,47.6209182990212],[-122.342648916234,47.6209182347032]],[[-122.342640603038,47.6209182468923],[-122.342640615391,47.6209183519796],[-122.342640651782,47.6209184545028],[-122.34264071133,47.6209185519795],[-122.342640792592,47.6209186420492],[-122.342640893601,47.6209187225311]],[[-122.342640893601,47.6209187225311],[-122.342641266306,47.6209189446668],[-122.34264167903,47.620919131921],[-122.342642124637,47.6209192810562]],[[-122.342642124637,47.6209192810562],[-122.342642889425,47.6209194626212],[-122.34264367961,47.620919585194]],[[-122.34264367961,47.620919585194],[-122.342645792069,47.6209197047153]],[[-122.342645792069,47.6209197047153],[-122.342647902726,47.620919578667]],[[-122.342647902726,47.620919578667],[-122.34264869219,47.6209194538946],[-122.342649455893,47.6209192701942]],[[-122.342649455893,47.6209192701942],[-122.342649900145,47.6209191199239],[-122.342650311339,47.6209189316982],[-122.34265068238,47.6209187087654]],[[-122.34265068238,47.6209187087654],[-122.342650783119,47.62091862794],[-122.342650864005,47.6209185375467],[-122.342650923074,47.6209184397806],[-122.34265095889,47.620918337016],[-122.342650970585,47.6209182317485]],[[-122.342650970585,47.6209182317485],[-122.342650958227,47.620918126662],[-122.342650921834,47.6209180241397],[-122.342650862286,47.6209179266636],[-122.342650781027,47.6209178365934],[-122.342650680022,47.6209177561098]],[[-122.342650680022,47.6209177561098],[-122.342650307249,47.6209175342906],[-122.342649894536,47.6209173473389],[-122.342649449012,47.620917198484]],[[-122.342649449012,47.620917198484],[-122.342648684225,47.6209170169163],[-122.342647894039,47.6209168943464]],[[-122.342647894039,47.6209168943464],[-122.34264578158,47.6209167748251]],[[-122.34264578158,47.6209167748251],[-122.342643672254,47.6209169008557]],[[-122.342643672254,47.6209169008557],[-122.342642882112,47.6209170255851],[-122.342642117756,47.620917209346]],[[-122.342642117756,47.620917209346],[-122.3426416735,47.6209173596114],[-122.342641262305,47.6209175478374],[-122.34264089127,47.6209177707748]],[[-122.34264089127,47.6209177707748],[-122.342640790675,47.6209178514505],[-122.342640709865,47.6209179416676],[-122.342640650796,47.6209180392418],[-122.342640614897,47.6209181418111],[-122.342640603038,47.6209182468923]],[[-122.342648990454,47.6209129503103],[-122.342648982622,47.6209128825482],[-122.342648960139,47.6209128162918],[-122.34264892349,47.6209127529725],[-122.342648873467,47.6209126939581],[-122.34264881115,47.6209126405235]],[[-122.34264881115,47.6209126405235],[-122.342648598291,47.6209125023647],[-122.342648359705,47.6209123848439],[-122.342648099761,47.6209122901138]],[[-122.342648099761,47.6209122901138],[-122.342647651953,47.6209121740788],[-122.342647186645,47.620912095313]],[[-122.342647186645,47.620912095313],[-122.342646574105,47.6209120381509],[-122.342645956318,47.6209120198689]],[[-122.342645956318,47.6209120198689],[-122.342645338646,47.6209120400772],[-122.342644726488,47.6209120991512]],[[-122.342644726488,47.6209120991512],[-122.342644262102,47.6209121792744],[-122.342643815437,47.6209122965528]],[[-122.342643815437,47.6209122965528],[-122.342643555956,47.6209123919172],[-122.342643317958,47.6209125100258],[-122.342643105802,47.6209126487151]],[[-122.342643105802,47.6209126487151],[-122.342643044162,47.6209127023405],[-122.342642994829,47.6209127614692],[-122.342642958866,47.6209128248278],[-122.342642937048,47.6209128910519],[-122.342642929844,47.6209129587152]],[[-122.342642929844,47.6209129587152],[-122.342642937292,47.6209130266116],[-122.342642959449,47.6209130930352],[-122.342642995834,47.6209131565465],[-122.342643045659,47.6209132157688],[-122.342643107843,47.6209132694188]],[[-122.342643107843,47.6209132694188],[-122.342643320783,47.6209134072533],[-122.342643559357,47.6209135244708],[-122.342643819206,47.6209136189293]],[[-122.342643819206,47.6209136189293],[-122.342644267014,47.6209137349644],[-122.342644732322,47.6209138137302]],[[-122.342644732322,47.6209138137302],[-122.342645344844,47.6209138713429],[-122.342645962675,47.6209138900735]],[[-122.342645962675,47.6209138900735],[-122.342646580366,47.6209138694153],[-122.342647192479,47.620913809892]],[[-122.342647192479,47.620913809892],[-122.342647657542,47.6209137298119],[-122.342648104861,47.6209136124726]],[[-122.342648104861,47.6209136124726],[-122.34264836387,47.6209135170458],[-122.342648601419,47.6209133989448],[-122.342648813165,47.620913260328]],[[-122.342648813165,47.620913260328],[-122.342648875083,47.6209132067583],[-122.342648924695,47.6209131476543],[-122.342648960931,47.6209130842904],[-122.342648983009,47.6209130180328],[-122.342648990454,47.6209129503103]],[[-122.34264096466,47.6209129622865],[-122.342640976955,47.6209130655985],[-122.342641012574,47.6209131664231],[-122.342641070679,47.6209132623824],[-122.342641149898,47.6209133512128],[-122.342641248364,47.6209134308192]],[[-122.342641248364,47.6209134308192],[-122.342641605627,47.6209136474632],[-122.342642002195,47.6209138304211],[-122.342642431126,47.6209139764905]],[[-122.342642431126,47.6209139764905],[-122.342643168582,47.6209141547031],[-122.342643931383,47.6209142750565]],[[-122.342643931383,47.6209142750565],[-122.34264494384,47.6209143640073],[-122.342645963959,47.6209143929384]],[[-122.342645963959,47.6209143929384],[-122.34264698408,47.6209143613426],[-122.342647996192,47.6209142697293]],[[-122.342647996192,47.6209142697293],[-122.342648758449,47.6209141470103],[-122.342649494957,47.6209139664761]],[[-122.342649494957,47.6209139664761],[-122.342649922832,47.62091381914],[-122.342650318118,47.620913635032],[-122.342650673899,47.6209134173727]],[[-122.342650673899,47.6209134173727],[-122.342650771859,47.6209133374078],[-122.342650850485,47.6209132482707],[-122.342650907921,47.6209131520664],[-122.342650942812,47.6209130510664],[-122.342650954333,47.6209129476558]],[[-122.342650954333,47.6209129476558],[-122.34265094221,47.6209128441522],[-122.34265090667,47.6209127431278],[-122.342650848554,47.6209126469751],[-122.342650769239,47.6209125579712],[-122.342650670603,47.6209124782237]],[[-122.342650670603,47.6209124782237],[-122.342650313341,47.6209122615789],[-122.342649916773,47.620912078621],[-122.342649487841,47.6209119325526]],[[-122.342649487841,47.6209119325526],[-122.342648750385,47.6209117543401],[-122.342647987584,47.6209116339866]],[[-122.342647987584,47.6209116339866],[-122.342646975127,47.6209115450361],[-122.342645955009,47.6209115161048]],[[-122.342645955009,47.6209115161048],[-122.342644934887,47.6209115477009],[-122.342643922775,47.6209116393138]],[[-122.342643922775,47.6209116393138],[-122.342643161195,47.6209117620734],[-122.342642425341,47.6209119425493]],[[-122.342642425341,47.6209119425493],[-122.342641997461,47.6209120898812],[-122.342641602175,47.6209122739894],[-122.342641246398,47.6209124916526]],[[-122.342641246398,47.6209124916526],[-122.342641147993,47.6209125716991],[-122.342641068998,47.620912660984],[-122.342641011287,47.6209127573881],[-122.34264097623,47.6209128586232],[-122.34264096466,47.6209129622865]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null}},{"type":"Feature","id":13943,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34252080702,47.6210167234944],[-122.342520819449,47.6210153631196]],[[-122.342520819449,47.6210153631196],[-122.342514249803,47.6210098420687]],[[-122.342514249803,47.6210098420687],[-122.342507614107,47.621015299832]],[[-122.342507614107,47.621015299832],[-122.342507602251,47.6210166799906]],[[-122.342507602251,47.6210166799906],[-122.342514229863,47.6210112187362]],[[-122.342514229863,47.6210112187362],[-122.34252080702,47.6210167234944]],[[-122.342520818264,47.6210139921299],[-122.342520831111,47.6210126461433]],[[-122.342520831111,47.6210126461433],[-122.342514255023,47.6210071323747]],[[-122.342514255023,47.6210071323747],[-122.34250765284,47.6210125986897]],[[-122.34250765284,47.6210125986897],[-122.342507641428,47.6210139482557]],[[-122.342507641428,47.6210139482557],[-122.342514268074,47.6210084996086]],[[-122.342514268074,47.6210084996086],[-122.342520818264,47.6210139921299]],[[-122.342511968848,47.6210239584058],[-122.342511528765,47.6210230070567]],[[-122.342512231977,47.6210248644221],[-122.342511968848,47.6210239584058]],[[-122.342512405887,47.6210258597833],[-122.342512231977,47.6210248644221]],[[-122.342512480093,47.6210268123857],[-122.342512405887,47.6210258597833]],[[-122.342512475406,47.6210277516405],[-122.342512480093,47.6210268123857]],[[-122.342512383403,47.6210287082461],[-122.342512475406,47.6210277516405]],[[-122.342512209665,47.6210296452446],[-122.342512383403,47.6210287082461]],[[-122.342511993102,47.6210303902944],[-122.342512209665,47.6210296452446]],[[-122.342511739921,47.6210310197801],[-122.342511993102,47.6210303902944]],[[-122.342511335112,47.6210317430367],[-122.342511739921,47.6210310197801]],[[-122.342511029404,47.6210321213282],[-122.342511335112,47.6210317430367]],[[-122.342510703744,47.6210324081241],[-122.342510881189,47.621032272266],[-122.342511029404,47.6210321213282]],[[-122.342510484124,47.621032543279],[-122.342510703744,47.6210324081241]],[[-122.342510246144,47.6210326417933],[-122.342510484124,47.621032543279]],[[-122.342510009468,47.6210326935107],[-122.342510246144,47.6210326417933]],[[-122.342509862011,47.6210327017633],[-122.342510009468,47.6210326935107]],[[-122.342509648571,47.621032683003],[-122.342509862011,47.6210327017633]],[[-122.342509411216,47.6210326195793],[-122.342509648571,47.621032683003]],[[-122.34250917373,47.6210325057791],[-122.342509411216,47.6210326195793]],[[-122.342508977006,47.6210323752456],[-122.34250917373,47.6210325057791]],[[-122.34250870911,47.6210321305057],[-122.342508977006,47.6210323752456]],[[-122.342508335926,47.6210316505646],[-122.34250870911,47.6210321305057]],[[-122.342507906458,47.6210307899352],[-122.342508335926,47.6210316505646]],[[-122.342507326414,47.6210279953422],[-122.342507511927,47.6210294024937],[-122.342507906458,47.6210307899352]],[[-122.342507502851,47.6210253166634],[-122.342507326414,47.6210279953422]],[[-122.342508162427,47.6210233305748],[-122.342507762032,47.6210243129661],[-122.342507502851,47.6210253166634]],[[-122.342508469385,47.6210228119276],[-122.342508298542,47.6210230665823],[-122.342508162427,47.6210233305748]],[[-122.34250870679,47.621022510109],[-122.342508469385,47.6210228119276]],[[-122.34250943056,47.6210219571472],[-122.3425091508,47.6210221174428],[-122.342508907882,47.6210223030324],[-122.34250870679,47.621022510109]],[[-122.342509951666,47.6210218485812],[-122.342509813163,47.6210218535161],[-122.342509677732,47.6210218736852],[-122.342509549038,47.6210219085432],[-122.34250943056,47.6210219571472]],[[-122.34251026288,47.6210218894348],[-122.342509951666,47.6210218485812]],[[-122.342510569687,47.6210220077134],[-122.342510423547,47.6210219400138],[-122.34251026288,47.6210218894348]],[[-122.342511143244,47.6210224688045],[-122.342510981301,47.6210222992733],[-122.342510789105,47.6210221447636],[-122.342510569687,47.6210220077134]],[[-122.342511143244,47.6210224688045],[-122.342511920892,47.6210181772494]],[[-122.342511920892,47.6210181772494],[-122.342511694197,47.6210173346223]],[[-122.342511694197,47.6210173346223],[-122.342512174062,47.621016263121]],[[-122.342512174062,47.621016263121],[-122.342513182762,47.6210162668378]],[[-122.342513182762,47.6210162668378],[-122.342513189782,47.6210168757805]],[[-122.342513189782,47.6210168757805],[-122.342512306189,47.6210168731036]],[[-122.342512306189,47.6210168731036],[-122.342512122354,47.6210172785665]],[[-122.342512122354,47.6210172785665],[-122.342512323385,47.6210180621598]],[[-122.342512323385,47.6210180621598],[-122.342512045648,47.6210200009034]],[[-122.342512045648,47.6210200009034],[-122.342515665304,47.6210200158778]],[[-122.342515665304,47.6210200158778],[-122.34251572419,47.6210196606507]],[[-122.342515206263,47.6210193742458],[-122.342515360056,47.6210194845364],[-122.342515533665,47.621019580539],[-122.34251572419,47.6210196606507]],[[-122.342514817015,47.6210189826795],[-122.34251498684,47.6210191896627],[-122.342515206263,47.6210193742458]],[[-122.342514768531,47.6210188249911],[-122.342514817015,47.6210189826795]],[[-122.34251476913,47.621018753914],[-122.342514768531,47.6210188249911]],[[-122.342514784569,47.6210186898369],[-122.34251476913,47.621018753914]],[[-122.342514812291,47.6210186363923],[-122.342514784569,47.6210186898369]],[[-122.342514849664,47.6210185945147],[-122.342514812291,47.6210186363923]],[[-122.342514894078,47.6210185660379],[-122.342514849664,47.6210185945147]],[[-122.342514942978,47.6210185545941],[-122.342514894078,47.6210185660379]],[[-122.342514942978,47.6210185545941],[-122.342516921569,47.6210183709253]],[[-122.342516989716,47.621018380817],[-122.342516921569,47.6210183709253]],[[-122.342517039764,47.6210184089408],[-122.342516989716,47.621018380817]],[[-122.342517073017,47.62101845438],[-122.342517039764,47.6210184089408]],[[-122.342517090752,47.6210185153183],[-122.342517073017,47.62101845438]],[[-122.342517078235,47.6210186801129],[-122.342517090752,47.6210185153183]],[[-122.34251700456,47.6210188924981],[-122.342517078235,47.6210186801129]],[[-122.342516897999,47.6210191179141],[-122.34251700456,47.6210188924981]],[[-122.342516760245,47.6210193230525],[-122.342516897999,47.6210191179141]],[[-122.342516233352,47.6210196449028],[-122.342516391618,47.6210195863851],[-122.342516534435,47.6210195119699],[-122.342516658318,47.6210194234727],[-122.342516760245,47.6210193230525]],[[-122.342516233352,47.6210196449028],[-122.342516088405,47.6210204276862]],[[-122.342516088405,47.6210204276862],[-122.34251692622,47.6210226593037]],[[-122.342517246403,47.6210223213027],[-122.34251692622,47.6210226593037]],[[-122.342517587946,47.6210220774774],[-122.342517402633,47.621022190136],[-122.342517246403,47.6210223213027]],[[-122.342517941617,47.6210219306492],[-122.342517587946,47.6210220774774]],[[-122.342518299487,47.6210218827224],[-122.342518176746,47.6210218849787],[-122.342518056314,47.6210219011073],[-122.342517941617,47.6210219306492]],[[-122.3425188177,47.6210219954987],[-122.3425186554,47.6210219380727],[-122.342518480965,47.621021900111],[-122.342518299487,47.6210218827224]],[[-122.342519299297,47.6210223138717],[-122.342519161138,47.6210221930657],[-122.342518999576,47.6210220862607],[-122.3425188177,47.6210219954987]],[[-122.342520111597,47.6210234824886],[-122.342519770154,47.6210228777461],[-122.342519299297,47.6210223138717]],[[-122.342520651365,47.6210252097788],[-122.342520111597,47.6210234824886]],[[-122.342520836369,47.6210273214086],[-122.342520651365,47.6210252097788]],[[-122.342520614053,47.6210294276444],[-122.342520836369,47.6210273214086]],[[-122.342520043983,47.6210311507598],[-122.342520614053,47.6210294276444]],[[-122.342519211463,47.6210323124003],[-122.342519702794,47.6210317560231],[-122.342520043983,47.6210311507598]],[[-122.342518724289,47.6210326274267],[-122.342518983608,47.6210324809663],[-122.342519211463,47.6210323124003]],[[-122.342518203184,47.6210327359927],[-122.342518341712,47.6210327311442],[-122.342518477169,47.6210327110008],[-122.342518605864,47.6210326761114],[-122.342518724289,47.6210326274267]],[[-122.342517772444,47.6210326571412],[-122.34251790926,47.6210326986201],[-122.342518054034,47.6210327251226],[-122.342518203184,47.6210327359927]],[[-122.342517364054,47.6210324313569],[-122.342517486193,47.6210325176497],[-122.342517623001,47.6210325932857],[-122.342517772444,47.6210326571412]],[[-122.342516637064,47.6210315890667],[-122.342516830258,47.6210318882465],[-122.342517073686,47.6210321702819],[-122.342517364054,47.6210324313569]],[[-122.342515735869,47.6210286862811],[-122.342516028528,47.6210301599507],[-122.342516637064,47.6210315890667]],[[-122.342515735869,47.6210286862811],[-122.342514946036,47.6210289801318]],[[-122.34251473586,47.6210294408202],[-122.342514835041,47.6210292937567],[-122.342514905485,47.6210291393476],[-122.342514946036,47.6210289801318]],[[-122.34251473586,47.6210294408202],[-122.342514864237,47.6210308389107]],[[-122.342514864237,47.6210308389107],[-122.342515043903,47.6210308401267]],[[-122.342515043903,47.6210308401267],[-122.34251505486,47.6210312178176]],[[-122.34251505486,47.6210312178176],[-122.342514486966,47.6210312730274]],[[-122.342514486966,47.6210312730274],[-122.342514491162,47.6210308672478]],[[-122.342514491162,47.6210308672478],[-122.342514629543,47.621030867212]],[[-122.342514629543,47.621030867212],[-122.342514470573,47.6210294695271]],[[-122.342514304468,47.6210293394871],[-122.342514325327,47.6210293716453],[-122.342514353051,47.6210294013537],[-122.342514387025,47.6210294279511],[-122.342514426492,47.6210294508455],[-122.342514470573,47.6210294695271]],[[-122.342514166106,47.6210284687003],[-122.342514145452,47.6210287626152],[-122.342514191939,47.6210290551865],[-122.342514304468,47.6210293394871]],[[-122.342514166106,47.6210284687003],[-122.342511649484,47.6210223523391]],[[-122.342511649484,47.6210223523391],[-122.342511528765,47.6210230070567]],[[-122.342516564336,47.621023119305],[-122.34251582833,47.6210254299878],[-122.342515675304,47.6210277910729]],[[-122.342516564336,47.621023119305],[-122.342515924344,47.6210214689111]],[[-122.342515924344,47.6210214689111],[-122.342514852661,47.6210279630117]],[[-122.342514852661,47.6210279630117],[-122.342515675304,47.6210277910729]],[[-122.342511898772,47.6210209465417],[-122.342515510448,47.6210209616219]],[[-122.342515510448,47.6210209616219],[-122.342514496634,47.6210270654241]],[[-122.342514496634,47.6210270654241],[-122.342514460821,47.621026427176]],[[-122.342514460821,47.621026427176],[-122.34251457127,47.6210264275107]],[[-122.34251457127,47.6210264275107],[-122.342514560835,47.621026021925]],[[-122.342514560835,47.621026021925],[-122.342514077753,47.6210260193348]],[[-122.342514077753,47.6210260193348],[-122.34251408738,47.6210263970432]],[[-122.34251408738,47.6210263970432],[-122.34251421246,47.6210263971838]],[[-122.34251421246,47.6210263971838],[-122.342514234008,47.6210270940957]],[[-122.342514234008,47.6210270940957],[-122.342511838739,47.6210213080813]],[[-122.342511838739,47.6210213080813],[-122.342511898772,47.6210209465417]],[[-122.342516851172,47.6210239251503],[-122.342516277894,47.6210257281489],[-122.342516163887,47.6210275704869]],[[-122.342516851172,47.6210239251503],[-122.342517938815,47.6210269712002]],[[-122.342517938815,47.6210269712002],[-122.342516163887,47.6210275704869]],[[-122.342518139612,47.6210277467],[-122.342516229564,47.6210285043106]],[[-122.342516229564,47.6210285043106],[-122.342516322497,47.6210291490217],[-122.342516502242,47.6210297853376]],[[-122.342516502242,47.6210297853376],[-122.34251695474,47.6210307976955]],[[-122.34251695474,47.6210307976955],[-122.342517109274,47.6210310350073],[-122.34251730563,47.6210312578301],[-122.342517540869,47.6210314628313]],[[-122.342517540869,47.6210314628313],[-122.342517869376,47.621031641096]],[[-122.342517869376,47.621031641096],[-122.342517948581,47.6210316706027],[-122.342518033745,47.6210316912345],[-122.342518122695,47.621031702465],[-122.342518213164,47.6210317040079]],[[-122.342518213164,47.6210317040079],[-122.342518360314,47.6210316901802],[-122.342518502196,47.6210316604656],[-122.342518635061,47.6210316156492]],[[-122.342518635061,47.6210316156492],[-122.342518784709,47.621031543938],[-122.342518917141,47.6210314582131],[-122.342519029494,47.6210313603273]],[[-122.342519029494,47.6210313603273],[-122.342519413229,47.621030905736],[-122.342519702119,47.6210304203118]],[[-122.342519702119,47.6210304203118],[-122.342519982276,47.6210297301131],[-122.342520164612,47.6210290251813]],[[-122.342520164612,47.6210290251813],[-122.342520330529,47.6210273181252],[-122.342520194602,47.6210256098648]],[[-122.342520194602,47.6210256098648],[-122.342519988779,47.6210247971273],[-122.342519621895,47.6210240105935],[-122.342519100679,47.6210232646942]],[[-122.342519100679,47.6210232646942],[-122.342519002274,47.6210231749846],[-122.342518885511,47.6210230959071],[-122.342518752888,47.6210230291526],[-122.342518607238,47.6210229761485],[-122.342518451678,47.6210229380281],[-122.342518289533,47.6210229156065]],[[-122.342518289533,47.6210229156065],[-122.342518086359,47.6210229421536],[-122.342517891375,47.6210229889099],[-122.342517708978,47.6210230548208],[-122.342517543282,47.6210231383998],[-122.342517398025,47.6210232377617],[-122.342517276482,47.6210233506656],[-122.342517181394,47.6210234745649]],[[-122.342517181394,47.6210234745649],[-122.342518288651,47.6210266463001]],[[-122.342518388512,47.6210266944544],[-122.342518370256,47.6210266770033],[-122.342518346711,47.6210266627179],[-122.342518319049,47.6210266523105],[-122.342518288651,47.6210266463001]],[[-122.342518469335,47.6210268202277],[-122.342518388512,47.6210266944544]],[[-122.342518525226,47.6210270039065],[-122.342518506391,47.6210269108076],[-122.342518469335,47.6210268202277]],[[-122.342518543693,47.6210272276645],[-122.342518525226,47.6210270039065]],[[-122.342518520953,47.6210274528685],[-122.342518542376,47.6210273407277],[-122.342518543693,47.6210272276645]],[[-122.34251845977,47.6210276372002],[-122.342518520953,47.6210274528685]],[[-122.342518370212,47.6210277607347],[-122.342518408182,47.6210277223831],[-122.342518438214,47.6210276809576],[-122.34251845977,47.6210276372002]],[[-122.342518317974,47.621027794713],[-122.342518370212,47.6210277607347]],[[-122.342518262424,47.6210278062449],[-122.342518317974,47.621027794713]],[[-122.342518199414,47.6210277899879],[-122.342518262424,47.6210278062449]],[[-122.342518168274,47.621027771509],[-122.342518199414,47.6210277899879]],[[-122.342518139612,47.6210277467],[-122.342518168274,47.621027771509]],[[-122.342510187473,47.6210271792409],[-122.342510940743,47.6210256484368],[-122.342511349055,47.6210240592843]],[[-122.342510164967,47.6210274125383],[-122.342510187473,47.6210271792409]],[[-122.342510022416,47.6210277274928],[-122.342510093315,47.6210276277529],[-122.342510141194,47.6210275219686],[-122.342510164967,47.6210274125383]],[[-122.342509917287,47.6210277729677],[-122.342509942708,47.6210277696282],[-122.342509966745,47.6210277631284],[-122.342509988542,47.6210277536999],[-122.342510007322,47.6210277416786],[-122.342510022416,47.6210277274928]],[[-122.342509861059,47.6210277611188],[-122.342509917287,47.6210277729677]],[[-122.342509809498,47.6210277267177],[-122.342509861059,47.6210277611188]],[[-122.342509664803,47.6210274173715],[-122.34250968928,47.6210275250875],[-122.342509737892,47.6210276290168],[-122.342509809498,47.6210277267177]],[[-122.342509667877,47.6210269729235],[-122.342509645102,47.6210271950807],[-122.342509664803,47.6210274173715]],[[-122.342509813297,47.6210266651278],[-122.342509742572,47.6210267625419],[-122.342509693748,47.6210268658815],[-122.342509667877,47.6210269729235]],[[-122.342509920877,47.6210266124235],[-122.342509894772,47.6210266178735],[-122.342509870338,47.6210266261244],[-122.342509848231,47.6210266369546],[-122.342509829046,47.6210266500732],[-122.342509813297,47.6210266651278]],[[-122.342509920877,47.6210266124235],[-122.34251063963,47.6210250775205],[-122.342510983773,47.6210234847794]],[[-122.342510983773,47.6210234847794],[-122.342510828787,47.6210233002009],[-122.342510631106,47.6210231351899],[-122.342510396054,47.621022994189]],[[-122.342510396054,47.621022994189],[-122.342510297464,47.6210229499301],[-122.342510190112,47.6210229161812],[-122.342510076445,47.6210228937119],[-122.342509959055,47.6210228830345]],[[-122.342509959055,47.6210228830345],[-122.34250982246,47.6210228898029],[-122.342509689444,47.6210229118064],[-122.34250956372,47.6210229484308],[-122.342509448799,47.6210229986535]],[[-122.342509448799,47.6210229986535],[-122.342509274957,47.6210231008724],[-122.342509123483,47.6210232181531],[-122.342508997225,47.6210233482925]],[[-122.342508997225,47.6210233482925],[-122.342508733961,47.6210236696121],[-122.342508528075,47.6210240094296]],[[-122.342508528075,47.6210240094296],[-122.342508251346,47.6210246295131],[-122.342508061512,47.6210252642748]],[[-122.342508061512,47.6210252642748],[-122.342507846856,47.6210264878918]],[[-122.342507846856,47.6210264878918],[-122.342507809101,47.6210276174027]],[[-122.342507809101,47.6210276174027],[-122.3425079929,47.6210291371053]],[[-122.3425079929,47.6210291371053],[-122.342508397204,47.6210303687076]],[[-122.342508397204,47.6210303687076],[-122.342508603199,47.6210307587783],[-122.342508870407,47.6210311315991]],[[-122.342508870407,47.6210311315991],[-122.34250903624,47.6210313059229],[-122.342509239234,47.6210314613632]],[[-122.342509239234,47.6210314613632],[-122.342509342805,47.6210315289363],[-122.342509460432,47.6210315850923],[-122.342509589373,47.6210316285218],[-122.342509726621,47.621031658212]],[[-122.342509726621,47.621031658212],[-122.3425098503,47.6210316676725],[-122.342509974603,47.6210316633007],[-122.34251009615,47.6210316452155]],[[-122.34251009615,47.6210316452155],[-122.342510298248,47.6210315746889],[-122.342510479636,47.6210314820481],[-122.342510635041,47.6210313699858]],[[-122.342510635041,47.6210313699858],[-122.342510903275,47.6210311051058],[-122.342511113997,47.6210308175715]],[[-122.342511113997,47.6210308175715],[-122.342511548563,47.6210299274925]],[[-122.342511548563,47.6210299274925],[-122.342511866913,47.6210287007013]],[[-122.342511866913,47.6210287007013],[-122.342511987342,47.6210276690511]],[[-122.342511987342,47.6210276690511],[-122.34251197578,47.6210266283558]],[[-122.34251197578,47.6210266283558],[-122.342511831261,47.6210254994626]],[[-122.342511831261,47.6210254994626],[-122.342511598907,47.6210246452156]],[[-122.342511598907,47.6210246452156],[-122.342511349081,47.6210240601836]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null}},{"type":"Feature","id":15647,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342387706198,47.6211274581372],[-122.342387666445,47.621126087659]],[[-122.342370678232,47.6211171728746],[-122.342379031528,47.6211138631041]],[[-122.342379031528,47.6211138631041],[-122.342378038258,47.6211171895369]],[[-122.342370678232,47.6211171728746],[-122.342377587464,47.621122336784]],[[-122.342387666445,47.621126087659],[-122.342387460044,47.6211246293641],[-122.342386926605,47.6211232092587],[-122.342386078568,47.6211218604632],[-122.342384935711,47.621120614435],[-122.34238352469,47.6211195002346],[-122.342381878411,47.6211185438481],[-122.342380035272,47.6211177675806],[-122.342378038258,47.6211171895369]],[[-122.342385483722,47.6211265736022],[-122.342385312253,47.6211253917554],[-122.342384867467,47.6211242427385],[-122.342384160409,47.6211231550839],[-122.342383208637,47.6211221558005],[-122.342382035784,47.6211212697026],[-122.342380670976,47.6211205187941],[-122.342379148104,47.6211199217215],[-122.342377504983,47.6211194933115]],[[-122.342387706198,47.6211274581372],[-122.342385510224,47.6211274872544]],[[-122.342385510224,47.6211274872544],[-122.342385483722,47.6211265736022]],[[-122.342377504983,47.6211194933115],[-122.342377587464,47.621122336784]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1604,"F_area":null,"OBJECTID":15647,"SHAPE__Length":7.383453926158872,"InstallationDate":null}},{"type":"Feature","id":15688,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342515090135,47.6211521473998],[-122.342513414758,47.6211537016516]],[[-122.342513414758,47.6211537016516],[-122.342512063121,47.6211560954444]],[[-122.342512063121,47.6211560954444],[-122.342512697449,47.6211569083767]],[[-122.342512697449,47.6211569083767],[-122.342514035134,47.6211545840389]],[[-122.342514035134,47.6211545840389],[-122.342514825641,47.621156790195]],[[-122.342514825641,47.621156790195],[-122.342512799247,47.6211578030382]],[[-122.342512799247,47.6211578030382],[-122.342513281233,47.6211608409264]],[[-122.342513281233,47.6211608409264],[-122.342514389817,47.6211601596153]],[[-122.342514389817,47.6211601596153],[-122.342514119092,47.6211585331122]],[[-122.342514119092,47.6211585331122],[-122.342515531327,47.6211578612686]],[[-122.342515531327,47.6211578612686],[-122.342513629998,47.6211634145834]],[[-122.342513629998,47.6211634145834],[-122.342514724431,47.6211640342957]],[[-122.342517083585,47.6211570166424],[-122.342514724431,47.6211640342957]],[[-122.342517083585,47.6211570166424],[-122.342515090135,47.6211521473998]],[[-122.34251807213,47.6211604994176],[-122.342518411433,47.6211604994163]],[[-122.342517987814,47.6211254400422],[-122.34251390401,47.6211167643816]],[[-122.342515111819,47.6211245947624],[-122.342515139586,47.6211332117566]],[[-122.342515111819,47.6211245947624],[-122.342517987814,47.6211254400422]],[[-122.342512747445,47.6211245982271],[-122.342512773882,47.621133215239]],[[-122.342509876836,47.6211254522386],[-122.34251390401,47.6211167643816]],[[-122.342512747445,47.6211245982271],[-122.342509876836,47.6211254522386]],[[-122.342512773882,47.621133215239],[-122.342515139586,47.6211332117566]],[[-122.342513126315,47.6211509139872],[-122.342513119509,47.6211510463201]],[[-122.342513119509,47.6211510463201],[-122.342513136699,47.6211512450645],[-122.342513186851,47.6211514412554]],[[-122.342513186851,47.6211514412554],[-122.342513256212,47.6211515943626],[-122.342513356505,47.6211517394754]],[[-122.342513356505,47.6211517394754],[-122.342513437111,47.6211518233266],[-122.3425135344,47.6211518987108],[-122.34251364644,47.6211519641317]],[[-122.34251364644,47.6211519641317],[-122.342513709265,47.6211519907623],[-122.342513777602,47.6211520102742],[-122.34251384969,47.6211520221645],[-122.342513923673,47.621152026127]],[[-122.342513923673,47.621152026127],[-122.342513997854,47.6211520219594],[-122.34251407008,47.6211520098179],[-122.342514138477,47.6211519900173],[-122.342514201269,47.6211519630716]],[[-122.342514201269,47.6211519630716],[-122.342514312982,47.6211518974552],[-122.34251440991,47.6211518219109],[-122.342514490131,47.6211517379372]],[[-122.342514490131,47.6211517379372],[-122.34251458981,47.6211515923562],[-122.342514658424,47.6211514388343]],[[-122.342514658424,47.6211514388343],[-122.342514707022,47.6211512430599],[-122.342514722839,47.6211510448506]],[[-122.342514722839,47.6211510448506],[-122.342514714988,47.6211509118125]],[[-122.342514552447,47.6211498038494],[-122.342514408299,47.6211497427768],[-122.342514251477,47.6211496980894],[-122.342514086047,47.621149670946],[-122.342513916299,47.6211496620501]],[[-122.342515007079,47.6211501558654],[-122.342514880655,47.621150024474],[-122.342514728102,47.6211499063546],[-122.342514552447,47.6211498038494]],[[-122.342515237005,47.6211505594402],[-122.342515142993,47.62115035223],[-122.342515007079,47.6211501558654]],[[-122.342512602518,47.6211505628882],[-122.342512527593,47.6211509156292]],[[-122.342512828969,47.6211501586595],[-122.342512694772,47.6211503554363],[-122.342512602518,47.6211505628882]],[[-122.34251328177,47.6211498054057],[-122.342513106638,47.6211499083813],[-122.3425129547,47.6211500269159],[-122.342512828969,47.6211501586595]],[[-122.342513916299,47.6211496620501],[-122.342513746822,47.6211496714357],[-122.342513581768,47.6211496990072],[-122.342513425403,47.6211497440521],[-122.34251328177,47.6211498054057]],[[-122.342515313736,47.6211509110697],[-122.342514714988,47.6211509118125]],[[-122.342515313736,47.6211509110697],[-122.342515237005,47.6211505594402]],[[-122.342513126315,47.6211509139872],[-122.342512527593,47.6211509156292]],[[-122.34251824199,47.621160483671],[-122.342518146618,47.6211604886184],[-122.34251805343,47.6211605031676],[-122.342517964544,47.6211605269883],[-122.342517881975,47.6211605595399],[-122.3425178076,47.6211606000833]],[[-122.3425178076,47.6211606000833],[-122.342517611923,47.6211607419178],[-122.342517446066,47.6211609000792],[-122.342517312993,47.6211610717403]],[[-122.342517312993,47.6211610717403],[-122.34251714965,47.6211613681345],[-122.342517039105,47.6211616754119]],[[-122.342517039105,47.6211616754119],[-122.342516958358,47.6211620806631],[-122.342516932313,47.6211624891757]],[[-122.342516932313,47.6211624891757],[-122.342516961291,47.6211628981254],[-122.34251704509,47.6211633036263]],[[-122.34251704509,47.6211633036263],[-122.342517157222,47.6211636104584],[-122.34251732204,47.6211639062908]],[[-122.34251732204,47.6211639062908],[-122.342517456321,47.62116407757],[-122.342517623309,47.62116423524],[-122.342517820019,47.6211643764806]],[[-122.342517820019,47.6211643764806],[-122.34251789457,47.6211644166866],[-122.342517977228,47.6211644488977],[-122.34251806612,47.6211644723844],[-122.342518159235,47.6211644866151],[-122.342518254463,47.6211644912674]],[[-122.342518254463,47.6211644912674],[-122.342518349475,47.6211644863779],[-122.34251844233,47.6211644719561],[-122.342518530936,47.6211644483268],[-122.342518613294,47.6211644160227],[-122.342518687549,47.6211643757721]],[[-122.342518687549,47.6211643757721],[-122.342518883322,47.621164233661],[-122.342519049173,47.6211640751953],[-122.34251918213,47.6211639032158]],[[-122.34251918213,47.6211639032158],[-122.342519345417,47.6211636072653],[-122.342519456045,47.6211633004434]],[[-122.342519456045,47.6211633004434],[-122.342519537508,47.6211628947557],[-122.342519564141,47.6211624857627]],[[-122.342519564141,47.6211624857627],[-122.34251953516,47.6211620768132],[-122.342519451363,47.6211616713121]],[[-122.342519451363,47.6211616713121],[-122.342519338515,47.6211613649177],[-122.342519173109,47.6211610695645]],[[-122.342519173109,47.6211610695645],[-122.342519038931,47.621160897963],[-122.342518871931,47.6211607399884],[-122.342518675104,47.6211605984755]],[[-122.342518675104,47.6211605984755],[-122.342518600771,47.6211605583707],[-122.342518518373,47.6211605262128],[-122.342518429765,47.6211605027257],[-122.342518336941,47.6211604884379],[-122.34251824199,47.621160483671]],[[-122.342518260005,47.6211661041943],[-122.342518415686,47.6211660956406],[-122.342518567484,47.6211660708336],[-122.34251871169,47.6211660303799],[-122.342518844777,47.6211659752687],[-122.34251896349,47.6211659068473]],[[-122.34251896349,47.6211659068473],[-122.342519291702,47.6211656548874],[-122.342519568219,47.621165376165],[-122.342519788295,47.6211650754659]],[[-122.342519788295,47.6211650754659],[-122.342520056949,47.6211645578563],[-122.342520238117,47.6211640232548]],[[-122.342520238117,47.6211640232548],[-122.342520414929,47.6211625959282]],[[-122.342520414929,47.6211625959282],[-122.342520228496,47.6211611689204]],[[-122.342520228496,47.6211611689204],[-122.342520043994,47.621160635263],[-122.342519772241,47.6211601188287]],[[-122.342519772241,47.6211601188287],[-122.342519550191,47.6211598186707],[-122.342519271796,47.6211595406702],[-122.342518941842,47.6211592896046]],[[-122.342518941842,47.6211592896046],[-122.342518822822,47.6211592214693],[-122.342518689505,47.6211591666671],[-122.342518545146,47.621159126537],[-122.342518393274,47.6211591020593],[-122.342518237597,47.6211590938321]],[[-122.342518237597,47.6211590938321],[-122.342518081645,47.621159102301],[-122.342517929563,47.6211591270685],[-122.342517785078,47.6211591675277],[-122.342517651729,47.6211592226876],[-122.342517532783,47.6211592911968]],[[-122.342517532783,47.6211592911968],[-122.342517204488,47.6211595434397],[-122.342516927977,47.6211598224656],[-122.342516708004,47.6211601234775]],[[-122.342516708004,47.6211601234775],[-122.34251643941,47.621160640644],[-122.342516258156,47.6211611747892]],[[-122.342516258156,47.6211611747892],[-122.342516081344,47.6211626021158]],[[-122.342516081344,47.6211626021158],[-122.342516267777,47.6211640291236]],[[-122.342516267777,47.6211640291236],[-122.342516452222,47.6211645632375],[-122.342516724058,47.6211650801147]],[[-122.342516724058,47.6211650801147],[-122.342516946117,47.6211653802686],[-122.342517224511,47.6211656582686],[-122.342517554457,47.6211659093388]],[[-122.342517554457,47.6211659093388],[-122.342517673792,47.6211659773778],[-122.342517807411,47.6211660320383],[-122.342517952044,47.6211660719823],[-122.34251810415,47.6211660962322],[-122.342518260005,47.6211661041943]],[[-122.342510424591,47.6211604334998],[-122.342510324356,47.6211604386757],[-122.342510226338,47.6211604537257],[-122.342510132666,47.6211604783231],[-122.342510045376,47.6211605119334],[-122.342509966363,47.6211605538266]],[[-122.342509966363,47.6211605538266],[-122.342509762355,47.6211606979217],[-122.342509588983,47.621160859217],[-122.342509449406,47.621161034776]],[[-122.342509449406,47.621161034776],[-122.342509277682,47.6211613380443],[-122.342509161304,47.6211616530299]],[[-122.342509161304,47.6211616530299],[-122.342509076082,47.6211620671747],[-122.342509048383,47.6211624848671]],[[-122.342509048383,47.6211624848671],[-122.342509078271,47.6211629024506],[-122.342509165646,47.6211633163508]],[[-122.342509165646,47.6211633163508],[-122.342509284127,47.6211636302539],[-122.342509457619,47.6211639323103]],[[-122.342509457619,47.6211639323103],[-122.342509598543,47.6211641076154],[-122.342509773231,47.6211642685212],[-122.342509978495,47.6211644120922]],[[-122.342509978495,47.6211644120922],[-122.342510057915,47.6211644538186],[-122.342510145586,47.6211644872048],[-122.342510239598,47.6211645115226],[-122.342510337898,47.6211645262415],[-122.342510438342,47.6211645310403]],[[-122.342510438342,47.6211645310403],[-122.342510538581,47.6211645258748],[-122.342510636603,47.6211645108295],[-122.342510730276,47.6211644862316],[-122.342510817565,47.621164452616],[-122.342510896569,47.6211644107135]],[[-122.342510896569,47.6211644107135],[-122.34251110058,47.6211642666196],[-122.342511273952,47.6211641053241],[-122.342511413527,47.6211639297641]],[[-122.342511413527,47.6211639297641],[-122.342511585187,47.621163626938],[-122.342511701655,47.6211633124095]],[[-122.342511701655,47.6211633124095],[-122.342511786876,47.6211628982645],[-122.342511814576,47.6211624805722]],[[-122.342511814576,47.6211624805722],[-122.342511784027,47.6211620629763],[-122.342511695983,47.6211616491061]],[[-122.342511695983,47.6211616491061],[-122.342511578224,47.6211613347648],[-122.342511405314,47.6211610322297]],[[-122.342511405314,47.6211610322297],[-122.342511264384,47.6211608569272],[-122.342511089696,47.6211606960218],[-122.342510884437,47.6211605524479]],[[-122.342510884437,47.6211605524479],[-122.342510805008,47.6211605107334],[-122.342510717334,47.6211604773541],[-122.342510623326,47.621160453037],[-122.342510525031,47.621160438312],[-122.342510424591,47.6211604334998]],[[-122.342510442265,47.6211658588123],[-122.342510595424,47.6211658507245],[-122.34251074491,47.6211658268388],[-122.342510887157,47.6211657877248],[-122.342511018774,47.6211657343152],[-122.342511136621,47.6211656678837]],[[-122.342511136621,47.6211656678837],[-122.342511457252,47.6211654261291],[-122.342511727856,47.6211651580189],[-122.342511943718,47.6211648682234]],[[-122.342511943718,47.6211648682234],[-122.342512207347,47.621164369535],[-122.342512385325,47.621163853905]],[[-122.342512385325,47.621163853905],[-122.342512558356,47.6211624797055]],[[-122.342512558356,47.6211624797055],[-122.342512376123,47.621161105719]],[[-122.342512376123,47.621161105719],[-122.342512194659,47.6211605904561],[-122.342511927588,47.6211600924088]],[[-122.342511927588,47.6211600924088],[-122.342511709876,47.6211598033178],[-122.342511437572,47.6211595360724],[-122.342511115419,47.6211592953289]],[[-122.342511115419,47.6211592953289],[-122.342510997367,47.6211592291458],[-122.342510865607,47.621159176],[-122.34251072328,47.6211591371583],[-122.34251057378,47.6211591135466],[-122.342510420668,47.6211591057278]],[[-122.342510420668,47.6211591057278],[-122.342510267422,47.6211591139663],[-122.342510117888,47.6211591380228],[-122.342509975641,47.6211591773226],[-122.342509844076,47.621159230927],[-122.342509726338,47.6211592975557]],[[-122.342509726338,47.6211592975557],[-122.342509405698,47.6211595393058],[-122.342509135094,47.6211598074165],[-122.342508919241,47.6211600972159]],[[-122.342508919241,47.6211600972159],[-122.342508655609,47.6211605959038],[-122.342508477634,47.6211611115343]],[[-122.342508477634,47.6211611115343],[-122.342508304603,47.6211624857338]],[[-122.342508304603,47.6211624857338],[-122.342508486836,47.6211638597203]],[[-122.342508486836,47.6211638597203],[-122.342508668359,47.6211643745262],[-122.342508935345,47.6211648721313]],[[-122.342508935345,47.6211648721313],[-122.342509153051,47.6211651612246],[-122.342509425355,47.6211654284703],[-122.342509747513,47.6211656692112]],[[-122.342509747513,47.6211656692112],[-122.342509865554,47.6211657354072],[-122.342509997312,47.6211657885605],[-122.342510139641,47.621165827403],[-122.342510289148,47.621165851008],[-122.342510442265,47.6211658588123]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null}},{"type":"Feature","id":15872,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342242324729,47.6207606752466],[-122.342242312267,47.6207620347222]],[[-122.342242312267,47.6207620347222],[-122.342248881853,47.6207675557888]],[[-122.342248881853,47.6207675557888],[-122.342255517545,47.6207620980406]],[[-122.342255517545,47.6207620980406],[-122.342255529407,47.6207607178819]],[[-122.342255529407,47.6207607178819],[-122.342248901826,47.6207661800206]],[[-122.342248901826,47.6207661800206],[-122.342242324729,47.6207606752466]],[[-122.342242312141,47.6207634066287],[-122.342242300617,47.6207647525978]],[[-122.342242300617,47.6207647525978],[-122.342248876619,47.6207702654828]],[[-122.342248876619,47.6207702654828],[-122.342255477494,47.6207648000997]],[[-122.342255477494,47.6207648000997],[-122.342255490217,47.6207634496168]],[[-122.342255490217,47.6207634496168],[-122.342248863601,47.6207688991481]],[[-122.342248863601,47.6207688991481],[-122.342242312141,47.6207634066287]],[[-122.342251161538,47.6207534394745],[-122.342251602971,47.6207543917063]],[[-122.342250898415,47.6207525334576],[-122.342251161538,47.6207534394745]],[[-122.342250724511,47.620751538096],[-122.342250898415,47.6207525334576]],[[-122.34225065031,47.6207505854934],[-122.342250724511,47.620751538096]],[[-122.342250656358,47.6207496471203],[-122.34225065031,47.6207505854934]],[[-122.342250747035,47.6207486905325],[-122.342250656358,47.6207496471203]],[[-122.342250920751,47.6207477526351],[-122.342250747035,47.6207486905325]],[[-122.342251138647,47.6207470075682],[-122.342250920751,47.6207477526351]],[[-122.342251390499,47.6207463781007],[-122.342251138647,47.6207470075682]],[[-122.342251796666,47.6207456557267],[-122.342251390499,47.6207463781007]],[[-122.342252101044,47.6207452774535],[-122.342251796666,47.6207456557267]],[[-122.342252426678,47.620744989759],[-122.342252249177,47.6207451260551],[-122.342252101044,47.6207452774535]],[[-122.342252647627,47.620744854587],[-122.342252426678,47.620744989759]],[[-122.342252885606,47.6207447560732],[-122.342252647627,47.620744854587]],[[-122.342253120977,47.6207447052733],[-122.342252885606,47.6207447560732]],[[-122.342253269737,47.6207446961041],[-122.342253120977,47.6207447052733]],[[-122.342253481846,47.6207447148825],[-122.342253269737,47.6207446961041]],[[-122.342253719226,47.620744779206],[-122.342253481846,47.6207447148825]],[[-122.34225395671,47.6207448930067],[-122.342253719226,47.620744779206]],[[-122.342254153405,47.6207450226415],[-122.34225395671,47.6207448930067]],[[-122.34225442263,47.6207452673643],[-122.342254153405,47.6207450226415]],[[-122.342254795809,47.6207457473063],[-122.34225442263,47.6207452673643]],[[-122.342255223967,47.6207466088535],[-122.342254795809,47.6207457473063]],[[-122.342255803993,47.6207494034478],[-122.342255618493,47.6207479962955],[-122.342255223967,47.6207466088535]],[[-122.342255628875,47.6207520821086],[-122.342255803993,47.6207494034478]],[[-122.342254967937,47.6207540673142],[-122.342255368958,47.6207530853831],[-122.342255628875,47.6207520821086]],[[-122.342254662333,47.6207545868423],[-122.342254832543,47.6207543317305],[-122.342254967937,47.6207540673142]],[[-122.342254424902,47.6207548877611],[-122.342254662333,47.6207545868423]],[[-122.342253699803,47.6207554407389],[-122.342253980045,47.6207552805068],[-122.342254223413,47.6207550949092],[-122.342254424902,47.6207548877611]],[[-122.342253180029,47.6207555492861],[-122.342253318194,47.6207555442704],[-122.342253453277,47.6207555240784],[-122.342253581634,47.6207554892548],[-122.342253699803,47.6207554407389]],[[-122.342252868817,47.6207555084317],[-122.342253180029,47.6207555492861]],[[-122.342252562038,47.6207553910518],[-122.34225270823,47.6207554582882],[-122.342252868817,47.6207555084317]],[[-122.342251988486,47.6207549299594],[-122.342252150426,47.6207550994914],[-122.342252342621,47.6207552540016],[-122.342252562038,47.6207553910518]],[[-122.342251988486,47.6207549299594],[-122.342251209491,47.6207592215303]],[[-122.342251209491,47.6207592215303],[-122.342251437511,47.6207600641404]],[[-122.342251437511,47.6207600641404],[-122.342250957642,47.6207611356406]],[[-122.342250957642,47.6207611356406],[-122.342249948922,47.6207611310222]],[[-122.342249948922,47.6207611310222],[-122.342249940574,47.6207605220971]],[[-122.342249940574,47.6207605220971],[-122.342250825519,47.6207605256576]],[[-122.342250825519,47.6207605256576],[-122.342251008026,47.6207601202127]],[[-122.342251008026,47.6207601202127],[-122.342250808303,47.6207593357021]],[[-122.342250808303,47.6207593357021],[-122.342251086049,47.6207573969591]],[[-122.342251086049,47.6207573969591],[-122.342247465107,47.6207573828932]],[[-122.342247465107,47.6207573828932],[-122.342247406193,47.620757737221]],[[-122.342247925472,47.6207580245086],[-122.34224777134,47.6207579138451],[-122.342247597273,47.6207578175436],[-122.342247406193,47.620757737221]],[[-122.342248313361,47.6207584151943],[-122.342248144096,47.6207582087193],[-122.342247925472,47.6207580245086]],[[-122.3422483632,47.6207585737644],[-122.342248313361,47.6207584151943]],[[-122.34224836127,47.6207586448592],[-122.3422483632,47.6207585737644]],[[-122.342248345805,47.6207587080369],[-122.34224836127,47.6207586448592]],[[-122.342248319438,47.620758762363],[-122.342248345805,47.6207587080369]],[[-122.342248282066,47.6207588042406],[-122.342248319438,47.620758762363]],[[-122.342248237626,47.6207588318181],[-122.342248282066,47.6207588042406]],[[-122.342248188752,47.620758844161],[-122.342248237626,47.6207588318181]],[[-122.342248188752,47.620758844161],[-122.342246208814,47.6207590269435]],[[-122.342246142023,47.6207590179333],[-122.342246208814,47.6207590269435]],[[-122.342246091975,47.6207589898093],[-122.342246142023,47.6207590179333]],[[-122.342246057393,47.6207589443877],[-122.342246091975,47.6207589898093]],[[-122.342246040963,47.6207588825325],[-122.342246057393,47.6207589443877]],[[-122.342246052151,47.6207587177556],[-122.342246040963,47.6207588825325]],[[-122.342246125826,47.6207585053705],[-122.342246052151,47.6207587177556]],[[-122.342246232414,47.6207582808541],[-122.342246125826,47.6207585053705]],[[-122.342246371472,47.620758074799],[-122.342246232414,47.6207582808541]],[[-122.342246897034,47.6207577529676],[-122.342246739146,47.620757811577],[-122.342246596691,47.620757886015],[-122.342246473132,47.6207579744723],[-122.342246371472,47.620758074799]],[[-122.342246897034,47.6207577529676],[-122.34224704201,47.6207569710838]],[[-122.34224704201,47.6207569710838],[-122.342246205515,47.6207547385475]],[[-122.342245885332,47.6207550765477],[-122.342246205515,47.6207547385475]],[[-122.34224554379,47.6207553203721],[-122.342245729104,47.6207552077148],[-122.342245885332,47.6207550765477]],[[-122.34224518879,47.6207554672171],[-122.34224554379,47.6207553203721]],[[-122.342244832277,47.6207555160247],[-122.342244954633,47.6207555133873],[-122.342245074602,47.6207554969632],[-122.34224518879,47.6207554672171]],[[-122.342244312738,47.6207554032648],[-122.342244475459,47.6207554607702],[-122.342244650347,47.6207554987276],[-122.342244832277,47.6207555160247]],[[-122.342243831118,47.6207550839914],[-122.342243969198,47.6207552051126],[-122.34224413077,47.6207553122212],[-122.342244312738,47.6207554032648]],[[-122.342243020184,47.6207539162541],[-122.342243361053,47.6207545205037],[-122.342243831118,47.6207550839914]],[[-122.342242480403,47.6207521880633],[-122.342243020184,47.6207539162541]],[[-122.342242295411,47.6207500764331],[-122.342242480403,47.6207521880633]],[[-122.342242517737,47.6207479701978],[-122.342242295411,47.6207500764331]],[[-122.342243087814,47.6207462470838],[-122.342242517737,47.6207479701978]],[[-122.342243919005,47.6207450854629],[-122.34224342837,47.6207456418788],[-122.342243087814,47.6207462470838]],[[-122.342244407508,47.6207447704201],[-122.342244147505,47.6207449168452],[-122.342243919005,47.6207450854629]],[[-122.342244927281,47.6207446618729],[-122.342244789103,47.6207446668429],[-122.342244654006,47.6207446870212],[-122.342244525649,47.6207447218615],[-122.342244407508,47.6207447704201]],[[-122.342245358044,47.6207447416247],[-122.342245221297,47.6207446998318],[-122.342245076513,47.6207446730263],[-122.342244927281,47.6207446618729]],[[-122.34224576776,47.6207449673923],[-122.342245645211,47.6207448810441],[-122.342245507956,47.620744805412],[-122.342245358044,47.6207447416247]],[[-122.342246494742,47.6207458096843],[-122.342246301548,47.6207455105049],[-122.342246058123,47.6207452284691],[-122.34224576776,47.6207449673923]],[[-122.342247395891,47.6207487115728],[-122.342247103153,47.6207472383602],[-122.342246494742,47.6207458096843]],[[-122.342247395891,47.6207487115728],[-122.342248184392,47.6207484177416]],[[-122.342248395925,47.6207479579353],[-122.342248296384,47.6207481046748],[-122.342248225486,47.6207482587862],[-122.342248184392,47.6207484177416]],[[-122.342248395925,47.6207479579353],[-122.342248266199,47.6207465589628]],[[-122.342248266199,47.6207465589628],[-122.34224808789,47.620746558628]],[[-122.34224808789,47.620746558628],[-122.342248076936,47.6207461809372]],[[-122.342248076936,47.6207461809372],[-122.342248643496,47.6207461257463]],[[-122.342248643496,47.6207461257463],[-122.342248640629,47.6207465315083]],[[-122.342248640629,47.6207465315083],[-122.342248502222,47.6207465306445]],[[-122.342248502222,47.6207465306445],[-122.34224866121,47.620747929229]],[[-122.342248825984,47.620748059287],[-122.342248805363,47.6207480271894],[-122.342248777899,47.620747997512],[-122.3422487442,47.620747970913],[-122.342248705014,47.6207479479825],[-122.34224866121,47.620747929229]],[[-122.34224896434,47.6207489300742],[-122.342248985016,47.6207486361586],[-122.34224893853,47.6207483435859],[-122.342248825984,47.620748059287]],[[-122.34224896434,47.6207489300742],[-122.342251482248,47.6207550464236]],[[-122.342251482248,47.6207550464236],[-122.342251602971,47.6207543917063]],[[-122.342246566095,47.6207542794639],[-122.342247302218,47.6207519683381],[-122.342247455121,47.6207496067988]],[[-122.342246566095,47.6207542794639],[-122.342247207406,47.6207559298417]],[[-122.342247207406,47.6207559298417],[-122.342248279117,47.6207494357436]],[[-122.342248279117,47.6207494357436],[-122.342247455121,47.6207496067988]],[[-122.342251232928,47.6207564513211],[-122.342247621297,47.6207564371318]],[[-122.342247621297,47.6207564371318],[-122.342248633781,47.6207503324504]],[[-122.342248633781,47.6207503324504],[-122.342248669591,47.6207509706985]],[[-122.342248669591,47.6207509706985],[-122.342248560472,47.620750970346]],[[-122.342248560472,47.620750970346],[-122.342248569601,47.6207513768486]],[[-122.342248569601,47.6207513768486],[-122.342249053984,47.6207513785231]],[[-122.342249053984,47.6207513785231],[-122.342249043056,47.6207510017314]],[[-122.342249043056,47.6207510017314],[-122.34224891928,47.6207510006736]],[[-122.34224891928,47.6207510006736],[-122.342248897762,47.620750304661]],[[-122.342248897762,47.620750304661],[-122.342251292989,47.6207560906809]],[[-122.342251292989,47.6207560906809],[-122.342251232928,47.6207564513211]],[[-122.34224628057,47.620753472701],[-122.342246853182,47.6207516696741],[-122.34224696654,47.6207498273836]],[[-122.34224628057,47.620753472701],[-122.342245191618,47.6207504266661]],[[-122.342245191618,47.6207504266661],[-122.34224696654,47.6207498273836]],[[-122.342244992182,47.6207496520474],[-122.342246900868,47.6207488935598]],[[-122.342246900868,47.6207488935598],[-122.342246808601,47.6207482488605],[-122.342246629528,47.6207476125145]],[[-122.342246629528,47.6207476125145],[-122.342246177064,47.6207466010547]],[[-122.342246177064,47.6207466010547],[-122.342246022529,47.6207463637435],[-122.342245826176,47.6207461409204],[-122.342245590941,47.6207459359175]],[[-122.342245590941,47.6207459359175],[-122.342245262438,47.6207457576521]],[[-122.342245262438,47.6207457576521],[-122.342245183238,47.6207457281358],[-122.342245098075,47.6207457075002],[-122.342245009122,47.6207456962725],[-122.342244918651,47.6207456947393]],[[-122.342244918651,47.6207456947393],[-122.34224477157,47.6207457082786],[-122.342244629682,47.6207457376901],[-122.34224449673,47.6207457821977]],[[-122.34224449673,47.6207457821977],[-122.342244347085,47.6207458539105],[-122.342244214654,47.6207459396349],[-122.342244102298,47.6207460375187]],[[-122.342244102298,47.6207460375187],[-122.342243717811,47.6207464925203],[-122.342243428368,47.6207469784495]],[[-122.342243428368,47.6207469784495],[-122.342243148881,47.620747668661],[-122.3422429672,47.6207483735612]],[[-122.3422429672,47.6207483735612],[-122.34224280127,47.620750080617],[-122.342242937192,47.6207517888777]],[[-122.342242937192,47.6207517888777],[-122.342243143002,47.620752601617],[-122.342243509881,47.620753388152],[-122.342244031097,47.620754134051]],[[-122.342244031097,47.620754134051],[-122.342244129348,47.6207542236644],[-122.342244245912,47.6207543026788],[-122.342244378305,47.6207543694095],[-122.342244523703,47.6207544224339],[-122.342244679008,47.6207544606216],[-122.342244840906,47.6207544831583]],[[-122.342244840906,47.6207544831583],[-122.342245044387,47.620754456617],[-122.342245239664,47.6207544098115],[-122.342245422321,47.6207543438],[-122.34224558823,47.6207542600751],[-122.342245733639,47.6207541605295],[-122.342245855261,47.6207540474139],[-122.342245950346,47.6207539232857]],[[-122.342245950346,47.6207539232857],[-122.342244841808,47.6207507524646]],[[-122.342244743252,47.6207507033932],[-122.342244761089,47.620750720983],[-122.342244784262,47.6207507354731],[-122.342244811622,47.6207507461437],[-122.342244841808,47.6207507524646]],[[-122.3422446611,47.6207505776374],[-122.342244743252,47.6207507033932]],[[-122.34224460654,47.6207503939407],[-122.342244624716,47.6207504870175],[-122.3422446611,47.6207505776374]],[[-122.342244586771,47.6207501710996],[-122.34224460654,47.6207503939407]],[[-122.342244610842,47.620749945878],[-122.342244588749,47.6207500580005],[-122.342244586771,47.6207501710996]],[[-122.342244672025,47.6207497615464],[-122.342244610842,47.620749945878]],[[-122.342244761557,47.6207496371129],[-122.342244723484,47.6207496757447],[-122.342244693458,47.6207497174749],[-122.342244672025,47.6207497615464]],[[-122.342244812465,47.6207496031524],[-122.342244761557,47.6207496371129]],[[-122.342244869345,47.620749591603],[-122.342244812465,47.6207496031524]],[[-122.342244932355,47.6207496078601],[-122.342244869345,47.620749591603]],[[-122.34224496352,47.6207496272384],[-122.342244932355,47.6207496078601]],[[-122.342244992182,47.6207496520474],[-122.34224496352,47.6207496272384]],[[-122.342252944276,47.620750219525],[-122.342252190408,47.6207517498585],[-122.342251781328,47.6207533385974]],[[-122.342252966757,47.6207499853285],[-122.342252944276,47.620750219525]],[[-122.342253108005,47.6207496712912],[-122.342253037688,47.6207497707903],[-122.342252990249,47.6207498762609],[-122.342252966757,47.6207499853285]],[[-122.342253214463,47.6207496257989],[-122.342253188744,47.6207496290043],[-122.342253164396,47.6207496354441],[-122.342253142306,47.6207496448837],[-122.342253123278,47.6207496569795],[-122.342253108005,47.6207496712912]],[[-122.342253269361,47.6207496376655],[-122.342253214463,47.6207496257989]],[[-122.342253322252,47.6207496720491],[-122.342253269361,47.6207496376655]],[[-122.342253465614,47.6207499814133],[-122.342253441569,47.6207498737395],[-122.342253393404,47.620749769805],[-122.342253322252,47.6207496720491]],[[-122.342253463868,47.6207504258437],[-122.342253485978,47.6207502036664],[-122.342253465614,47.6207499814133]],[[-122.342253318447,47.620750733639],[-122.342253389159,47.6207506362215],[-122.342253437982,47.6207505328829],[-122.342253463868,47.6207504258437]],[[-122.342253210867,47.6207507863432],[-122.342253236954,47.6207507808681],[-122.342253261373,47.6207507726069],[-122.342253283474,47.6207507617794],[-122.342253302669,47.6207507486739],[-122.342253318447,47.620750733639]],[[-122.342253210867,47.6207507863432],[-122.342252491431,47.6207523212152],[-122.342252146632,47.6207539140024]],[[-122.342252146632,47.6207539140024],[-122.342252301738,47.620754098254],[-122.342252499403,47.6207542629589],[-122.342252734319,47.6207544036949]],[[-122.342252734319,47.6207544036949],[-122.34225283283,47.6207544481892],[-122.342252940161,47.6207544821707],[-122.342253053864,47.6207545048636],[-122.342253171342,47.6207545157496]],[[-122.342253171342,47.6207545157496],[-122.342253307933,47.6207545089729],[-122.342253440945,47.6207544869672],[-122.342253566669,47.6207544503463],[-122.342253681596,47.6207544001318]],[[-122.342253681596,47.6207544001318],[-122.342253855906,47.6207542979648],[-122.342254007827,47.6207541806769],[-122.342254134499,47.6207540504762]],[[-122.342254134499,47.6207540504762],[-122.342254397817,47.6207537287162],[-122.342254603624,47.6207533884409]],[[-122.342254603624,47.6207533884409],[-122.342254879682,47.6207527683448],[-122.34225506886,47.6207521336143]],[[-122.34225506886,47.6207521336143],[-122.342255283547,47.6207509108971]],[[-122.342255283547,47.6207509108971],[-122.342255321307,47.6207497813862]],[[-122.342255321307,47.6207497813862],[-122.342255137517,47.6207482616832]],[[-122.342255137517,47.6207482616832],[-122.342254733221,47.62074703008]],[[-122.342254733221,47.62074703008],[-122.342254527234,47.6207466400075],[-122.342254260024,47.6207462671874]],[[-122.342254260024,47.6207462671874],[-122.342254094202,47.6207460928589],[-122.3422538912,47.6207459374226]],[[-122.3422538912,47.6207459374226],[-122.342253787935,47.62074586992],[-122.342253670642,47.6207458137866],[-122.342253542049,47.620745770328],[-122.342253405148,47.620745740555]],[[-122.342253405148,47.620745740555],[-122.342253281535,47.6207457307976],[-122.342253157223,47.6207457348667],[-122.342253035595,47.6207457526514]],[[-122.342253035595,47.6207457526514],[-122.342252833502,47.6207458231822],[-122.342252652115,47.6207459158222],[-122.342252496705,47.6207460278799]],[[-122.342252496705,47.6207460278799],[-122.342252227788,47.6207462927299],[-122.342252016419,47.6207465803108]],[[-122.342252016419,47.6207465803108],[-122.342251581851,47.6207474703888]],[[-122.342251581851,47.6207474703888],[-122.342251263523,47.6207486980785]],[[-122.342251263523,47.6207486980785],[-122.342251144393,47.6207497288115]],[[-122.342251144393,47.6207497288115],[-122.342251155975,47.6207507704061]],[[-122.342251155975,47.6207507704061],[-122.342251299132,47.620751898418]],[[-122.342251299132,47.620751898418],[-122.342251532811,47.6207527526479]],[[-122.342251532811,47.6207527526479],[-122.342251781328,47.6207533385974]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null}},{"type":"Feature","id":16041,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342751554993,47.6208392893398],[-122.342753842146,47.6208404311979]],[[-122.342753842146,47.6208404311979],[-122.34275737519,47.6208413595175]],[[-122.34275737519,47.6208413595175],[-122.342758581723,47.6208409359924]],[[-122.342758581723,47.6208409359924],[-122.342755152765,47.6208400179873]],[[-122.342755152765,47.6208400179873],[-122.342758420218,47.6208394969594]],[[-122.342758420218,47.6208394969594],[-122.342759905152,47.6208408725601]],[[-122.342759905152,47.6208408725601],[-122.342764401628,47.620840565532]],[[-122.342764401628,47.620840565532],[-122.342763400459,47.6208398123426]],[[-122.342763400459,47.6208398123426],[-122.342760993094,47.6208399846099]],[[-122.342760993094,47.6208399846099],[-122.342760007258,47.6208390261061]],[[-122.342760007258,47.6208390261061],[-122.342768210062,47.6208403458951]],[[-122.342768210062,47.6208403458951],[-122.342769133441,47.6208396103623]],[[-122.34275876847,47.6208379711003],[-122.342769133441,47.6208396103623]],[[-122.34275876847,47.6208379711003],[-122.342751554993,47.6208392893398]],[[-122.342763925731,47.6208373251517],[-122.342763927058,47.6208370957335]],[[-122.342712070599,47.6208371654467],[-122.342699214441,47.6208398719478]],[[-122.342710802899,47.620839103826],[-122.342723548327,47.6208391390038]],[[-122.342710802899,47.620839103826],[-122.342712070599,47.6208371654467]],[[-122.342710793425,47.620840703458],[-122.342723538828,47.6208407377365]],[[-122.342712038064,47.6208426481008],[-122.342699214441,47.6208398719478]],[[-122.342710793425,47.620840703458],[-122.342712038064,47.6208426481008]],[[-122.342723538828,47.6208407377365],[-122.342723548327,47.6208391390038]],[[-122.342749718482,47.620840609135],[-122.342749914238,47.6208406146352]],[[-122.342749914238,47.6208406146352],[-122.342750208144,47.6208406043536],[-122.342750498456,47.6208405718021]],[[-122.342750498456,47.6208405718021],[-122.342750725578,47.620840525819],[-122.342750940928,47.6208404588803]],[[-122.342750940928,47.6208404588803],[-122.342751065436,47.6208404046651],[-122.342751177391,47.6208403391836],[-122.342751274567,47.6208402637381]],[[-122.342751274567,47.6208402637381],[-122.342751314339,47.6208402212744],[-122.342751343551,47.6208401750779],[-122.342751361455,47.6208401263319],[-122.342751367592,47.6208400762851]],[[-122.342751367592,47.6208400762851],[-122.342751361754,47.6208400262209],[-122.342751344135,47.6208399774265],[-122.342751315189,47.6208399311529],[-122.342751275658,47.6208398885863]],[[-122.342751275658,47.6208398885863],[-122.342751179605,47.6208398129133],[-122.342751068755,47.6208397470689],[-122.3427509453,47.6208396923547]],[[-122.3427509453,47.6208396923547],[-122.342750730768,47.6208396241071],[-122.342750504181,47.6208395767577]],[[-122.342750504181,47.6208395767577],[-122.342750214052,47.6208395425019],[-122.342749920041,47.6208395305284]],[[-122.342749920041,47.6208395305284],[-122.342749724571,47.62083953492]],[[-122.342748084297,47.6208396385388],[-122.34274799315,47.6208397355338],[-122.342747926106,47.6208398410816],[-122.342747884879,47.620839952483],[-122.342747870524,47.6208400668894]],[[-122.342748607666,47.620839332927],[-122.342748412395,47.6208394178107],[-122.342748236775,47.6208395203607],[-122.342748084297,47.6208396385388]],[[-122.342749205992,47.6208391801545],[-122.342748898864,47.620839242368],[-122.342748607666,47.620839332927]],[[-122.342749195139,47.620840961526],[-122.342749715592,47.6208410139977]],[[-122.342748598505,47.6208408057099],[-122.342748888699,47.6208408977487],[-122.342749195139,47.620840961526]],[[-122.342748079952,47.6208404977238],[-122.342748230714,47.620840616503],[-122.342748404712,47.6208407198467],[-122.342748598505,47.6208408057099]],[[-122.342747870524,47.6208400668894],[-122.342747883453,47.6208401817506],[-122.342747923466,47.6208402937402],[-122.342747989532,47.620840399976],[-122.342748079952,47.6208404977238]],[[-122.342749727487,47.6208391309565],[-122.342749724571,47.62083953492]],[[-122.342749727487,47.6208391309565],[-122.342749205992,47.6208391801545]],[[-122.342749718482,47.620840609135],[-122.342749715592,47.6208410139977]],[[-122.34276390377,47.6208372102929],[-122.342763910571,47.6208372746029],[-122.342763931546,47.6208373375069],[-122.342763966225,47.6208373975935],[-122.34276401383,47.6208374535148],[-122.342764073293,47.6208375040162]],[[-122.342764073293,47.6208375040162],[-122.342764281843,47.620837637065],[-122.342764514918,47.6208377501193],[-122.34276476833,47.6208378411479]],[[-122.34276476833,47.6208378411479],[-122.342765205199,47.6208379533152],[-122.342765658651,47.6208380299528]],[[-122.342765658651,47.6208380299528],[-122.342766257914,47.6208380872564],[-122.342766862427,47.6208381075469]],[[-122.342766862427,47.6208381075469],[-122.34276746722,47.6208380906428],[-122.342768067218,47.6208380366919]],[[-122.342768067218,47.6208380366919],[-122.342768521695,47.6208379626733],[-122.342768960039,47.6208378530251]],[[-122.342768960039,47.6208378530251],[-122.342769214283,47.6208377631194],[-122.342769448412,47.6208376511093],[-122.342769658222,47.6208375190062]],[[-122.342769658222,47.6208375190062],[-122.342769718452,47.6208374688471],[-122.342769766888,47.6208374131853],[-122.342769802441,47.6208373532705],[-122.342769824314,47.6208372904476],[-122.342769832015,47.6208372261272]],[[-122.342769832015,47.6208372261272],[-122.342769825185,47.6208371618216],[-122.342769804196,47.6208370989228],[-122.342769769518,47.6208370388389],[-122.342769721928,47.6208369829153],[-122.342769662491,47.6208369324039]],[[-122.342769662491,47.6208369324039],[-122.34276945394,47.620836799357],[-122.342769220865,47.6208366863028],[-122.342768967455,47.6208365952722]],[[-122.342768967455,47.6208365952722],[-122.342768530587,47.6208364831044],[-122.342768077133,47.6208364064673]],[[-122.342768077133,47.6208364064673],[-122.342767477871,47.6208363491629],[-122.342766873358,47.6208363288732]],[[-122.342766873358,47.6208363288732],[-122.342766267896,47.6208363457443],[-122.342765667237,47.6208363997459]],[[-122.342765667237,47.6208363997459],[-122.342765213436,47.6208364738045],[-122.342764775746,47.6208365833949]],[[-122.342764775746,47.6208365833949],[-122.342764521028,47.6208366732344],[-122.342764286449,47.6208367852523],[-122.342764076233,47.6208369174316]],[[-122.342764076233,47.6208369174316],[-122.342764016277,47.6208369676464],[-122.342763968119,47.6208370233332],[-122.342763932838,47.620837083243],[-122.342763911227,47.6208371460323],[-122.34276390377,47.6208372102929]],[[-122.342772216614,47.6208372322844],[-122.342772205097,47.6208371271833],[-122.342772169541,47.6208370245571],[-122.342772110807,47.620836926888],[-122.342772030316,47.6208368365385],[-122.342771930015,47.6208367556938]],[[-122.342771930015,47.6208367556938],[-122.342771559318,47.6208365322074],[-122.342771148336,47.6208363434233],[-122.342770704169,47.6208361926031]],[[-122.342770704169,47.6208361926031],[-122.342769940887,47.6208360079147],[-122.342769151675,47.6208358821371]],[[-122.342769151675,47.6208358821371],[-122.342767041618,47.6208357535901]],[[-122.342767041618,47.6208357535901],[-122.342764929375,47.6208358706656]],[[-122.342764929375,47.6208358706656],[-122.34276413875,47.6208359922503],[-122.342763373367,47.6208361728803]],[[-122.342763373367,47.6208361728803],[-122.342762927636,47.6208363212105],[-122.342762514605,47.6208365076518],[-122.342762141407,47.6208367289854]],[[-122.342762141407,47.6208367289854],[-122.34276203982,47.6208368092618],[-122.34276195795,47.6208368991939],[-122.342761897784,47.6208369966015],[-122.342761860778,47.6208370991235],[-122.342761847831,47.6208372042746]],[[-122.342761847831,47.6208372042746],[-122.34276185943,47.620837309621],[-122.342761895172,47.6208374124733],[-122.34276195419,47.6208375103332],[-122.342762035049,47.6208376008237],[-122.342762135786,47.6208376817468]],[[-122.342762135786,47.6208376817468],[-122.342762506136,47.6208379048579],[-122.342762916658,47.6208380933438],[-122.342763360276,47.6208382439559]],[[-122.342763360276,47.6208382439559],[-122.342764124185,47.6208384291416],[-122.342764914126,47.6208385553037]],[[-122.342764914126,47.6208385553037],[-122.342767024157,47.6208386829515]],[[-122.342767024157,47.6208386829515],[-122.342769135097,47.6208385667929]],[[-122.342769135097,47.6208385667929],[-122.342769926396,47.6208384452456],[-122.342770692434,47.6208382645604]],[[-122.342770692434,47.6208382645604],[-122.342771138158,47.6208381162218],[-122.342771551188,47.6208379297809],[-122.342771924394,47.6208377084553]],[[-122.342771924394,47.6208377084553],[-122.342772025833,47.6208376279635],[-122.34277210749,47.6208375378272],[-122.342772167381,47.6208374402349],[-122.342772204053,47.6208373375563],[-122.342772216614,47.6208372322844]],[[-122.342763781653,47.6208424944217],[-122.342763788624,47.6208425622119],[-122.342763810262,47.6208426285809],[-122.342763846101,47.620842692095],[-122.342763895366,47.6208427513818],[-122.342763956993,47.6208428051604]],[[-122.342763956993,47.6208428051604],[-122.342764168396,47.6208429440898],[-122.342764405667,47.6208430625312],[-122.34276466447,47.6208431583202]],[[-122.34276466447,47.6208431583202],[-122.342765111499,47.6208432761443],[-122.34276557636,47.6208433567348]],[[-122.34276557636,47.6208433567348],[-122.342766188124,47.620843416577],[-122.342766805511,47.6208434375907]],[[-122.342766805511,47.6208434375907],[-122.342767423759,47.6208434196581],[-122.3427680368,47.6208433627858]],[[-122.3427680368,47.6208433627858],[-122.342768502386,47.6208432849631],[-122.34276895064,47.6208431698442]],[[-122.34276895064,47.6208431698442],[-122.342769210844,47.6208430754408],[-122.342769449759,47.6208429582253],[-122.342769663011,47.6208428203436]],[[-122.342769663011,47.6208428203436],[-122.342769725077,47.620842766985],[-122.3427697749,47.6208427080828],[-122.34276981141,47.6208426449033],[-122.342769833823,47.6208425788046],[-122.342769841655,47.6208425112074]],[[-122.342769841655,47.6208425112074],[-122.342769834677,47.6208424434183],[-122.342769813036,47.6208423770504],[-122.342769777197,47.620842313537],[-122.342769727936,47.6208422542496],[-122.342769666315,47.6208422004686]],[[-122.342769666315,47.6208422004686],[-122.342769454505,47.620842061475],[-122.342769216784,47.6208419430375],[-122.342768957508,47.6208418473266]],[[-122.342768957508,47.6208418473266],[-122.342768511135,47.6208417295428],[-122.342768046949,47.6208416488944]],[[-122.342768046949,47.6208416488944],[-122.34276743454,47.6208415885675],[-122.342766816441,47.6208415671568]],[[-122.342766816441,47.6208415671568],[-122.342766198862,47.6208415851252],[-122.342765586483,47.6208416419441]],[[-122.342765586483,47.6208416419441],[-122.342765120866,47.6208417202106],[-122.342764672668,47.6208418357849]],[[-122.342764672668,47.6208418357849],[-122.342764412535,47.6208419299079],[-122.342764173613,47.6208420468205],[-122.342763960271,47.6208421843862]],[[-122.342763960271,47.6208421843862],[-122.342763898065,47.6208422378963],[-122.342763848169,47.6208422969747],[-122.34276381166,47.6208423603451],[-122.342763789327,47.6208424266381],[-122.342763781653,47.6208424944217]],[[-122.342771805767,47.6208425166442],[-122.342771794519,47.6208424131185],[-122.342771759831,47.620842311983],[-122.342771702527,47.620842215634],[-122.342771623963,47.6208421263546],[-122.342771526,47.6208420462603]],[[-122.342771526,47.6208420462603],[-122.342771171234,47.6208418280067],[-122.342770776846,47.6208416432118],[-122.342770349733,47.6208414951066]],[[-122.342770349733,47.6208414951066],[-122.342769613785,47.6208413137756],[-122.342768851954,47.6208411902121]],[[-122.342768851954,47.6208411902121],[-122.34276784031,47.6208410972248],[-122.342766820477,47.6208410642214]],[[-122.342766820477,47.6208410642214],[-122.342765799836,47.6208410917489],[-122.342764786681,47.6208411793568]],[[-122.342764786681,47.6208411793568],[-122.342764023944,47.6208412989278],[-122.342763286407,47.6208414763343]],[[-122.342763286407,47.6208414763343],[-122.342762857054,47.6208416217294],[-122.342762459932,47.6208418040529],[-122.34276210199,47.6208420201139]],[[-122.34276210199,47.6208420201139],[-122.342762003284,47.6208420997293],[-122.342761923861,47.6208421886062],[-122.342761865599,47.6208422846419],[-122.342761829878,47.620842385564],[-122.342761817542,47.6208424889847]],[[-122.342761817542,47.6208424889847],[-122.342761828576,47.6208425924507],[-122.342761863016,47.620842693553],[-122.342761920045,47.6208427899008],[-122.342761998316,47.620842879216],[-122.342762095978,47.6208429593863]],[[-122.342762095978,47.6208429593863],[-122.342762451229,47.6208431773815],[-122.342762846055,47.6208433618695],[-122.342763273549,47.6208435096232]],[[-122.342763273549,47.6208435096232],[-122.342764009468,47.6208436914133],[-122.342764771354,47.620843815417]],[[-122.342764771354,47.620843815417],[-122.342765783015,47.620843907953],[-122.342766802806,47.6208439405085]],[[-122.342766802806,47.6208439405085],[-122.34276782343,47.6208439134304],[-122.342768836627,47.6208438262723]],[[-122.342768836627,47.6208438262723],[-122.342769599363,47.6208437066993],[-122.342770336902,47.6208435292947]],[[-122.342770336902,47.6208435292947],[-122.34277076625,47.6208433838945],[-122.342771163371,47.6208432015713],[-122.342771521318,47.6208429855151]],[[-122.342771521318,47.6208429855151],[-122.342771620006,47.6208429058923],[-122.342771699419,47.6208428170136],[-122.342771757679,47.62084272098],[-122.34277179341,47.6208426200617],[-122.342771805767,47.6208425166442]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null}},{"type":"Feature","id":16581,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342520355136,47.6210715526088],[-122.342520367566,47.621070192234]],[[-122.342520367566,47.621070192234],[-122.342513797913,47.6210646711831]],[[-122.342513797913,47.6210646711831],[-122.34250716221,47.6210701289463]],[[-122.34250716221,47.6210701289463],[-122.342507150354,47.621071509105]],[[-122.342507150354,47.621071509105],[-122.342513777973,47.6210660478505]],[[-122.342513777973,47.6210660478505],[-122.342520355136,47.6210715526088]],[[-122.342520367711,47.6210688212267],[-122.342520379227,47.6210674752576]],[[-122.342520379227,47.6210674752576],[-122.342513803133,47.6210619614891]],[[-122.342513803133,47.6210619614891],[-122.342507202273,47.6210674277864]],[[-122.342507202273,47.6210674277864],[-122.342507189531,47.6210687773701]],[[-122.342507189531,47.6210687773701],[-122.342513816158,47.6210633278236]],[[-122.342513816158,47.6210633278236],[-122.342520367711,47.6210688212267]],[[-122.342511518285,47.6210787875025],[-122.342511076845,47.6210778352717]],[[-122.342511781415,47.6210796935188],[-122.342511518285,47.6210787875025]],[[-122.342511955325,47.62108068888],[-122.342511781415,47.6210796935188]],[[-122.34251202953,47.6210816414824],[-122.342511955325,47.62108068888]],[[-122.342512023514,47.6210825807549],[-122.34251202953,47.6210816414824]],[[-122.342511932841,47.6210835373428],[-122.342512023514,47.6210825807549]],[[-122.342511759102,47.6210844743412],[-122.342511932841,47.6210835373428]],[[-122.342511541209,47.6210852194087],[-122.342511759102,47.6210844743412]],[[-122.342511289358,47.6210858488768],[-122.342511541209,47.6210852194087]],[[-122.342510883192,47.6210865712518],[-122.342511289358,47.6210858488768]],[[-122.342510578814,47.6210869495256],[-122.342510883192,47.6210865712518]],[[-122.34251025318,47.6210872372208],[-122.342510430684,47.6210871009256],[-122.342510578814,47.6210869495256]],[[-122.34251003223,47.6210873723933],[-122.34251025318,47.6210872372208]],[[-122.34250979425,47.6210874709077],[-122.34251003223,47.6210873723933]],[[-122.342509558903,47.6210875226074],[-122.34250979425,47.6210874709077]],[[-122.342509410116,47.6210875308776],[-122.342509558903,47.6210875226074]],[[-122.342509198006,47.6210875120996],[-122.342509410116,47.6210875308776]],[[-122.34250896065,47.621087448676],[-122.342509198006,47.6210875120996]],[[-122.342508723138,47.6210873339766],[-122.34250896065,47.621087448676]],[[-122.34250852644,47.6210872043422],[-122.342508723138,47.6210873339766]],[[-122.342508257213,47.62108695962],[-122.34250852644,47.6210872043422]],[[-122.342507884029,47.6210864796789],[-122.342508257213,47.62108695962]],[[-122.342507455865,47.6210856181326],[-122.342507884029,47.6210864796789]],[[-122.342506875846,47.6210828244389],[-122.342507061409,47.6210842311376],[-122.342507455865,47.6210856181326]],[[-122.342507050927,47.6210801448785],[-122.342506875846,47.6210828244389]],[[-122.34250771186,47.6210781596715],[-122.342507310841,47.6210791416035],[-122.342507050927,47.6210801448785]],[[-122.342508017463,47.6210776401426],[-122.342507847254,47.6210778952549],[-122.34250771186,47.6210781596715]],[[-122.342508254894,47.6210773392233],[-122.342508017463,47.6210776401426]],[[-122.342508979995,47.6210767862439],[-122.342508699756,47.6210769464799],[-122.342508456389,47.6210771320777],[-122.342508254894,47.6210773392233]],[[-122.342509499771,47.6210766776955],[-122.342509361609,47.6210766827242],[-122.34250922653,47.6210767029203],[-122.342509098172,47.6210767377396],[-122.342508979995,47.6210767862439]],[[-122.342509810985,47.6210767185492],[-122.342509499771,47.6210766776955]],[[-122.342510117793,47.6210768368277],[-122.342509971656,47.621076769124],[-122.342509810985,47.6210767185492]],[[-122.342510691324,47.6210772970196],[-122.342510529303,47.6210771278043],[-122.342510337117,47.6210769735977],[-122.342510117793,47.6210768368277]],[[-122.342510691324,47.6210772970196],[-122.342511470303,47.6210730054468]],[[-122.342511470303,47.6210730054468],[-122.342511242304,47.6210721637366]],[[-122.342511242304,47.6210721637366],[-122.34251172217,47.6210710922354]],[[-122.34251172217,47.6210710922354],[-122.342512730871,47.6210710959521]],[[-122.342512730871,47.6210710959521],[-122.342512739221,47.6210717048772]],[[-122.342512739221,47.6210717048772],[-122.34251185427,47.6210717013187]],[[-122.34251185427,47.6210717013187],[-122.342511671765,47.621072106764]],[[-122.342511671765,47.621072106764],[-122.342511871493,47.6210728912741]],[[-122.342511871493,47.6210728912741],[-122.342511593755,47.6210748300178]],[[-122.342511593755,47.6210748300178],[-122.342515214745,47.6210748449745]],[[-122.342515214745,47.6210748449745],[-122.342515273631,47.6210744897474]],[[-122.342514754348,47.6210742024609],[-122.342514908477,47.6210743131273],[-122.342515082547,47.6210744094286],[-122.342515273631,47.6210744897474]],[[-122.342514366455,47.6210738117762],[-122.342514535719,47.6210740182522],[-122.342514754348,47.6210742024609]],[[-122.342514316641,47.6210736541055],[-122.342514366455,47.6210738117762]],[[-122.342514318544,47.6210735821114],[-122.342514316641,47.6210736541055]],[[-122.342514334009,47.6210735189337],[-122.342514318544,47.6210735821114]],[[-122.342514360402,47.6210734655067],[-122.342514334009,47.6210735189337]],[[-122.342514397774,47.6210734236291],[-122.342514360402,47.6210734655067]],[[-122.342514442188,47.6210733951522],[-122.342514397774,47.6210734236291]],[[-122.342514491088,47.6210733837084],[-122.342514442188,47.6210733951522]],[[-122.342514491088,47.6210733837084],[-122.342516471012,47.6210732000221]],[[-122.342516537829,47.6210732099314],[-122.342516471012,47.6210732000221]],[[-122.342516587851,47.6210732371559],[-122.342516537829,47.6210732099314]],[[-122.342516622433,47.6210732825775],[-122.342516587851,47.6210732371559]],[[-122.342516638864,47.6210733444326],[-122.342516622433,47.6210732825775]],[[-122.342516627677,47.6210735092096],[-122.342516638864,47.6210733444326]],[[-122.342516554003,47.6210737215948],[-122.342516627677,47.6210735092096]],[[-122.342516447415,47.6210739461115],[-122.342516554003,47.6210737215948]],[[-122.342516308358,47.6210741521669],[-122.342516447415,47.6210739461115]],[[-122.342515782794,47.6210744739996],[-122.342515940691,47.6210744153972],[-122.34251608315,47.6210743409606],[-122.342516206708,47.6210742525],[-122.342516308358,47.6210741521669]],[[-122.342515782794,47.6210744739996],[-122.342515637847,47.621075256783]],[[-122.342515637847,47.621075256783],[-122.342516474332,47.621077488418]],[[-122.342516794515,47.621077150417],[-122.342516474332,47.621077488418]],[[-122.342517136059,47.6210769065918],[-122.342516950748,47.6210770192517],[-122.342516794515,47.621077150417]],[[-122.34251749106,47.6210767597459],[-122.342517136059,47.6210769065918]],[[-122.342517847601,47.6210767118367],[-122.342517725312,47.6210767141805],[-122.342517605334,47.6210767303022],[-122.34251749106,47.6210767597459]],[[-122.342518367144,47.6210768245954],[-122.34251820443,47.6210767670759],[-122.342518029538,47.6210767291184],[-122.342517847601,47.6210767118367]],[[-122.342518848742,47.6210771429684],[-122.342518710578,47.6210770221656],[-122.342518549016,47.6210769153609],[-122.342518367144,47.6210768245954]],[[-122.342519659713,47.621078311603],[-122.342519318917,47.6210777068909],[-122.342518848742,47.6210771429684]],[[-122.342520199482,47.6210800388931],[-122.342519659713,47.621078311603]],[[-122.342520384485,47.621082150523],[-122.342520199482,47.6210800388931]],[[-122.342520162169,47.6210842567587],[-122.342520384485,47.621082150523]],[[-122.342519592098,47.6210859798741],[-122.342520162169,47.6210842567587]],[[-122.342518760908,47.621087141497],[-122.342519251547,47.6210865850809],[-122.342519592098,47.6210859798741]],[[-122.342518272404,47.621087456541],[-122.342518532409,47.6210873101169],[-122.342518760908,47.621087141497]],[[-122.342517752628,47.6210875650894],[-122.34251789081,47.6210875601319],[-122.342518025911,47.621087539957],[-122.342518154269,47.6210875051118],[-122.342518272404,47.621087456541]],[[-122.342517321887,47.6210874862379],[-122.342517458704,47.6210875277163],[-122.342517603478,47.6210875542187],[-122.342517752628,47.6210875650894]],[[-122.342516912167,47.6210872604713],[-122.342517034724,47.6210873468144],[-122.342517171979,47.6210874224458],[-122.342517321887,47.6210874862379]],[[-122.342516185176,47.621086418181],[-122.342516378378,47.6210867173582],[-122.342516621805,47.6210869993932],[-122.342516912167,47.6210872604713]],[[-122.34251528398,47.6210835153954],[-122.342515576646,47.6210849890641],[-122.342516185176,47.621086418181]],[[-122.34251528398,47.6210835153954],[-122.342514495476,47.6210838092285]],[[-122.34251428397,47.6210842699345],[-122.342514383608,47.621084122907],[-122.342514454499,47.6210839684911],[-122.342514495476,47.6210838092285]],[[-122.34251428397,47.6210842699345],[-122.342514413678,47.6210856680074]],[[-122.342514413678,47.6210856680074],[-122.342514592014,47.6210856692411]],[[-122.342514592014,47.6210856692411],[-122.342514602944,47.6210860460326]],[[-122.342514602944,47.6210860460326],[-122.342514036406,47.6210861021241]],[[-122.342514036406,47.6210861021241],[-122.342514039246,47.6210856954628]],[[-122.342514039246,47.6210856954628],[-122.342514177653,47.6210856963263]],[[-122.342514177653,47.6210856963263],[-122.342514018683,47.6210842986414]],[[-122.342513853908,47.6210841685838],[-122.342513874549,47.621084200673],[-122.342513902021,47.6210842303443],[-122.342513935718,47.6210842569414],[-122.342513974894,47.6210842798761],[-122.342514018683,47.6210842986414]],[[-122.342513715546,47.621083297797],[-122.342513694874,47.6210835917126],[-122.342513741362,47.621083884285],[-122.342513853908,47.6210841685838]],[[-122.342513715546,47.621083297797],[-122.342511197565,47.6210771805542]],[[-122.342511197565,47.6210771805542],[-122.342511076845,47.6210778352717]],[[-122.342516113778,47.6210779484017],[-122.34251537776,47.6210802590836],[-122.342515224745,47.6210826201696]],[[-122.342516113778,47.6210779484017],[-122.342515472455,47.6210762980254]],[[-122.342515472455,47.6210762980254],[-122.342514400771,47.621082792126]],[[-122.342514400771,47.621082792126],[-122.342515224745,47.6210826201696]],[[-122.342511446879,47.6210757756561],[-122.342515058533,47.6210757898371]],[[-122.342515058533,47.6210757898371],[-122.342514046074,47.6210818945208]],[[-122.342514046074,47.6210818945208],[-122.342514010261,47.6210812562727]],[[-122.342514010261,47.6210812562727],[-122.34251411938,47.621081256625]],[[-122.34251411938,47.621081256625],[-122.342514110249,47.6210808501224]],[[-122.342514110249,47.6210808501224],[-122.342513625862,47.6210808484491]],[[-122.342513625862,47.6210808484491],[-122.342513636819,47.6210812261399]],[[-122.342513636819,47.6210812261399],[-122.342513760569,47.6210812262982]],[[-122.342513760569,47.6210812262982],[-122.342513782117,47.6210819232101]],[[-122.342513782117,47.6210819232101],[-122.342511386846,47.6210761371957]],[[-122.342511386846,47.6210761371957],[-122.342511446879,47.6210757756561]],[[-122.342516399284,47.6210787542646],[-122.342515826678,47.621080557293],[-122.342515713328,47.6210823995836]],[[-122.342516399284,47.6210787542646],[-122.342517488258,47.6210818002969]],[[-122.342517488258,47.6210818002969],[-122.342515713328,47.6210823995836]],[[-122.342517687699,47.6210825749151],[-122.342515779006,47.6210833334073]],[[-122.342515779006,47.6210833334073],[-122.342515871276,47.6210839781064],[-122.342516050354,47.6210846144519]],[[-122.342516050354,47.6210846144519],[-122.342516502852,47.6210856268099]],[[-122.342516502852,47.6210856268099],[-122.342516657395,47.6210858641187],[-122.34251685375,47.621086086941],[-122.342517088982,47.6210862919457]],[[-122.342517088982,47.6210862919457],[-122.342517417489,47.6210864702103]],[[-122.342517417489,47.6210864702103],[-122.342517496773,47.6210864994865],[-122.342517581957,47.6210865198872],[-122.342517670872,47.6210865308928],[-122.342517761252,47.621086532223]],[[-122.342517761252,47.621086532223],[-122.342517908337,47.6210865186915],[-122.342518050227,47.6210864892794],[-122.342518183175,47.6210864447636]],[[-122.342518183175,47.6210864447636],[-122.342518332826,47.6210863730545],[-122.342518465258,47.6210862873294],[-122.342518577609,47.6210861894417]],[[-122.342518577609,47.6210861894417],[-122.342518962027,47.6210857348775],[-122.342519251564,47.6210852494085]],[[-122.342519251564,47.6210852494085],[-122.342519531097,47.6210845587507],[-122.342519712701,47.6210838533965]],[[-122.342519712701,47.6210838533965],[-122.342519878623,47.6210821463403],[-122.342519742692,47.6210804380799]],[[-122.342519742692,47.6210804380799],[-122.34251953677,47.6210796256505],[-122.342519169895,47.6210788394212],[-122.342518648794,47.6210780938086]],[[-122.342518648794,47.6210780938086],[-122.342518550653,47.6210780040262],[-122.342518434147,47.621077924843],[-122.342518301765,47.6210778579497],[-122.342518156332,47.6210778047746],[-122.342518000955,47.6210777664532],[-122.342517838951,47.6210777438039]],[[-122.342517838951,47.6210777438039],[-122.342517635479,47.6210777703625],[-122.342517440213,47.6210778171783],[-122.342517257563,47.6210778831937],[-122.342517091658,47.6210779669169],[-122.342516946246,47.6210780664561],[-122.342516824613,47.6210781795621],[-122.342516729507,47.6210783036792]],[[-122.342516729507,47.6210783036792],[-122.342517838095,47.6210814753968]],[[-122.342517936626,47.6210815235688],[-122.342517918647,47.621081506224],[-122.342517895437,47.6210814919776],[-122.342517868138,47.6210814815305],[-122.342517838095,47.6210814753968]],[[-122.342518018779,47.6210816493244],[-122.342517936626,47.6210815235688]],[[-122.34251807334,47.6210818330209],[-122.342518055163,47.6210817399443],[-122.342518018779,47.6210816493244]],[[-122.342518093111,47.6210820558619],[-122.34251807334,47.6210818330209]],[[-122.342518069041,47.6210822810836],[-122.342518091134,47.6210821689611],[-122.342518093111,47.6210820558619]],[[-122.342518007884,47.6210824663146],[-122.342518069041,47.6210822810836]],[[-122.342517918326,47.6210825898491],[-122.342517956302,47.6210825514997],[-122.342517986334,47.6210825100738],[-122.342518007884,47.6210824663146]],[[-122.342517867418,47.6210826238097],[-122.342517918326,47.6210825898491]],[[-122.342517810537,47.6210826353593],[-122.342517867418,47.6210826238097]],[[-122.342517747528,47.6210826191023],[-122.342517810537,47.6210826353593]],[[-122.342517716388,47.6210826006233],[-122.342517747528,47.6210826191023]],[[-122.342517687699,47.6210825749151],[-122.342517716388,47.6210826006233]],[[-122.342509735578,47.6210820083553],[-122.342510489526,47.6210804775776],[-122.342510898492,47.621078888381]],[[-122.342509713072,47.6210822416526],[-122.342509735578,47.6210820083553]],[[-122.342509571851,47.6210825565895],[-122.342509642284,47.6210824568046],[-122.342509689716,47.6210823510279],[-122.342509713072,47.6210822416526]],[[-122.342509465392,47.621082602082],[-122.342509491093,47.6210825988448],[-122.342509515423,47.6210825923918],[-122.342509537505,47.6210825829556],[-122.342509556543,47.6210825708763],[-122.342509571851,47.6210825565895]],[[-122.342509410494,47.6210825902155],[-122.342509465392,47.621082602082]],[[-122.342509357603,47.6210825558321],[-122.342509410494,47.6210825902155]],[[-122.342509214212,47.6210822455689],[-122.342509238137,47.6210823535526],[-122.342509286313,47.6210824577933],[-122.342509357603,47.6210825558321]],[[-122.342509215982,47.6210818020378],[-122.342509193945,47.621082023765],[-122.342509214212,47.6210822455689]],[[-122.342509361402,47.6210814942421],[-122.342509290685,47.6210815916585],[-122.342509241862,47.6210816949975],[-122.342509215982,47.6210818020378]],[[-122.342509468982,47.6210814415378],[-122.342509442879,47.6210814469912],[-122.342509418447,47.6210814552435],[-122.342509396341,47.6210814660734],[-122.342509377155,47.6210814791902],[-122.342509361402,47.6210814942421]],[[-122.342509468982,47.6210814415378],[-122.342510188413,47.6210799066638],[-122.342510533209,47.6210783138761]],[[-122.342510533209,47.6210783138761],[-122.342510378213,47.6210781293023],[-122.342510180533,47.621077964292],[-122.342509945489,47.6210778232857]],[[-122.342509945489,47.6210778232857],[-122.342509846971,47.621077778801],[-122.342509739638,47.6210777448234],[-122.342509625938,47.6210777221278],[-122.342509508464,47.621077711232]],[[-122.342509508464,47.621077711232],[-122.342509371876,47.6210777180219],[-122.342509238867,47.6210777400318],[-122.342509113143,47.6210777766482],[-122.342508998207,47.6210778268509]],[[-122.342508998207,47.6210778268509],[-122.342508823811,47.6210779292965],[-122.342508671895,47.6210780468885],[-122.342508545329,47.6210781774069]],[[-122.342508545329,47.6210781774069],[-122.342508282067,47.6210784987272],[-122.342508076179,47.6210788385439]],[[-122.342508076179,47.6210788385439],[-122.342507800122,47.6210794586407],[-122.342507610945,47.6210800933715]],[[-122.342507610945,47.6210800933715],[-122.342507396289,47.6210813169885]],[[-122.342507396289,47.6210813169885],[-122.342507358508,47.6210824456002]],[[-122.342507358508,47.6210824456002],[-122.342507542333,47.621083966202]],[[-122.342507542333,47.621083966202],[-122.342507946637,47.6210851978043]],[[-122.342507946637,47.6210851978043],[-122.342508152682,47.6210855874175],[-122.342508419815,47.6210859597966]],[[-122.342508419815,47.6210859597966],[-122.34250858557,47.6210861345909],[-122.342508788669,47.6210862904598]],[[-122.342508788669,47.6210862904598],[-122.342508892031,47.6210863577155],[-122.342509009349,47.6210864136108],[-122.342509137899,47.621086456849],[-122.3425092747,47.6210864864271]],[[-122.3425092747,47.6210864864271],[-122.342509398313,47.6210864961932],[-122.342509522627,47.6210864921238],[-122.342509644255,47.6210864743298]],[[-122.342509644255,47.6210864743298],[-122.342509846355,47.6210864038051],[-122.342510027743,47.6210863111642],[-122.342510183146,47.6210861991001]],[[-122.342510183146,47.6210861991001],[-122.342510452066,47.6210859342504],[-122.342510663433,47.6210856466681]],[[-122.342510663433,47.6210856466681],[-122.342511098,47.6210847565892]],[[-122.342511098,47.6210847565892],[-122.34251141635,47.6210835297979]],[[-122.34251141635,47.6210835297979],[-122.342511535449,47.6210824981654]],[[-122.342511535449,47.6210824981654],[-122.342511523888,47.6210814574702]],[[-122.342511523888,47.6210814574702],[-122.342511380699,47.6210803285594]],[[-122.342511380699,47.6210803285594],[-122.342511147014,47.6210794743299]],[[-122.342511147014,47.6210794743299],[-122.342510898518,47.6210788892803]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null}},{"type":"Feature","id":16832,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342248877829,47.6206252492718],[-122.342250553223,47.6206236959232]],[[-122.342250553223,47.6206236959232],[-122.342251906163,47.6206213012166]],[[-122.342251906163,47.6206213012166],[-122.342251270515,47.6206204883005]],[[-122.342251270515,47.6206204883005],[-122.342249934162,47.6206228126176]],[[-122.342249934162,47.6206228126176],[-122.342249143674,47.6206206064596]],[[-122.342249143674,47.6206206064596],[-122.342251168722,47.6206195936387]],[[-122.342251168722,47.6206195936387],[-122.342250686757,47.6206165557493]],[[-122.342250686757,47.6206165557493],[-122.342249579511,47.6206172370402]],[[-122.342249579511,47.6206172370402],[-122.342249850225,47.620618863544]],[[-122.342249850225,47.620618863544],[-122.342248438001,47.6206195353842]],[[-122.342248438001,47.6206195353842],[-122.342250338035,47.6206139829907]],[[-122.342250338035,47.6206139829907],[-122.34224924492,47.620613362359]],[[-122.342246885754,47.6206203800068],[-122.34224924492,47.620613362359]],[[-122.342246885754,47.6206203800068],[-122.342248877829,47.6206252492718]],[[-122.342245897238,47.6206168972292],[-122.342245557964,47.6206168981289]],[[-122.34224598137,47.6206519566053],[-122.342250063762,47.6206606322932]],[[-122.342248856004,47.6206528019096],[-122.342248829612,47.6206441848975]],[[-122.342248856004,47.6206528019096],[-122.34224598137,47.6206519566053]],[[-122.342251221713,47.6206527993319],[-122.342251193964,47.6206441814382]],[[-122.34225409097,47.6206519453445],[-122.342250063762,47.6206606322932]],[[-122.342251221713,47.6206527993319],[-122.34225409097,47.6206519453445]],[[-122.342251193964,47.6206441814382],[-122.342248829612,47.6206441848975]],[[-122.342250842953,47.6206264826714],[-122.34225084976,47.6206263503385]],[[-122.34225084976,47.6206263503385],[-122.342250832568,47.6206261515943],[-122.34225078242,47.620625955403]],[[-122.34225078242,47.620625955403],[-122.342250713056,47.6206258022968],[-122.342250612769,47.6206256571826]],[[-122.342250612769,47.6206256571826],[-122.342250532156,47.6206255733356],[-122.342250434869,47.6206254979518],[-122.342250322839,47.6206254325257]],[[-122.342250322839,47.6206254325257],[-122.342250259711,47.6206254058062],[-122.342250191038,47.6206253862651],[-122.3422501186,47.6206253744097],[-122.342250044279,47.6206253705474]],[[-122.342250044279,47.6206253705474],[-122.342249970104,47.6206253747305],[-122.342249897883,47.6206253868765],[-122.342249829487,47.6206254066711],[-122.342249766685,47.6206254336021]],[[-122.342249766685,47.6206254336021],[-122.342249655452,47.6206254992778],[-122.342249558974,47.6206255748136],[-122.342249479155,47.6206256587182]],[[-122.342249479155,47.6206256587182],[-122.342249379474,47.6206258042984],[-122.342249310862,47.6206259578207]],[[-122.342249310862,47.6206259578207],[-122.3422492622,47.6206261540422],[-122.342249246472,47.6206263527035]],[[-122.342249246472,47.6206263527035],[-122.342249254296,47.6206264848424]],[[-122.342249416829,47.6206275928059],[-122.342249560598,47.6206276540138],[-122.34224971706,47.6206276989009],[-122.342249882172,47.620627726307],[-122.342250051667,47.6206277355236]],[[-122.3422489609,47.6206272417057],[-122.342249087831,47.620627372828],[-122.342249240818,47.6206274906394],[-122.342249416829,47.6206275928059]],[[-122.342248732308,47.6206268381128],[-122.342248825672,47.6206270452955],[-122.3422489609,47.6206272417057]],[[-122.342251366743,47.6206268337716],[-122.342251440365,47.6206264819476]],[[-122.342251140292,47.6206272379999],[-122.342251274487,47.6206270412228],[-122.342251366743,47.6206268337716]],[[-122.342250687494,47.6206275912525],[-122.342250862624,47.6206274882768],[-122.342251014561,47.6206273697427],[-122.342251140292,47.6206272379999]],[[-122.342250051667,47.6206277355236],[-122.342250221565,47.6206277260235],[-122.342250386994,47.6206276982552],[-122.34225054366,47.6206276529393],[-122.342250687494,47.6206275912525]],[[-122.342248655554,47.6206264855838],[-122.342249254296,47.6206264848424]],[[-122.342248655554,47.6206264855838],[-122.342248732308,47.6206268381128]],[[-122.342250842953,47.6206264826714],[-122.342251440365,47.6206264819476]],[[-122.34224572738,47.6206169129754],[-122.342245822478,47.6206169079434],[-122.342245915381,47.6206168933549],[-122.342246003988,47.6206168695399],[-122.342246086293,47.6206168370371],[-122.342246160436,47.6206167965818]],[[-122.342246160436,47.6206167965818],[-122.342246356589,47.6206166547997],[-122.342246522893,47.6206164966307],[-122.34224665637,47.6206163249084]],[[-122.34224665637,47.6206163249084],[-122.342246818975,47.6206160289376],[-122.342246928955,47.6206157221543]],[[-122.342246928955,47.6206157221543],[-122.342247010419,47.6206153164668],[-122.342247037054,47.6206149074739]],[[-122.342247037054,47.6206149074739],[-122.342247008076,47.6206144985242],[-122.342246924282,47.620614093023]],[[-122.342246924282,47.620614093023],[-122.342246812088,47.6206137866486],[-122.342246647364,47.620613491257]],[[-122.342246647364,47.620613491257],[-122.342246513174,47.6206133196613],[-122.342246346177,47.6206131616871],[-122.342246149367,47.6206130201668]],[[-122.342246149367,47.6206130201668],[-122.342246074806,47.6206129799732],[-122.342245992146,47.6206129477693],[-122.342245903258,47.6206129242831],[-122.34224581015,47.6206129100457],[-122.342245714928,47.6206129053789]],[[-122.342245714928,47.6206129053789],[-122.342245619831,47.6206129104154],[-122.342245526929,47.6206129250059],[-122.342245438324,47.6206129488206],[-122.342245356017,47.6206129813211],[-122.342245281871,47.6206130217725]],[[-122.342245281871,47.6206130217725],[-122.342245085718,47.6206131635542],[-122.342244919413,47.6206133217233],[-122.342244785938,47.620613493446]],[[-122.342244785938,47.620613493446],[-122.342244622595,47.62061378984],[-122.342244512048,47.6206140971169]],[[-122.342244512048,47.6206140971169],[-122.342244431301,47.620614502368],[-122.342244405254,47.6206149108805]],[[-122.342244405254,47.6206149108805],[-122.34224443423,47.6206153198302],[-122.342244518025,47.6206157253314]],[[-122.342244518025,47.6206157253314],[-122.342244630156,47.6206160321635],[-122.342244794969,47.6206163279966]],[[-122.342244794969,47.6206163279966],[-122.34224492925,47.620616499275],[-122.342245096236,47.6206166569453],[-122.34224529294,47.6206167981876]],[[-122.34224529294,47.6206167981876],[-122.342245367494,47.6206168383901],[-122.342245450151,47.6206168705992],[-122.342245539042,47.6206168940859],[-122.342245632154,47.6206169083187],[-122.34224572738,47.6206169129754]],[[-122.342245709394,47.620611292452],[-122.342245553718,47.6206113010113],[-122.342245401923,47.6206113258206],[-122.34224525772,47.6206113662736],[-122.342245124633,47.6206114213814],[-122.342245005916,47.6206114897973]],[[-122.342245005916,47.6206114897973],[-122.342244677705,47.6206117417556],[-122.342244401189,47.6206120204774],[-122.342244181115,47.6206123211768]],[[-122.342244181115,47.6206123211768],[-122.342243912459,47.6206128387854],[-122.342243731293,47.6206133733868]],[[-122.342243731293,47.6206133733868],[-122.342243554475,47.6206148007129]],[[-122.342243554475,47.6206148007129],[-122.342243739568,47.6206162277389]],[[-122.342243739568,47.6206162277389],[-122.342243924722,47.6206167614147],[-122.342244197143,47.6206172778141]],[[-122.342244197143,47.6206172778141],[-122.342244418688,47.6206175782423],[-122.342244696641,47.6206178565513],[-122.342245026225,47.6206181079571]],[[-122.342245026225,47.6206181079571],[-122.342245145571,47.6206181759822],[-122.342245279192,47.6206182306347],[-122.342245423819,47.6206182705781],[-122.342245575917,47.6206182948357],[-122.342245731765,47.6206183028143]],[[-122.342245731765,47.6206183028143],[-122.342245887443,47.6206182942586],[-122.342246039239,47.6206182694509],[-122.342246183443,47.6206182289977],[-122.342246316529,47.620618173888],[-122.342246435243,47.620618105469]],[[-122.342246435243,47.620618105469],[-122.342246763457,47.6206178535119],[-122.342247039973,47.62061757479],[-122.342247260044,47.6206172740895]],[[-122.342247260044,47.6206172740895],[-122.342247528701,47.6206167564811],[-122.342247709867,47.6206162218795]],[[-122.342247709867,47.6206162218795],[-122.342247886684,47.6206147945534]],[[-122.342247886684,47.6206147945534],[-122.342247701591,47.6206133675274]],[[-122.342247701591,47.6206133675274],[-122.34224751709,47.6206128338704],[-122.342247245346,47.6206123174346]],[[-122.342247245346,47.6206123174346],[-122.342247023379,47.6206120169646],[-122.342246744978,47.6206117386603],[-122.342246414934,47.6206114873093]],[[-122.342246414934,47.6206114873093],[-122.342246295588,47.6206114192835],[-122.342246161968,47.6206113646307],[-122.34224601734,47.6206113246872],[-122.342245865243,47.6206113004299],[-122.342245709394,47.620611292452]],[[-122.342253544697,47.6206169631648],[-122.342253644933,47.6206169579947],[-122.342253742952,47.6206169429475],[-122.342253836624,47.6206169183501],[-122.342253923912,47.6206168847371],[-122.34225400292,47.6206168428391]],[[-122.34225400292,47.6206168428391],[-122.342254206926,47.6206166987437],[-122.342254380296,47.6206165374488],[-122.342254519874,47.6206163618908]],[[-122.342254519874,47.6206163618908],[-122.342254691532,47.6206160590648],[-122.342254808003,47.6206157445369]],[[-122.342254808003,47.6206157445369],[-122.342254893223,47.6206153303921],[-122.342254920926,47.6206149126999]],[[-122.342254920926,47.6206149126999],[-122.342254890379,47.6206144951039],[-122.342254802339,47.6206140812335]],[[-122.342254802339,47.6206140812335],[-122.342254683931,47.6206137668707],[-122.342254510346,47.620613464374]],[[-122.342254510346,47.620613464374],[-122.342254369839,47.6206132891159],[-122.342254195601,47.6206131282055],[-122.342253990807,47.6206129845734]],[[-122.342253990807,47.6206129845734],[-122.342253911379,47.620612942859],[-122.342253823706,47.6206129094796],[-122.342253729699,47.6206128851624],[-122.342253631405,47.620612870437],[-122.342253530966,47.6206128656243]],[[-122.342253530966,47.6206128656243],[-122.34225343073,47.6206128707952],[-122.342253332712,47.6206128858428],[-122.34225323904,47.6206129104402],[-122.342253151752,47.6206129440527],[-122.342253072743,47.62061298595]],[[-122.342253072743,47.62061298595],[-122.342252868268,47.6206131299971],[-122.34225269445,47.6206132912995],[-122.342252554459,47.6206134669159]],[[-122.342252554459,47.6206134669159],[-122.34225238348,47.6206137697629],[-122.34225226766,47.6206140842522]],[[-122.34225226766,47.6206140842522],[-122.342252182437,47.6206144983969],[-122.342252154737,47.6206149160892]],[[-122.342252154737,47.6206149160892],[-122.342252184621,47.6206153336729],[-122.342252271994,47.6206157475732]],[[-122.342252271994,47.6206157475732],[-122.342252390406,47.6206160619351],[-122.342252563987,47.6206163644326]],[[-122.342252563987,47.6206163644326],[-122.342252704907,47.6206165397391],[-122.342252879592,47.6206167006454],[-122.342253084856,47.6206168442157]],[[-122.342253084856,47.6206168442157],[-122.342253164274,47.6206168859425],[-122.342253251944,47.6206169193291],[-122.342253345955,47.6206169436471],[-122.342253444254,47.620616958366],[-122.342253544697,47.6206169631648]],[[-122.34225352705,47.6206115378522],[-122.342253373803,47.6206115460851],[-122.342253224269,47.6206115701388],[-122.342253082022,47.6206116094386],[-122.342252950459,47.6206116630455],[-122.342252832726,47.6206117296785]],[[-122.342252832726,47.6206117296785],[-122.342252512085,47.6206119714262],[-122.342252241482,47.6206122395365],[-122.342252025634,47.620612529337]],[[-122.342252025634,47.620612529337],[-122.342251762061,47.6206130275809],[-122.342251584,47.6206135427552]],[[-122.342251584,47.6206135427552],[-122.34225141099,47.6206149178535]],[[-122.34225141099,47.6206149178535],[-122.342251593215,47.6206162918405]],[[-122.342251593215,47.6206162918405],[-122.34225177408,47.6206168066275],[-122.342252040384,47.6206173042701]],[[-122.342252040384,47.6206173042701],[-122.3422522581,47.620617593358],[-122.3422525304,47.6206178606035],[-122.34225285254,47.6206181013518]],[[-122.34225285254,47.6206181013518],[-122.34225297081,47.620618167635],[-122.342253102828,47.6206182208335],[-122.342253245438,47.6206182596751],[-122.342253395227,47.6206182832307],[-122.342253548613,47.6206182909369]],[[-122.342253548613,47.6206182909369],[-122.34225370186,47.6206182827046],[-122.342253851394,47.6206182586511],[-122.342253993642,47.6206182193513],[-122.342254125204,47.6206181657441],[-122.342254242937,47.6206180991105]],[[-122.342254242937,47.6206180991105],[-122.342254563018,47.6206178575948],[-122.342254833179,47.6206175897961],[-122.342255048725,47.620617300369]],[[-122.342255048725,47.620617300369],[-122.342255313034,47.6206168017005],[-122.342255491663,47.6206162860339]],[[-122.342255491663,47.6206162860339],[-122.342255664699,47.6206149118348]],[[-122.342255664699,47.6206149118348],[-122.342255482474,47.6206135378478]],[[-122.342255482474,47.6206135378478],[-122.342255301013,47.6206130225848],[-122.342255033949,47.6206125245366]],[[-122.342255033949,47.6206125245366],[-122.342254816239,47.6206122354461],[-122.342254543939,47.6206119682003],[-122.342254221793,47.6206117274549]],[[-122.342254221793,47.6206117274549],[-122.342254103742,47.6206116612719],[-122.342253971984,47.620611608126],[-122.342253829659,47.6206115692841],[-122.34225368016,47.6206115456718],[-122.34225352705,47.6206115378522]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null}},{"type":"Feature","id":17392,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342374212151,47.6206493694081],[-122.342374251904,47.6206507398864]],[[-122.342391239965,47.6206596546704],[-122.342382886743,47.6206629644419]],[[-122.342382886743,47.6206629644419],[-122.342383880004,47.6206596380089]],[[-122.342391239965,47.6206596546704],[-122.342384330793,47.6206544907617]],[[-122.342374251904,47.6206507398864],[-122.342374458259,47.6206521981914],[-122.342374991666,47.620653618309],[-122.342375839682,47.620654967116],[-122.342376982528,47.6206562131525],[-122.342378393549,47.6206573273554],[-122.342380039832,47.6206582837368],[-122.342381882981,47.6206590599899],[-122.342383880004,47.6206596380089]],[[-122.342376434608,47.6206502539434],[-122.342376606028,47.6206514358011],[-122.34237705078,47.6206525848314],[-122.342377757818,47.6206536724987],[-122.342378709582,47.6206546717911],[-122.342379882437,47.6206555578917],[-122.342381247254,47.6206563087945],[-122.34238277014,47.6206569058513],[-122.342384413274,47.6206573342343]],[[-122.342374212151,47.6206493694081],[-122.342376408105,47.6206493402913]],[[-122.342376408105,47.6206493402913],[-122.342376434608,47.6206502539434]],[[-122.342384413274,47.6206573342343],[-122.342384330793,47.6206544907617]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1601,"F_area":null,"OBJECTID":17392,"SHAPE__Length":7.383407826866961,"InstallationDate":null}}]},"streets":{"type":"FeatureCollection","features":[{"type":"Feature","id":10576131,"geometry":{"type":"LineString","coordinates":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]]},"properties":{"OBJECTID":10576131,"COMPKEY":10073,"UNITID":"06390","UNITID2":"0030","UNITIDSORT":"063900030","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST","STNAME_ORD":"DEXTER AVE N","ONSTREET":"DEXTER AVE N","STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","XSTRLO":"THOMAS ST","XSTRHI":"HARRISON ST","ARTCLASS":2,"ARTDESCRIPT":"Minor Arterial","OWNER":" ","BLOCKNBR":300,"SPEEDLIMIT":25,"SEGDIR":"N","ONEWAY":"N","ONEWAYDIR":" ","FLOW":" ","SEGLENGTH":426,"SURFACEWIDTH":74,"SURFACETYPE_1":"AC/PCC","SURFACEDATE_1":1667174400000,"SURFACETYPE_2":null,"SURFACEDATE_2":null,"INTRLO":"DEXTER AVE N AND THOMAS ST","DIRLO":"N","INTKEYLO":28788,"INTRHI":"DEXTER AVE N AND HARRISON ST","DIRHI":"S","INTKEYHI":28783,"GIS_MID_X":1268289.41918352,"GIS_MID_Y":230342.67830393,"SE_ANNO_CAD_DATA":"","SGNDBKROUTE":"Y","NGHBRHDGRNWY":"N","NATIONHWYSYS":"N","STREETTYPE":"Urban Village Neighborhood","MJTRK_STR_FLAG":null,"PVMTCONDINDX1":51,"PVMTCONDINDX2":0,"TRANCLASS":2,"TRANDESCRIPT":"MAJOR TRANSIT ROUTE","OVERRIDECOMMENT":null,"BLOCK_URL":"http://wdcsqlpwrk03/ReportServer/Pages/ReportViewer.aspx?/DOT/Asset%20Management/Blocks/Block%20Report&StreetName=06390&StreetSegment=0030","SLOPE_PCT":3,"PVMTCATEGORY":"ART","PARKBOULEVARD":"N","Shape__Length":425.816348698866}},{"type":"Feature","id":10578378,"geometry":{"type":"LineString","coordinates":[[-122.343684649472,47.6208931702858],[-122.343510322059,47.6208954829118],[-122.34238173082,47.6208883946043]]},"properties":{"OBJECTID":10578378,"COMPKEY":13136,"UNITID":"10055","UNITID2":"0070","UNITIDSORT":"100550070","UNITDESC":"THOMAS ST BETWEEN AURORA AVE N AND DEXTER AVE N","STNAME_ORD":"THOMAS ST","ONSTREET":"THOMAS ST","STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","XSTRLO":"AURORA AVE N","XSTRHI":"DEXTER AVE N","ARTCLASS":0,"ARTDESCRIPT":"Not Designated","OWNER":" ","BLOCKNBR":700,"SPEEDLIMIT":20,"SEGDIR":"E","ONEWAY":"N","ONEWAYDIR":" ","FLOW":" ","SEGLENGTH":321,"SURFACEWIDTH":42,"SURFACETYPE_1":"PCC","SURFACEDATE_1":1388448000000,"SURFACETYPE_2":null,"SURFACEDATE_2":null,"INTRLO":"7TH AVE N AND THOMAS ST","DIRLO":"E","INTKEYLO":28787,"INTRHI":"DEXTER AVE N AND THOMAS ST","DIRHI":"W","INTKEYHI":28788,"GIS_MID_X":1268123.39915136,"GIS_MID_Y":230134.48265572,"SE_ANNO_CAD_DATA":"","SGNDBKROUTE":"N","NGHBRHDGRNWY":"N","NATIONHWYSYS":"N","STREETTYPE":"Urban Village Neighborhood Access","MJTRK_STR_FLAG":null,"PVMTCONDINDX1":61,"PVMTCONDINDX2":0,"TRANCLASS":0,"TRANDESCRIPT":"NOT DESIGNATED","OVERRIDECOMMENT":null,"BLOCK_URL":"http://wdcsqlpwrk03/ReportServer/Pages/ReportViewer.aspx?/DOT/Asset%20Management/Blocks/Block%20Report&StreetName=10055&StreetSegment=0070","SLOPE_PCT":3,"PVMTCATEGORY":"NON-ART","PARKBOULEVARD":"N","Shape__Length":321.34174716890016}},{"type":"Feature","id":10578379,"geometry":{"type":"LineString","coordinates":[[-122.34238173082,47.6208883946043],[-122.341076469081,47.6208839263646]]},"properties":{"OBJECTID":10578379,"COMPKEY":13137,"UNITID":"10055","UNITID2":"0075","UNITIDSORT":"100550075","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N","STNAME_ORD":"THOMAS ST","ONSTREET":"THOMAS ST","STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","XSTRLO":"DEXTER AVE N","XSTRHI":"8TH AVE N","ARTCLASS":0,"ARTDESCRIPT":"Not Designated","OWNER":" ","BLOCKNBR":700,"SPEEDLIMIT":20,"SEGDIR":"E","ONEWAY":"N","ONEWAYDIR":" ","FLOW":" ","SEGLENGTH":322,"SURFACEWIDTH":42,"SURFACETYPE_1":"PCC","SURFACEDATE_1":1388448000000,"SURFACETYPE_2":null,"SURFACEDATE_2":null,"INTRLO":"DEXTER AVE N AND THOMAS ST","DIRLO":"E","INTKEYLO":28788,"INTRHI":"8TH AVE N AND THOMAS ST","DIRHI":"W","INTKEYHI":28789,"GIS_MID_X":1268444.89668769,"GIS_MID_Y":230125.8699837,"SE_ANNO_CAD_DATA":"","SGNDBKROUTE":"N","NGHBRHDGRNWY":"N","NATIONHWYSYS":"N","STREETTYPE":"Urban Village Neighborhood Access","MJTRK_STR_FLAG":null,"PVMTCONDINDX1":64,"PVMTCONDINDX2":0,"TRANCLASS":0,"TRANDESCRIPT":"NOT DESIGNATED","OVERRIDECOMMENT":null,"BLOCK_URL":"http://wdcsqlpwrk03/ReportServer/Pages/ReportViewer.aspx?/DOT/Asset%20Management/Blocks/Block%20Report&StreetName=10055&StreetSegment=0075","SLOPE_PCT":4,"PVMTCATEGORY":"NON-ART","PARKBOULEVARD":"N","Shape__Length":321.9034708542293}},{"type":"Feature","id":10591189,"geometry":{"type":"LineString","coordinates":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]]},"properties":{"OBJECTID":10591189,"COMPKEY":10072,"UNITID":"06390","UNITID2":"0020","UNITIDSORT":"063900020","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST","STNAME_ORD":"DEXTER AVE N","ONSTREET":"DEXTER AVE N","STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","XSTRLO":"JOHN ST","XSTRHI":"THOMAS ST","ARTCLASS":2,"ARTDESCRIPT":"Minor Arterial","OWNER":" ","BLOCKNBR":200,"SPEEDLIMIT":25,"SEGDIR":"N","ONEWAY":"N","ONEWAYDIR":" ","FLOW":" ","SEGLENGTH":426,"SURFACEWIDTH":74,"SURFACETYPE_1":"AC/PCC","SURFACEDATE_1":1667174400000,"SURFACETYPE_2":null,"SURFACEDATE_2":null,"INTRLO":"DEXTER AVE N AND JOHN ST","DIRLO":"N","INTKEYLO":28797,"INTRHI":"DEXTER AVE N AND THOMAS ST","DIRHI":"S","INTKEYHI":28788,"GIS_MID_X":1268278.58359951,"GIS_MID_Y":229916.73884749,"SE_ANNO_CAD_DATA":"","SGNDBKROUTE":"Y","NGHBRHDGRNWY":"N","NATIONHWYSYS":"N","STREETTYPE":"Urban Village Neighborhood","MJTRK_STR_FLAG":null,"PVMTCONDINDX1":51,"PVMTCONDINDX2":0,"TRANCLASS":2,"TRANDESCRIPT":"MAJOR TRANSIT ROUTE","OVERRIDECOMMENT":null,"BLOCK_URL":"http://wdcsqlpwrk03/ReportServer/Pages/ReportViewer.aspx?/DOT/Asset%20Management/Blocks/Block%20Report&StreetName=06390&StreetSegment=0020","SLOPE_PCT":3,"PVMTCATEGORY":"ART","PARKBOULEVARD":"N","Shape__Length":426.3381699058609}}]},"sidewalks":{"type":"FeatureCollection","features":[{"type":"Feature","id":33562573,"geometry":{"type":"LineString","coordinates":[[-122.342175201367,47.6208588840411],[-122.342173819526,47.6208474827147]]},"properties":{"OBJECTID":33562573,"COMPKEY":856878,"COMPTYPE":97,"SEGKEY":13137,"UNITID":"SDW-46881","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N, S SIDE","ADDDTTM":1666742400000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1666742400000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1666742400000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1640995200000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1778025600000,"OWNERSHIP":null,"SIDE":"S","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1666742400000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":4.172747146851806}},{"type":"Feature","id":33563117,"geometry":{"type":"LineString","coordinates":[[-122.342259770943,47.6209799874073],[-122.342304742092,47.6209796097653]]},"properties":{"OBJECTID":33563117,"COMPKEY":856606,"COMPTYPE":97,"SEGKEY":10073,"UNITID":"SDW-46877","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST, E SIDE","ADDDTTM":1665705600000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1665705600000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1665705600000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1665705600000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1665705600000,"OWNERSHIP":null,"SIDE":"E","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1665705600000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":11.091471695616075}},{"type":"Feature","id":33563218,"geometry":{"type":"LineString","coordinates":[[-122.342460443363,47.6209828322793],[-122.342504693864,47.620981922549]]},"properties":{"OBJECTID":33563218,"COMPKEY":856604,"COMPTYPE":97,"SEGKEY":10073,"UNITID":"SDW-46876","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST, W SIDE","ADDDTTM":1665705600000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1665705600000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1665705600000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1665705600000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1665705600000,"OWNERSHIP":null,"SIDE":"W","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1665705600000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":10.91793632899789}},{"type":"Feature","id":33563382,"geometry":{"type":"LineString","coordinates":[[-122.342260467565,47.6207920164056],[-122.342309880159,47.6207927889489]]},"properties":{"OBJECTID":33563382,"COMPKEY":856871,"COMPTYPE":97,"SEGKEY":10072,"UNITID":"SDW-46880","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST, E SIDE","ADDDTTM":1666742400000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1666742400000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1666742400000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1640995200000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1778025600000,"OWNERSHIP":null,"SIDE":"E","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1666742400000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":12.189250605258138}},{"type":"Feature","id":33567168,"geometry":{"type":"LineString","coordinates":[[-122.342176484248,47.6209115580757],[-122.342177438231,47.6209284850797]]},"properties":{"OBJECTID":33567168,"COMPKEY":856879,"COMPTYPE":97,"SEGKEY":13137,"UNITID":"SDW-46882","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N, N SIDE","ADDDTTM":1666742400000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1778025600000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1778025600000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1767225600000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1778025600000,"OWNERSHIP":null,"SIDE":"N","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1778025600000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":6.178864097770812}},{"type":"Feature","id":33567857,"geometry":{"type":"LineString","coordinates":[[-122.342466680308,47.6207935931198],[-122.342498441998,47.6207939771028]]},"properties":{"OBJECTID":33567857,"COMPKEY":856870,"COMPTYPE":97,"SEGKEY":10072,"UNITID":"SDW-46879","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST, W SIDE","ADDDTTM":1666742400000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1666742400000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1666742400000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1640995200000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1778025600000,"OWNERSHIP":null,"SIDE":"W","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1666742400000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":7.834229293712433}},{"type":"Feature","id":33571585,"geometry":{"type":"LineString","coordinates":[[-122.34258351357,47.6197778425813],[-122.342578410839,47.620785962673],[-122.342581533054,47.620824787113]]},"properties":{"OBJECTID":33571585,"COMPKEY":293310,"COMPTYPE":97,"SEGKEY":10072,"UNITID":"SDW-3833","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST, W SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"FAIR","CONDITION_ASSESSMENT_DATE":1498435200000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1280534400000,"FILLERTYPE":"LSCP","FILLERWID":64,"INSTALL_DATE":null,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1517961600000,"OWNERSHIP":null,"SIDE":"W","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"063900020W","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-3833_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-35820_Insp.PDF","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-3833L.JPG","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-35820H.JPG","ATTACHMENT_5":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A8070612151140.JPG","ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":5,"PRIMARYCROSSSLOPE":1.6,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1498435200000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":381.91208213154215}},{"type":"Feature","id":33572077,"geometry":{"type":"LineString","coordinates":[[-122.342198540482,47.619788502299],[-122.34219079677,47.6208022555591],[-122.342174419357,47.6208249935148]]},"properties":{"OBJECTID":33572077,"COMPKEY":293311,"COMPTYPE":97,"SEGKEY":10072,"UNITID":"SDW-34999","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST, E SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"FAIR","CONDITION_ASSESSMENT_DATE":1498435200000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1280534400000,"FILLERTYPE":"LSCP","FILLERWID":42,"INSTALL_DATE":null,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1517961600000,"OWNERSHIP":null,"SIDE":"E","SURFTYPE":"PVCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"063900020E","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-34999_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-34999L.JPG","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-34999H.JPG","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A8070613102610.JPG","ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":4,"PRIMARYCROSSSLOPE":1.3,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1498435200000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"Y","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":379.01209316667286}},{"type":"Feature","id":33573069,"geometry":{"type":"LineString","coordinates":[[-122.342223337695,47.6207979432208],[-122.342177380398,47.6207903723604],[-122.341138002514,47.6207868135537]]},"properties":{"OBJECTID":33573069,"COMPKEY":294731,"COMPTYPE":97,"SEGKEY":13137,"UNITID":"SDW-4420","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N, S SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1498435200000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1280534400000,"FILLERTYPE":"PCC","FILLERWID":60,"INSTALL_DATE":null,"SW_WIDTH":75,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1536883200000,"OWNERSHIP":null,"SIDE":"S","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"100550075S","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-4420H_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-4420H.JPG","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-4420_Insp.PDF","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-4420L.JPG","ATTACHMENT_5":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A8070612150752.JPG","ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":5,"PRIMARYCROSSSLOPE":3.1,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1498435200000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":267.9971613476053}},{"type":"Feature","id":33573070,"geometry":{"type":"LineString","coordinates":[[-122.343540124808,47.6208060068142],[-122.342588696971,47.6208004332323],[-122.342540473183,47.6207919758716]]},"properties":{"OBJECTID":33573070,"COMPKEY":294732,"COMPTYPE":97,"SEGKEY":13136,"UNITID":"SDW-35820","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN AURORA AVE N AND DEXTER AVE N, S SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1498435200000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1493683200000,"FILLERTYPE":"PCC","FILLERWID":65,"INSTALL_DATE":null,"SW_WIDTH":75,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1554249600000,"OWNERSHIP":null,"SIDE":"S","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"100550070S","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-3833_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-35820_Insp.PDF","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-35820H.JPG","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A8070612151457.JPG","ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":4,"PRIMARYCROSSSLOPE":3.4,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1498435200000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":246.93358804849038}},{"type":"Feature","id":33580447,"geometry":{"type":"LineString","coordinates":[[-122.342578551338,47.6209322085823],[-122.342577536346,47.620987301554],[-122.342568797494,47.6219934735954]]},"properties":{"OBJECTID":33580447,"COMPKEY":302155,"COMPTYPE":97,"SEGKEY":10073,"UNITID":"SDW-11691","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST, W SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1185926400000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1502064000000,"FILLERTYPE":"TR/PCC","FILLERWID":66,"INSTALL_DATE":null,"SW_WIDTH":87,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1502064000000,"OWNERSHIP":null,"SIDE":"W","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"063900030W","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-11691_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-11691L.JPG","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-11691H.JPG","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A1070612091917.JPG","ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":4,"PRIMARYCROSSSLOPE":0,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":null,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":387.1205235033974}},{"type":"Feature","id":33580448,"geometry":{"type":"LineString","coordinates":[[-122.342179999588,47.6209500003744],[-122.342184218654,47.6209740314908],[-122.34217170355,47.6219944142207]]},"properties":{"OBJECTID":33580448,"COMPKEY":302156,"COMPTYPE":97,"SEGKEY":10073,"UNITID":"SDW-11692","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST, E SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"FAIR","CONDITION_ASSESSMENT_DATE":1498435200000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1280534400000,"FILLERTYPE":"TR/PCC","FILLERWID":90,"INSTALL_DATE":null,"SW_WIDTH":72,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1517961600000,"OWNERSHIP":null,"SIDE":"E","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"063900030E","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-11692H.JPG","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-11692H_Insp.PDF","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-11692L.JPG","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-11692_Insp.PDF","ATTACHMENT_5":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A1070612091014.JPG","ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":5,"PRIMARYCROSSSLOPE":1.2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1498435200000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":381.0402502055342}},{"type":"Feature","id":33585530,"geometry":{"type":"LineString","coordinates":[[-122.342219999821,47.6209800001186],[-122.342170505182,47.6209767717874],[-122.341120389932,47.620973176098]]},"properties":{"OBJECTID":33585530,"COMPKEY":307711,"COMPTYPE":97,"SEGKEY":13137,"UNITID":"SDW-13019","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N, N SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1647820800000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1647820800000,"FILLERTYPE":"LSCP","FILLERWID":54,"INSTALL_DATE":1546300800000,"SW_WIDTH":72,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1647820800000,"OWNERSHIP":null,"SIDE":"N","SURFTYPE":"PCC","BUILDERCD":"PRIDEV","GSITYPECD":null,"HANSEN7ID":"100550075N","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM_CRINSP\\CurbRamp_SDW-13019H_Insp.pdf","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-13019L_Insp.pdf","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-13019_Insp.PDF","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-13019H.JPG","ATTACHMENT_5":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-13019L.JPG","ATTACHMENT_6":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A1070612090829.JPG","ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":6,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1647820800000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":271.2416933146951}},{"type":"Feature","id":33585531,"geometry":{"type":"LineString","coordinates":[[-122.343533822844,47.6209842546117],[-122.34261594624,47.6209785733572],[-122.342536543551,47.6209783641654]]},"properties":{"OBJECTID":33585531,"COMPKEY":307712,"COMPTYPE":97,"SEGKEY":13136,"UNITID":"SDW-40144","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN AURORA AVE N AND DEXTER AVE N, N SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1185926400000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1502064000000,"FILLERTYPE":"TR/PCC","FILLERWID":68,"INSTALL_DATE":null,"SW_WIDTH":72,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1553212800000,"OWNERSHIP":null,"SIDE":"N","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"100550070N","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-40144_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-40144H.JPG","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A1070612091122.JPG","ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":3,"PRIMARYCROSSSLOPE":0,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":null,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":245.95491506400185}}]},"crosswalks":{"type":"FeatureCollection","features":[{"type":"Feature","id":4832861,"geometry":{"type":"Point","coordinates":[-122.342381088231,47.6209623820276]},"properties":{"OBJECTID":4832861,"COMPKEY":845584,"UNITID":"XWK-6149","UNITDESC":"DEXTER AVE N 0030 BLOCK C SIDE ( 27) 27 FT N/O THOMAS ST","CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1627776000000,"OWNERSHIP":"SDOT","CURRENT_STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","COMPTYPE":16,"SEGKEY":10073,"DISTANCE":27,"WIDTH":0,"UNITTYPE":"XWK","OLD_ID":null,"APPROACH":"N","MARKING_TYPE":"LADER","SCHOOL":"N","MIDBLOCK_CROSSWALK":"N","INSTALL_DATE":null,"COLOR":"WHT","COMMENTS":null,"CATEGORY":"XWK","OWNERSHIP_DATE":null,"CURRENT_STATUS_DATE":1627776000000,"MAINTAINED_BY":"SDOT","MAINTENANCE_AGREEMENT":null,"CURBSPACEID":null,"CITY_SECTOR":"W","NBRHOOD_DISTRICT":"LKUN","MAINT_DISTRICT":"CENTRAL","OVERRIDECOMMENT":null,"SHAPE_LNG":-122.342381089322,"SHAPE_LAT":47.6209623815648,"CROSSWALK_CONTROL":" ","MATERIAL":"THRPL","ONSTREET":"DEXTER AVE N","XSTRLOW":"THOMAS ST","MEAS_FROM_LOW":"Y","DISTTOLOW":27,"STPOINT":0,"XSTRHI":"HARRISON ST","MEAS_FROM_HI":"N","DISTTOHI":399,"OFFSET":0,"SIDE":"C","MEASUREMENT_ORIGIN":"XStreet Centerline","ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"MAINTENANCE_GROUP":"XWK-CD7-YEAR3","NUM_ATTACHMENTS":0}},{"type":"Feature","id":4837515,"geometry":{"type":"Point","coordinates":[-122.342382385921,47.620811753049]},"properties":{"OBJECTID":4837515,"COMPKEY":845585,"UNITID":"XWK-6150","UNITDESC":"DEXTER AVE N 0020 BLOCK C SIDE ( 399) 27 FT S/O THOMAS ST","CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1627776000000,"OWNERSHIP":"SDOT","CURRENT_STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","COMPTYPE":16,"SEGKEY":10072,"DISTANCE":399,"WIDTH":0,"UNITTYPE":"XWK","OLD_ID":null,"APPROACH":"S","MARKING_TYPE":"LADER","SCHOOL":"N","MIDBLOCK_CROSSWALK":"N","INSTALL_DATE":null,"COLOR":"WHT","COMMENTS":null,"CATEGORY":"XWK","OWNERSHIP_DATE":null,"CURRENT_STATUS_DATE":1627776000000,"MAINTAINED_BY":"SDOT","MAINTENANCE_AGREEMENT":null,"CURBSPACEID":null,"CITY_SECTOR":"W","NBRHOOD_DISTRICT":"LKUN","MAINT_DISTRICT":"CENTRAL","OVERRIDECOMMENT":null,"SHAPE_LNG":-122.342382386791,"SHAPE_LAT":47.6208117531801,"CROSSWALK_CONTROL":" ","MATERIAL":"THRPL","ONSTREET":"DEXTER AVE N","XSTRLOW":"JOHN ST","MEAS_FROM_LOW":"N","DISTTOLOW":399,"STPOINT":0,"XSTRHI":"THOMAS ST","MEAS_FROM_HI":"Y","DISTTOHI":27,"OFFSET":0,"SIDE":"C","MEASUREMENT_ORIGIN":"XStreet Centerline","ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"MAINTENANCE_GROUP":"XWK-CD7-YEAR3","NUM_ATTACHMENTS":0}}]},"bikeFacilities":{"type":"FeatureCollection","features":[{"type":"Feature","id":4712115,"geometry":{"type":"LineString","coordinates":[[-122.342381731008,47.6208883949931],[-122.342371585489,47.622055745315]]},"properties":{"OBJECTID":4712115,"COMPKEY":832721,"COMPTYPE":16,"SEGKEY":10073,"UNITID":"BKF-1465","UNITTYPE":"BKF","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST (BKF-PBL)","CATEGORY":"BKF-PBL","MATERIAL":null,"STYLE":"BKF-DELPST","MODEL_TYPE":"BKF-ONEWAY","ASSET_WIDTH":5,"ASSET_HEIGHT":0,"INSTALL_DATE":1451520000000,"ASBLT":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"ATTACHMENT_10":null,"NUM_ATTACHMENTS":0,"COMMENTS":"PROJECT NUMBER 413","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1451520000000,"CONDITION":null,"CONDITION_ASSESSMENT_DATE":null,"LAST_ASSET_VERIFICATION_DATE":1648771200000,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"OWNERSHIP":null,"OWNERSHIP_DATE":null,"MAINTAINED_BY":null,"MAINTENANCE_AGREEMENT":null,"MAINTENANCE_FINANCIAL_RESP":null,"ADDBY":"SP_BKF_DATALOAD","ADDDTTM":1631318400000,"MODBY":"RSUSER","MODDTTM":1665014400000,"DATE_MVW_LAST_UPDATED":1787598760000,"COLOR":"WHT","MOUNT_TYPE":"SUFMT","MOUNT_MATERIAL":"PLASTIC","EXPBY":null,"EXPDATE":null,"MAINT_GRP_PAINT":null,"MAINT_GRP_PLANTS":null,"MAINT_GRP_POST":null,"MAINT_GRP_SNOW":null,"MAINT_GRP_SWEEP":"BKF-PB18-309-SWP","Shape__Length":425.8162262903265}},{"type":"Feature","id":4712832,"geometry":{"type":"LineString","coordinates":[[-122.342381731008,47.6208883949931],[-122.341076469708,47.620883926549]]},"properties":{"OBJECTID":4712832,"COMPKEY":833454,"COMPTYPE":16,"SEGKEY":13137,"UNITID":"BKF-2198","UNITTYPE":"BKF","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N (BKF-NGW)","CATEGORY":"BKF-NGW","MATERIAL":null,"STYLE":null,"MODEL_TYPE":null,"ASSET_WIDTH":0,"ASSET_HEIGHT":0,"INSTALL_DATE":1735603200000,"ASBLT":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"ATTACHMENT_10":null,"NUM_ATTACHMENTS":0,"COMMENTS":"PROJECT NUMBER 837","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1731456000000,"CONDITION":null,"CONDITION_ASSESSMENT_DATE":null,"LAST_ASSET_VERIFICATION_DATE":1731456000000,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"OWNERSHIP":null,"OWNERSHIP_DATE":null,"MAINTAINED_BY":null,"MAINTENANCE_AGREEMENT":null,"MAINTENANCE_FINANCIAL_RESP":null,"ADDBY":"SP_BKF_DATALOAD","ADDDTTM":1631318400000,"MODBY":"LYNCHC","MODDTTM":1731456000000,"DATE_MVW_LAST_UPDATED":1787598760000,"COLOR":null,"MOUNT_TYPE":null,"MOUNT_MATERIAL":null,"EXPBY":null,"EXPDATE":null,"MAINT_GRP_PAINT":null,"MAINT_GRP_PLANTS":null,"MAINT_GRP_POST":null,"MAINT_GRP_SNOW":null,"MAINT_GRP_SWEEP":null,"Shape__Length":321.9033630900223}},{"type":"Feature","id":4713599,"geometry":{"type":"LineString","coordinates":[[-122.342381731008,47.6208883949931],[-122.343684649381,47.6208931701389]]},"properties":{"OBJECTID":4713599,"COMPKEY":863854,"COMPTYPE":16,"SEGKEY":13136,"UNITID":"BKF-7764","UNITTYPE":"BKF","UNITDESC":"THOMAS ST BETWEEN AURORA AVE N AND DEXTER AVE N (BKF-PBL)","CATEGORY":"BKF-PBL","MATERIAL":null,"STYLE":"BKF-DELPST","MODEL_TYPE":null,"ASSET_WIDTH":0,"ASSET_HEIGHT":0,"INSTALL_DATE":1640908800000,"ASBLT":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"ATTACHMENT_10":null,"NUM_ATTACHMENTS":0,"COMMENTS":null,"CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1685923200000,"CONDITION":null,"CONDITION_ASSESSMENT_DATE":null,"LAST_ASSET_VERIFICATION_DATE":1685923200000,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"OWNERSHIP":null,"OWNERSHIP_DATE":null,"MAINTAINED_BY":null,"MAINTENANCE_AGREEMENT":null,"MAINTENANCE_FINANCIAL_RESP":null,"ADDBY":"LYNCHC","ADDDTTM":1685923200000,"MODBY":"LYNCHC","MODDTTM":1685923200000,"DATE_MVW_LAST_UPDATED":1787598760000,"COLOR":null,"MOUNT_TYPE":null,"MOUNT_MATERIAL":null,"EXPBY":null,"EXPDATE":null,"MAINT_GRP_PAINT":null,"MAINT_GRP_PLANTS":null,"MAINT_GRP_POST":null,"MAINT_GRP_SNOW":null,"MAINT_GRP_SWEEP":null,"Shape__Length":321.32612406459555}},{"type":"Feature","id":4713761,"geometry":{"type":"LineString","coordinates":[[-122.342391712128,47.6197196128321],[-122.342381731008,47.6208883949931]]},"properties":{"OBJECTID":4713761,"COMPKEY":836599,"COMPTYPE":16,"SEGKEY":10072,"UNITID":"BKF-5343","UNITTYPE":"BKF","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST (BKF-PBL)","CATEGORY":"BKF-PBL","MATERIAL":null,"STYLE":"BKF-DELPST","MODEL_TYPE":"BKF-ONEWAY","ASSET_WIDTH":5,"ASSET_HEIGHT":0,"INSTALL_DATE":1451520000000,"ASBLT":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"ATTACHMENT_10":null,"NUM_ATTACHMENTS":0,"COMMENTS":"PROJECT NUMBER 413","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1451520000000,"CONDITION":null,"CONDITION_ASSESSMENT_DATE":null,"LAST_ASSET_VERIFICATION_DATE":1648771200000,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"OWNERSHIP":null,"OWNERSHIP_DATE":null,"MAINTAINED_BY":null,"MAINTENANCE_AGREEMENT":null,"MAINTENANCE_FINANCIAL_RESP":null,"ADDBY":"SP_BKF_DATALOAD","ADDDTTM":1631318400000,"MODBY":"RSUSER","MODDTTM":1665014400000,"DATE_MVW_LAST_UPDATED":1787598760000,"COLOR":"WHT","MOUNT_TYPE":"SUFMT","MOUNT_MATERIAL":"PLASTIC","EXPBY":null,"EXPDATE":null,"MAINT_GRP_PAINT":null,"MAINT_GRP_PLANTS":null,"MAINT_GRP_POST":null,"MAINT_GRP_SNOW":null,"MAINT_GRP_SWEEP":"BKF-PB18-309-SWP","Shape__Length":426.3382543821929}}]}},"derived":{"laneBands":[{"id":"lane-10073-1","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"widthMeters":3.6576000000000004,"offsetWidths":-1.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":1.4195515536652437},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10073-2","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"widthMeters":3.6576000000000004,"offsetWidths":-0.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":1.4195515536652437},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10073-3","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"widthMeters":3.6576000000000004,"offsetWidths":0.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":1.4195515536652437},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10073-4","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"widthMeters":3.6576000000000004,"offsetWidths":1.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":1.4195515536652437},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10072-1","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"widthMeters":3.6576000000000004,"offsetWidths":-1.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":55.53763718774784},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10072-2","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"widthMeters":3.6576000000000004,"offsetWidths":-0.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":55.53763718774784},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10072-3","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"widthMeters":3.6576000000000004,"offsetWidths":0.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":55.53763718774784},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10072-4","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"widthMeters":3.6576000000000004,"offsetWidths":1.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":55.53763718774784},"representation":"cartographic depiction; not surveyed lane geometry"}}],"crosswalkGuides":[{"id":"crosswalk-guide-4832861","path":[[-122.3422307895019,47.62096178019977],[-122.34253138696009,47.62096298385543]],"widthMeters":3,"dashMeters":[0.6,0.6],"dashPixels":[7,7],"justified":true,"transverseMarkingObjectIds":[14358,19237,22932,24340,27743,41202,42867,47021,59963,60163,60836,62760,64287,66235,68701,71659,76892,77723,81067,85002,86477,88743,95894,98496,101051,103842,109050,112545,113204,114388],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"53635945962e42b9a1f4473557176861","layerId":0,"layerName":"Marked Crosswalks","objectId":4832861},{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131}],"properties":{"OBJECTID":4832861,"COMPKEY":845584,"UNITID":"XWK-6149","UNITDESC":"DEXTER AVE N 0030 BLOCK C SIDE ( 27) 27 FT N/O THOMAS ST","CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1627776000000,"OWNERSHIP":"SDOT","CURRENT_STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","COMPTYPE":16,"SEGKEY":10073,"DISTANCE":27,"WIDTH":0,"UNITTYPE":"XWK","OLD_ID":null,"APPROACH":"N","MARKING_TYPE":"LADER","SCHOOL":"N","MIDBLOCK_CROSSWALK":"N","INSTALL_DATE":null,"COLOR":"WHT","COMMENTS":null,"CATEGORY":"XWK","OWNERSHIP_DATE":null,"CURRENT_STATUS_DATE":1627776000000,"MAINTAINED_BY":"SDOT","MAINTENANCE_AGREEMENT":null,"CURBSPACEID":null,"CITY_SECTOR":"W","NBRHOOD_DISTRICT":"LKUN","MAINT_DISTRICT":"CENTRAL","OVERRIDECOMMENT":null,"SHAPE_LNG":-122.342381089322,"SHAPE_LAT":47.6209623815648,"CROSSWALK_CONTROL":" ","MATERIAL":"THRPL","ONSTREET":"DEXTER AVE N","XSTRLOW":"THOMAS ST","MEAS_FROM_LOW":"Y","DISTTOLOW":27,"STPOINT":0,"XSTRHI":"HARRISON ST","MEAS_FROM_HI":"N","DISTTOHI":399,"OFFSET":0,"SIDE":"C","MEASUREMENT_ORIGIN":"XStreet Centerline","ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"MAINTENANCE_GROUP":"XWK-CD7-YEAR3","NUM_ATTACHMENTS":0},"derived":true,"derivation":{"operation":"perpendicular crosswalk guide centered on inventory point","parameters":{"streetSurfaceWidthFeet":74,"sourceToCenterlineResidualMeters":0.00003030096785350793,"barWidthMeters":0.6,"gapWidthMeters":0.6},"representation":"cartographic crosswalk extent replacing matched SDOT stripe polygons in the display; raw linework remains pinned"}},{"id":"crosswalk-guide-4837515","path":[[-122.34223208753518,47.6208111616402],[-122.34253268430682,47.620812344457796]],"widthMeters":3,"dashMeters":[0.6,0.6],"dashPixels":[7,7],"justified":true,"transverseMarkingObjectIds":[12644,13281,28173,28392,31839,35100,48367,48465,49735,49983,50102,52722,55032,56849,57092,57536,61327,63017,65576,72746,82730,84752,85699,90926,94715,103900,109348,113138,113466,113850],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"53635945962e42b9a1f4473557176861","layerId":0,"layerName":"Marked Crosswalks","objectId":4837515},{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189}],"properties":{"OBJECTID":4837515,"COMPKEY":845585,"UNITID":"XWK-6150","UNITDESC":"DEXTER AVE N 0020 BLOCK C SIDE ( 399) 27 FT S/O THOMAS ST","CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1627776000000,"OWNERSHIP":"SDOT","CURRENT_STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","COMPTYPE":16,"SEGKEY":10072,"DISTANCE":399,"WIDTH":0,"UNITTYPE":"XWK","OLD_ID":null,"APPROACH":"S","MARKING_TYPE":"LADER","SCHOOL":"N","MIDBLOCK_CROSSWALK":"N","INSTALL_DATE":null,"COLOR":"WHT","COMMENTS":null,"CATEGORY":"XWK","OWNERSHIP_DATE":null,"CURRENT_STATUS_DATE":1627776000000,"MAINTAINED_BY":"SDOT","MAINTENANCE_AGREEMENT":null,"CURBSPACEID":null,"CITY_SECTOR":"W","NBRHOOD_DISTRICT":"LKUN","MAINT_DISTRICT":"CENTRAL","OVERRIDECOMMENT":null,"SHAPE_LNG":-122.342382386791,"SHAPE_LAT":47.6208117531801,"CROSSWALK_CONTROL":" ","MATERIAL":"THRPL","ONSTREET":"DEXTER AVE N","XSTRLOW":"JOHN ST","MEAS_FROM_LOW":"N","DISTTOLOW":399,"STPOINT":0,"XSTRHI":"THOMAS ST","MEAS_FROM_HI":"Y","DISTTOHI":27,"OFFSET":0,"SIDE":"C","MEASUREMENT_ORIGIN":"XStreet Centerline","ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"MAINTENANCE_GROUP":"XWK-CD7-YEAR3","NUM_ATTACHMENTS":0},"derived":true,"derivation":{"operation":"perpendicular crosswalk guide centered on inventory point","parameters":{"streetSurfaceWidthFeet":74,"sourceToCenterlineResidualMeters":0.00004318420594374883,"barWidthMeters":0.6,"gapWidthMeters":0.6},"representation":"cartographic crosswalk extent replacing matched SDOT stripe polygons in the display; raw linework remains pinned"}}],"symbolPaths":[{"id":"symbol-2396-0","label":"Pavement symbol","path":[[-122.342370864122,47.6210565169188],[-122.342370903875,47.621057887397],[-122.342371110377,47.6210593457629],[-122.342371643947,47.6210607659253],[-122.342372492139,47.6210621147595],[-122.342373635171,47.6210633608045],[-122.342375046381,47.6210644749966],[-122.342376692854,47.6210654313476],[-122.342378536185,47.621066207551],[-122.34238053338,47.6210667855021],[-122.342379538781,47.6210701119526],[-122.342387892068,47.6210668021814],[-122.342380982842,47.6210616382726],[-122.342381065323,47.6210644817451],[-122.342379422223,47.6210640533172],[-122.342377899371,47.6210634562341],[-122.342376534579,47.6210627053218],[-122.342375361736,47.6210618192258],[-122.342374409965,47.6210608199483],[-122.342373702899,47.6210597323021],[-122.342373258094,47.6210585832938],[-122.342373086595,47.6210574014541],[-122.342373060093,47.621056487802],[-122.342370864122,47.6210565169188]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":2396}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1600,"F_area":null,"OBJECTID":2396,"SHAPE__Length":7.383572653801148,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-0","label":"Pavement symbol","path":[[-122.342518431995,47.6207656954769],[-122.342516757935,47.6207672488119],[-122.342515405003,47.6207696435216],[-122.342516039301,47.6207704555547],[-122.342517377002,47.620768132116],[-122.342518167504,47.6207703382721],[-122.342516141124,47.6207713511154],[-122.342516623107,47.6207743890037],[-122.342517731657,47.6207737067933],[-122.342517460933,47.6207720802902],[-122.342518873158,47.6207714084466],[-122.342516973173,47.6207769617438],[-122.342518066294,47.620777582373],[-122.342520425405,47.6207705638202],[-122.342518431995,47.6207656954769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-1","label":"Pavement symbol","path":[[-122.342521413969,47.6207740474947],[-122.342521753243,47.6207740465942]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-2","label":"Pavement symbol","path":[[-122.342521329625,47.6207389872197],[-122.342517247207,47.6207303124408],[-122.342513220037,47.6207389993987],[-122.342516089295,47.6207381454048],[-122.342516117062,47.6207467623991],[-122.342518481418,47.6207467589343],[-122.342518453651,47.62073814194],[-122.342521329625,47.6207389872197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-3","label":"Pavement symbol","path":[[-122.34251646819,47.6207644620643],[-122.342516461384,47.6207645943972],[-122.342516478636,47.6207647926886],[-122.342516528699,47.6207649884333],[-122.342516597987,47.6207651420008],[-122.342516698378,47.6207652875526],[-122.342516779077,47.6207653710835],[-122.342516876353,47.6207654461635],[-122.342516988285,47.6207655113095],[-122.342517051396,47.6207655380531],[-122.34251712007,47.6207655576034],[-122.342517192515,47.620765569451],[-122.342517266845,47.6207655732872],[-122.3425173406,47.6207655692248],[-122.342517412446,47.6207655572775],[-122.34251748054,47.6207655377519],[-122.342517543136,47.6207655111488],[-122.342517654843,47.6207654455291],[-122.34251775177,47.6207653699851],[-122.342517831996,47.6207652860143],[-122.342517931673,47.6207651404331],[-122.342518000287,47.6207649869114],[-122.342518048947,47.6207647906897],[-122.342518064676,47.6207645920285],[-122.342518056851,47.6207644598896],[-122.342518655594,47.6207644591468],[-122.342518578838,47.620764106618],[-122.342518484826,47.620763899408],[-122.342518348914,47.6207637030433],[-122.342518222486,47.6207635716543],[-122.342518069935,47.6207634535351],[-122.342517894285,47.6207633510272],[-122.342517750129,47.6207632899675],[-122.342517593308,47.6207632452853],[-122.342517427884,47.6207632181378],[-122.342517258142,47.620763209228],[-122.342517088587,47.6207632188219],[-122.342516923509,47.6207632466174],[-122.342516767179,47.6207632918949],[-122.342516623643,47.6207633534829],[-122.342516448601,47.6207634561807],[-122.342516296659,47.6207635744113],[-122.34251617082,47.6207637058373],[-122.342516036627,47.6207639026151],[-122.342515944371,47.6207641100662],[-122.342515869446,47.6207644628072],[-122.34251646819,47.6207644620643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-4","label":"Pavement symbol","path":[[-122.342521583827,47.6207740317481],[-122.342521488813,47.6207740366271],[-122.342521395954,47.6207740510442],[-122.342521307347,47.6207740746741],[-122.342521224991,47.6207741069835],[-122.342521150744,47.6207741472435],[-122.342520954504,47.6207742893064],[-122.342520788206,47.6207744477797],[-122.342520654838,47.6207746198174],[-122.342520491558,47.620774915769],[-122.342520380925,47.6207752225898],[-122.342520300132,47.6207756282893],[-122.34252027416,47.6207760372528],[-122.342520303139,47.6207764462025],[-122.342520386936,47.6207768517035],[-122.342520499131,47.6207771580777],[-122.342520663859,47.6207774534687],[-122.342520798049,47.6207776250642],[-122.342520965047,47.620777783038],[-122.342521161859,47.6207779245577],[-122.342521236426,47.6207779647455],[-122.342521319087,47.6207779969459],[-122.342521407974,47.6207780204315],[-122.34252150108,47.6207780346716],[-122.342521596301,47.6207780393445],[-122.342521691394,47.6207780342961],[-122.342521784291,47.6207780196999],[-122.342521872894,47.6207779958856],[-122.342521955203,47.620777963391],[-122.342522029358,47.6207779229499],[-122.342522225506,47.6207777811648],[-122.342522391809,47.6207776229956],[-122.34252252529,47.6207774512753],[-122.342522687957,47.6207771548613],[-122.342522797847,47.6207768476213],[-122.34252287931,47.6207764419336],[-122.342522905942,47.6207760329406],[-122.342522876915,47.6207756244429],[-122.342522793192,47.6207752193892],[-122.342522681058,47.6207749125575],[-122.342522516243,47.6207746167247],[-122.342522381961,47.6207744454467],[-122.342522214974,47.6207742877769],[-122.342522018269,47.6207741465349],[-122.342521943719,47.6207741063269],[-122.342521861063,47.6207740741147],[-122.34252177217,47.6207740506279],[-122.342521679056,47.6207740363983],[-122.342521583827,47.6207740317481]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-5","label":"Pavement symbol","path":[[-122.342521601817,47.6207796513722],[-122.34252175741,47.6207796429775],[-122.342521909164,47.6207796183451],[-122.34252205337,47.6207795780769],[-122.342522186506,47.6207795231562],[-122.342522305322,47.6207794549244],[-122.342522633621,47.6207792026842],[-122.34252291013,47.620778923658],[-122.342523130095,47.6207786226437],[-122.34252339869,47.6207781054777],[-122.342523579939,47.6207775713318],[-122.34252375675,47.6207761440053],[-122.342523570319,47.6207747169974],[-122.342523385878,47.620774182883],[-122.342523114041,47.6207736660064],[-122.342522891989,47.6207733658498],[-122.342522613597,47.6207730878495],[-122.342522283648,47.6207728367824],[-122.342522164536,47.6207727688388],[-122.342522031179,47.6207727142282],[-122.342521886831,47.6207726742835],[-122.342521735014,47.6207726499795],[-122.342521579435,47.6207726419092],[-122.342521423752,47.6207726504525],[-122.34252127195,47.6207726752547],[-122.342521127743,47.6207727157091],[-122.34252099466,47.6207727708257],[-122.342520875955,47.6207728392562],[-122.342520547274,47.6207730911685],[-122.342520270311,47.6207733698985],[-122.342520049827,47.6207736706553],[-122.342519781177,47.6207741882655],[-122.342519600008,47.6207747228664],[-122.342519423198,47.620776150193],[-122.342519609629,47.6207775772008],[-122.342519794132,47.6207781108577],[-122.34252006588,47.6207786272926],[-122.342520287935,47.6207789274479],[-122.342520566327,47.620779205448],[-122.342520896274,47.6207794565167],[-122.342521015595,47.6207795245702],[-122.34252114921,47.6207795792393],[-122.342521293845,47.6207796191843],[-122.342521445956,47.6207796434266],[-122.342521601817,47.6207796513722]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-6","label":"Pavement symbol","path":[[-122.342513766486,47.6207739815772],[-122.342513666246,47.6207739867361],[-122.342513568222,47.6207740017783],[-122.342513474548,47.6207740263766],[-122.342513387262,47.6207740599956],[-122.342513308262,47.6207741019039],[-122.342513104251,47.6207742459968],[-122.34251293088,47.6207744072924],[-122.342512791309,47.6207745828534],[-122.34251261965,47.6207748856793],[-122.342512503182,47.6207752002079],[-122.342512417963,47.6207756143529],[-122.342512390263,47.6207760320452],[-122.342512420811,47.6207764496411],[-122.342512508855,47.6207768635113],[-122.342512626613,47.6207771778525],[-122.342512799521,47.6207774803877],[-122.342512940539,47.6207776553743],[-122.342513115214,47.620777815976],[-122.342513320368,47.6207779592703],[-122.342513399701,47.6207780011877],[-122.342513487334,47.6207780347644],[-122.342513581353,47.6207780592669],[-122.342513679704,47.6207780741598],[-122.342513780237,47.6207780791176],[-122.342513880556,47.6207780737925],[-122.342513978618,47.6207780585728],[-122.342514072289,47.6207780337901],[-122.342514159529,47.6207779999843],[-122.342514238435,47.6207779578916],[-122.342514442452,47.6207778138015],[-122.342514615823,47.6207776525055],[-122.342514755389,47.6207774769421],[-122.34251492705,47.6207771741166],[-122.342515043515,47.6207768595875],[-122.342515128736,47.6207764454426],[-122.342515156435,47.6207760277503],[-122.342515126547,47.6207756101667],[-122.342515039173,47.6207751962665],[-122.342514920693,47.6207748823634],[-122.342514747202,47.6207745803071],[-122.342514606281,47.620774405001],[-122.342514431594,47.6207742440951],[-122.342514226329,47.6207741005252],[-122.342514146915,47.620774058793],[-122.342514059246,47.6207740254034],[-122.342513965234,47.6207740010853],[-122.342513866932,47.6207739863694],[-122.342513766486,47.6207739815772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-7","label":"Pavement symbol","path":[[-122.34251378416,47.6207794068897],[-122.342513937403,47.620779398644],[-122.342514086932,47.6207793745842],[-122.342514229177,47.6207793352848],[-122.342514360742,47.6207792816841],[-122.342514478486,47.6207792150618],[-122.342514799121,47.6207789733106],[-122.342515069723,47.6207787052],[-122.342515285576,47.6207784154015],[-122.342515549206,47.6207779167135],[-122.34251572718,47.620777401083],[-122.34251590021,47.6207760268835],[-122.342515717978,47.620774652897],[-122.342515536456,47.6207741380911],[-122.342515269472,47.6207736404861],[-122.34251505177,47.6207733513919],[-122.342514779467,47.6207730841461],[-122.342514457309,47.6207728434061],[-122.342514339354,47.6207727770267],[-122.342514207636,47.6207727236867],[-122.3425140653,47.6207726846595],[-122.342513915744,47.6207726608766],[-122.342513762537,47.6207726529058],[-122.342513609299,47.6207726611644],[-122.342513459775,47.62077268523],[-122.342513317533,47.6207727245286],[-122.342513185966,47.6207727781227],[-122.342513068212,47.6207728447338],[-122.342512747581,47.6207730864874],[-122.34251247698,47.6207733545977],[-122.342512261122,47.620773644394],[-122.342511997494,47.6207741430824],[-122.342511819518,47.6207746587125],[-122.342511646488,47.6207760329119],[-122.34251182872,47.6207774068985],[-122.342512010183,47.6207779221613],[-122.342512277251,47.6207784202087],[-122.342512494963,47.6207787092989],[-122.342512767266,47.6207789765441],[-122.342513089414,47.6207792172886],[-122.342513207471,47.6207792834655],[-122.342513339231,47.6207793366077],[-122.342513481555,47.6207793754489],[-122.342513631052,47.6207793990638],[-122.34251378416,47.6207794068897]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-0","label":"Pavement symbol","path":[[-122.342242775573,47.6207058461505],[-122.342242764467,47.6207072065077],[-122.34224933269,47.6207127266927],[-122.342255968374,47.6207072689444],[-122.342255980236,47.6207058887858],[-122.342249352663,47.6207113509246],[-122.342242775573,47.6207058461505]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-1","label":"Pavement symbol","path":[[-122.342242764314,47.6207085775151],[-122.342242751461,47.6207099235017],[-122.342249327456,47.6207154363867],[-122.342255929654,47.620709970986],[-122.342255941073,47.6207086214199],[-122.342249314438,47.6207140700521],[-122.342242764314,47.6207085775151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"6,7,8,9,10,11","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-2","label":"Pavement symbol","path":[[-122.342251613703,47.6206986103608],[-122.342252055135,47.6206995625925],[-122.342251933082,47.6207002173275],[-122.342249416507,47.6206941009604],[-122.342249437168,47.6206938070454],[-122.342249390683,47.6206935144736],[-122.34224927815,47.6206932301733],[-122.342249257306,47.6206931980094],[-122.342249229587,47.6206931682966],[-122.342249195612,47.6206931416979],[-122.342249156138,47.6206931188065],[-122.342249112047,47.6206931001329],[-122.342248954416,47.62069170243],[-122.342249091466,47.6206917024122],[-122.342249095663,47.6206912966325],[-122.342248529103,47.6206913518234],[-122.342248538728,47.6206917295319],[-122.342248718366,47.6206917298491],[-122.342248846762,47.6206931288392],[-122.342248747685,47.6206932756159],[-122.342248677232,47.6206934297203],[-122.342248636559,47.6206935886279],[-122.342247846729,47.6206938824766],[-122.342247554649,47.6206924092893],[-122.342246946911,47.6206909805706],[-122.342246753296,47.6206906813544],[-122.342246509425,47.6206903993234],[-122.3422462186,47.6206901382963],[-122.342246096466,47.6206900520004],[-122.34224595966,47.6206899763638],[-122.342245810214,47.620689912511],[-122.342245673465,47.6206898707246],[-122.342245528682,47.6206898439192],[-122.342245379452,47.6206898327592],[-122.342245240933,47.6206898376351],[-122.342245105485,47.6206898577865],[-122.342244976791,47.6206898926655],[-122.342244858349,47.620689941324],[-122.342244599037,47.6206900877877],[-122.342244371177,47.6206902563491],[-122.342243879855,47.6206908127281],[-122.342243538657,47.6206914179877],[-122.34224296858,47.6206931411017],[-122.342242747585,47.6206952473194],[-122.342242932602,47.6206973598489],[-122.342243472357,47.6206990871404],[-122.34224381322,47.620699691392],[-122.34224428329,47.6207002548777],[-122.342244421362,47.6207003760041],[-122.342244582935,47.6207004831131],[-122.342244764909,47.620700574151],[-122.342244927211,47.6207006315708],[-122.342245101644,47.6207006695326],[-122.342245283118,47.6207006869286],[-122.342245405928,47.620700684389],[-122.342245526354,47.6207006679578],[-122.342245640961,47.6207006381034],[-122.34224599463,47.6207004912761],[-122.342246180567,47.620700379095],[-122.342246337528,47.6207002483332],[-122.342246656381,47.6206999103506],[-122.342247494179,47.62070214197],[-122.342247349229,47.6207029247531],[-122.342247190961,47.6207029832686],[-122.342247048144,47.6207030576831],[-122.342246924262,47.6207031461807],[-122.342246822337,47.6207032466022],[-122.342246684584,47.6207034517403],[-122.342246578022,47.620703677156],[-122.34224650432,47.6207038886418],[-122.342246491828,47.6207040543357],[-122.342246509563,47.620704115274],[-122.342246542815,47.6207041607132],[-122.342246594193,47.6207041888196],[-122.342246660983,47.6207041978298],[-122.342248639589,47.6207040150649],[-122.342248689793,47.6207040027044],[-122.342248734233,47.6207039751269],[-122.342248770276,47.620703933267],[-122.342248797998,47.6207038798224],[-122.342248813438,47.6207038157454],[-122.342248814037,47.6207037446683],[-122.342248765528,47.6207035860805],[-122.342248595622,47.620703379565],[-122.34224837631,47.6207031954125],[-122.342248222591,47.6207030848048],[-122.342248048973,47.620702988499],[-122.342247858362,47.6207029081072],[-122.342247917275,47.6207025537795],[-122.342251536883,47.620702567863],[-122.342251259138,47.620704506606],[-122.34225146019,47.620705291099],[-122.342251276354,47.6207056965615],[-122.34225039274,47.6207056929833],[-122.342250401113,47.6207063028077],[-122.342251409807,47.6207063065268],[-122.342251888345,47.6207052350443],[-122.342251661655,47.6207043924166],[-122.34225244065,47.6207001008456],[-122.342252602582,47.6207002703816],[-122.342252794777,47.6207004248921],[-122.342253014201,47.620700561938],[-122.342253160337,47.6207006296404],[-122.342253321006,47.6207006802173],[-122.342253630862,47.62070072019],[-122.342253769372,47.620700715283],[-122.34225390481,47.6207006951224],[-122.342254033504,47.6207006602547],[-122.342254151964,47.6207006116252],[-122.342254431642,47.6207004516121],[-122.342254674566,47.6207002663266],[-122.342254875759,47.6207000595642],[-122.342255113164,47.6206997577462],[-122.342255284007,47.6206995030919],[-122.342255420123,47.6206992390997],[-122.34225582052,47.6206982567093],[-122.342256079704,47.6206972530125],[-122.342256256153,47.620694574334],[-122.342256070649,47.620693167182],[-122.342255676127,47.6206917797397],[-122.34225524797,47.6206909181925],[-122.34225487479,47.6206904382506],[-122.342254605567,47.6206901935277],[-122.342254408871,47.6206900638929],[-122.342254171387,47.6206899500923],[-122.342253934007,47.6206898857688],[-122.342253721899,47.6206898669903],[-122.342253573139,47.6206898761595],[-122.342253336464,47.6206899278763],[-122.342253098459,47.6206900254909],[-122.34225287884,47.6206901606453],[-122.342252701338,47.6206902969402],[-122.342252553207,47.6206904483397],[-122.3422522475,47.6206908266305],[-122.342251842663,47.6206915489869],[-122.342251590837,47.6206921793537],[-122.342251372942,47.6206929244207],[-122.3422511992,47.6206938614187],[-122.342251107193,47.6206948180242],[-122.342251102501,47.620695757279],[-122.342251176702,47.6206967098815],[-122.342251350606,47.6206977052431],[-122.342251613703,47.6206986103608]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107","sourcePathCount":96,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-3","label":"Pavement symbol","path":[[-122.342247018265,47.6206994503501],[-122.342247754281,47.6206971396693],[-122.342247907316,47.6206947785843],[-122.342248729954,47.6206946066475],[-122.342247658245,47.6207011007456],[-122.342247018265,47.6206994503501]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"108,109,110,111","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-4","label":"Pavement symbol","path":[[-122.342251685119,47.6207016231066],[-122.342248073465,47.6207016080181],[-122.342249085948,47.6206955033366],[-122.342249121784,47.620696142484],[-122.342249011309,47.6206961412499],[-122.342249021768,47.6206965477349],[-122.342249504847,47.6206965503262],[-122.342249495222,47.6206961726177],[-122.342249370143,47.6206961724768],[-122.342249348599,47.6206954755649],[-122.342251743824,47.6207012615848],[-122.342251685119,47.6207016231066]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"112,113,114,115,116,117,118,119,120,121,122","sourcePathCount":11,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-5","label":"Pavement symbol","path":[[-122.342246731409,47.620698643605],[-122.342247304598,47.6206968410537],[-122.342247418735,47.6206949991692],[-122.342245643815,47.6206955984517],[-122.342246731409,47.620698643605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"123,124,125","sourcePathCount":3,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-6","label":"Pavement symbol","path":[[-122.342245443023,47.6206948229513],[-122.342247353037,47.6206940644461],[-122.342247260108,47.6206934197347],[-122.342247080367,47.6206927834184],[-122.342246627904,47.6206917719586],[-122.342246473376,47.6206915346449],[-122.342246277023,47.6206913118214],[-122.342246041781,47.6206911068214],[-122.342245713278,47.620690928556],[-122.342245634079,47.6206908990405],[-122.342245548915,47.6206908784053],[-122.342245459962,47.6206908671773],[-122.342245369492,47.6206908656432],[-122.3422452228,47.6206908795504],[-122.342245081371,47.6206909092575],[-122.342244948927,47.6206909539833],[-122.342244798891,47.6206910253534],[-122.342244666004,47.6206911107822],[-122.342244553139,47.6206912084226],[-122.342244169339,47.6206916634525],[-122.342243880541,47.6206921493357],[-122.342243600381,47.6206928395339],[-122.342243418043,47.6206935444651],[-122.342243252119,47.620695251521],[-122.342243388035,47.6206969597816],[-122.342243593857,47.6206977725188],[-122.342243960735,47.6206985590531],[-122.342244481938,47.6206993049549],[-122.342244580356,47.6206993946551],[-122.342244697123,47.6206994737256],[-122.342244829746,47.620699540477],[-122.342244975389,47.6206995934827],[-122.342245130941,47.6206996316102],[-122.342245293077,47.6206996540446],[-122.342245496247,47.6206996274926],[-122.342245691226,47.6206995807336],[-122.34224587362,47.620699514822],[-122.342246039314,47.6206994312441],[-122.342246184572,47.6206993318846],[-122.342246306118,47.6206992189842],[-122.342246401212,47.6206990950888],[-122.342245293979,47.6206959233509],[-122.34224526394,47.6206959172118],[-122.342245236645,47.6206959067635],[-122.342245213435,47.6206958925192],[-122.342245195449,47.6206958751787],[-122.342245113297,47.6206957494229],[-122.342245076143,47.6206956583996],[-122.342245057381,47.6206955648447],[-122.342245038942,47.6206953419859],[-122.342245040916,47.6206952288866],[-122.342245063013,47.6206951167644],[-122.342245124196,47.6206949324327],[-122.342245145216,47.6206948884155],[-122.342245174795,47.6206948466929],[-122.342245212398,47.6206948080168],[-122.342245264662,47.6206947749379],[-122.342245320186,47.6206947625069],[-122.342245384526,47.6206947787464],[-122.342245414361,47.6206947981423],[-122.342245443023,47.6206948229513]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152","sourcePathCount":27,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-7","label":"Pavement symbol","path":[[-122.342253395109,47.620695390429],[-122.342252641921,47.6206969207895],[-122.342252233492,47.6206985094837],[-122.342251984975,47.6206979235341],[-122.342251751296,47.6206970693042],[-122.34225160681,47.62069594131],[-122.342251596557,47.6206948996978],[-122.342251715687,47.6206938689648],[-122.342252034041,47.6206926421743],[-122.342252468582,47.620691751197],[-122.342252679401,47.6206914641268],[-122.342252947564,47.620691199683],[-122.342253102966,47.6206910876192],[-122.342253284354,47.6206909949786],[-122.342253486453,47.6206909244546],[-122.342253607998,47.6206909063641],[-122.342253732302,47.6206909019925],[-122.342253855979,47.6206909114588],[-122.342253993232,47.6206909411414],[-122.342254122175,47.620690984569],[-122.3422542398,47.6206910407284],[-122.342254343362,47.6206911083088],[-122.342254546358,47.6206912637479],[-122.342254712185,47.6206914380737],[-122.342254979391,47.6206918108947],[-122.342255185382,47.6206922009663],[-122.342255589677,47.6206934325694],[-122.342255773467,47.6206949522724],[-122.342255735707,47.6206960817833],[-122.342255521046,47.6206973053998],[-122.342255331865,47.6206979401297],[-122.34225505581,47.6206985602264],[-122.342254849917,47.6206989000411],[-122.342254586661,47.6206992213624],[-122.342254459985,47.6206993515612],[-122.342254308064,47.6206994688489],[-122.342254133757,47.6206995710181],[-122.342254018832,47.6206996212346],[-122.342253893109,47.6206996578563],[-122.342253760096,47.6206996798614],[-122.342253623504,47.6206996866359],[-122.342253506117,47.6206996759501],[-122.342253392454,47.6206996534782],[-122.342253285102,47.620699619732],[-122.342253186508,47.6206995754804],[-122.342252951465,47.6206994344746],[-122.342252753787,47.6206992694637],[-122.342252598795,47.6206990848887],[-122.342252943588,47.6206974921005],[-122.34225366303,47.6206959572294],[-122.342253688832,47.6206959516676],[-122.342253712961,47.6206959433673],[-122.342253734782,47.6206959325469],[-122.342253753721,47.6206959194909],[-122.342253769279,47.6206959045429],[-122.342253840007,47.6206958071295],[-122.342253888831,47.6206957037899],[-122.3422539147,47.6206955967476],[-122.342253937478,47.6206953745904],[-122.342253917776,47.6206951522996],[-122.342253893306,47.6206950445823],[-122.342253844695,47.6206949406524],[-122.342253773084,47.620694842953],[-122.342253721523,47.6206948085518],[-122.342253666625,47.6206947966851],[-122.342253640904,47.6206947998875],[-122.342253616554,47.6206948063261],[-122.342253594464,47.620694815766],[-122.342253575437,47.6206948278634],[-122.342253560167,47.6206948421774],[-122.342253489391,47.6206949416336],[-122.342253441506,47.6206950471112],[-122.342253417589,47.6206951562324],[-122.342253395109,47.620695390429]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186","sourcePathCount":34,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-0","label":"Pavement symbol","path":[[-122.342245120565,47.6210064853341],[-122.342246795972,47.6210049319856],[-122.342248147591,47.6210025372967],[-122.342247513269,47.6210017243629],[-122.342246175576,47.6210040486976],[-122.342245385082,47.6210018425396],[-122.342247411476,47.6210008297012],[-122.342246929507,47.6209977918117],[-122.342245820923,47.6209984731203],[-122.342246091639,47.621000099624],[-122.342244679404,47.6210007714642],[-122.342246580782,47.6209952190532],[-122.34224548633,47.620994598439],[-122.342243127146,47.6210016160868],[-122.342245120565,47.6210064853341]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-1","label":"Pavement symbol","path":[[-122.342242138623,47.6209981333092],[-122.342241799347,47.6209981342088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-2","label":"Pavement symbol","path":[[-122.342242224083,47.6210331926673],[-122.342246306505,47.6210418683553],[-122.342250333742,47.6210331814068],[-122.342247464464,47.6210340353941],[-122.342247436716,47.6210254175005],[-122.342245071016,47.6210254209773],[-122.342245098764,47.6210340388709],[-122.342242224083,47.6210331926673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-3","label":"Pavement symbol","path":[[-122.342247084373,47.6210077187514],[-122.34224709118,47.6210075864185],[-122.342247073992,47.621007387674],[-122.34224702384,47.6210071914831],[-122.34224695448,47.6210070383757],[-122.342246854188,47.6210068932627],[-122.34224677358,47.6210068094124],[-122.342246676292,47.6210067340282],[-122.342246564255,47.6210066686058],[-122.342246501426,47.6210066419826],[-122.342246433089,47.6210066224736],[-122.342246361003,47.6210066105806],[-122.342246287024,47.6210066066098],[-122.342246212846,47.6210066107879],[-122.342246140624,47.6210066229325],[-122.342246072227,47.6210066427289],[-122.342246009427,47.6210066696645],[-122.34224589772,47.6210067352841],[-122.342245800792,47.6210068108278],[-122.342245720565,47.6210068947982],[-122.342245620888,47.6210070403796],[-122.342245552271,47.6210071939007],[-122.342245503612,47.6210073901224],[-122.34224548788,47.6210075887835],[-122.342245495705,47.6210077209224],[-122.342244896958,47.6210077216637],[-122.342244973713,47.6210080741927],[-122.342245067728,47.6210082814021],[-122.342245203636,47.621008477768],[-122.342245330155,47.6210086088382],[-122.342245482694,47.6210087266537],[-122.342245658239,47.6210088288859],[-122.342245802307,47.6210088901902],[-122.342245959107,47.6210089351093],[-122.342246124573,47.6210089624779],[-122.342246294411,47.6210089715859],[-122.342246463965,47.6210089619874],[-122.342246629043,47.621008934191],[-122.342246785374,47.6210088889156],[-122.342246928913,47.6210088273325],[-122.342247104051,47.6210087243608],[-122.342247255989,47.6210086058263],[-122.342247381715,47.6210084740798],[-122.342247516592,47.6210082773293],[-122.342247609497,47.621008069834],[-122.34224768312,47.62100771801],[-122.342247084373,47.6210077187514]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-4","label":"Pavement symbol","path":[[-122.342241968763,47.6209981490553],[-122.34224206414,47.6209981441207],[-122.342242157332,47.6209981295775],[-122.342242246221,47.6209981057562],[-122.342242328787,47.6209980731984],[-122.342242403153,47.6209980326441],[-122.342242598835,47.6209978908127],[-122.342242764693,47.6209977326514],[-122.34224289776,47.6209975609884],[-122.342243061043,47.6209972650374],[-122.342243171677,47.6209969582167],[-122.342243252473,47.6209965525174],[-122.342243278447,47.6209961435539],[-122.342243249472,47.6209957346041],[-122.342243165674,47.620995329103],[-122.342243053484,47.6209950227279],[-122.342242888754,47.620994727337],[-122.34224275457,47.6209945557384],[-122.342242587572,47.6209943977639],[-122.342242390754,47.6209942562468],[-122.342242316196,47.6209942160487],[-122.342242233537,47.6209941838422],[-122.342242144647,47.6209941603558],[-122.342242051536,47.6209941461207],[-122.342241956311,47.620994141459],[-122.342241861216,47.6209941465021],[-122.342241768317,47.6209941610957],[-122.342241679712,47.62099418491],[-122.342241597404,47.620994217407],[-122.342241523252,47.6209942578525],[-122.342241327567,47.6209943996824],[-122.342241161709,47.6209945578439],[-122.342241028645,47.6209947295082],[-122.342240865296,47.6209950259013],[-122.342240754753,47.6209953331792],[-122.342240674002,47.6209957384301],[-122.342240647958,47.6209961469428],[-122.34224067627,47.6209965558809],[-122.3422407594,47.6209969614113],[-122.342240872186,47.6209972682634],[-122.342241037676,47.6209975640589],[-122.342241171948,47.6209977353417],[-122.342241338936,47.6209978930125],[-122.342241535651,47.6209980342499],[-122.342241609976,47.6209980743629],[-122.342241692372,47.6209981065257],[-122.342241780982,47.6209981300136],[-122.342241873809,47.6209981442974],[-122.342241968763,47.6209981490553]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-5","label":"Pavement symbol","path":[[-122.342241950778,47.620992528532],[-122.342241795103,47.6209925370988],[-122.34224164331,47.6209925619115],[-122.342241499108,47.620992602364],[-122.342241366019,47.620992657468],[-122.342241247294,47.6209927258773],[-122.342240919087,47.6209929778388],[-122.34224064257,47.6209932565602],[-122.342240422488,47.6209935572567],[-122.342240153833,47.620994074866],[-122.342239972662,47.6209946094667],[-122.342239795843,47.6209960367928],[-122.342239982267,47.6209974638011],[-122.342240166708,47.6209979979156],[-122.342240438541,47.6209985147933],[-122.342240660598,47.6209988149479],[-122.34224093899,47.6209990929486],[-122.342241268933,47.6209993440194],[-122.342241388055,47.6209994119524],[-122.342241521414,47.6209994665568],[-122.34224166576,47.6209995065012],[-122.342241817572,47.6209995308113],[-122.342241973148,47.6209995388943],[-122.342242129105,47.6209995304392],[-122.342242281192,47.6209995056783],[-122.34224242568,47.6209994652186],[-122.342242559027,47.620999410052],[-122.342242677962,47.6209993415314],[-122.342243006169,47.62099908957],[-122.342243282687,47.6209988108486],[-122.342243502769,47.6209985101519],[-122.342243771423,47.6209979925426],[-122.342243952595,47.6209974579419],[-122.342244129414,47.6209960306158],[-122.342243942989,47.6209946036075],[-122.34224375849,47.6209940699498],[-122.342243486741,47.6209935535146],[-122.342243264778,47.6209932530419],[-122.342242986375,47.6209929747372],[-122.342242656323,47.6209927233892],[-122.342242536981,47.6209926553585],[-122.34224240336,47.6209926007027],[-122.342242258731,47.6209925607589],[-122.342242106629,47.6209925365042],[-122.342241950778,47.620992528532]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-6","label":"Pavement symbol","path":[[-122.342249786138,47.6209981992449],[-122.342249886377,47.6209981940813],[-122.342249984399,47.620998179037],[-122.342250078073,47.6209981544392],[-122.342250165361,47.6209981208229],[-122.342250244364,47.6209980789192],[-122.342250448842,47.620997934873],[-122.342250622661,47.6209977735705],[-122.342250762652,47.6209975979534],[-122.342250933633,47.6209972951064],[-122.342251049453,47.6209969806171],[-122.342251134677,47.6209965664724],[-122.342251162378,47.6209961487801],[-122.342251132493,47.6209957311965],[-122.342251045119,47.6209953172961],[-122.342250926705,47.6209950029345],[-122.342250753124,47.6209947004367],[-122.342250612199,47.620994525132],[-122.342250437513,47.6209943642259],[-122.342250232252,47.6209942206536],[-122.342250152826,47.620994178935],[-122.342250065154,47.6209941455531],[-122.342249971145,47.6209941212356],[-122.342249872848,47.6209941065124],[-122.342249772407,47.6209941017045],[-122.342249672173,47.6209941068818],[-122.342249574156,47.6209941219323],[-122.342249480485,47.6209941465293],[-122.342249393195,47.6209941801386],[-122.342249314181,47.6209942220302],[-122.342249110175,47.6209943661264],[-122.342248936803,47.6209945274212],[-122.342248797223,47.6209947029785],[-122.342248625564,47.6209950058045],[-122.342248509092,47.6209953203324],[-122.342248423871,47.6209957344772],[-122.342248396168,47.6209961521694],[-122.342248426666,47.6209965702173],[-122.342248514782,47.620996984535],[-122.342248633254,47.6209972984398],[-122.342248806751,47.6209976004952],[-122.342248947255,47.6209977757551],[-122.342249121494,47.6209979366657],[-122.342249326293,47.6209980802959],[-122.342249405715,47.6209981220184],[-122.342249493387,47.6209981554025],[-122.342249587397,47.6209981797203],[-122.342249685695,47.6209981944414],[-122.342249786138,47.6209981992449]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-7","label":"Pavement symbol","path":[[-122.342249768491,47.6209927739324],[-122.342249615246,47.6209927821725],[-122.342249465714,47.6209928062296],[-122.342249323467,47.6209928455289],[-122.342249191902,47.6209928991321],[-122.342249074162,47.6209929657587],[-122.342248753988,47.6209932075532],[-122.34224848383,47.620993475656],[-122.342248268394,47.6209937653995],[-122.342248004081,47.6209942640675],[-122.342247825453,47.6209947797346],[-122.342247652416,47.6209961539336],[-122.342247834641,47.6209975279206],[-122.342248016163,47.6209980427265],[-122.342248283144,47.6209985403325],[-122.342248500852,47.6209988294247],[-122.342248773154,47.6209990966708],[-122.342249095306,47.6209993374144],[-122.34224921335,47.6209994036061],[-122.342249345107,47.6209994567572],[-122.342249487435,47.6209994955997],[-122.34224963694,47.6209995192074],[-122.342249790054,47.620999527017],[-122.342249943305,47.620999518792],[-122.342250092843,47.6209994947418],[-122.342250235093,47.6209994554416],[-122.342250366655,47.6209994018307],[-122.342250484383,47.6209993351907],[-122.342250804935,47.6209990937218],[-122.342251075546,47.6209988259156],[-122.342251291507,47.6209985364316],[-122.34225155514,47.6209980377441],[-122.342251733118,47.6209975221141],[-122.342251906155,47.6209961479151],[-122.34225172393,47.6209947739281],[-122.342251542471,47.6209942586645],[-122.342251275401,47.6209937606169],[-122.342251058104,47.6209934715723],[-122.342250786249,47.6209932043222],[-122.342250464569,47.6209929635175],[-122.342250346291,47.6209928972432],[-122.342250214269,47.6209928440498],[-122.342250071661,47.6209928052088],[-122.342249921875,47.6209927816486],[-122.342249768491,47.6209927739324]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-10208-0","label":"Pavement symbol","path":[[-122.342391052771,47.6207203106444],[-122.342391013017,47.6207189401663],[-122.342390806627,47.6207174818694],[-122.342390273197,47.6207160617616],[-122.342389425169,47.6207147129639],[-122.342388282322,47.6207134669342],[-122.342386871308,47.6207123527333],[-122.342385225039,47.6207113963478],[-122.342383381909,47.6207106200832],[-122.342381384905,47.6207100420443],[-122.342382378167,47.6207067156114],[-122.342374024937,47.6207100253822],[-122.342380934115,47.6207151892915],[-122.342380851661,47.6207123467182],[-122.342382494661,47.6207127750379],[-122.342384017439,47.6207133720067],[-122.342385382183,47.6207141228013],[-122.342386555004,47.6207150087785],[-122.342387506779,47.6207160079384],[-122.342388213876,47.6207170954707],[-122.342388658735,47.6207182443706],[-122.342388830311,47.6207194261095],[-122.342388856814,47.6207203397616],[-122.342391052771,47.6207203106444]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":10208}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1461,"F_area":null,"OBJECTID":10208,"SHAPE__Length":7.3831173270609245,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-12061-0","label":"Pavement symbol","path":[[-122.342472907716,47.6211195894135],[-122.342464699594,47.6211164362684],[-122.342465732808,47.6211196701594],[-122.342463796867,47.6211202512883],[-122.342462014784,47.6211210243345],[-122.342460428119,47.6211219712689],[-122.342459073878,47.6211230700072],[-122.342457983644,47.6211242949246],[-122.342457182842,47.6211256174537],[-122.342456690151,47.6211270067503],[-122.342456517059,47.6211284304133],[-122.342456505254,47.6211297664904],[-122.34245864646,47.6211297758818],[-122.342458655191,47.6211288842526],[-122.342458799617,47.6211277305967],[-122.342459211098,47.6211266065526],[-122.342459879419,47.621125540027],[-122.342460787988,47.6211245574987],[-122.342461914247,47.6211236833609],[-122.342463230234,47.6211229393158],[-122.342464703278,47.621122343836],[-122.342466296807,47.6211219117053],[-122.342466270799,47.6211246846476],[-122.342472907716,47.6211195894135]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":12061}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1481,"F_area":null,"OBJECTID":12061,"SHAPE__Length":7.199097111302678,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-12223-0","label":"Pavement symbol","path":[[-122.342291514723,47.6206576681664],[-122.342299721432,47.6206608213417],[-122.342298689542,47.6206575865323],[-122.34230062515,47.6206570053848],[-122.34230240692,47.6206562323722],[-122.342303993308,47.6206552855188],[-122.342305347322,47.6206541869024],[-122.342306437391,47.6206529621394],[-122.342307238099,47.6206516397877],[-122.342307730774,47.6206502506806],[-122.34230790393,47.6206488272079],[-122.342307915712,47.6206474902316],[-122.342305774552,47.6206474817366],[-122.342305767123,47.6206483724488],[-122.342305622666,47.6206495260981],[-122.342305211165,47.6206506501336],[-122.342304542838,47.6206517166504],[-122.342303634275,47.6206526991717],[-122.342302508032,47.6206535733061],[-122.342301192068,47.6206543173528],[-122.342299719053,47.6206549128403],[-122.342298125555,47.6206553449856],[-122.342298150267,47.6206525729601],[-122.342291514723,47.6206576681664]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":12223}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1479,"F_area":null,"OBJECTID":12223,"SHAPE__Length":7.198510346489918,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-0","label":"Pavement symbol","path":[[-122.342663294195,47.6208569470229],[-122.342658529673,47.6208626453652],[-122.342663433204,47.6208619218211],[-122.342664313387,47.6208632601387],[-122.342665486169,47.6208644922856],[-122.342666924095,47.6208655894177],[-122.342668593504,47.6208665258515],[-122.342670455314,47.6208672796656],[-122.342672465944,47.6208678332135],[-122.342674578323,47.6208681735369],[-122.342676743002,47.6208682926688],[-122.342678770984,47.6208682981598],[-122.342678779783,47.6208668127872],[-122.342677427795,47.6208668091266],[-122.342675673331,47.6208667096699],[-122.342673963937,47.6208664253814],[-122.342672342201,47.6208659633434],[-122.342670848521,47.6208653350664],[-122.342669520111,47.6208645562025],[-122.342668390064,47.620863646155],[-122.342667486532,47.6208626275954],[-122.342666832025,47.6208615258987],[-122.342671038367,47.6208615375855],[-122.342663294195,47.6208569470229]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-1","label":"Pavement symbol","path":[[-122.342699179533,47.6208589396419],[-122.342699184216,47.6208580003871],[-122.342702932585,47.6208574073113],[-122.342699191818,47.6208567948091],[-122.342699197831,47.6208558555367],[-122.342706286314,47.6208570164838],[-122.342711354938,47.6208570302275],[-122.342711350201,47.6208578300435],[-122.342706281577,47.6208578162998],[-122.342699179533,47.6208589396419]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"9,10,11,12,16,21,22,40,41","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-2","label":"Pavement symbol","path":[[-122.342699163288,47.6208614524678],[-122.342699169356,47.6208606526341],[-122.342707869466,47.6208606766913],[-122.342707878264,47.6208591913187],[-122.342711342081,47.6208592011566],[-122.34271132852,47.6208614854459],[-122.342699163288,47.6208614524678]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"13,14,15,17,19,20","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-3","label":"Pavement symbol","path":[[-122.342699156521,47.620862595062],[-122.342711321753,47.6208626280402],[-122.34271131699,47.620863426957],[-122.342703873588,47.6208648921802],[-122.342711308192,47.6208649123295],[-122.342711303455,47.6208657121455],[-122.342699138222,47.6208656791673],[-122.34269914296,47.6208648793513],[-122.342706586362,47.6208634141283],[-122.342699151757,47.6208633939787],[-122.342699156521,47.620862595062]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"18,23,24,25,33,34,35,36,38,39","sourcePathCount":10,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-4","label":"Pavement symbol","path":[[-122.342702378362,47.6208666014775],[-122.342708053792,47.6208666170695],[-122.342708709304,47.6208666448753],[-122.342709355551,47.6208667239515],[-122.342709864734,47.6208668336719],[-122.342710345291,47.6208669915036],[-122.342710622277,47.6208671180153],[-122.342710870021,47.620867269595],[-122.342711083569,47.6208674432122],[-122.34271117305,47.6208675433814],[-122.342711238332,47.6208676517113],[-122.342711277826,47.620867765566],[-122.342711290571,47.6208678821754],[-122.34271127637,47.6208679985812],[-122.342711235507,47.6208681120859],[-122.342711168975,47.6208682199324],[-122.34271107839,47.6208683195009],[-122.342710862766,47.6208684923985],[-122.342710613069,47.6208686430315],[-122.342710334306,47.6208687683788],[-122.342709852492,47.6208689236233],[-122.342709342642,47.6208690307224],[-122.3427086944,47.6208691060455],[-122.342708037547,47.6208691298953],[-122.342702363448,47.6208691142857],[-122.342701707266,47.6208690865405],[-122.342701060359,47.6208690074213],[-122.342700551176,47.6208688976995],[-122.342700070619,47.6208687398691],[-122.3426997941,47.6208686132869],[-122.342699546806,47.620868461703],[-122.34269933367,47.6208682881427],[-122.342699243836,47.6208681880385],[-122.342699178208,47.6208680797309],[-122.342699138385,47.620867965859],[-122.342699125338,47.6208678491972],[-122.342699139834,47.6208677327296],[-122.342699181024,47.6208676191982],[-122.342699247905,47.6208675113652],[-122.34269933885,47.620867411854],[-122.342699554064,47.6208672390259],[-122.342699803312,47.6208670884007],[-122.342700081604,47.6208669629939],[-122.342700564066,47.6208668076796],[-122.342701074597,47.6208667006327],[-122.34270172218,47.6208666253702],[-122.342702378362,47.6208666014775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"26,29,32,37","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-5","label":"Pavement symbol","path":[[-122.342703436855,47.6208674042853],[-122.342706984494,47.6208674139113],[-122.342707101873,47.6208674213388],[-122.342707215564,47.6208674423711],[-122.342707322122,47.620867476371],[-122.342707418321,47.6208675223089],[-122.342707501247,47.6208675787931],[-122.342707568388,47.620867644113],[-122.34270761771,47.6208677162898],[-122.342707647719,47.6208677931375],[-122.342707657507,47.6208678723283],[-122.342707646776,47.6208679514635],[-122.342707615852,47.6208680281463],[-122.342707565672,47.6208681000538],[-122.342707497755,47.6208681650081],[-122.342707414159,47.6208682210417],[-122.342707317416,47.6208682664574],[-122.342707210455,47.6208682998795],[-122.342707096518,47.6208683202956],[-122.342706979054,47.6208683270875],[-122.342703431415,47.6208683174616],[-122.342703314094,47.6208683099865],[-122.34270320047,47.6208682889199],[-122.342703093982,47.6208682548992],[-122.342702997853,47.6208682089542],[-122.342702914991,47.6208681524753],[-122.342702847905,47.6208680871716],[-122.342702798624,47.6208680150196],[-122.342702768641,47.6208679382027],[-122.342702758862,47.6208678590458],[-122.342702769584,47.6208677799444],[-122.342702800481,47.6208677032923],[-122.34270285062,47.6208676314093],[-122.342702918482,47.6208675664709],[-122.342703002014,47.6208675104423],[-122.342703098688,47.6208674650191],[-122.342703205578,47.620867431576],[-122.342703319449,47.6208674111251],[-122.342703436855,47.6208674042853]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"27,28,30,31","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-0","label":"Pavement symbol","path":[[-122.342661244925,47.6209161046563],[-122.342658947392,47.6209149719301],[-122.342655405451,47.6209140581191],[-122.342654204392,47.6209144869682],[-122.342657640917,47.6209153904823],[-122.342654379196,47.6209159258249],[-122.342652879787,47.6209145558125],[-122.342648386513,47.6209148816854],[-122.342649395531,47.6209156302737],[-122.342651801283,47.6209154481345],[-122.342652794969,47.6209164020371],[-122.342644581202,47.6209151174698],[-122.342643663245,47.6209158565281],[-122.342654044266,47.6209174524066],[-122.342661244925,47.6209161046563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-1","label":"Pavement symbol","path":[[-122.342648892943,47.620918119862],[-122.342648892972,47.6209183501618]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-2","label":"Pavement symbol","path":[[-122.342700748518,47.620918062785],[-122.342713580519,47.6209153026277],[-122.342700730485,47.6209125799019],[-122.342701993616,47.6209145198016],[-122.342689248405,47.6209145385948],[-122.342689253561,47.6209161380328],[-122.342701998773,47.6209161192395],[-122.342700748518,47.620918062785]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-3","label":"Pavement symbol","path":[[-122.34266306921,47.6209147760287],[-122.342662873479,47.6209147714276],[-122.342662580168,47.6209147830968],[-122.342662290669,47.6209148169403],[-122.34266206415,47.6209148638559],[-122.342661849578,47.6209149316427],[-122.342661725382,47.6209149864743],[-122.342661613888,47.6209150525548],[-122.342661517321,47.6209151285656],[-122.342661477894,47.6209151710837],[-122.342661449025,47.620915217294],[-122.342661431453,47.6209152660149],[-122.342661425625,47.6209153160009],[-122.342661431768,47.6209153661188],[-122.342661449716,47.6209154149307],[-122.342661479007,47.6209154611815],[-122.34266151889,47.6209155036821],[-122.342661615849,47.6209155791522],[-122.342661727586,47.6209156446852],[-122.342661851882,47.6209156989794],[-122.342662066534,47.6209157658443],[-122.342662292923,47.6209158118789],[-122.342662583103,47.6209158452286],[-122.342662877012,47.6209158563102],[-122.342663072455,47.6209158510195],[-122.342663074859,47.6209162549124],[-122.342663594973,47.6209162039339],[-122.342663901537,47.6209161403466],[-122.342664191891,47.6209160484817],[-122.34266438637,47.6209159629133],[-122.342664561079,47.6209158597728],[-122.34266471255,47.6209157411071],[-122.34266480292,47.6209156435361],[-122.342664869018,47.6209155374912],[-122.342664909148,47.6209154256934],[-122.342664922281,47.620915311011],[-122.342664908153,47.6209151964547],[-122.342664867069,47.6209150848886],[-122.342664800084,47.6209149791755],[-122.342664708915,47.6209148820279],[-122.342664557177,47.6209147637629],[-122.342664382301,47.6209146610333],[-122.342664187754,47.6209145758752],[-122.34266389683,47.6209144847078],[-122.342663589842,47.6209144218748],[-122.342663068136,47.6209143721181],[-122.34266306921,47.6209147760287]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-4","label":"Pavement symbol","path":[[-122.342648916234,47.6209182347032],[-122.342648908797,47.6209181704744],[-122.34264888723,47.6209181077119],[-122.342648852014,47.6209180478199],[-122.342648803937,47.6209179921388],[-122.342648744077,47.6209179419143],[-122.342648534478,47.6209178097037],[-122.342648300538,47.6209176975662],[-122.342648046458,47.6209176075149],[-122.342647608159,47.6209174970967],[-122.34264715358,47.6209174223414],[-122.342646553548,47.6209173677184],[-122.342645948629,47.6209173501593],[-122.342645344415,47.6209173693375],[-122.342644745296,47.6209174254917],[-122.342644291347,47.6209175017667],[-122.342643853935,47.6209176136361],[-122.342643600416,47.6209177045029],[-122.342643367204,47.6209178174059],[-122.342643158488,47.6209179503169],[-122.342643098689,47.6209180007482],[-122.342643050749,47.6209180566386],[-122.342643015744,47.6209181167318],[-122.342642994461,47.6209181796771],[-122.34264298738,47.6209182440597],[-122.342642994835,47.6209183082857],[-122.34264301641,47.6209183710451],[-122.342643051625,47.6209184309352],[-122.342643099692,47.6209184866179],[-122.342643159537,47.6209185368486],[-122.34264336955,47.6209186691186],[-122.342643603939,47.6209187812519],[-122.342643858486,47.6209188712304],[-122.342644296131,47.6209189816063],[-122.342644750034,47.6209190564215],[-122.342645350066,47.6209191110438],[-122.342645954985,47.6209191286037],[-122.342646559885,47.6209191090098],[-122.342647159622,47.6209190523543],[-122.342647612865,47.620918976482],[-122.342648049679,47.6209188651268],[-122.342648303664,47.6209187743179],[-122.342648537325,47.6209186614075],[-122.342648746456,47.6209185284284],[-122.342648805953,47.6209184779307],[-122.3426488536,47.6209184220128],[-122.34264888833,47.6209183619276],[-122.342648909366,47.6209182990212],[-122.342648916234,47.6209182347032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-5","label":"Pavement symbol","path":[[-122.342640603038,47.6209182468923],[-122.342640615391,47.6209183519796],[-122.342640651782,47.6209184545028],[-122.34264071133,47.6209185519795],[-122.342640792592,47.6209186420492],[-122.342640893601,47.6209187225311],[-122.342641266306,47.6209189446668],[-122.34264167903,47.620919131921],[-122.342642124637,47.6209192810562],[-122.342642889425,47.6209194626212],[-122.34264367961,47.620919585194],[-122.342645792069,47.6209197047153],[-122.342647902726,47.620919578667],[-122.34264869219,47.6209194538946],[-122.342649455893,47.6209192701942],[-122.342649900145,47.6209191199239],[-122.342650311339,47.6209189316982],[-122.34265068238,47.6209187087654],[-122.342650783119,47.62091862794],[-122.342650864005,47.6209185375467],[-122.342650923074,47.6209184397806],[-122.34265095889,47.620918337016],[-122.342650970585,47.6209182317485],[-122.342650958227,47.620918126662],[-122.342650921834,47.6209180241397],[-122.342650862286,47.6209179266636],[-122.342650781027,47.6209178365934],[-122.342650680022,47.6209177561098],[-122.342650307249,47.6209175342906],[-122.342649894536,47.6209173473389],[-122.342649449012,47.620917198484],[-122.342648684225,47.6209170169163],[-122.342647894039,47.6209168943464],[-122.34264578158,47.6209167748251],[-122.342643672254,47.6209169008557],[-122.342642882112,47.6209170255851],[-122.342642117756,47.620917209346],[-122.3426416735,47.6209173596114],[-122.342641262305,47.6209175478374],[-122.34264089127,47.6209177707748],[-122.342640790675,47.6209178514505],[-122.342640709865,47.6209179416676],[-122.342640650796,47.6209180392418],[-122.342640614897,47.6209181418111],[-122.342640603038,47.6209182468923]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-6","label":"Pavement symbol","path":[[-122.342648990454,47.6209129503103],[-122.342648982622,47.6209128825482],[-122.342648960139,47.6209128162918],[-122.34264892349,47.6209127529725],[-122.342648873467,47.6209126939581],[-122.34264881115,47.6209126405235],[-122.342648598291,47.6209125023647],[-122.342648359705,47.6209123848439],[-122.342648099761,47.6209122901138],[-122.342647651953,47.6209121740788],[-122.342647186645,47.620912095313],[-122.342646574105,47.6209120381509],[-122.342645956318,47.6209120198689],[-122.342645338646,47.6209120400772],[-122.342644726488,47.6209120991512],[-122.342644262102,47.6209121792744],[-122.342643815437,47.6209122965528],[-122.342643555956,47.6209123919172],[-122.342643317958,47.6209125100258],[-122.342643105802,47.6209126487151],[-122.342643044162,47.6209127023405],[-122.342642994829,47.6209127614692],[-122.342642958866,47.6209128248278],[-122.342642937048,47.6209128910519],[-122.342642929844,47.6209129587152],[-122.342642937292,47.6209130266116],[-122.342642959449,47.6209130930352],[-122.342642995834,47.6209131565465],[-122.342643045659,47.6209132157688],[-122.342643107843,47.6209132694188],[-122.342643320783,47.6209134072533],[-122.342643559357,47.6209135244708],[-122.342643819206,47.6209136189293],[-122.342644267014,47.6209137349644],[-122.342644732322,47.6209138137302],[-122.342645344844,47.6209138713429],[-122.342645962675,47.6209138900735],[-122.342646580366,47.6209138694153],[-122.342647192479,47.620913809892],[-122.342647657542,47.6209137298119],[-122.342648104861,47.6209136124726],[-122.34264836387,47.6209135170458],[-122.342648601419,47.6209133989448],[-122.342648813165,47.620913260328],[-122.342648875083,47.6209132067583],[-122.342648924695,47.6209131476543],[-122.342648960931,47.6209130842904],[-122.342648983009,47.6209130180328],[-122.342648990454,47.6209129503103]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-7","label":"Pavement symbol","path":[[-122.34264096466,47.6209129622865],[-122.342640976955,47.6209130655985],[-122.342641012574,47.6209131664231],[-122.342641070679,47.6209132623824],[-122.342641149898,47.6209133512128],[-122.342641248364,47.6209134308192],[-122.342641605627,47.6209136474632],[-122.342642002195,47.6209138304211],[-122.342642431126,47.6209139764905],[-122.342643168582,47.6209141547031],[-122.342643931383,47.6209142750565],[-122.34264494384,47.6209143640073],[-122.342645963959,47.6209143929384],[-122.34264698408,47.6209143613426],[-122.342647996192,47.6209142697293],[-122.342648758449,47.6209141470103],[-122.342649494957,47.6209139664761],[-122.342649922832,47.62091381914],[-122.342650318118,47.620913635032],[-122.342650673899,47.6209134173727],[-122.342650771859,47.6209133374078],[-122.342650850485,47.6209132482707],[-122.342650907921,47.6209131520664],[-122.342650942812,47.6209130510664],[-122.342650954333,47.6209129476558],[-122.34265094221,47.6209128441522],[-122.34265090667,47.6209127431278],[-122.342650848554,47.6209126469751],[-122.342650769239,47.6209125579712],[-122.342650670603,47.6209124782237],[-122.342650313341,47.6209122615789],[-122.342649916773,47.620912078621],[-122.342649487841,47.6209119325526],[-122.342648750385,47.6209117543401],[-122.342647987584,47.6209116339866],[-122.342646975127,47.6209115450361],[-122.342645955009,47.6209115161048],[-122.342644934887,47.6209115477009],[-122.342643922775,47.6209116393138],[-122.342643161195,47.6209117620734],[-122.342642425341,47.6209119425493],[-122.342641997461,47.6209120898812],[-122.342641602175,47.6209122739894],[-122.342641246398,47.6209124916526],[-122.342641147993,47.6209125716991],[-122.342641068998,47.620912660984],[-122.342641011287,47.6209127573881],[-122.34264097623,47.6209128586232],[-122.34264096466,47.6209129622865]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-0","label":"Pavement symbol","path":[[-122.34252080702,47.6210167234944],[-122.342520819449,47.6210153631196],[-122.342514249803,47.6210098420687],[-122.342507614107,47.621015299832],[-122.342507602251,47.6210166799906],[-122.342514229863,47.6210112187362],[-122.34252080702,47.6210167234944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-1","label":"Pavement symbol","path":[[-122.342520818264,47.6210139921299],[-122.342520831111,47.6210126461433],[-122.342514255023,47.6210071323747],[-122.34250765284,47.6210125986897],[-122.342507641428,47.6210139482557],[-122.342514268074,47.6210084996086],[-122.342520818264,47.6210139921299]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"6,7,8,9,10,11","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-2","label":"Pavement symbol","path":[[-122.342511968848,47.6210239584058],[-122.342511528765,47.6210230070567],[-122.342511649484,47.6210223523391],[-122.342514166106,47.6210284687003],[-122.342514145452,47.6210287626152],[-122.342514191939,47.6210290551865],[-122.342514304468,47.6210293394871],[-122.342514325327,47.6210293716453],[-122.342514353051,47.6210294013537],[-122.342514387025,47.6210294279511],[-122.342514426492,47.6210294508455],[-122.342514470573,47.6210294695271],[-122.342514629543,47.621030867212],[-122.342514491162,47.6210308672478],[-122.342514486966,47.6210312730274],[-122.34251505486,47.6210312178176],[-122.342515043903,47.6210308401267],[-122.342514864237,47.6210308389107],[-122.34251473586,47.6210294408202],[-122.342514835041,47.6210292937567],[-122.342514905485,47.6210291393476],[-122.342514946036,47.6210289801318],[-122.342515735869,47.6210286862811],[-122.342516028528,47.6210301599507],[-122.342516637064,47.6210315890667],[-122.342516830258,47.6210318882465],[-122.342517073686,47.6210321702819],[-122.342517364054,47.6210324313569],[-122.342517486193,47.6210325176497],[-122.342517623001,47.6210325932857],[-122.342517772444,47.6210326571412],[-122.34251790926,47.6210326986201],[-122.342518054034,47.6210327251226],[-122.342518203184,47.6210327359927],[-122.342518341712,47.6210327311442],[-122.342518477169,47.6210327110008],[-122.342518605864,47.6210326761114],[-122.342518724289,47.6210326274267],[-122.342518983608,47.6210324809663],[-122.342519211463,47.6210323124003],[-122.342519702794,47.6210317560231],[-122.342520043983,47.6210311507598],[-122.342520614053,47.6210294276444],[-122.342520836369,47.6210273214086],[-122.342520651365,47.6210252097788],[-122.342520111597,47.6210234824886],[-122.342519770154,47.6210228777461],[-122.342519299297,47.6210223138717],[-122.342519161138,47.6210221930657],[-122.342518999576,47.6210220862607],[-122.3425188177,47.6210219954987],[-122.3425186554,47.6210219380727],[-122.342518480965,47.621021900111],[-122.342518299487,47.6210218827224],[-122.342518176746,47.6210218849787],[-122.342518056314,47.6210219011073],[-122.342517941617,47.6210219306492],[-122.342517587946,47.6210220774774],[-122.342517402633,47.621022190136],[-122.342517246403,47.6210223213027],[-122.34251692622,47.6210226593037],[-122.342516088405,47.6210204276862],[-122.342516233352,47.6210196449028],[-122.342516391618,47.6210195863851],[-122.342516534435,47.6210195119699],[-122.342516658318,47.6210194234727],[-122.342516760245,47.6210193230525],[-122.342516897999,47.6210191179141],[-122.34251700456,47.6210188924981],[-122.342517078235,47.6210186801129],[-122.342517090752,47.6210185153183],[-122.342517073017,47.62101845438],[-122.342517039764,47.6210184089408],[-122.342516989716,47.621018380817],[-122.342516921569,47.6210183709253],[-122.342514942978,47.6210185545941],[-122.342514894078,47.6210185660379],[-122.342514849664,47.6210185945147],[-122.342514812291,47.6210186363923],[-122.342514784569,47.6210186898369],[-122.34251476913,47.621018753914],[-122.342514768531,47.6210188249911],[-122.342514817015,47.6210189826795],[-122.34251498684,47.6210191896627],[-122.342515206263,47.6210193742458],[-122.342515360056,47.6210194845364],[-122.342515533665,47.621019580539],[-122.34251572419,47.6210196606507],[-122.342515665304,47.6210200158778],[-122.342512045648,47.6210200009034],[-122.342512323385,47.6210180621598],[-122.342512122354,47.6210172785665],[-122.342512306189,47.6210168731036],[-122.342513189782,47.6210168757805],[-122.342513182762,47.6210162668378],[-122.342512174062,47.621016263121],[-122.342511694197,47.6210173346223],[-122.342511920892,47.6210181772494],[-122.342511143244,47.6210224688045],[-122.342510981301,47.6210222992733],[-122.342510789105,47.6210221447636],[-122.342510569687,47.6210220077134],[-122.342510423547,47.6210219400138],[-122.34251026288,47.6210218894348],[-122.342509951666,47.6210218485812],[-122.342509813163,47.6210218535161],[-122.342509677732,47.6210218736852],[-122.342509549038,47.6210219085432],[-122.34250943056,47.6210219571472],[-122.3425091508,47.6210221174428],[-122.342508907882,47.6210223030324],[-122.34250870679,47.621022510109],[-122.342508469385,47.6210228119276],[-122.342508298542,47.6210230665823],[-122.342508162427,47.6210233305748],[-122.342507762032,47.6210243129661],[-122.342507502851,47.6210253166634],[-122.342507326414,47.6210279953422],[-122.342507511927,47.6210294024937],[-122.342507906458,47.6210307899352],[-122.342508335926,47.6210316505646],[-122.34250870911,47.6210321305057],[-122.342508977006,47.6210323752456],[-122.34250917373,47.6210325057791],[-122.342509411216,47.6210326195793],[-122.342509648571,47.621032683003],[-122.342509862011,47.6210327017633],[-122.342510009468,47.6210326935107],[-122.342510246144,47.6210326417933],[-122.342510484124,47.621032543279],[-122.342510703744,47.6210324081241],[-122.342510881189,47.621032272266],[-122.342511029404,47.6210321213282],[-122.342511335112,47.6210317430367],[-122.342511739921,47.6210310197801],[-122.342511993102,47.6210303902944],[-122.342512209665,47.6210296452446],[-122.342512383403,47.6210287082461],[-122.342512475406,47.6210277516405],[-122.342512480093,47.6210268123857],[-122.342512405887,47.6210258597833],[-122.342512231977,47.6210248644221],[-122.342511968848,47.6210239584058]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107","sourcePathCount":96,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-3","label":"Pavement symbol","path":[[-122.342516564336,47.621023119305],[-122.34251582833,47.6210254299878],[-122.342515675304,47.6210277910729],[-122.342514852661,47.6210279630117],[-122.342515924344,47.6210214689111],[-122.342516564336,47.621023119305]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"108,109,110,111","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-4","label":"Pavement symbol","path":[[-122.342511898772,47.6210209465417],[-122.342515510448,47.6210209616219],[-122.342514496634,47.6210270654241],[-122.342514460821,47.621026427176],[-122.34251457127,47.6210264275107],[-122.342514560835,47.621026021925],[-122.342514077753,47.6210260193348],[-122.34251408738,47.6210263970432],[-122.34251421246,47.6210263971838],[-122.342514234008,47.6210270940957],[-122.342511838739,47.6210213080813],[-122.342511898772,47.6210209465417]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"112,113,114,115,116,117,118,119,120,121,122","sourcePathCount":11,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-5","label":"Pavement symbol","path":[[-122.342516851172,47.6210239251503],[-122.342516277894,47.6210257281489],[-122.342516163887,47.6210275704869],[-122.342517938815,47.6210269712002],[-122.342516851172,47.6210239251503]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"123,124,125","sourcePathCount":3,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-6","label":"Pavement symbol","path":[[-122.342518139612,47.6210277467],[-122.342516229564,47.6210285043106],[-122.342516322497,47.6210291490217],[-122.342516502242,47.6210297853376],[-122.34251695474,47.6210307976955],[-122.342517109274,47.6210310350073],[-122.34251730563,47.6210312578301],[-122.342517540869,47.6210314628313],[-122.342517869376,47.621031641096],[-122.342517948581,47.6210316706027],[-122.342518033745,47.6210316912345],[-122.342518122695,47.621031702465],[-122.342518213164,47.6210317040079],[-122.342518360314,47.6210316901802],[-122.342518502196,47.6210316604656],[-122.342518635061,47.6210316156492],[-122.342518784709,47.621031543938],[-122.342518917141,47.6210314582131],[-122.342519029494,47.6210313603273],[-122.342519413229,47.621030905736],[-122.342519702119,47.6210304203118],[-122.342519982276,47.6210297301131],[-122.342520164612,47.6210290251813],[-122.342520330529,47.6210273181252],[-122.342520194602,47.6210256098648],[-122.342519988779,47.6210247971273],[-122.342519621895,47.6210240105935],[-122.342519100679,47.6210232646942],[-122.342519002274,47.6210231749846],[-122.342518885511,47.6210230959071],[-122.342518752888,47.6210230291526],[-122.342518607238,47.6210229761485],[-122.342518451678,47.6210229380281],[-122.342518289533,47.6210229156065],[-122.342518086359,47.6210229421536],[-122.342517891375,47.6210229889099],[-122.342517708978,47.6210230548208],[-122.342517543282,47.6210231383998],[-122.342517398025,47.6210232377617],[-122.342517276482,47.6210233506656],[-122.342517181394,47.6210234745649],[-122.342518288651,47.6210266463001],[-122.342518319049,47.6210266523105],[-122.342518346711,47.6210266627179],[-122.342518370256,47.6210266770033],[-122.342518388512,47.6210266944544],[-122.342518469335,47.6210268202277],[-122.342518506391,47.6210269108076],[-122.342518525226,47.6210270039065],[-122.342518543693,47.6210272276645],[-122.342518542376,47.6210273407277],[-122.342518520953,47.6210274528685],[-122.34251845977,47.6210276372002],[-122.342518438214,47.6210276809576],[-122.342518408182,47.6210277223831],[-122.342518370212,47.6210277607347],[-122.342518317974,47.621027794713],[-122.342518262424,47.6210278062449],[-122.342518199414,47.6210277899879],[-122.342518168274,47.621027771509],[-122.342518139612,47.6210277467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152","sourcePathCount":27,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-7","label":"Pavement symbol","path":[[-122.342510187473,47.6210271792409],[-122.342510940743,47.6210256484368],[-122.342511349055,47.6210240592843],[-122.342511349081,47.6210240601836],[-122.342511598907,47.6210246452156],[-122.342511831261,47.6210254994626],[-122.34251197578,47.6210266283558],[-122.342511987342,47.6210276690511],[-122.342511866913,47.6210287007013],[-122.342511548563,47.6210299274925],[-122.342511113997,47.6210308175715],[-122.342510903275,47.6210311051058],[-122.342510635041,47.6210313699858],[-122.342510479636,47.6210314820481],[-122.342510298248,47.6210315746889],[-122.34251009615,47.6210316452155],[-122.342509974603,47.6210316633007],[-122.3425098503,47.6210316676725],[-122.342509726621,47.621031658212],[-122.342509589373,47.6210316285218],[-122.342509460432,47.6210315850923],[-122.342509342805,47.6210315289363],[-122.342509239234,47.6210314613632],[-122.34250903624,47.6210313059229],[-122.342508870407,47.6210311315991],[-122.342508603199,47.6210307587783],[-122.342508397204,47.6210303687076],[-122.3425079929,47.6210291371053],[-122.342507809101,47.6210276174027],[-122.342507846856,47.6210264878918],[-122.342508061512,47.6210252642748],[-122.342508251346,47.6210246295131],[-122.342508528075,47.6210240094296],[-122.342508733961,47.6210236696121],[-122.342508997225,47.6210233482925],[-122.342509123483,47.6210232181531],[-122.342509274957,47.6210231008724],[-122.342509448799,47.6210229986535],[-122.34250956372,47.6210229484308],[-122.342509689444,47.6210229118064],[-122.34250982246,47.6210228898029],[-122.342509959055,47.6210228830345],[-122.342510076445,47.6210228937119],[-122.342510190112,47.6210229161812],[-122.342510297464,47.6210229499301],[-122.342510396054,47.621022994189],[-122.342510631106,47.6210231351899],[-122.342510828787,47.6210233002009],[-122.342510983773,47.6210234847794],[-122.34251063963,47.6210250775205],[-122.342509920877,47.6210266124235],[-122.342509894772,47.6210266178735],[-122.342509870338,47.6210266261244],[-122.342509848231,47.6210266369546],[-122.342509829046,47.6210266500732],[-122.342509813297,47.6210266651278],[-122.342509742572,47.6210267625419],[-122.342509693748,47.6210268658815],[-122.342509667877,47.6210269729235],[-122.342509645102,47.6210271950807],[-122.342509664803,47.6210274173715],[-122.34250968928,47.6210275250875],[-122.342509737892,47.6210276290168],[-122.342509809498,47.6210277267177],[-122.342509861059,47.6210277611188],[-122.342509917287,47.6210277729677],[-122.342509942708,47.6210277696282],[-122.342509966745,47.6210277631284],[-122.342509988542,47.6210277536999],[-122.342510007322,47.6210277416786],[-122.342510022416,47.6210277274928],[-122.342510093315,47.6210276277529],[-122.342510141194,47.6210275219686],[-122.342510164967,47.6210274125383],[-122.342510187473,47.6210271792409]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186","sourcePathCount":34,"bridgeCount":1,"maximumBridgeDistanceMeters":0.00009942757506160335},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15647-0","label":"Pavement symbol","path":[[-122.342387706198,47.6211274581372],[-122.342387666445,47.621126087659],[-122.342387460044,47.6211246293641],[-122.342386926605,47.6211232092587],[-122.342386078568,47.6211218604632],[-122.342384935711,47.621120614435],[-122.34238352469,47.6211195002346],[-122.342381878411,47.6211185438481],[-122.342380035272,47.6211177675806],[-122.342378038258,47.6211171895369],[-122.342379031528,47.6211138631041],[-122.342370678232,47.6211171728746],[-122.342377587464,47.621122336784],[-122.342377504983,47.6211194933115],[-122.342379148104,47.6211199217215],[-122.342380670976,47.6211205187941],[-122.342382035784,47.6211212697026],[-122.342383208637,47.6211221558005],[-122.342384160409,47.6211231550839],[-122.342384867467,47.6211242427385],[-122.342385312253,47.6211253917554],[-122.342385483722,47.6211265736022],[-122.342385510224,47.6211274872544],[-122.342387706198,47.6211274581372]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15647}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1604,"F_area":null,"OBJECTID":15647,"SHAPE__Length":7.383453926158872,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-0","label":"Pavement symbol","path":[[-122.342515090135,47.6211521473998],[-122.342513414758,47.6211537016516],[-122.342512063121,47.6211560954444],[-122.342512697449,47.6211569083767],[-122.342514035134,47.6211545840389],[-122.342514825641,47.621156790195],[-122.342512799247,47.6211578030382],[-122.342513281233,47.6211608409264],[-122.342514389817,47.6211601596153],[-122.342514119092,47.6211585331122],[-122.342515531327,47.6211578612686],[-122.342513629998,47.6211634145834],[-122.342514724431,47.6211640342957],[-122.342517083585,47.6211570166424],[-122.342515090135,47.6211521473998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-1","label":"Pavement symbol","path":[[-122.34251807213,47.6211604994176],[-122.342518411433,47.6211604994163]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-2","label":"Pavement symbol","path":[[-122.342517987814,47.6211254400422],[-122.34251390401,47.6211167643816],[-122.342509876836,47.6211254522386],[-122.342512747445,47.6211245982271],[-122.342512773882,47.621133215239],[-122.342515139586,47.6211332117566],[-122.342515111819,47.6211245947624],[-122.342517987814,47.6211254400422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-3","label":"Pavement symbol","path":[[-122.342513126315,47.6211509139872],[-122.342513119509,47.6211510463201],[-122.342513136699,47.6211512450645],[-122.342513186851,47.6211514412554],[-122.342513256212,47.6211515943626],[-122.342513356505,47.6211517394754],[-122.342513437111,47.6211518233266],[-122.3425135344,47.6211518987108],[-122.34251364644,47.6211519641317],[-122.342513709265,47.6211519907623],[-122.342513777602,47.6211520102742],[-122.34251384969,47.6211520221645],[-122.342513923673,47.621152026127],[-122.342513997854,47.6211520219594],[-122.34251407008,47.6211520098179],[-122.342514138477,47.6211519900173],[-122.342514201269,47.6211519630716],[-122.342514312982,47.6211518974552],[-122.34251440991,47.6211518219109],[-122.342514490131,47.6211517379372],[-122.34251458981,47.6211515923562],[-122.342514658424,47.6211514388343],[-122.342514707022,47.6211512430599],[-122.342514722839,47.6211510448506],[-122.342514714988,47.6211509118125],[-122.342515313736,47.6211509110697],[-122.342515237005,47.6211505594402],[-122.342515142993,47.62115035223],[-122.342515007079,47.6211501558654],[-122.342514880655,47.621150024474],[-122.342514728102,47.6211499063546],[-122.342514552447,47.6211498038494],[-122.342514408299,47.6211497427768],[-122.342514251477,47.6211496980894],[-122.342514086047,47.621149670946],[-122.342513916299,47.6211496620501],[-122.342513746822,47.6211496714357],[-122.342513581768,47.6211496990072],[-122.342513425403,47.6211497440521],[-122.34251328177,47.6211498054057],[-122.342513106638,47.6211499083813],[-122.3425129547,47.6211500269159],[-122.342512828969,47.6211501586595],[-122.342512694772,47.6211503554363],[-122.342512602518,47.6211505628882],[-122.342512527593,47.6211509156292],[-122.342513126315,47.6211509139872]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-4","label":"Pavement symbol","path":[[-122.34251824199,47.621160483671],[-122.342518146618,47.6211604886184],[-122.34251805343,47.6211605031676],[-122.342517964544,47.6211605269883],[-122.342517881975,47.6211605595399],[-122.3425178076,47.6211606000833],[-122.342517611923,47.6211607419178],[-122.342517446066,47.6211609000792],[-122.342517312993,47.6211610717403],[-122.34251714965,47.6211613681345],[-122.342517039105,47.6211616754119],[-122.342516958358,47.6211620806631],[-122.342516932313,47.6211624891757],[-122.342516961291,47.6211628981254],[-122.34251704509,47.6211633036263],[-122.342517157222,47.6211636104584],[-122.34251732204,47.6211639062908],[-122.342517456321,47.62116407757],[-122.342517623309,47.62116423524],[-122.342517820019,47.6211643764806],[-122.34251789457,47.6211644166866],[-122.342517977228,47.6211644488977],[-122.34251806612,47.6211644723844],[-122.342518159235,47.6211644866151],[-122.342518254463,47.6211644912674],[-122.342518349475,47.6211644863779],[-122.34251844233,47.6211644719561],[-122.342518530936,47.6211644483268],[-122.342518613294,47.6211644160227],[-122.342518687549,47.6211643757721],[-122.342518883322,47.621164233661],[-122.342519049173,47.6211640751953],[-122.34251918213,47.6211639032158],[-122.342519345417,47.6211636072653],[-122.342519456045,47.6211633004434],[-122.342519537508,47.6211628947557],[-122.342519564141,47.6211624857627],[-122.34251953516,47.6211620768132],[-122.342519451363,47.6211616713121],[-122.342519338515,47.6211613649177],[-122.342519173109,47.6211610695645],[-122.342519038931,47.621160897963],[-122.342518871931,47.6211607399884],[-122.342518675104,47.6211605984755],[-122.342518600771,47.6211605583707],[-122.342518518373,47.6211605262128],[-122.342518429765,47.6211605027257],[-122.342518336941,47.6211604884379],[-122.34251824199,47.621160483671]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-5","label":"Pavement symbol","path":[[-122.342518260005,47.6211661041943],[-122.342518415686,47.6211660956406],[-122.342518567484,47.6211660708336],[-122.34251871169,47.6211660303799],[-122.342518844777,47.6211659752687],[-122.34251896349,47.6211659068473],[-122.342519291702,47.6211656548874],[-122.342519568219,47.621165376165],[-122.342519788295,47.6211650754659],[-122.342520056949,47.6211645578563],[-122.342520238117,47.6211640232548],[-122.342520414929,47.6211625959282],[-122.342520228496,47.6211611689204],[-122.342520043994,47.621160635263],[-122.342519772241,47.6211601188287],[-122.342519550191,47.6211598186707],[-122.342519271796,47.6211595406702],[-122.342518941842,47.6211592896046],[-122.342518822822,47.6211592214693],[-122.342518689505,47.6211591666671],[-122.342518545146,47.621159126537],[-122.342518393274,47.6211591020593],[-122.342518237597,47.6211590938321],[-122.342518081645,47.621159102301],[-122.342517929563,47.6211591270685],[-122.342517785078,47.6211591675277],[-122.342517651729,47.6211592226876],[-122.342517532783,47.6211592911968],[-122.342517204488,47.6211595434397],[-122.342516927977,47.6211598224656],[-122.342516708004,47.6211601234775],[-122.34251643941,47.621160640644],[-122.342516258156,47.6211611747892],[-122.342516081344,47.6211626021158],[-122.342516267777,47.6211640291236],[-122.342516452222,47.6211645632375],[-122.342516724058,47.6211650801147],[-122.342516946117,47.6211653802686],[-122.342517224511,47.6211656582686],[-122.342517554457,47.6211659093388],[-122.342517673792,47.6211659773778],[-122.342517807411,47.6211660320383],[-122.342517952044,47.6211660719823],[-122.34251810415,47.6211660962322],[-122.342518260005,47.6211661041943]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-6","label":"Pavement symbol","path":[[-122.342510424591,47.6211604334998],[-122.342510324356,47.6211604386757],[-122.342510226338,47.6211604537257],[-122.342510132666,47.6211604783231],[-122.342510045376,47.6211605119334],[-122.342509966363,47.6211605538266],[-122.342509762355,47.6211606979217],[-122.342509588983,47.621160859217],[-122.342509449406,47.621161034776],[-122.342509277682,47.6211613380443],[-122.342509161304,47.6211616530299],[-122.342509076082,47.6211620671747],[-122.342509048383,47.6211624848671],[-122.342509078271,47.6211629024506],[-122.342509165646,47.6211633163508],[-122.342509284127,47.6211636302539],[-122.342509457619,47.6211639323103],[-122.342509598543,47.6211641076154],[-122.342509773231,47.6211642685212],[-122.342509978495,47.6211644120922],[-122.342510057915,47.6211644538186],[-122.342510145586,47.6211644872048],[-122.342510239598,47.6211645115226],[-122.342510337898,47.6211645262415],[-122.342510438342,47.6211645310403],[-122.342510538581,47.6211645258748],[-122.342510636603,47.6211645108295],[-122.342510730276,47.6211644862316],[-122.342510817565,47.621164452616],[-122.342510896569,47.6211644107135],[-122.34251110058,47.6211642666196],[-122.342511273952,47.6211641053241],[-122.342511413527,47.6211639297641],[-122.342511585187,47.621163626938],[-122.342511701655,47.6211633124095],[-122.342511786876,47.6211628982645],[-122.342511814576,47.6211624805722],[-122.342511784027,47.6211620629763],[-122.342511695983,47.6211616491061],[-122.342511578224,47.6211613347648],[-122.342511405314,47.6211610322297],[-122.342511264384,47.6211608569272],[-122.342511089696,47.6211606960218],[-122.342510884437,47.6211605524479],[-122.342510805008,47.6211605107334],[-122.342510717334,47.6211604773541],[-122.342510623326,47.621160453037],[-122.342510525031,47.621160438312],[-122.342510424591,47.6211604334998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-7","label":"Pavement symbol","path":[[-122.342510442265,47.6211658588123],[-122.342510595424,47.6211658507245],[-122.34251074491,47.6211658268388],[-122.342510887157,47.6211657877248],[-122.342511018774,47.6211657343152],[-122.342511136621,47.6211656678837],[-122.342511457252,47.6211654261291],[-122.342511727856,47.6211651580189],[-122.342511943718,47.6211648682234],[-122.342512207347,47.621164369535],[-122.342512385325,47.621163853905],[-122.342512558356,47.6211624797055],[-122.342512376123,47.621161105719],[-122.342512194659,47.6211605904561],[-122.342511927588,47.6211600924088],[-122.342511709876,47.6211598033178],[-122.342511437572,47.6211595360724],[-122.342511115419,47.6211592953289],[-122.342510997367,47.6211592291458],[-122.342510865607,47.621159176],[-122.34251072328,47.6211591371583],[-122.34251057378,47.6211591135466],[-122.342510420668,47.6211591057278],[-122.342510267422,47.6211591139663],[-122.342510117888,47.6211591380228],[-122.342509975641,47.6211591773226],[-122.342509844076,47.621159230927],[-122.342509726338,47.6211592975557],[-122.342509405698,47.6211595393058],[-122.342509135094,47.6211598074165],[-122.342508919241,47.6211600972159],[-122.342508655609,47.6211605959038],[-122.342508477634,47.6211611115343],[-122.342508304603,47.6211624857338],[-122.342508486836,47.6211638597203],[-122.342508668359,47.6211643745262],[-122.342508935345,47.6211648721313],[-122.342509153051,47.6211651612246],[-122.342509425355,47.6211654284703],[-122.342509747513,47.6211656692112],[-122.342509865554,47.6211657354072],[-122.342509997312,47.6211657885605],[-122.342510139641,47.621165827403],[-122.342510289148,47.621165851008],[-122.342510442265,47.6211658588123]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-0","label":"Pavement symbol","path":[[-122.342242324729,47.6207606752466],[-122.342242312267,47.6207620347222],[-122.342248881853,47.6207675557888],[-122.342255517545,47.6207620980406],[-122.342255529407,47.6207607178819],[-122.342248901826,47.6207661800206],[-122.342242324729,47.6207606752466]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-1","label":"Pavement symbol","path":[[-122.342242312141,47.6207634066287],[-122.342242300617,47.6207647525978],[-122.342248876619,47.6207702654828],[-122.342255477494,47.6207648000997],[-122.342255490217,47.6207634496168],[-122.342248863601,47.6207688991481],[-122.342242312141,47.6207634066287]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"6,7,8,9,10,11","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-2","label":"Pavement symbol","path":[[-122.342251161538,47.6207534394745],[-122.342251602971,47.6207543917063],[-122.342251482248,47.6207550464236],[-122.34224896434,47.6207489300742],[-122.342248985016,47.6207486361586],[-122.34224893853,47.6207483435859],[-122.342248825984,47.620748059287],[-122.342248805363,47.6207480271894],[-122.342248777899,47.620747997512],[-122.3422487442,47.620747970913],[-122.342248705014,47.6207479479825],[-122.34224866121,47.620747929229],[-122.342248502222,47.6207465306445],[-122.342248640629,47.6207465315083],[-122.342248643496,47.6207461257463],[-122.342248076936,47.6207461809372],[-122.34224808789,47.620746558628],[-122.342248266199,47.6207465589628],[-122.342248395925,47.6207479579353],[-122.342248296384,47.6207481046748],[-122.342248225486,47.6207482587862],[-122.342248184392,47.6207484177416],[-122.342247395891,47.6207487115728],[-122.342247103153,47.6207472383602],[-122.342246494742,47.6207458096843],[-122.342246301548,47.6207455105049],[-122.342246058123,47.6207452284691],[-122.34224576776,47.6207449673923],[-122.342245645211,47.6207448810441],[-122.342245507956,47.620744805412],[-122.342245358044,47.6207447416247],[-122.342245221297,47.6207446998318],[-122.342245076513,47.6207446730263],[-122.342244927281,47.6207446618729],[-122.342244789103,47.6207446668429],[-122.342244654006,47.6207446870212],[-122.342244525649,47.6207447218615],[-122.342244407508,47.6207447704201],[-122.342244147505,47.6207449168452],[-122.342243919005,47.6207450854629],[-122.34224342837,47.6207456418788],[-122.342243087814,47.6207462470838],[-122.342242517737,47.6207479701978],[-122.342242295411,47.6207500764331],[-122.342242480403,47.6207521880633],[-122.342243020184,47.6207539162541],[-122.342243361053,47.6207545205037],[-122.342243831118,47.6207550839914],[-122.342243969198,47.6207552051126],[-122.34224413077,47.6207553122212],[-122.342244312738,47.6207554032648],[-122.342244475459,47.6207554607702],[-122.342244650347,47.6207554987276],[-122.342244832277,47.6207555160247],[-122.342244954633,47.6207555133873],[-122.342245074602,47.6207554969632],[-122.34224518879,47.6207554672171],[-122.34224554379,47.6207553203721],[-122.342245729104,47.6207552077148],[-122.342245885332,47.6207550765477],[-122.342246205515,47.6207547385475],[-122.34224704201,47.6207569710838],[-122.342246897034,47.6207577529676],[-122.342246739146,47.620757811577],[-122.342246596691,47.620757886015],[-122.342246473132,47.6207579744723],[-122.342246371472,47.620758074799],[-122.342246232414,47.6207582808541],[-122.342246125826,47.6207585053705],[-122.342246052151,47.6207587177556],[-122.342246040963,47.6207588825325],[-122.342246057393,47.6207589443877],[-122.342246091975,47.6207589898093],[-122.342246142023,47.6207590179333],[-122.342246208814,47.6207590269435],[-122.342248188752,47.620758844161],[-122.342248237626,47.6207588318181],[-122.342248282066,47.6207588042406],[-122.342248319438,47.620758762363],[-122.342248345805,47.6207587080369],[-122.34224836127,47.6207586448592],[-122.3422483632,47.6207585737644],[-122.342248313361,47.6207584151943],[-122.342248144096,47.6207582087193],[-122.342247925472,47.6207580245086],[-122.34224777134,47.6207579138451],[-122.342247597273,47.6207578175436],[-122.342247406193,47.620757737221],[-122.342247465107,47.6207573828932],[-122.342251086049,47.6207573969591],[-122.342250808303,47.6207593357021],[-122.342251008026,47.6207601202127],[-122.342250825519,47.6207605256576],[-122.342249940574,47.6207605220971],[-122.342249948922,47.6207611310222],[-122.342250957642,47.6207611356406],[-122.342251437511,47.6207600641404],[-122.342251209491,47.6207592215303],[-122.342251988486,47.6207549299594],[-122.342252150426,47.6207550994914],[-122.342252342621,47.6207552540016],[-122.342252562038,47.6207553910518],[-122.34225270823,47.6207554582882],[-122.342252868817,47.6207555084317],[-122.342253180029,47.6207555492861],[-122.342253318194,47.6207555442704],[-122.342253453277,47.6207555240784],[-122.342253581634,47.6207554892548],[-122.342253699803,47.6207554407389],[-122.342253980045,47.6207552805068],[-122.342254223413,47.6207550949092],[-122.342254424902,47.6207548877611],[-122.342254662333,47.6207545868423],[-122.342254832543,47.6207543317305],[-122.342254967937,47.6207540673142],[-122.342255368958,47.6207530853831],[-122.342255628875,47.6207520821086],[-122.342255803993,47.6207494034478],[-122.342255618493,47.6207479962955],[-122.342255223967,47.6207466088535],[-122.342254795809,47.6207457473063],[-122.34225442263,47.6207452673643],[-122.342254153405,47.6207450226415],[-122.34225395671,47.6207448930067],[-122.342253719226,47.620744779206],[-122.342253481846,47.6207447148825],[-122.342253269737,47.6207446961041],[-122.342253120977,47.6207447052733],[-122.342252885606,47.6207447560732],[-122.342252647627,47.620744854587],[-122.342252426678,47.620744989759],[-122.342252249177,47.6207451260551],[-122.342252101044,47.6207452774535],[-122.342251796666,47.6207456557267],[-122.342251390499,47.6207463781007],[-122.342251138647,47.6207470075682],[-122.342250920751,47.6207477526351],[-122.342250747035,47.6207486905325],[-122.342250656358,47.6207496471203],[-122.34225065031,47.6207505854934],[-122.342250724511,47.620751538096],[-122.342250898415,47.6207525334576],[-122.342251161538,47.6207534394745]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107","sourcePathCount":96,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-3","label":"Pavement symbol","path":[[-122.342246566095,47.6207542794639],[-122.342247302218,47.6207519683381],[-122.342247455121,47.6207496067988],[-122.342248279117,47.6207494357436],[-122.342247207406,47.6207559298417],[-122.342246566095,47.6207542794639]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"108,109,110,111","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-4","label":"Pavement symbol","path":[[-122.342251232928,47.6207564513211],[-122.342247621297,47.6207564371318],[-122.342248633781,47.6207503324504],[-122.342248669591,47.6207509706985],[-122.342248560472,47.620750970346],[-122.342248569601,47.6207513768486],[-122.342249053984,47.6207513785231],[-122.342249043056,47.6207510017314],[-122.34224891928,47.6207510006736],[-122.342248897762,47.620750304661],[-122.342251292989,47.6207560906809],[-122.342251232928,47.6207564513211]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"112,113,114,115,116,117,118,119,120,121,122","sourcePathCount":11,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-5","label":"Pavement symbol","path":[[-122.34224628057,47.620753472701],[-122.342246853182,47.6207516696741],[-122.34224696654,47.6207498273836],[-122.342245191618,47.6207504266661],[-122.34224628057,47.620753472701]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"123,124,125","sourcePathCount":3,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-6","label":"Pavement symbol","path":[[-122.342244992182,47.6207496520474],[-122.342246900868,47.6207488935598],[-122.342246808601,47.6207482488605],[-122.342246629528,47.6207476125145],[-122.342246177064,47.6207466010547],[-122.342246022529,47.6207463637435],[-122.342245826176,47.6207461409204],[-122.342245590941,47.6207459359175],[-122.342245262438,47.6207457576521],[-122.342245183238,47.6207457281358],[-122.342245098075,47.6207457075002],[-122.342245009122,47.6207456962725],[-122.342244918651,47.6207456947393],[-122.34224477157,47.6207457082786],[-122.342244629682,47.6207457376901],[-122.34224449673,47.6207457821977],[-122.342244347085,47.6207458539105],[-122.342244214654,47.6207459396349],[-122.342244102298,47.6207460375187],[-122.342243717811,47.6207464925203],[-122.342243428368,47.6207469784495],[-122.342243148881,47.620747668661],[-122.3422429672,47.6207483735612],[-122.34224280127,47.620750080617],[-122.342242937192,47.6207517888777],[-122.342243143002,47.620752601617],[-122.342243509881,47.620753388152],[-122.342244031097,47.620754134051],[-122.342244129348,47.6207542236644],[-122.342244245912,47.6207543026788],[-122.342244378305,47.6207543694095],[-122.342244523703,47.6207544224339],[-122.342244679008,47.6207544606216],[-122.342244840906,47.6207544831583],[-122.342245044387,47.620754456617],[-122.342245239664,47.6207544098115],[-122.342245422321,47.6207543438],[-122.34224558823,47.6207542600751],[-122.342245733639,47.6207541605295],[-122.342245855261,47.6207540474139],[-122.342245950346,47.6207539232857],[-122.342244841808,47.6207507524646],[-122.342244811622,47.6207507461437],[-122.342244784262,47.6207507354731],[-122.342244761089,47.620750720983],[-122.342244743252,47.6207507033932],[-122.3422446611,47.6207505776374],[-122.342244624716,47.6207504870175],[-122.34224460654,47.6207503939407],[-122.342244586771,47.6207501710996],[-122.342244588749,47.6207500580005],[-122.342244610842,47.620749945878],[-122.342244672025,47.6207497615464],[-122.342244693458,47.6207497174749],[-122.342244723484,47.6207496757447],[-122.342244761557,47.6207496371129],[-122.342244812465,47.6207496031524],[-122.342244869345,47.620749591603],[-122.342244932355,47.6207496078601],[-122.34224496352,47.6207496272384],[-122.342244992182,47.6207496520474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152","sourcePathCount":27,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-7","label":"Pavement symbol","path":[[-122.342252944276,47.620750219525],[-122.342252190408,47.6207517498585],[-122.342251781328,47.6207533385974],[-122.342251532811,47.6207527526479],[-122.342251299132,47.620751898418],[-122.342251155975,47.6207507704061],[-122.342251144393,47.6207497288115],[-122.342251263523,47.6207486980785],[-122.342251581851,47.6207474703888],[-122.342252016419,47.6207465803108],[-122.342252227788,47.6207462927299],[-122.342252496705,47.6207460278799],[-122.342252652115,47.6207459158222],[-122.342252833502,47.6207458231822],[-122.342253035595,47.6207457526514],[-122.342253157223,47.6207457348667],[-122.342253281535,47.6207457307976],[-122.342253405148,47.620745740555],[-122.342253542049,47.620745770328],[-122.342253670642,47.6207458137866],[-122.342253787935,47.62074586992],[-122.3422538912,47.6207459374226],[-122.342254094202,47.6207460928589],[-122.342254260024,47.6207462671874],[-122.342254527234,47.6207466400075],[-122.342254733221,47.62074703008],[-122.342255137517,47.6207482616832],[-122.342255321307,47.6207497813862],[-122.342255283547,47.6207509108971],[-122.34225506886,47.6207521336143],[-122.342254879682,47.6207527683448],[-122.342254603624,47.6207533884409],[-122.342254397817,47.6207537287162],[-122.342254134499,47.6207540504762],[-122.342254007827,47.6207541806769],[-122.342253855906,47.6207542979648],[-122.342253681596,47.6207544001318],[-122.342253566669,47.6207544503463],[-122.342253440945,47.6207544869672],[-122.342253307933,47.6207545089729],[-122.342253171342,47.6207545157496],[-122.342253053864,47.6207545048636],[-122.342252940161,47.6207544821707],[-122.34225283283,47.6207544481892],[-122.342252734319,47.6207544036949],[-122.342252499403,47.6207542629589],[-122.342252301738,47.620754098254],[-122.342252146632,47.6207539140024],[-122.342252491431,47.6207523212152],[-122.342253210867,47.6207507863432],[-122.342253236954,47.6207507808681],[-122.342253261373,47.6207507726069],[-122.342253283474,47.6207507617794],[-122.342253302669,47.6207507486739],[-122.342253318447,47.620750733639],[-122.342253389159,47.6207506362215],[-122.342253437982,47.6207505328829],[-122.342253463868,47.6207504258437],[-122.342253485978,47.6207502036664],[-122.342253465614,47.6207499814133],[-122.342253441569,47.6207498737395],[-122.342253393404,47.620749769805],[-122.342253322252,47.6207496720491],[-122.342253269361,47.6207496376655],[-122.342253214463,47.6207496257989],[-122.342253188744,47.6207496290043],[-122.342253164396,47.6207496354441],[-122.342253142306,47.6207496448837],[-122.342253123278,47.6207496569795],[-122.342253108005,47.6207496712912],[-122.342253037688,47.6207497707903],[-122.342252990249,47.6207498762609],[-122.342252966757,47.6207499853285],[-122.342252944276,47.620750219525]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186","sourcePathCount":34,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-0","label":"Pavement symbol","path":[[-122.342751554993,47.6208392893398],[-122.342753842146,47.6208404311979],[-122.34275737519,47.6208413595175],[-122.342758581723,47.6208409359924],[-122.342755152765,47.6208400179873],[-122.342758420218,47.6208394969594],[-122.342759905152,47.6208408725601],[-122.342764401628,47.620840565532],[-122.342763400459,47.6208398123426],[-122.342760993094,47.6208399846099],[-122.342760007258,47.6208390261061],[-122.342768210062,47.6208403458951],[-122.342769133441,47.6208396103623],[-122.34275876847,47.6208379711003],[-122.342751554993,47.6208392893398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-1","label":"Pavement symbol","path":[[-122.342763925731,47.6208373251517],[-122.342763927058,47.6208370957335]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-2","label":"Pavement symbol","path":[[-122.342712070599,47.6208371654467],[-122.342699214441,47.6208398719478],[-122.342712038064,47.6208426481008],[-122.342710793425,47.620840703458],[-122.342723538828,47.6208407377365],[-122.342723548327,47.6208391390038],[-122.342710802899,47.620839103826],[-122.342712070599,47.6208371654467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-3","label":"Pavement symbol","path":[[-122.342749718482,47.620840609135],[-122.342749914238,47.6208406146352],[-122.342750208144,47.6208406043536],[-122.342750498456,47.6208405718021],[-122.342750725578,47.620840525819],[-122.342750940928,47.6208404588803],[-122.342751065436,47.6208404046651],[-122.342751177391,47.6208403391836],[-122.342751274567,47.6208402637381],[-122.342751314339,47.6208402212744],[-122.342751343551,47.6208401750779],[-122.342751361455,47.6208401263319],[-122.342751367592,47.6208400762851],[-122.342751361754,47.6208400262209],[-122.342751344135,47.6208399774265],[-122.342751315189,47.6208399311529],[-122.342751275658,47.6208398885863],[-122.342751179605,47.6208398129133],[-122.342751068755,47.6208397470689],[-122.3427509453,47.6208396923547],[-122.342750730768,47.6208396241071],[-122.342750504181,47.6208395767577],[-122.342750214052,47.6208395425019],[-122.342749920041,47.6208395305284],[-122.342749724571,47.62083953492],[-122.342749727487,47.6208391309565],[-122.342749205992,47.6208391801545],[-122.342748898864,47.620839242368],[-122.342748607666,47.620839332927],[-122.342748412395,47.6208394178107],[-122.342748236775,47.6208395203607],[-122.342748084297,47.6208396385388],[-122.34274799315,47.6208397355338],[-122.342747926106,47.6208398410816],[-122.342747884879,47.620839952483],[-122.342747870524,47.6208400668894],[-122.342747883453,47.6208401817506],[-122.342747923466,47.6208402937402],[-122.342747989532,47.620840399976],[-122.342748079952,47.6208404977238],[-122.342748230714,47.620840616503],[-122.342748404712,47.6208407198467],[-122.342748598505,47.6208408057099],[-122.342748888699,47.6208408977487],[-122.342749195139,47.620840961526],[-122.342749715592,47.6208410139977],[-122.342749718482,47.620840609135]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-4","label":"Pavement symbol","path":[[-122.34276390377,47.6208372102929],[-122.342763910571,47.6208372746029],[-122.342763931546,47.6208373375069],[-122.342763966225,47.6208373975935],[-122.34276401383,47.6208374535148],[-122.342764073293,47.6208375040162],[-122.342764281843,47.620837637065],[-122.342764514918,47.6208377501193],[-122.34276476833,47.6208378411479],[-122.342765205199,47.6208379533152],[-122.342765658651,47.6208380299528],[-122.342766257914,47.6208380872564],[-122.342766862427,47.6208381075469],[-122.34276746722,47.6208380906428],[-122.342768067218,47.6208380366919],[-122.342768521695,47.6208379626733],[-122.342768960039,47.6208378530251],[-122.342769214283,47.6208377631194],[-122.342769448412,47.6208376511093],[-122.342769658222,47.6208375190062],[-122.342769718452,47.6208374688471],[-122.342769766888,47.6208374131853],[-122.342769802441,47.6208373532705],[-122.342769824314,47.6208372904476],[-122.342769832015,47.6208372261272],[-122.342769825185,47.6208371618216],[-122.342769804196,47.6208370989228],[-122.342769769518,47.6208370388389],[-122.342769721928,47.6208369829153],[-122.342769662491,47.6208369324039],[-122.34276945394,47.620836799357],[-122.342769220865,47.6208366863028],[-122.342768967455,47.6208365952722],[-122.342768530587,47.6208364831044],[-122.342768077133,47.6208364064673],[-122.342767477871,47.6208363491629],[-122.342766873358,47.6208363288732],[-122.342766267896,47.6208363457443],[-122.342765667237,47.6208363997459],[-122.342765213436,47.6208364738045],[-122.342764775746,47.6208365833949],[-122.342764521028,47.6208366732344],[-122.342764286449,47.6208367852523],[-122.342764076233,47.6208369174316],[-122.342764016277,47.6208369676464],[-122.342763968119,47.6208370233332],[-122.342763932838,47.620837083243],[-122.342763911227,47.6208371460323],[-122.34276390377,47.6208372102929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-5","label":"Pavement symbol","path":[[-122.342772216614,47.6208372322844],[-122.342772205097,47.6208371271833],[-122.342772169541,47.6208370245571],[-122.342772110807,47.620836926888],[-122.342772030316,47.6208368365385],[-122.342771930015,47.6208367556938],[-122.342771559318,47.6208365322074],[-122.342771148336,47.6208363434233],[-122.342770704169,47.6208361926031],[-122.342769940887,47.6208360079147],[-122.342769151675,47.6208358821371],[-122.342767041618,47.6208357535901],[-122.342764929375,47.6208358706656],[-122.34276413875,47.6208359922503],[-122.342763373367,47.6208361728803],[-122.342762927636,47.6208363212105],[-122.342762514605,47.6208365076518],[-122.342762141407,47.6208367289854],[-122.34276203982,47.6208368092618],[-122.34276195795,47.6208368991939],[-122.342761897784,47.6208369966015],[-122.342761860778,47.6208370991235],[-122.342761847831,47.6208372042746],[-122.34276185943,47.620837309621],[-122.342761895172,47.6208374124733],[-122.34276195419,47.6208375103332],[-122.342762035049,47.6208376008237],[-122.342762135786,47.6208376817468],[-122.342762506136,47.6208379048579],[-122.342762916658,47.6208380933438],[-122.342763360276,47.6208382439559],[-122.342764124185,47.6208384291416],[-122.342764914126,47.6208385553037],[-122.342767024157,47.6208386829515],[-122.342769135097,47.6208385667929],[-122.342769926396,47.6208384452456],[-122.342770692434,47.6208382645604],[-122.342771138158,47.6208381162218],[-122.342771551188,47.6208379297809],[-122.342771924394,47.6208377084553],[-122.342772025833,47.6208376279635],[-122.34277210749,47.6208375378272],[-122.342772167381,47.6208374402349],[-122.342772204053,47.6208373375563],[-122.342772216614,47.6208372322844]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-6","label":"Pavement symbol","path":[[-122.342763781653,47.6208424944217],[-122.342763788624,47.6208425622119],[-122.342763810262,47.6208426285809],[-122.342763846101,47.620842692095],[-122.342763895366,47.6208427513818],[-122.342763956993,47.6208428051604],[-122.342764168396,47.6208429440898],[-122.342764405667,47.6208430625312],[-122.34276466447,47.6208431583202],[-122.342765111499,47.6208432761443],[-122.34276557636,47.6208433567348],[-122.342766188124,47.620843416577],[-122.342766805511,47.6208434375907],[-122.342767423759,47.6208434196581],[-122.3427680368,47.6208433627858],[-122.342768502386,47.6208432849631],[-122.34276895064,47.6208431698442],[-122.342769210844,47.6208430754408],[-122.342769449759,47.6208429582253],[-122.342769663011,47.6208428203436],[-122.342769725077,47.620842766985],[-122.3427697749,47.6208427080828],[-122.34276981141,47.6208426449033],[-122.342769833823,47.6208425788046],[-122.342769841655,47.6208425112074],[-122.342769834677,47.6208424434183],[-122.342769813036,47.6208423770504],[-122.342769777197,47.620842313537],[-122.342769727936,47.6208422542496],[-122.342769666315,47.6208422004686],[-122.342769454505,47.620842061475],[-122.342769216784,47.6208419430375],[-122.342768957508,47.6208418473266],[-122.342768511135,47.6208417295428],[-122.342768046949,47.6208416488944],[-122.34276743454,47.6208415885675],[-122.342766816441,47.6208415671568],[-122.342766198862,47.6208415851252],[-122.342765586483,47.6208416419441],[-122.342765120866,47.6208417202106],[-122.342764672668,47.6208418357849],[-122.342764412535,47.6208419299079],[-122.342764173613,47.6208420468205],[-122.342763960271,47.6208421843862],[-122.342763898065,47.6208422378963],[-122.342763848169,47.6208422969747],[-122.34276381166,47.6208423603451],[-122.342763789327,47.6208424266381],[-122.342763781653,47.6208424944217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-7","label":"Pavement symbol","path":[[-122.342771805767,47.6208425166442],[-122.342771794519,47.6208424131185],[-122.342771759831,47.620842311983],[-122.342771702527,47.620842215634],[-122.342771623963,47.6208421263546],[-122.342771526,47.6208420462603],[-122.342771171234,47.6208418280067],[-122.342770776846,47.6208416432118],[-122.342770349733,47.6208414951066],[-122.342769613785,47.6208413137756],[-122.342768851954,47.6208411902121],[-122.34276784031,47.6208410972248],[-122.342766820477,47.6208410642214],[-122.342765799836,47.6208410917489],[-122.342764786681,47.6208411793568],[-122.342764023944,47.6208412989278],[-122.342763286407,47.6208414763343],[-122.342762857054,47.6208416217294],[-122.342762459932,47.6208418040529],[-122.34276210199,47.6208420201139],[-122.342762003284,47.6208420997293],[-122.342761923861,47.6208421886062],[-122.342761865599,47.6208422846419],[-122.342761829878,47.620842385564],[-122.342761817542,47.6208424889847],[-122.342761828576,47.6208425924507],[-122.342761863016,47.620842693553],[-122.342761920045,47.6208427899008],[-122.342761998316,47.620842879216],[-122.342762095978,47.6208429593863],[-122.342762451229,47.6208431773815],[-122.342762846055,47.6208433618695],[-122.342763273549,47.6208435096232],[-122.342764009468,47.6208436914133],[-122.342764771354,47.620843815417],[-122.342765783015,47.620843907953],[-122.342766802806,47.6208439405085],[-122.34276782343,47.6208439134304],[-122.342768836627,47.6208438262723],[-122.342769599363,47.6208437066993],[-122.342770336902,47.6208435292947],[-122.34277076625,47.6208433838945],[-122.342771163371,47.6208432015713],[-122.342771521318,47.6208429855151],[-122.342771620006,47.6208429058923],[-122.342771699419,47.6208428170136],[-122.342771757679,47.62084272098],[-122.34277179341,47.6208426200617],[-122.342771805767,47.6208425166442]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-0","label":"Pavement symbol","path":[[-122.342520355136,47.6210715526088],[-122.342520367566,47.621070192234],[-122.342513797913,47.6210646711831],[-122.34250716221,47.6210701289463],[-122.342507150354,47.621071509105],[-122.342513777973,47.6210660478505],[-122.342520355136,47.6210715526088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-1","label":"Pavement symbol","path":[[-122.342520367711,47.6210688212267],[-122.342520379227,47.6210674752576],[-122.342513803133,47.6210619614891],[-122.342507202273,47.6210674277864],[-122.342507189531,47.6210687773701],[-122.342513816158,47.6210633278236],[-122.342520367711,47.6210688212267]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"6,7,8,9,10,11","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-2","label":"Pavement symbol","path":[[-122.342511518285,47.6210787875025],[-122.342511076845,47.6210778352717],[-122.342511197565,47.6210771805542],[-122.342513715546,47.621083297797],[-122.342513694874,47.6210835917126],[-122.342513741362,47.621083884285],[-122.342513853908,47.6210841685838],[-122.342513874549,47.621084200673],[-122.342513902021,47.6210842303443],[-122.342513935718,47.6210842569414],[-122.342513974894,47.6210842798761],[-122.342514018683,47.6210842986414],[-122.342514177653,47.6210856963263],[-122.342514039246,47.6210856954628],[-122.342514036406,47.6210861021241],[-122.342514602944,47.6210860460326],[-122.342514592014,47.6210856692411],[-122.342514413678,47.6210856680074],[-122.34251428397,47.6210842699345],[-122.342514383608,47.621084122907],[-122.342514454499,47.6210839684911],[-122.342514495476,47.6210838092285],[-122.34251528398,47.6210835153954],[-122.342515576646,47.6210849890641],[-122.342516185176,47.621086418181],[-122.342516378378,47.6210867173582],[-122.342516621805,47.6210869993932],[-122.342516912167,47.6210872604713],[-122.342517034724,47.6210873468144],[-122.342517171979,47.6210874224458],[-122.342517321887,47.6210874862379],[-122.342517458704,47.6210875277163],[-122.342517603478,47.6210875542187],[-122.342517752628,47.6210875650894],[-122.34251789081,47.6210875601319],[-122.342518025911,47.621087539957],[-122.342518154269,47.6210875051118],[-122.342518272404,47.621087456541],[-122.342518532409,47.6210873101169],[-122.342518760908,47.621087141497],[-122.342519251547,47.6210865850809],[-122.342519592098,47.6210859798741],[-122.342520162169,47.6210842567587],[-122.342520384485,47.621082150523],[-122.342520199482,47.6210800388931],[-122.342519659713,47.621078311603],[-122.342519318917,47.6210777068909],[-122.342518848742,47.6210771429684],[-122.342518710578,47.6210770221656],[-122.342518549016,47.6210769153609],[-122.342518367144,47.6210768245954],[-122.34251820443,47.6210767670759],[-122.342518029538,47.6210767291184],[-122.342517847601,47.6210767118367],[-122.342517725312,47.6210767141805],[-122.342517605334,47.6210767303022],[-122.34251749106,47.6210767597459],[-122.342517136059,47.6210769065918],[-122.342516950748,47.6210770192517],[-122.342516794515,47.621077150417],[-122.342516474332,47.621077488418],[-122.342515637847,47.621075256783],[-122.342515782794,47.6210744739996],[-122.342515940691,47.6210744153972],[-122.34251608315,47.6210743409606],[-122.342516206708,47.6210742525],[-122.342516308358,47.6210741521669],[-122.342516447415,47.6210739461115],[-122.342516554003,47.6210737215948],[-122.342516627677,47.6210735092096],[-122.342516638864,47.6210733444326],[-122.342516622433,47.6210732825775],[-122.342516587851,47.6210732371559],[-122.342516537829,47.6210732099314],[-122.342516471012,47.6210732000221],[-122.342514491088,47.6210733837084],[-122.342514442188,47.6210733951522],[-122.342514397774,47.6210734236291],[-122.342514360402,47.6210734655067],[-122.342514334009,47.6210735189337],[-122.342514318544,47.6210735821114],[-122.342514316641,47.6210736541055],[-122.342514366455,47.6210738117762],[-122.342514535719,47.6210740182522],[-122.342514754348,47.6210742024609],[-122.342514908477,47.6210743131273],[-122.342515082547,47.6210744094286],[-122.342515273631,47.6210744897474],[-122.342515214745,47.6210748449745],[-122.342511593755,47.6210748300178],[-122.342511871493,47.6210728912741],[-122.342511671765,47.621072106764],[-122.34251185427,47.6210717013187],[-122.342512739221,47.6210717048772],[-122.342512730871,47.6210710959521],[-122.34251172217,47.6210710922354],[-122.342511242304,47.6210721637366],[-122.342511470303,47.6210730054468],[-122.342510691324,47.6210772970196],[-122.342510529303,47.6210771278043],[-122.342510337117,47.6210769735977],[-122.342510117793,47.6210768368277],[-122.342509971656,47.621076769124],[-122.342509810985,47.6210767185492],[-122.342509499771,47.6210766776955],[-122.342509361609,47.6210766827242],[-122.34250922653,47.6210767029203],[-122.342509098172,47.6210767377396],[-122.342508979995,47.6210767862439],[-122.342508699756,47.6210769464799],[-122.342508456389,47.6210771320777],[-122.342508254894,47.6210773392233],[-122.342508017463,47.6210776401426],[-122.342507847254,47.6210778952549],[-122.34250771186,47.6210781596715],[-122.342507310841,47.6210791416035],[-122.342507050927,47.6210801448785],[-122.342506875846,47.6210828244389],[-122.342507061409,47.6210842311376],[-122.342507455865,47.6210856181326],[-122.342507884029,47.6210864796789],[-122.342508257213,47.62108695962],[-122.34250852644,47.6210872043422],[-122.342508723138,47.6210873339766],[-122.34250896065,47.621087448676],[-122.342509198006,47.6210875120996],[-122.342509410116,47.6210875308776],[-122.342509558903,47.6210875226074],[-122.34250979425,47.6210874709077],[-122.34251003223,47.6210873723933],[-122.34251025318,47.6210872372208],[-122.342510430684,47.6210871009256],[-122.342510578814,47.6210869495256],[-122.342510883192,47.6210865712518],[-122.342511289358,47.6210858488768],[-122.342511541209,47.6210852194087],[-122.342511759102,47.6210844743412],[-122.342511932841,47.6210835373428],[-122.342512023514,47.6210825807549],[-122.34251202953,47.6210816414824],[-122.342511955325,47.62108068888],[-122.342511781415,47.6210796935188],[-122.342511518285,47.6210787875025]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107","sourcePathCount":96,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-3","label":"Pavement symbol","path":[[-122.342516113778,47.6210779484017],[-122.34251537776,47.6210802590836],[-122.342515224745,47.6210826201696],[-122.342514400771,47.621082792126],[-122.342515472455,47.6210762980254],[-122.342516113778,47.6210779484017]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"108,109,110,111","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-4","label":"Pavement symbol","path":[[-122.342511446879,47.6210757756561],[-122.342515058533,47.6210757898371],[-122.342514046074,47.6210818945208],[-122.342514010261,47.6210812562727],[-122.34251411938,47.621081256625],[-122.342514110249,47.6210808501224],[-122.342513625862,47.6210808484491],[-122.342513636819,47.6210812261399],[-122.342513760569,47.6210812262982],[-122.342513782117,47.6210819232101],[-122.342511386846,47.6210761371957],[-122.342511446879,47.6210757756561]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"112,113,114,115,116,117,118,119,120,121,122","sourcePathCount":11,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-5","label":"Pavement symbol","path":[[-122.342516399284,47.6210787542646],[-122.342515826678,47.621080557293],[-122.342515713328,47.6210823995836],[-122.342517488258,47.6210818002969],[-122.342516399284,47.6210787542646]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"123,124,125","sourcePathCount":3,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-6","label":"Pavement symbol","path":[[-122.342517687699,47.6210825749151],[-122.342515779006,47.6210833334073],[-122.342515871276,47.6210839781064],[-122.342516050354,47.6210846144519],[-122.342516502852,47.6210856268099],[-122.342516657395,47.6210858641187],[-122.34251685375,47.621086086941],[-122.342517088982,47.6210862919457],[-122.342517417489,47.6210864702103],[-122.342517496773,47.6210864994865],[-122.342517581957,47.6210865198872],[-122.342517670872,47.6210865308928],[-122.342517761252,47.621086532223],[-122.342517908337,47.6210865186915],[-122.342518050227,47.6210864892794],[-122.342518183175,47.6210864447636],[-122.342518332826,47.6210863730545],[-122.342518465258,47.6210862873294],[-122.342518577609,47.6210861894417],[-122.342518962027,47.6210857348775],[-122.342519251564,47.6210852494085],[-122.342519531097,47.6210845587507],[-122.342519712701,47.6210838533965],[-122.342519878623,47.6210821463403],[-122.342519742692,47.6210804380799],[-122.34251953677,47.6210796256505],[-122.342519169895,47.6210788394212],[-122.342518648794,47.6210780938086],[-122.342518550653,47.6210780040262],[-122.342518434147,47.621077924843],[-122.342518301765,47.6210778579497],[-122.342518156332,47.6210778047746],[-122.342518000955,47.6210777664532],[-122.342517838951,47.6210777438039],[-122.342517635479,47.6210777703625],[-122.342517440213,47.6210778171783],[-122.342517257563,47.6210778831937],[-122.342517091658,47.6210779669169],[-122.342516946246,47.6210780664561],[-122.342516824613,47.6210781795621],[-122.342516729507,47.6210783036792],[-122.342517838095,47.6210814753968],[-122.342517868138,47.6210814815305],[-122.342517895437,47.6210814919776],[-122.342517918647,47.621081506224],[-122.342517936626,47.6210815235688],[-122.342518018779,47.6210816493244],[-122.342518055163,47.6210817399443],[-122.34251807334,47.6210818330209],[-122.342518093111,47.6210820558619],[-122.342518091134,47.6210821689611],[-122.342518069041,47.6210822810836],[-122.342518007884,47.6210824663146],[-122.342517986334,47.6210825100738],[-122.342517956302,47.6210825514997],[-122.342517918326,47.6210825898491],[-122.342517867418,47.6210826238097],[-122.342517810537,47.6210826353593],[-122.342517747528,47.6210826191023],[-122.342517716388,47.6210826006233],[-122.342517687699,47.6210825749151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152","sourcePathCount":27,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-7","label":"Pavement symbol","path":[[-122.342509735578,47.6210820083553],[-122.342510489526,47.6210804775776],[-122.342510898492,47.621078888381],[-122.342510898518,47.6210788892803],[-122.342511147014,47.6210794743299],[-122.342511380699,47.6210803285594],[-122.342511523888,47.6210814574702],[-122.342511535449,47.6210824981654],[-122.34251141635,47.6210835297979],[-122.342511098,47.6210847565892],[-122.342510663433,47.6210856466681],[-122.342510452066,47.6210859342504],[-122.342510183146,47.6210861991001],[-122.342510027743,47.6210863111642],[-122.342509846355,47.6210864038051],[-122.342509644255,47.6210864743298],[-122.342509522627,47.6210864921238],[-122.342509398313,47.6210864961932],[-122.3425092747,47.6210864864271],[-122.342509137899,47.621086456849],[-122.342509009349,47.6210864136108],[-122.342508892031,47.6210863577155],[-122.342508788669,47.6210862904598],[-122.34250858557,47.6210861345909],[-122.342508419815,47.6210859597966],[-122.342508152682,47.6210855874175],[-122.342507946637,47.6210851978043],[-122.342507542333,47.621083966202],[-122.342507358508,47.6210824456002],[-122.342507396289,47.6210813169885],[-122.342507610945,47.6210800933715],[-122.342507800122,47.6210794586407],[-122.342508076179,47.6210788385439],[-122.342508282067,47.6210784987272],[-122.342508545329,47.6210781774069],[-122.342508671895,47.6210780468885],[-122.342508823811,47.6210779292965],[-122.342508998207,47.6210778268509],[-122.342509113143,47.6210777766482],[-122.342509238867,47.6210777400318],[-122.342509371876,47.6210777180219],[-122.342509508464,47.621077711232],[-122.342509625938,47.6210777221278],[-122.342509739638,47.6210777448234],[-122.342509846971,47.621077778801],[-122.342509945489,47.6210778232857],[-122.342510180533,47.621077964292],[-122.342510378213,47.6210781293023],[-122.342510533209,47.6210783138761],[-122.342510188413,47.6210799066638],[-122.342509468982,47.6210814415378],[-122.342509442879,47.6210814469912],[-122.342509418447,47.6210814552435],[-122.342509396341,47.6210814660734],[-122.342509377155,47.6210814791902],[-122.342509361402,47.6210814942421],[-122.342509290685,47.6210815916585],[-122.342509241862,47.6210816949975],[-122.342509215982,47.6210818020378],[-122.342509193945,47.621082023765],[-122.342509214212,47.6210822455689],[-122.342509238137,47.6210823535526],[-122.342509286313,47.6210824577933],[-122.342509357603,47.6210825558321],[-122.342509410494,47.6210825902155],[-122.342509465392,47.621082602082],[-122.342509491093,47.6210825988448],[-122.342509515423,47.6210825923918],[-122.342509537505,47.6210825829556],[-122.342509556543,47.6210825708763],[-122.342509571851,47.6210825565895],[-122.342509642284,47.6210824568046],[-122.342509689716,47.6210823510279],[-122.342509713072,47.6210822416526],[-122.342509735578,47.6210820083553]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186","sourcePathCount":34,"bridgeCount":1,"maximumBridgeDistanceMeters":0.00009942759594196398},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-0","label":"Pavement symbol","path":[[-122.342248877829,47.6206252492718],[-122.342250553223,47.6206236959232],[-122.342251906163,47.6206213012166],[-122.342251270515,47.6206204883005],[-122.342249934162,47.6206228126176],[-122.342249143674,47.6206206064596],[-122.342251168722,47.6206195936387],[-122.342250686757,47.6206165557493],[-122.342249579511,47.6206172370402],[-122.342249850225,47.620618863544],[-122.342248438001,47.6206195353842],[-122.342250338035,47.6206139829907],[-122.34224924492,47.620613362359],[-122.342246885754,47.6206203800068],[-122.342248877829,47.6206252492718]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-1","label":"Pavement symbol","path":[[-122.342245897238,47.6206168972292],[-122.342245557964,47.6206168981289]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-2","label":"Pavement symbol","path":[[-122.34224598137,47.6206519566053],[-122.342250063762,47.6206606322932],[-122.34225409097,47.6206519453445],[-122.342251221713,47.6206527993319],[-122.342251193964,47.6206441814382],[-122.342248829612,47.6206441848975],[-122.342248856004,47.6206528019096],[-122.34224598137,47.6206519566053]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-3","label":"Pavement symbol","path":[[-122.342250842953,47.6206264826714],[-122.34225084976,47.6206263503385],[-122.342250832568,47.6206261515943],[-122.34225078242,47.620625955403],[-122.342250713056,47.6206258022968],[-122.342250612769,47.6206256571826],[-122.342250532156,47.6206255733356],[-122.342250434869,47.6206254979518],[-122.342250322839,47.6206254325257],[-122.342250259711,47.6206254058062],[-122.342250191038,47.6206253862651],[-122.3422501186,47.6206253744097],[-122.342250044279,47.6206253705474],[-122.342249970104,47.6206253747305],[-122.342249897883,47.6206253868765],[-122.342249829487,47.6206254066711],[-122.342249766685,47.6206254336021],[-122.342249655452,47.6206254992778],[-122.342249558974,47.6206255748136],[-122.342249479155,47.6206256587182],[-122.342249379474,47.6206258042984],[-122.342249310862,47.6206259578207],[-122.3422492622,47.6206261540422],[-122.342249246472,47.6206263527035],[-122.342249254296,47.6206264848424],[-122.342248655554,47.6206264855838],[-122.342248732308,47.6206268381128],[-122.342248825672,47.6206270452955],[-122.3422489609,47.6206272417057],[-122.342249087831,47.620627372828],[-122.342249240818,47.6206274906394],[-122.342249416829,47.6206275928059],[-122.342249560598,47.6206276540138],[-122.34224971706,47.6206276989009],[-122.342249882172,47.620627726307],[-122.342250051667,47.6206277355236],[-122.342250221565,47.6206277260235],[-122.342250386994,47.6206276982552],[-122.34225054366,47.6206276529393],[-122.342250687494,47.6206275912525],[-122.342250862624,47.6206274882768],[-122.342251014561,47.6206273697427],[-122.342251140292,47.6206272379999],[-122.342251274487,47.6206270412228],[-122.342251366743,47.6206268337716],[-122.342251440365,47.6206264819476],[-122.342250842953,47.6206264826714]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-4","label":"Pavement symbol","path":[[-122.34224572738,47.6206169129754],[-122.342245822478,47.6206169079434],[-122.342245915381,47.6206168933549],[-122.342246003988,47.6206168695399],[-122.342246086293,47.6206168370371],[-122.342246160436,47.6206167965818],[-122.342246356589,47.6206166547997],[-122.342246522893,47.6206164966307],[-122.34224665637,47.6206163249084],[-122.342246818975,47.6206160289376],[-122.342246928955,47.6206157221543],[-122.342247010419,47.6206153164668],[-122.342247037054,47.6206149074739],[-122.342247008076,47.6206144985242],[-122.342246924282,47.620614093023],[-122.342246812088,47.6206137866486],[-122.342246647364,47.620613491257],[-122.342246513174,47.6206133196613],[-122.342246346177,47.6206131616871],[-122.342246149367,47.6206130201668],[-122.342246074806,47.6206129799732],[-122.342245992146,47.6206129477693],[-122.342245903258,47.6206129242831],[-122.34224581015,47.6206129100457],[-122.342245714928,47.6206129053789],[-122.342245619831,47.6206129104154],[-122.342245526929,47.6206129250059],[-122.342245438324,47.6206129488206],[-122.342245356017,47.6206129813211],[-122.342245281871,47.6206130217725],[-122.342245085718,47.6206131635542],[-122.342244919413,47.6206133217233],[-122.342244785938,47.620613493446],[-122.342244622595,47.62061378984],[-122.342244512048,47.6206140971169],[-122.342244431301,47.620614502368],[-122.342244405254,47.6206149108805],[-122.34224443423,47.6206153198302],[-122.342244518025,47.6206157253314],[-122.342244630156,47.6206160321635],[-122.342244794969,47.6206163279966],[-122.34224492925,47.620616499275],[-122.342245096236,47.6206166569453],[-122.34224529294,47.6206167981876],[-122.342245367494,47.6206168383901],[-122.342245450151,47.6206168705992],[-122.342245539042,47.6206168940859],[-122.342245632154,47.6206169083187],[-122.34224572738,47.6206169129754]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-5","label":"Pavement symbol","path":[[-122.342245709394,47.620611292452],[-122.342245553718,47.6206113010113],[-122.342245401923,47.6206113258206],[-122.34224525772,47.6206113662736],[-122.342245124633,47.6206114213814],[-122.342245005916,47.6206114897973],[-122.342244677705,47.6206117417556],[-122.342244401189,47.6206120204774],[-122.342244181115,47.6206123211768],[-122.342243912459,47.6206128387854],[-122.342243731293,47.6206133733868],[-122.342243554475,47.6206148007129],[-122.342243739568,47.6206162277389],[-122.342243924722,47.6206167614147],[-122.342244197143,47.6206172778141],[-122.342244418688,47.6206175782423],[-122.342244696641,47.6206178565513],[-122.342245026225,47.6206181079571],[-122.342245145571,47.6206181759822],[-122.342245279192,47.6206182306347],[-122.342245423819,47.6206182705781],[-122.342245575917,47.6206182948357],[-122.342245731765,47.6206183028143],[-122.342245887443,47.6206182942586],[-122.342246039239,47.6206182694509],[-122.342246183443,47.6206182289977],[-122.342246316529,47.620618173888],[-122.342246435243,47.620618105469],[-122.342246763457,47.6206178535119],[-122.342247039973,47.62061757479],[-122.342247260044,47.6206172740895],[-122.342247528701,47.6206167564811],[-122.342247709867,47.6206162218795],[-122.342247886684,47.6206147945534],[-122.342247701591,47.6206133675274],[-122.34224751709,47.6206128338704],[-122.342247245346,47.6206123174346],[-122.342247023379,47.6206120169646],[-122.342246744978,47.6206117386603],[-122.342246414934,47.6206114873093],[-122.342246295588,47.6206114192835],[-122.342246161968,47.6206113646307],[-122.34224601734,47.6206113246872],[-122.342245865243,47.6206113004299],[-122.342245709394,47.620611292452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-6","label":"Pavement symbol","path":[[-122.342253544697,47.6206169631648],[-122.342253644933,47.6206169579947],[-122.342253742952,47.6206169429475],[-122.342253836624,47.6206169183501],[-122.342253923912,47.6206168847371],[-122.34225400292,47.6206168428391],[-122.342254206926,47.6206166987437],[-122.342254380296,47.6206165374488],[-122.342254519874,47.6206163618908],[-122.342254691532,47.6206160590648],[-122.342254808003,47.6206157445369],[-122.342254893223,47.6206153303921],[-122.342254920926,47.6206149126999],[-122.342254890379,47.6206144951039],[-122.342254802339,47.6206140812335],[-122.342254683931,47.6206137668707],[-122.342254510346,47.620613464374],[-122.342254369839,47.6206132891159],[-122.342254195601,47.6206131282055],[-122.342253990807,47.6206129845734],[-122.342253911379,47.620612942859],[-122.342253823706,47.6206129094796],[-122.342253729699,47.6206128851624],[-122.342253631405,47.620612870437],[-122.342253530966,47.6206128656243],[-122.34225343073,47.6206128707952],[-122.342253332712,47.6206128858428],[-122.34225323904,47.6206129104402],[-122.342253151752,47.6206129440527],[-122.342253072743,47.62061298595],[-122.342252868268,47.6206131299971],[-122.34225269445,47.6206132912995],[-122.342252554459,47.6206134669159],[-122.34225238348,47.6206137697629],[-122.34225226766,47.6206140842522],[-122.342252182437,47.6206144983969],[-122.342252154737,47.6206149160892],[-122.342252184621,47.6206153336729],[-122.342252271994,47.6206157475732],[-122.342252390406,47.6206160619351],[-122.342252563987,47.6206163644326],[-122.342252704907,47.6206165397391],[-122.342252879592,47.6206167006454],[-122.342253084856,47.6206168442157],[-122.342253164274,47.6206168859425],[-122.342253251944,47.6206169193291],[-122.342253345955,47.6206169436471],[-122.342253444254,47.620616958366],[-122.342253544697,47.6206169631648]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-7","label":"Pavement symbol","path":[[-122.34225352705,47.6206115378522],[-122.342253373803,47.6206115460851],[-122.342253224269,47.6206115701388],[-122.342253082022,47.6206116094386],[-122.342252950459,47.6206116630455],[-122.342252832726,47.6206117296785],[-122.342252512085,47.6206119714262],[-122.342252241482,47.6206122395365],[-122.342252025634,47.620612529337],[-122.342251762061,47.6206130275809],[-122.342251584,47.6206135427552],[-122.34225141099,47.6206149178535],[-122.342251593215,47.6206162918405],[-122.34225177408,47.6206168066275],[-122.342252040384,47.6206173042701],[-122.3422522581,47.620617593358],[-122.3422525304,47.6206178606035],[-122.34225285254,47.6206181013518],[-122.34225297081,47.620618167635],[-122.342253102828,47.6206182208335],[-122.342253245438,47.6206182596751],[-122.342253395227,47.6206182832307],[-122.342253548613,47.6206182909369],[-122.34225370186,47.6206182827046],[-122.342253851394,47.6206182586511],[-122.342253993642,47.6206182193513],[-122.342254125204,47.6206181657441],[-122.342254242937,47.6206180991105],[-122.342254563018,47.6206178575948],[-122.342254833179,47.6206175897961],[-122.342255048725,47.620617300369],[-122.342255313034,47.6206168017005],[-122.342255491663,47.6206162860339],[-122.342255664699,47.6206149118348],[-122.342255482474,47.6206135378478],[-122.342255301013,47.6206130225848],[-122.342255033949,47.6206125245366],[-122.342254816239,47.6206122354461],[-122.342254543939,47.6206119682003],[-122.342254221793,47.6206117274549],[-122.342254103742,47.6206116612719],[-122.342253971984,47.620611608126],[-122.342253829659,47.6206115692841],[-122.34225368016,47.6206115456718],[-122.34225352705,47.6206115378522]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-17392-0","label":"Pavement symbol","path":[[-122.342374212151,47.6206493694081],[-122.342374251904,47.6206507398864],[-122.342374458259,47.6206521981914],[-122.342374991666,47.620653618309],[-122.342375839682,47.620654967116],[-122.342376982528,47.6206562131525],[-122.342378393549,47.6206573273554],[-122.342380039832,47.6206582837368],[-122.342381882981,47.6206590599899],[-122.342383880004,47.6206596380089],[-122.342382886743,47.6206629644419],[-122.342391239965,47.6206596546704],[-122.342384330793,47.6206544907617],[-122.342384413274,47.6206573342343],[-122.34238277014,47.6206569058513],[-122.342381247254,47.6206563087945],[-122.342379882437,47.6206555578917],[-122.342378709582,47.6206546717911],[-122.342377757818,47.6206536724987],[-122.34237705078,47.6206525848314],[-122.342376606028,47.6206514358011],[-122.342376434608,47.6206502539434],[-122.342376408105,47.6206493402913],[-122.342374212151,47.6206493694081]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":17392}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1601,"F_area":null,"OBJECTID":17392,"SHAPE__Length":7.383407826866961,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}}]}} diff --git a/examples/path-style-extension/data/seattle-road-diagram.manifest.json b/examples/path-style-extension/data/seattle-road-diagram.manifest.json new file mode 100644 index 0000000..f9d0b24 --- /dev/null +++ b/examples/path-style-extension/data/seattle-road-diagram.manifest.json @@ -0,0 +1,1757 @@ +{ + "dataset": "deck.gl PathStyleExtension Seattle road diagram", + "generatedAt": "2026-08-25T23:06:11.278Z", + "generatorCommit": "310081f716f47f31bd238af147925b40778dc768", + "candidate": "Dexter Avenue N and Thomas Street, Seattle, Washington", + "displayBounds": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "sources": [ + { + "key": "verticalElements", + "provider": "City of Seattle Department of Transportation", + "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "layerId": 0, + "layerName": "VerticalElements", + "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-22T00:11:49.902Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "1=1", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/query?f=geojson&where=1%3D1&objectIds=34459%2C34460%2C34466%2C34467%2C34468%2C34469%2C54596%2C54597%2C54598%2C54602%2C54603%2C54604%2C54610%2C54611%2C67897%2C67898%2C67899%2C67901%2C67905%2C68909%2C68910%2C241769%2C241840%2C241863%2C241873%2C241874%2C241958%2C242236%2C242314%2C242408%2C242430%2C242652%2C242738%2C243122%2C243163%2C243387%2C243472%2C243781%2C243827%2C244032%2C244257%2C244285%2C244362%2C244389%2C244486%2C244532%2C244652%2C244689%2C244805%2C245076%2C245112%2C245616%2C245790%2C245843%2C245905%2C245966%2C246086%2C246147%2C246226%2C246282%2C246531%2C246880%2C246932%2C247130%2C247151%2C247156%2C247723%2C247730%2C247893%2C247905%2C248032%2C248571%2C248659%2C248672%2C249073%2C249098%2C249230%2C249300%2C249480%2C249525%2C249694%2C249781%2C249792%2C250211%2C250336%2C250380%2C250384%2C250541%2C250587%2C250778%2C250788%2C250899%2C251108%2C251158%2C251184%2C251234%2C251240%2C251299%2C251304%2C251382&outFields=*&outSR=4326&returnGeometry=true", + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/query?f=geojson&where=1%3D1&objectIds=251435%2C251542%2C251545%2C251743%2C252048%2C252192%2C252241%2C252261%2C252480%2C252495%2C252604%2C252786%2C252801%2C252956%2C252970%2C253518%2C253566%2C253739%2C253784%2C253855%2C254000%2C254057%2C254293%2C254315%2C254462%2C254514%2C254720%2C255012%2C255091%2C255157%2C255266%2C255519%2C255544%2C255839%2C255946%2C256164%2C256236%2C256388%2C256748%2C256761%2C256764%2C257222%2C257689%2C257699%2C257968%2C258085%2C258228%2C258644%2C258845%2C259189%2C259219%2C259265%2C259307%2C259310%2C259458%2C259859%2C259892%2C260060%2C260132%2C260233%2C260244&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "9be20351238cbb7e9b4f5e365cefece77af2027e85227e9a019ae99807088aea", + "rawByteCount": 139861, + "rawFeatureCount": 161, + "outputFeatureCount": 161, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 161, + "objectIds": [ + 34459, + 34460, + 34466, + 34467, + 34468, + 34469, + 54596, + 54597, + 54598, + 54602, + 54603, + 54604, + 54610, + 54611, + 67897, + 67898, + 67899, + 67901, + 67905, + 68909, + 68910, + 241769, + 241840, + 241863, + 241873, + 241874, + 241958, + 242236, + 242314, + 242408, + 242430, + 242652, + 242738, + 243122, + 243163, + 243387, + 243472, + 243781, + 243827, + 244032, + 244257, + 244285, + 244362, + 244389, + 244486, + 244532, + 244652, + 244689, + 244805, + 245076, + 245112, + 245616, + 245790, + 245843, + 245905, + 245966, + 246086, + 246147, + 246226, + 246282, + 246531, + 246880, + 246932, + 247130, + 247151, + 247156, + 247723, + 247730, + 247893, + 247905, + 248032, + 248571, + 248659, + 248672, + 249073, + 249098, + 249230, + 249300, + 249480, + 249525, + 249694, + 249781, + 249792, + 250211, + 250336, + 250380, + 250384, + 250541, + 250587, + 250778, + 250788, + 250899, + 251108, + 251158, + 251184, + 251234, + 251240, + 251299, + 251304, + 251382, + 251435, + 251542, + 251545, + 251743, + 252048, + 252192, + 252241, + 252261, + 252480, + 252495, + 252604, + 252786, + 252801, + 252956, + 252970, + 253518, + 253566, + 253739, + 253784, + 253855, + 254000, + 254057, + 254293, + 254315, + 254462, + 254514, + 254720, + 255012, + 255091, + 255157, + 255266, + 255519, + 255544, + 255839, + 255946, + 256164, + 256236, + 256388, + 256748, + 256761, + 256764, + 257222, + 257689, + 257699, + 257968, + 258085, + 258228, + 258644, + 258845, + 259189, + 259219, + 259265, + 259307, + 259310, + 259458, + 259859, + 259892, + 260060, + 260132, + 260233, + 260244 + ], + "geometryTypes": [ + "LineString", + "MultiLineString" + ], + "multipartCount": 138, + "coordinateCount": { + "minimum": 2, + "median": 8, + "p95": 12, + "maximum": 12 + }, + "bounds": [ + -122.343314433323, + 47.619818664625, + -122.341218924875, + 47.6219548491809 + ], + "nullRates": { + "Type": 1, + "UseDesignation": 1, + "Width": 1, + "Color": 1, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [], + "UseDesignation": [], + "Width": [], + "Color": [], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 0, + "near": 46 + }, + "distinctLaneWidths": [] + }, + { + "key": "laneWidths", + "provider": "City of Seattle Department of Transportation", + "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "layerId": 1, + "layerName": "LaneWidth", + "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-17T22:31:44.823Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "1=1", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/query?f=geojson&where=1%3D1&objectIds=14760%2C15153%2C15163%2C15164%2C15165%2C15166%2C15167%2C15168%2C15169%2C15170%2C15171%2C15172%2C15173%2C15174%2C21224%2C21225%2C21226%2C21227%2C21228%2C21229&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "bcfb61c10908e2ebfddbc5c0f9dcc683e082818661d137ade939caa61a89a1a7", + "rawByteCount": 5325, + "rawFeatureCount": 20, + "outputFeatureCount": 20, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 20, + "objectIds": [ + 14760, + 15153, + 15163, + 15164, + 15165, + 15166, + 15167, + 15168, + 15169, + 15170, + 15171, + 15172, + 15173, + 15174, + 21224, + 21225, + 21226, + 21227, + 21228, + 21229 + ], + "geometryTypes": [ + "Point" + ], + "multipartCount": 0, + "coordinateCount": { + "minimum": 1, + "median": 1, + "p95": 1, + "maximum": 1 + }, + "bounds": [ + -122.342687829244, + 47.62030618175, + -122.341685286208, + 47.6214071341871 + ], + "nullRates": { + "Type": 1, + "UseDesignation": 1, + "Width": 1, + "Color": 1, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [], + "UseDesignation": [], + "Width": [], + "Color": [], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 0, + "near": 0 + }, + "distinctLaneWidths": [ + "10", + "12", + "2", + "3", + "4", + "42", + "5", + "6", + "8", + "9" + ] + }, + { + "key": "background", + "provider": "City of Seattle Department of Transportation", + "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "layerId": 2, + "layerName": "GENBKGRND", + "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-22T00:10:37.688Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "1=1", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/query?f=geojson&where=1%3D1&objectIds=15973%2C15974%2C15975%2C15976&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "f836f3a6d64c3bdd73f45d2841c6d83805adc2a33edcb8adb84332aacbaa4ecc", + "rawByteCount": 1912, + "rawFeatureCount": 4, + "outputFeatureCount": 4, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 4, + "objectIds": [ + 15973, + 15974, + 15975, + 15976 + ], + "geometryTypes": [ + "LineString" + ], + "multipartCount": 0, + "coordinateCount": { + "minimum": 2, + "median": 2, + "p95": 2, + "maximum": 2 + }, + "bounds": [ + -122.341731786816, + 47.6208008234551, + -122.341616784275, + 47.6209712224618 + ], + "nullRates": { + "Type": 1, + "UseDesignation": 1, + "Width": 1, + "Color": 1, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [], + "UseDesignation": [], + "Width": [], + "Color": [], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 0, + "near": 0 + }, + "distinctLaneWidths": [] + }, + { + "key": "panelMarkings", + "provider": "City of Seattle Department of Transportation", + "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "layerId": 3, + "layerName": "PanelMarkings", + "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-13T18:30:45.238Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "1=1", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/query?f=geojson&where=1%3D1&objectIds=833%2C835%2C836%2C1262%2C1265%2C1282%2C1283%2C1285%2C1291%2C1293%2C1483%2C1485%2C1486%2C1487%2C1488%2C1489%2C1490%2C1491%2C1492%2C1493%2C1494%2C1495%2C1497%2C1498%2C1499%2C1500%2C1501%2C1502%2C1503%2C1504%2C1505%2C1507%2C1509%2C1510%2C1511%2C1512%2C1513%2C1514%2C1515%2C1516%2C1517%2C1518%2C1519%2C1521%2C1523%2C1525%2C1526%2C1527%2C1528%2C1529%2C1530%2C1532%2C1533%2C1535%2C1536%2C1537%2C1538%2C1539%2C1540%2C1541%2C1542%2C1543%2C1544%2C1545%2C1546%2C1547%2C1548%2C1549%2C1550%2C1551%2C1552%2C1553%2C1554%2C1555%2C1556%2C5195%2C5196%2C5197%2C5200%2C5201%2C5202%2C5203%2C5204%2C5205%2C5887%2C5888%2C5889%2C5890%2C5891%2C5892%2C5893%2C5900%2C5901%2C5902%2C5915%2C5916%2C5917%2C5918%2C5937%2C5938&outFields=*&outSR=4326&returnGeometry=true", + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/query?f=geojson&where=1%3D1&objectIds=5939%2C5940%2C5941%2C5942%2C5949%2C5950%2C5951%2C5952%2C5953%2C5954%2C5955%2C5956%2C5975%2C5976%2C5977%2C6552%2C6553%2C6554%2C6555%2C6556%2C6557%2C6558%2C6559%2C6560%2C6561%2C6562%2C6563%2C6564%2C6565%2C6566%2C6567%2C6568%2C6569%2C6570%2C6571%2C6572%2C6573%2C6574%2C6575%2C6576%2C6577%2C6578%2C6579%2C6580%2C6581%2C6582%2C6583%2C6584%2C6585%2C6586%2C6587%2C6588%2C6589%2C6590%2C6591%2C6592%2C6593%2C6594%2C6595%2C6596%2C6597%2C6598%2C6599%2C6600%2C6601%2C6602%2C6603%2C6604%2C6605%2C6606%2C6607%2C6608%2C6609%2C6610%2C6611%2C6612%2C6613%2C6614%2C6615%2C6616%2C6617%2C6618%2C6619%2C6620%2C6621%2C6622%2C6623%2C6624%2C6625%2C6626%2C6627%2C6628%2C6629%2C6630%2C6631%2C6632%2C6633%2C6634%2C6635%2C6636&outFields=*&outSR=4326&returnGeometry=true", + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/query?f=geojson&where=1%3D1&objectIds=6637%2C6638%2C6639%2C6640%2C6641%2C6642%2C6643%2C6644%2C6645%2C6646%2C6647%2C6648%2C6649%2C6650%2C6651%2C6652%2C6653%2C6654%2C6655%2C6656%2C6657%2C6658%2C6659%2C6660%2C6661%2C6662%2C6663%2C6664%2C6665%2C6666%2C6667%2C6668%2C6669%2C6670%2C6671%2C6672%2C6673%2C6674%2C6675%2C6676%2C6677%2C6678%2C6679%2C6680%2C6681%2C6682%2C6683%2C6684%2C6685%2C6686%2C6698%2C6699%2C6700%2C6701%2C6702%2C6703%2C6704%2C6705%2C6706%2C6707%2C6708%2C6709%2C6710%2C6711%2C6712%2C6713%2C6714%2C6715%2C6716%2C6717%2C6718%2C6719%2C6720%2C6721%2C6722%2C6723%2C6724%2C6725%2C6726%2C6727%2C6728%2C6729%2C6730%2C6731%2C6732%2C6733%2C6734%2C6735%2C6736%2C6737%2C6738%2C6739%2C6740%2C6741%2C6742%2C6743%2C6744%2C6745%2C6746%2C6747&outFields=*&outSR=4326&returnGeometry=true", + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/query?f=geojson&where=1%3D1&objectIds=6748%2C6749%2C6750%2C6751%2C6752%2C6753%2C6754%2C6755%2C6756%2C6757%2C6758%2C6759%2C6760%2C6761%2C6762%2C6763%2C6764%2C6765%2C24019%2C24035&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "70385444f437f41ee6528924d12beabf60cbdfbb5d5b51069cbd104448d83a8e", + "rawByteCount": 212729, + "rawFeatureCount": 320, + "outputFeatureCount": 320, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 320, + "objectIds": [ + 833, + 835, + 836, + 1262, + 1265, + 1282, + 1283, + 1285, + 1291, + 1293, + 1483, + 1485, + 1486, + 1487, + 1488, + 1489, + 1490, + 1491, + 1492, + 1493, + 1494, + 1495, + 1497, + 1498, + 1499, + 1500, + 1501, + 1502, + 1503, + 1504, + 1505, + 1507, + 1509, + 1510, + 1511, + 1512, + 1513, + 1514, + 1515, + 1516, + 1517, + 1518, + 1519, + 1521, + 1523, + 1525, + 1526, + 1527, + 1528, + 1529, + 1530, + 1532, + 1533, + 1535, + 1536, + 1537, + 1538, + 1539, + 1540, + 1541, + 1542, + 1543, + 1544, + 1545, + 1546, + 1547, + 1548, + 1549, + 1550, + 1551, + 1552, + 1553, + 1554, + 1555, + 1556, + 5195, + 5196, + 5197, + 5200, + 5201, + 5202, + 5203, + 5204, + 5205, + 5887, + 5888, + 5889, + 5890, + 5891, + 5892, + 5893, + 5900, + 5901, + 5902, + 5915, + 5916, + 5917, + 5918, + 5937, + 5938, + 5939, + 5940, + 5941, + 5942, + 5949, + 5950, + 5951, + 5952, + 5953, + 5954, + 5955, + 5956, + 5975, + 5976, + 5977, + 6552, + 6553, + 6554, + 6555, + 6556, + 6557, + 6558, + 6559, + 6560, + 6561, + 6562, + 6563, + 6564, + 6565, + 6566, + 6567, + 6568, + 6569, + 6570, + 6571, + 6572, + 6573, + 6574, + 6575, + 6576, + 6577, + 6578, + 6579, + 6580, + 6581, + 6582, + 6583, + 6584, + 6585, + 6586, + 6587, + 6588, + 6589, + 6590, + 6591, + 6592, + 6593, + 6594, + 6595, + 6596, + 6597, + 6598, + 6599, + 6600, + 6601, + 6602, + 6603, + 6604, + 6605, + 6606, + 6607, + 6608, + 6609, + 6610, + 6611, + 6612, + 6613, + 6614, + 6615, + 6616, + 6617, + 6618, + 6619, + 6620, + 6621, + 6622, + 6623, + 6624, + 6625, + 6626, + 6627, + 6628, + 6629, + 6630, + 6631, + 6632, + 6633, + 6634, + 6635, + 6636, + 6637, + 6638, + 6639, + 6640, + 6641, + 6642, + 6643, + 6644, + 6645, + 6646, + 6647, + 6648, + 6649, + 6650, + 6651, + 6652, + 6653, + 6654, + 6655, + 6656, + 6657, + 6658, + 6659, + 6660, + 6661, + 6662, + 6663, + 6664, + 6665, + 6666, + 6667, + 6668, + 6669, + 6670, + 6671, + 6672, + 6673, + 6674, + 6675, + 6676, + 6677, + 6678, + 6679, + 6680, + 6681, + 6682, + 6683, + 6684, + 6685, + 6686, + 6698, + 6699, + 6700, + 6701, + 6702, + 6703, + 6704, + 6705, + 6706, + 6707, + 6708, + 6709, + 6710, + 6711, + 6712, + 6713, + 6714, + 6715, + 6716, + 6717, + 6718, + 6719, + 6720, + 6721, + 6722, + 6723, + 6724, + 6725, + 6726, + 6727, + 6728, + 6729, + 6730, + 6731, + 6732, + 6733, + 6734, + 6735, + 6736, + 6737, + 6738, + 6739, + 6740, + 6741, + 6742, + 6743, + 6744, + 6745, + 6746, + 6747, + 6748, + 6749, + 6750, + 6751, + 6752, + 6753, + 6754, + 6755, + 6756, + 6757, + 6758, + 6759, + 6760, + 6761, + 6762, + 6763, + 6764, + 6765, + 24019, + 24035 + ], + "geometryTypes": [ + "LineString", + "MultiLineString" + ], + "multipartCount": 2, + "coordinateCount": { + "minimum": 2, + "median": 2, + "p95": 5, + "maximum": 367 + }, + "bounds": [ + -122.343072749438, + 47.6204015505191, + -122.34223544453, + 47.6209468464272 + ], + "nullRates": { + "Type": 1, + "UseDesignation": 1, + "Width": 1, + "Color": 0, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [], + "UseDesignation": [], + "Width": [], + "Color": [ + "Green" + ], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 36, + "near": 36 + }, + "distinctLaneWidths": [] + }, + { + "key": "longitudinalMarkings", + "provider": "City of Seattle Department of Transportation", + "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "layerId": 4, + "layerName": "Longitudinal_Markings", + "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-21T20:53:15.023Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "1=1", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/query?f=geojson&where=1%3D1&objectIds=260%2C383%2C593%2C672%2C1381%2C2057%2C2210%2C2238%2C2508%2C3010%2C3920%2C4065%2C4083%2C5265%2C5429%2C5600%2C6411%2C6453%2C6794%2C7262%2C7372%2C7427%2C7725%2C8241%2C10262%2C10316%2C10839%2C11828%2C12454%2C12547%2C12607%2C13205%2C13669%2C14568%2C14962%2C15146%2C15161%2C16028%2C17077%2C17179%2C17568%2C18132%2C18322%2C18563%2C20335%2C20615%2C20619%2C20690%2C20956%2C21399%2C21442%2C21943%2C22054%2C22240%2C22606%2C23039%2C23098%2C23257%2C23719%2C23789%2C24824%2C25083%2C25215%2C25250%2C25268%2C25476%2C28058%2C28222%2C28283%2C28722%2C29044%2C30488%2C31072%2C31248%2C32285%2C32884%2C32885%2C33152%2C34807%2C35143%2C35675%2C36148%2C36349%2C36761%2C37244%2C37245%2C37419%2C37454%2C38217%2C38218%2C38848%2C39652%2C40853%2C42134%2C42135%2C42334%2C42615%2C42949%2C43048%2C43508&outFields=*&outSR=4326&returnGeometry=true", + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/query?f=geojson&where=1%3D1&objectIds=43509%2C43590%2C43740%2C45121%2C45718%2C45897%2C46179%2C46771%2C47646%2C48089%2C48970%2C50797%2C50922%2C51798%2C52185%2C52434%2C53972%2C54227%2C54412%2C54819%2C54864%2C55417%2C55540%2C55541%2C56070%2C56424%2C56660%2C57537%2C58060%2C58965%2C59042%2C59171%2C60286%2C61324%2C61579%2C61776%2C61917%2C62192%2C63006%2C64200%2C65354%2C65428%2C65702%2C66973%2C67126%2C68366%2C69360%2C69717%2C70212%2C70239%2C70506%2C70820%2C71051%2C71091%2C71290%2C71719%2C73295%2C73518%2C73822%2C73879%2C74310%2C74885%2C75022%2C75111%2C75505%2C75670%2C76288%2C76355%2C76569%2C76589%2C76763%2C77301%2C77397%2C77597&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "b20e6aa542650a101243c98aff04813abcca3bdff495cab6b5418a1cc0a0a898", + "rawByteCount": 92840, + "rawFeatureCount": 174, + "outputFeatureCount": 174, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 174, + "objectIds": [ + 260, + 383, + 593, + 672, + 1381, + 2057, + 2210, + 2238, + 2508, + 3010, + 3920, + 4065, + 4083, + 5265, + 5429, + 5600, + 6411, + 6453, + 6794, + 7262, + 7372, + 7427, + 7725, + 8241, + 10262, + 10316, + 10839, + 11828, + 12454, + 12547, + 12607, + 13205, + 13669, + 14568, + 14962, + 15146, + 15161, + 16028, + 17077, + 17179, + 17568, + 18132, + 18322, + 18563, + 20335, + 20615, + 20619, + 20690, + 20956, + 21399, + 21442, + 21943, + 22054, + 22240, + 22606, + 23039, + 23098, + 23257, + 23719, + 23789, + 24824, + 25083, + 25215, + 25250, + 25268, + 25476, + 28058, + 28222, + 28283, + 28722, + 29044, + 30488, + 31072, + 31248, + 32285, + 32884, + 32885, + 33152, + 34807, + 35143, + 35675, + 36148, + 36349, + 36761, + 37244, + 37245, + 37419, + 37454, + 38217, + 38218, + 38848, + 39652, + 40853, + 42134, + 42135, + 42334, + 42615, + 42949, + 43048, + 43508, + 43509, + 43590, + 43740, + 45121, + 45718, + 45897, + 46179, + 46771, + 47646, + 48089, + 48970, + 50797, + 50922, + 51798, + 52185, + 52434, + 53972, + 54227, + 54412, + 54819, + 54864, + 55417, + 55540, + 55541, + 56070, + 56424, + 56660, + 57537, + 58060, + 58965, + 59042, + 59171, + 60286, + 61324, + 61579, + 61776, + 61917, + 62192, + 63006, + 64200, + 65354, + 65428, + 65702, + 66973, + 67126, + 68366, + 69360, + 69717, + 70212, + 70239, + 70506, + 70820, + 71051, + 71091, + 71290, + 71719, + 73295, + 73518, + 73822, + 73879, + 74310, + 74885, + 75022, + 75111, + 75505, + 75670, + 76288, + 76355, + 76569, + 76589, + 76763, + 77301, + 77397, + 77597 + ], + "geometryTypes": [ + "LineString" + ], + "multipartCount": 0, + "coordinateCount": { + "minimum": 2, + "median": 2, + "p95": 5, + "maximum": 13 + }, + "bounds": [ + -122.343427982657, + 47.6198096983168, + -122.342257727067, + 47.6219372184277 + ], + "nullRates": { + "Type": 0, + "UseDesignation": 1, + "Width": 1, + "Color": 0, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [ + "10'/20' pattern", + "2' dash, 4' skip", + "Solid" + ], + "UseDesignation": [], + "Width": [], + "Color": [ + "White", + "Yellow" + ], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 0, + "near": 0 + }, + "distinctLaneWidths": [] + }, + { + "key": "transverseMarkings", + "provider": "City of Seattle Department of Transportation", + "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "layerId": 5, + "layerName": "TransverseMarkings", + "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-22T00:11:51.850Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "1=1", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/query?f=geojson&where=1%3D1&objectIds=3081%2C5859%2C12644%2C13281%2C14358%2C19235%2C19237%2C20610%2C22932%2C24340%2C25910%2C27743%2C28173%2C28392%2C31839%2C33219%2C35100%2C35248%2C41202%2C42867%2C46363%2C47021%2C48367%2C48465%2C49735%2C49983%2C50102%2C50229%2C52722%2C55032%2C56849%2C57092%2C57536%2C58153%2C59963%2C60163%2C60836%2C61327%2C62760%2C63017%2C63702%2C64287%2C64763%2C65576%2C66235%2C68701%2C71659%2C72746%2C74339%2C76892%2C77723%2C81067%2C82730%2C84752%2C85002%2C85699%2C86477%2C88743%2C90926%2C94715%2C95894%2C97807%2C98496%2C101051%2C103842%2C103900%2C109050%2C109348%2C112545%2C113138%2C113204%2C113466%2C113850%2C114388&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "7870c726a070356077776c088e336dcdf40cd26cdb140de098b53bb073df670d", + "rawByteCount": 54254, + "rawFeatureCount": 74, + "outputFeatureCount": 74, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 74, + "objectIds": [ + 3081, + 5859, + 12644, + 13281, + 14358, + 19235, + 19237, + 20610, + 22932, + 24340, + 25910, + 27743, + 28173, + 28392, + 31839, + 33219, + 35100, + 35248, + 41202, + 42867, + 46363, + 47021, + 48367, + 48465, + 49735, + 49983, + 50102, + 50229, + 52722, + 55032, + 56849, + 57092, + 57536, + 58153, + 59963, + 60163, + 60836, + 61327, + 62760, + 63017, + 63702, + 64287, + 64763, + 65576, + 66235, + 68701, + 71659, + 72746, + 74339, + 76892, + 77723, + 81067, + 82730, + 84752, + 85002, + 85699, + 86477, + 88743, + 90926, + 94715, + 95894, + 97807, + 98496, + 101051, + 103842, + 103900, + 109050, + 109348, + 112545, + 113138, + 113204, + 113466, + 113850, + 114388 + ], + "geometryTypes": [ + "LineString" + ], + "multipartCount": 0, + "coordinateCount": { + "minimum": 2, + "median": 5, + "p95": 5, + "maximum": 5 + }, + "bounds": [ + -122.342618150325, + 47.620680798818, + -122.34223486843, + 47.6210966042388 + ], + "nullRates": { + "Type": 1, + "UseDesignation": 1, + "Width": 1, + "Color": 0, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [], + "UseDesignation": [], + "Width": [], + "Color": [ + "White" + ], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 0, + "near": 0 + }, + "distinctLaneWidths": [] + }, + { + "key": "symbols", + "provider": "City of Seattle Department of Transportation", + "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "layerId": 6, + "layerName": "Legend_and_Symbols", + "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-21T20:53:00.677Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "1=1", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/query?f=geojson&where=1%3D1&objectIds=2396%2C8245%2C8887%2C9352%2C10208%2C12061%2C12223%2C13091%2C13487%2C13943%2C15647%2C15688%2C15872%2C16041%2C16581%2C16832%2C17392&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "3d157989df630653d757fb75cbb0abff133e4519b0edf5468a5a742a2a34fb24", + "rawByteCount": 177201, + "rawFeatureCount": 17, + "outputFeatureCount": 17, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 17, + "objectIds": [ + 2396, + 8245, + 8887, + 9352, + 10208, + 12061, + 12223, + 13091, + 13487, + 13943, + 15647, + 15688, + 15872, + 16041, + 16581, + 16832, + 17392 + ], + "geometryTypes": [ + "MultiLineString" + ], + "multipartCount": 17, + "coordinateCount": { + "minimum": 32, + "median": 358, + "p95": 494, + "maximum": 494 + }, + "bounds": [ + -122.342772216614, + 47.620611292452, + -122.342239795843, + 47.6211661041943 + ], + "nullRates": { + "Type": 1, + "UseDesignation": 1, + "Width": 1, + "Color": 1, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [], + "UseDesignation": [], + "Width": [], + "Color": [], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 0, + "near": 0 + }, + "distinctLaneWidths": [] + }, + { + "key": "streets", + "provider": "City of Seattle Department of Transportation", + "itemId": "f91318f1cc43489fb0e7aca2fde22899", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer", + "layerId": 0, + "layerName": "Seattle Streets", + "catalogUrl": "https://catalog.data.gov/dataset/seattle-streets", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-25T14:28:36.288Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "STATUS = 'INSVC'", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/query?f=geojson&where=STATUS+%3D+%27INSVC%27&objectIds=10576131%2C10578378%2C10578379%2C10591189&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "aa5e5e98efa485c8e349b24e4608e4e053b3327364bef8d2983425026a1f43f9", + "rawByteCount": 6007, + "rawFeatureCount": 4, + "outputFeatureCount": 4, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 4, + "objectIds": [ + 10576131, + 10578378, + 10578379, + 10591189 + ], + "geometryTypes": [ + "LineString" + ], + "multipartCount": 0, + "coordinateCount": { + "minimum": 2, + "median": 2, + "p95": 3, + "maximum": 3 + }, + "bounds": [ + -122.343684649472, + 47.6197196126764, + -122.341076469081, + 47.6220557452641 + ], + "nullRates": { + "Type": 1, + "UseDesignation": 1, + "Width": 1, + "Color": 1, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [], + "UseDesignation": [], + "Width": [], + "Color": [], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 0, + "near": 0 + }, + "distinctLaneWidths": [] + }, + { + "key": "sidewalks", + "provider": "City of Seattle Department of Transportation", + "itemId": "20abc2269f6f4283a53cf31b93de718f", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer", + "layerId": 0, + "layerName": "Sidewalks", + "catalogUrl": "https://catalog.data.gov/dataset/sidewalks-32d94", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-25T13:43:58.163Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "CURRENT_STATUS IN ('INSVC', 'PLNRECON') OR CURRENT_STATUS = ''", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/query?f=geojson&where=CURRENT_STATUS+IN+%28%27INSVC%27%2C+%27PLNRECON%27%29+OR+CURRENT_STATUS+%3D+%27%27&objectIds=33562573%2C33563117%2C33563218%2C33563382%2C33567168%2C33567857%2C33571585%2C33572077%2C33573069%2C33573070%2C33580447%2C33580448%2C33585530%2C33585531&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "2cfe4b55151a145f03327d4b7cc0a881c60e7652097fe081283d899f3631bc8a", + "rawByteCount": 24631, + "rawFeatureCount": 14, + "outputFeatureCount": 14, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 14, + "objectIds": [ + 33562573, + 33563117, + 33563218, + 33563382, + 33567168, + 33567857, + 33571585, + 33572077, + 33573069, + 33573070, + 33580447, + 33580448, + 33585530, + 33585531 + ], + "geometryTypes": [ + "LineString" + ], + "multipartCount": 0, + "coordinateCount": { + "minimum": 2, + "median": 3, + "p95": 3, + "maximum": 3 + }, + "bounds": [ + -122.343540124808, + 47.6197778425813, + -122.341120389932, + 47.6219944142207 + ], + "nullRates": { + "Type": 1, + "UseDesignation": 1, + "Width": 1, + "Color": 1, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [], + "UseDesignation": [], + "Width": [], + "Color": [], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 0, + "near": 0 + }, + "distinctLaneWidths": [] + }, + { + "key": "crosswalks", + "provider": "City of Seattle Department of Transportation", + "itemId": "53635945962e42b9a1f4473557176861", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Marked_Crosswalks_CDL/FeatureServer", + "layerId": 0, + "layerName": "Marked Crosswalks", + "catalogUrl": "https://catalog.data.gov/dataset/marked-crosswalks", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-25T19:46:53.080Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "CURRENT_STATUS IN ('INSVC', 'PLNRECON') OR CURRENT_STATUS = ''", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Marked_Crosswalks_CDL/FeatureServer/0/query?f=geojson&where=CURRENT_STATUS+IN+%28%27INSVC%27%2C+%27PLNRECON%27%29+OR+CURRENT_STATUS+%3D+%27%27&objectIds=4832861%2C4837515&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "500a03072ce01eb3b8351d6ccd29cb04e2acf10a124ed34a1731cc6955d2dba1", + "rawByteCount": 2967, + "rawFeatureCount": 2, + "outputFeatureCount": 2, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 2, + "objectIds": [ + 4832861, + 4837515 + ], + "geometryTypes": [ + "Point" + ], + "multipartCount": 0, + "coordinateCount": { + "minimum": 1, + "median": 1, + "p95": 1, + "maximum": 1 + }, + "bounds": [ + -122.342382385921, + 47.620811753049, + -122.342381088231, + 47.6209623820276 + ], + "nullRates": { + "Type": 1, + "UseDesignation": 1, + "Width": 1, + "Color": 1, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [], + "UseDesignation": [], + "Width": [], + "Color": [], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 0, + "near": 0 + }, + "distinctLaneWidths": [] + }, + { + "key": "bikeFacilities", + "provider": "City of Seattle Department of Transportation", + "itemId": "bf36bd11b499489d8cc1d491b72eb712", + "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Bike_Facilities/FeatureServer", + "layerId": 2, + "layerName": "Existing Bike Facilities", + "catalogUrl": "https://catalog.data.gov/dataset/existing-bike-facilities", + "retrievedAt": "2026-08-25T23:06:11.278Z", + "sourceLastEdit": "2026-08-25T19:32:55.064Z", + "query": { + "geometry": [ + -122.3431, + 47.62025, + -122.3415, + 47.6215 + ], + "geometryType": "esriGeometryEnvelope", + "where": "CURRENT_STATUS = 'INSVC'", + "outFields": "*", + "outSR": 4326, + "paging": "sorted object IDs in pages of at most 100" + }, + "queryUrls": [ + "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Bike_Facilities/FeatureServer/2/query?f=geojson&where=CURRENT_STATUS+%3D+%27INSVC%27&objectIds=4712115%2C4712832%2C4713599%2C4713761&outFields=*&outSR=4326&returnGeometry=true" + ], + "rawSha256": "82dd952ceb477cc073c555d1313187cdabd4c3c65437f312f06d7085d8b7b4aa", + "rawByteCount": 6051, + "rawFeatureCount": 4, + "outputFeatureCount": 4, + "license": "PDDL 1.0", + "transformations": [ + "requested EPSG:4326 output", + "sorted by source object ID" + ], + "featureCount": 4, + "objectIds": [ + 4712115, + 4712832, + 4713599, + 4713761 + ], + "geometryTypes": [ + "LineString" + ], + "multipartCount": 0, + "coordinateCount": { + "minimum": 2, + "median": 2, + "p95": 2, + "maximum": 2 + }, + "bounds": [ + -122.343684649381, + 47.6197196128321, + -122.341076469708, + 47.622055745315 + ], + "nullRates": { + "Type": 1, + "UseDesignation": 1, + "Width": 1, + "Color": 1, + "Material": 1, + "DataConfidence": 1 + }, + "distinctValues": { + "Type": [], + "UseDesignation": [], + "Width": [], + "Color": [], + "Material": [], + "DataConfidence": [] + }, + "duplicates": { + "exact": 0, + "near": 0 + }, + "distinctLaneWidths": [] + } + ], + "derivations": [ + { + "output": "laneBands", + "operation": "centered equal-width offsets", + "sourceKeys": [ + "streets", + "laneWidths" + ], + "outputFeatureCount": 8 + }, + { + "output": "crosswalkGuides", + "operation": "perpendicular baseline across official surface width", + "sourceKeys": [ + "crosswalks", + "streets" + ], + "matchedTransverseMarkingCount": 60, + "outputFeatureCount": 2 + }, + { + "output": "symbolPaths", + "operation": "endpoint-connected CAD fragment stitching", + "sourceKeys": [ + "symbols" + ], + "parameters": { + "maximumJoinDistanceMeters": 0.002 + }, + "outputFeatureCount": 92 + } + ], + "validation": { + "extractionGate": { + "passed": true, + "criteria": { + "twoLongitudinalPatterns": true, + "trueDashSkipPattern": true, + "denseDashedPath": true, + "bicyclePanel": true, + "markedCrosswalk": true, + "curbOrSeparator": true, + "streetSurfaceWidth": true, + "laneWidths": true, + "sourceContext": true + } + }, + "symbolStitching": { + "sourceFeatureCount": 17, + "sourcePathCount": 1480, + "outputPathCount": 92, + "maximumJoinDistanceMeters": 0.002, + "bridgeCount": 2, + "maximumBridgeDistanceMeters": 0.00009942759594196398 + }, + "spatialAlignment": { + "laneWidthToStreetResidualMeters": [ + 1.4195515536652437, + 55.53763718774784 + ], + "spatialJoins": [ + { + "streetObjectId": 10576131, + "laneWidthObjectId": 15167, + "residualMeters": 1.4195515536652437 + }, + { + "streetObjectId": 10591189, + "laneWidthObjectId": 15167, + "residualMeters": 55.53763718774784 + } + ] + }, + "warnings": [ + "Longitudinal Width is null throughout this crop; the example uses a disclosed cartographic fallback stroke width." + ], + "errors": [] + }, + "license": { + "name": "Public Domain Dedication and License 1.0", + "shortName": "PDDL 1.0", + "url": "https://opendatacommons.org/licenses/pddl/1-0/", + "attribution": "Road, sidewalk, bicycle-facility, crosswalk, and channelization data: City of Seattle Department of Transportation." + } +} diff --git a/scripts/path-style-extension/README.md b/scripts/path-style-extension/README.md new file mode 100644 index 0000000..fb6af52 --- /dev/null +++ b/scripts/path-style-extension/README.md @@ -0,0 +1,46 @@ +# PathStyleExtension Seattle road-diagram data + +These scripts create and validate the pinned data snapshot used by the +[`PathStyleExtension` street-design example](https://github.com/visgl/deck.gl/tree/master/examples/website/path-style-extension). +The website never queries the live City of Seattle ArcGIS services. + +From the repository root: + +```bash +node scripts/path-style-extension/score-candidate-sites.mjs +node scripts/path-style-extension/extract-seattle-road-diagram.mjs +node scripts/path-style-extension/validate-seattle-road-diagram.mjs +``` + +The generated files are written to `examples/path-style-extension/data`. + +The extractor pages a bounded query by sorted object ID, requests WGS84 GeoJSON, preserves every +returned source property, records the exact page URLs and hashes, and writes a machine-readable +manifest plus a human-readable audit report. It also creates two documented cartographic +derivations and one topology-repaired display representation: + +- equal-width approach lane bands from Seattle Streets centerlines and nearby 12-foot `LaneWidth` + records; +- justified crosswalk guides from in-service Marked Crosswalk points and Seattle Streets surface + widths. The extractor records which source stripe polygons each guide replaces in the display so + the same crosswalk is not painted twice. +- continuous pavement-symbol paths by joining CAD fragment endpoints no more than 2 millimeters + apart. Every source coordinate is retained, and any nonzero bridge is recorded in the manifest. + +Raw source geometry is preserved without simplification, manual redrawing, or snapping. The +checked-in snapshot is for demonstrating deck.gl and is not suitable for engineering, +construction, legal interpretation, or navigation. + +## Sources + +- [Thomas Street project](https://www.seattle.gov/transportation/projects-and-programs/programs/greenways-program/thomas-st-5th-ave-n-to-dexter-ave-n) +- [SDOT protected-intersection update](https://sdotblog.seattle.gov/2024/05/10/thomas-and-dexter-protected-intersection-update/) +- [SDOT Channelization FeatureServer](https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer) +- [Seattle Streets](https://catalog.data.gov/dataset/seattle-streets) +- [Sidewalks](https://catalog.data.gov/dataset/sidewalks-32d94) +- [Marked Crosswalks](https://catalog.data.gov/dataset/marked-crosswalks) +- [Existing Bike Facilities](https://catalog.data.gov/dataset/existing-bike-facilities) +- [SDOT GIS datasets and public-data terms](https://cos-data.seattle.gov/Transportation/SDOT-GIS-Datasets/jyjy-n3ap) + +City of Seattle Department of Transportation data is used under the Public Domain Dedication and +License (PDDL) 1.0 and remains subject to the city's accuracy and service-availability disclaimers. diff --git a/scripts/path-style-extension/extract-seattle-road-diagram.mjs b/scripts/path-style-extension/extract-seattle-road-diagram.mjs new file mode 100644 index 0000000..bcabc53 --- /dev/null +++ b/scripts/path-style-extension/extract-seattle-road-diagram.mjs @@ -0,0 +1,919 @@ +// deck.gl +// SPDX-License-Identifier: MIT +// Copyright (c) vis.gl contributors + +import {createHash} from 'node:crypto'; +import {execFileSync} from 'node:child_process'; +import {mkdir, writeFile} from 'node:fs/promises'; +import {dirname, resolve} from 'node:path'; +import {fileURLToPath} from 'node:url'; + +const SCRIPT_DIRECTORY = dirname(fileURLToPath(import.meta.url)); +const REPOSITORY_ROOT = resolve(SCRIPT_DIRECTORY, '../..'); + +export const DISPLAY_BOUNDS = [-122.3431, 47.62025, -122.3415, 47.6215]; +export const CANDIDATE_NAME = 'Dexter Avenue N and Thomas Street, Seattle, Washington'; + +const CHANNELIZATION_URL = + 'https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer'; +const SEATTLE_SERVICE_ROOT = + 'https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services'; + +export const SOURCES = [ + ...[ + ['verticalElements', 0, 'VerticalElements'], + ['laneWidths', 1, 'LaneWidth'], + ['background', 2, 'GENBKGRND'], + ['panelMarkings', 3, 'PanelMarkings'], + ['longitudinalMarkings', 4, 'Longitudinal_Markings'], + ['transverseMarkings', 5, 'TransverseMarkings'], + ['symbols', 6, 'Legend_and_Symbols'] + ].map(([key, layerId, layerName]) => ({ + key, + provider: 'City of Seattle Department of Transportation', + itemId: 'e7c54ba0f1b24128a9cb2a95912a5194', + serviceUrl: CHANNELIZATION_URL, + layerId, + layerName, + where: '1=1', + catalogUrl: + 'https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer' + })), + { + key: 'streets', + provider: 'City of Seattle Department of Transportation', + itemId: 'f91318f1cc43489fb0e7aca2fde22899', + serviceUrl: `${SEATTLE_SERVICE_ROOT}/Seattle_Streets_1/FeatureServer`, + layerId: 0, + layerName: 'Seattle Streets', + where: "STATUS = 'INSVC'", + catalogUrl: 'https://catalog.data.gov/dataset/seattle-streets' + }, + { + key: 'sidewalks', + provider: 'City of Seattle Department of Transportation', + itemId: '20abc2269f6f4283a53cf31b93de718f', + serviceUrl: `${SEATTLE_SERVICE_ROOT}/Sidewalks_CDL/FeatureServer`, + layerId: 0, + layerName: 'Sidewalks', + where: "CURRENT_STATUS IN ('INSVC', 'PLNRECON') OR CURRENT_STATUS = ''", + catalogUrl: 'https://catalog.data.gov/dataset/sidewalks-32d94' + }, + { + key: 'crosswalks', + provider: 'City of Seattle Department of Transportation', + itemId: '53635945962e42b9a1f4473557176861', + serviceUrl: `${SEATTLE_SERVICE_ROOT}/Marked_Crosswalks_CDL/FeatureServer`, + layerId: 0, + layerName: 'Marked Crosswalks', + where: "CURRENT_STATUS IN ('INSVC', 'PLNRECON') OR CURRENT_STATUS = ''", + catalogUrl: 'https://catalog.data.gov/dataset/marked-crosswalks' + }, + { + key: 'bikeFacilities', + provider: 'City of Seattle Department of Transportation', + itemId: 'bf36bd11b499489d8cc1d491b72eb712', + serviceUrl: `${SEATTLE_SERVICE_ROOT}/SDOT_Bike_Facilities/FeatureServer`, + layerId: 2, + layerName: 'Existing Bike Facilities', + where: "CURRENT_STATUS = 'INSVC'", + catalogUrl: 'https://catalog.data.gov/dataset/existing-bike-facilities' + } +]; + +const IMPORTANT_FIELDS = [ + 'Type', + 'UseDesignation', + 'Width', + 'Color', + 'Material', + 'DataConfidence' +]; +const FEET_TO_METERS = 0.3048; +const APPROACH_LANE_WIDTH_FEET = 12; +const APPROACH_LANE_WIDTH_METERS = APPROACH_LANE_WIDTH_FEET * FEET_TO_METERS; +export const SYMBOL_JOIN_TOLERANCE_METERS = 0.002; +const CROSSWALK_WIDTH_METERS = 3; +const CROSSWALK_MATCH_PADDING_METERS = 0.25; +// Only Dexter has nearby 12-foot annotations aligned with its centerline. Thomas Street remains +// visible as an official surface but is not split into inferred lanes. +const APPROACH_ROAD_KEYS = new Set([10072, 10073]); + +function sha256(value) { + return createHash('sha256').update(value).digest('hex'); +} + +function formatDate(timestamp) { + return timestamp ? new Date(timestamp).toISOString() : null; +} + +function getGeneratorCommit() { + if (process.env.GITHUB_SHA) { + return process.env.GITHUB_SHA; + } + return execFileSync('git', ['rev-parse', 'HEAD'], { + cwd: REPOSITORY_ROOT, + encoding: 'utf8' + }).trim(); +} + +function createQueryUrl(source, extraParameters = {}) { + const url = new URL(`${source.serviceUrl}/${source.layerId}/query`); + const parameters = { + f: 'json', + where: source.where, + geometry: DISPLAY_BOUNDS.join(','), + geometryType: 'esriGeometryEnvelope', + inSR: '4326', + spatialRel: 'esriSpatialRelIntersects', + ...extraParameters + }; + for (const [key, value] of Object.entries(parameters)) { + url.searchParams.set(key, String(value)); + } + return url; +} + +async function fetchText(url) { + const response = await fetch(url); + if (!response.ok) { + throw new Error(`${response.status} ${response.statusText}: ${url}`); + } + return response.text(); +} + +async function fetchJson(url) { + const text = await fetchText(url); + const data = JSON.parse(text); + if (data.error) { + throw new Error(`${data.error.message}: ${url}`); + } + return {data, text}; +} + +async function querySource(source) { + const metadataUrl = `${source.serviceUrl}/${source.layerId}?f=json`; + const [{data: metadata}, {data: idResponse}] = await Promise.all([ + fetchJson(metadataUrl), + fetchJson(createQueryUrl(source, {returnIdsOnly: true, returnGeometry: false})) + ]); + const objectIds = [...(idResponse.objectIds || [])].sort((a, b) => a - b); + const objectIdField = metadata.objectIdField || metadata.objectIdFieldName || 'OBJECTID'; + // Keep object-ID query strings below conservative proxy and CDN URL-length limits. + const pageSize = Math.min(metadata.maxRecordCount || 1000, 100); + const responses = []; + const features = []; + const queryUrls = []; + + for (let index = 0; index < objectIds.length; index += pageSize) { + const page = objectIds.slice(index, index + pageSize); + const url = createQueryUrl(source, { + f: 'geojson', + objectIds: page.join(','), + outFields: '*', + outSR: 4326, + returnGeometry: true + }); + // Object IDs already encode the bounded query; omitting the envelope from page requests + // makes the downloaded query URL easier to reproduce independently. + url.searchParams.delete('geometry'); + url.searchParams.delete('geometryType'); + url.searchParams.delete('inSR'); + url.searchParams.delete('spatialRel'); + const {data, text} = await fetchJson(url); + responses.push(text); + queryUrls.push(url.toString()); + features.push(...(data.features || [])); + } + + features.sort( + (featureA, featureB) => + Number(featureA.properties[objectIdField]) - Number(featureB.properties[objectIdField]) + ); + + return { + metadata, + objectIdField, + objectIds, + queryUrls, + rawText: responses.join('\n'), + featureCollection: {type: 'FeatureCollection', features} + }; +} + +function visitCoordinates(geometry, visitor) { + if (!geometry) { + return; + } + const visit = coordinates => { + if (typeof coordinates[0] === 'number') { + visitor(coordinates); + } else { + for (const child of coordinates) { + visit(child); + } + } + }; + visit(geometry.coordinates); +} + +function getCoordinateCount(geometry) { + let count = 0; + visitCoordinates(geometry, () => count++); + return count; +} + +function getBounds(features) { + const bounds = [Infinity, Infinity, -Infinity, -Infinity]; + for (const feature of features) { + visitCoordinates(feature.geometry, ([longitude, latitude]) => { + bounds[0] = Math.min(bounds[0], longitude); + bounds[1] = Math.min(bounds[1], latitude); + bounds[2] = Math.max(bounds[2], longitude); + bounds[3] = Math.max(bounds[3], latitude); + }); + } + return Number.isFinite(bounds[0]) ? bounds : null; +} + +function getDistinctValues(features, field) { + return [ + ...new Set( + features + .map(feature => feature.properties[field]) + .filter(value => value !== null && value !== undefined && value !== '') + ) + ].sort((valueA, valueB) => String(valueA).localeCompare(String(valueB))); +} + +function getDuplicateCounts(features, objectIdField) { + const exact = new Map(); + const near = new Map(); + for (const feature of features) { + const properties = {...feature.properties}; + delete properties[objectIdField]; + const exactKey = JSON.stringify([feature.geometry, properties]); + exact.set(exactKey, (exact.get(exactKey) || 0) + 1); + + const roundedCoordinates = JSON.stringify(feature.geometry, (key, value) => + typeof value === 'number' ? Number(value.toFixed(6)) : value + ); + const nearKey = `${roundedCoordinates}:${properties.Type}:${properties.Color}`; + near.set(nearKey, (near.get(nearKey) || 0) + 1); + } + const countExtras = values => + [...values.values()].reduce((total, count) => total + Math.max(0, count - 1), 0); + return {exact: countExtras(exact), near: countExtras(near)}; +} + +function summarizeSource(result) { + const features = result.featureCollection.features; + const coordinateCounts = features.map(feature => getCoordinateCount(feature.geometry)).sort((a, b) => a - b); + const percentile = ratio => + coordinateCounts.length + ? coordinateCounts[Math.min(coordinateCounts.length - 1, Math.floor(coordinateCounts.length * ratio))] + : 0; + const nullRates = Object.fromEntries( + IMPORTANT_FIELDS.map(field => [ + field, + features.length + ? features.filter(feature => feature.properties[field] == null || feature.properties[field] === '') + .length / features.length + : 1 + ]) + ); + + return { + featureCount: features.length, + objectIds: result.objectIds, + geometryTypes: [...new Set(features.map(feature => feature.geometry?.type || 'null'))].sort(), + multipartCount: features.filter(feature => feature.geometry?.type.startsWith('Multi')).length, + coordinateCount: { + minimum: coordinateCounts[0] || 0, + median: percentile(0.5), + p95: percentile(0.95), + maximum: coordinateCounts.at(-1) || 0 + }, + bounds: getBounds(features), + nullRates, + distinctValues: Object.fromEntries( + IMPORTANT_FIELDS.map(field => [field, getDistinctValues(features, field)]) + ), + duplicates: getDuplicateCounts(features, result.objectIdField) + }; +} + +function getLinePaths(geometry) { + if (geometry?.type === 'LineString') { + return [geometry.coordinates]; + } + if (geometry?.type === 'MultiLineString') { + return geometry.coordinates; + } + return []; +} + +function getDistanceMeters(pointA, pointB) { + const [x, y] = toLocalMeters(pointB, pointA); + return Math.hypot(x, y); +} + +function appendPath(path, addition, maximumDistanceMeters) { + const distanceMeters = getDistanceMeters(path.at(-1), addition[0]); + if (distanceMeters > maximumDistanceMeters) { + return null; + } + return { + path: distanceMeters === 0 ? [...path, ...addition.slice(1)] : [...path, ...addition], + bridgeDistanceMeters: distanceMeters + }; +} + +/** + * Joins CAD fragments whose endpoints are coincident or separated by a sub-survey-scale gap. + * Every source coordinate is retained; a nonzero gap is represented by an explicit bridge segment. + */ +export function stitchLinePaths(paths, maximumDistanceMeters = SYMBOL_JOIN_TOLERANCE_METERS) { + const remaining = paths + .map((path, sourcePathIndex) => ({path, sourcePathIndex})) + .filter(({path}) => path.length >= 2); + const stitchedPaths = []; + + const findNearestMatch = (endpoint, matchAtEnd) => { + let nearest = null; + for (let remainingIndex = 0; remainingIndex < remaining.length; remainingIndex++) { + const candidate = remaining[remainingIndex]; + for (const reverse of [false, true]) { + const coordinate = matchAtEnd + ? reverse + ? candidate.path[0] + : candidate.path.at(-1) + : reverse + ? candidate.path.at(-1) + : candidate.path[0]; + const distanceMeters = getDistanceMeters(endpoint, coordinate); + if ( + distanceMeters <= maximumDistanceMeters && + (!nearest || + distanceMeters < nearest.distanceMeters || + (distanceMeters === nearest.distanceMeters && + candidate.sourcePathIndex < nearest.candidate.sourcePathIndex)) + ) { + nearest = {candidate, distanceMeters, remainingIndex, reverse}; + } + } + } + return nearest; + }; + + while (remaining.length) { + const first = remaining.shift(); + let path = [...first.path]; + const sourcePathIndexes = [first.sourcePathIndex]; + const bridgeDistancesMeters = []; + + for (const extendAtStart of [false, true]) { + let match = findNearestMatch(extendAtStart ? path[0] : path.at(-1), extendAtStart); + while (match) { + const {candidate, remainingIndex, reverse} = match; + remaining.splice(remainingIndex, 1); + const orientedPath = reverse ? candidate.path.toReversed() : candidate.path; + const joined = extendAtStart + ? appendPath(orientedPath, path, maximumDistanceMeters) + : appendPath(path, orientedPath, maximumDistanceMeters); + path = joined.path; + sourcePathIndexes.push(candidate.sourcePathIndex); + if (joined.bridgeDistanceMeters > 0) { + bridgeDistancesMeters.push(joined.bridgeDistanceMeters); + } + match = findNearestMatch(extendAtStart ? path[0] : path.at(-1), extendAtStart); + } + } + + const closingDistanceMeters = getDistanceMeters(path[0], path.at(-1)); + if (closingDistanceMeters > 0 && closingDistanceMeters <= maximumDistanceMeters) { + path.push(path[0]); + bridgeDistancesMeters.push(closingDistanceMeters); + } + + stitchedPaths.push({ + path, + sourcePathIndexes: sourcePathIndexes.toSorted((indexA, indexB) => indexA - indexB), + bridgeDistancesMeters + }); + } + + return stitchedPaths; +} + +function toLocalMeters([longitude, latitude], origin) { + const latitudeRadians = (origin[1] * Math.PI) / 180; + return [ + (longitude - origin[0]) * 111320 * Math.cos(latitudeRadians), + (latitude - origin[1]) * 110540 + ]; +} + +function fromLocalMeters([x, y], origin) { + const latitudeRadians = (origin[1] * Math.PI) / 180; + return [origin[0] + x / (111320 * Math.cos(latitudeRadians)), origin[1] + y / 110540]; +} + +function getPointToSegmentDistance(point, start, end) { + const origin = point; + const [startX, startY] = toLocalMeters(start, origin); + const [endX, endY] = toLocalMeters(end, origin); + const segmentLengthSquared = (endX - startX) ** 2 + (endY - startY) ** 2; + const ratio = segmentLengthSquared + ? Math.max( + 0, + Math.min(1, (-(startX) * (endX - startX) + -(startY) * (endY - startY)) / segmentLengthSquared) + ) + : 0; + return Math.hypot(startX + ratio * (endX - startX), startY + ratio * (endY - startY)); +} + +function getPointToPathDistance(point, path) { + let distance = Infinity; + for (let index = 1; index < path.length; index++) { + distance = Math.min(distance, getPointToSegmentDistance(point, path[index - 1], path[index])); + } + return distance; +} + +function isClosedPath(path) { + const first = path[0]; + const last = path.at(-1); + return path.length >= 4 && first[0] === last[0] && first[1] === last[1]; +} + +function getPathCentroid(path) { + const coordinates = isClosedPath(path) ? path.slice(0, -1) : path; + return coordinates + .reduce( + ([longitude, latitude], coordinate) => [ + longitude + coordinate[0] / coordinates.length, + latitude + coordinate[1] / coordinates.length + ], + [0, 0] + ); +} + +function isPointWithinCrosswalk(point, path, widthMeters) { + const origin = path[0]; + const [endX, endY] = toLocalMeters(path.at(-1), origin); + const [pointX, pointY] = toLocalMeters(point, origin); + const pathLengthSquared = endX ** 2 + endY ** 2; + const pathLength = Math.sqrt(pathLengthSquared); + const ratio = (pointX * endX + pointY * endY) / pathLengthSquared; + const perpendicularDistanceMeters = Math.abs(pointX * endY - pointY * endX) / pathLength; + return ( + ratio >= 0 && + ratio <= 1 && + perpendicularDistanceMeters <= widthMeters / 2 + CROSSWALK_MATCH_PADDING_METERS + ); +} + +function getCrosswalkTransverseMarkingObjectIds(resultsByKey, path, widthMeters) { + return resultsByKey.transverseMarkings.featureCollection.features + .filter(feature => { + const sourcePaths = getLinePaths(feature.geometry); + return ( + sourcePaths.length === 1 && + isClosedPath(sourcePaths[0]) && + isPointWithinCrosswalk(getPathCentroid(sourcePaths[0]), path, widthMeters) + ); + }) + .map(feature => feature.properties.OBJECTID) + .sort((objectIdA, objectIdB) => Number(objectIdA) - Number(objectIdB)); +} + +function getSourceRef(source, feature) { + return { + provider: source.provider, + itemId: source.itemId, + layerId: source.layerId, + layerName: source.layerName, + objectId: feature.properties.OBJECTID + }; +} + +function createStitchedSymbolPaths(resultsByKey) { + const symbolSource = SOURCES.find(source => source.key === 'symbols'); + const symbolPaths = []; + let sourcePathCount = 0; + let bridgeCount = 0; + let maximumBridgeDistanceMeters = 0; + + for (const feature of resultsByKey.symbols.featureCollection.features) { + const sourcePaths = getLinePaths(feature.geometry); + sourcePathCount += sourcePaths.length; + const stitchedPaths = stitchLinePaths(sourcePaths); + for (let index = 0; index < stitchedPaths.length; index++) { + const stitched = stitchedPaths[index]; + bridgeCount += stitched.bridgeDistancesMeters.length; + maximumBridgeDistanceMeters = Math.max( + maximumBridgeDistanceMeters, + ...stitched.bridgeDistancesMeters + ); + symbolPaths.push({ + id: `symbol-${feature.properties.OBJECTID}-${index}`, + label: 'Pavement symbol', + path: stitched.path, + source: [getSourceRef(symbolSource, feature)], + properties: feature.properties, + derived: true, + derivation: { + operation: 'endpoint-connected CAD fragment stitching', + parameters: { + maximumJoinDistanceMeters: SYMBOL_JOIN_TOLERANCE_METERS, + sourcePathIndexes: stitched.sourcePathIndexes.join(','), + sourcePathCount: stitched.sourcePathIndexes.length, + bridgeCount: stitched.bridgeDistancesMeters.length, + maximumBridgeDistanceMeters: Math.max(0, ...stitched.bridgeDistancesMeters) + }, + representation: + 'topology-repaired display path; source coordinates retained and raw geometry remains pinned' + } + }); + } + } + + return { + symbolPaths, + summary: { + sourceFeatureCount: resultsByKey.symbols.featureCollection.features.length, + sourcePathCount, + outputPathCount: symbolPaths.length, + maximumJoinDistanceMeters: SYMBOL_JOIN_TOLERANCE_METERS, + bridgeCount, + maximumBridgeDistanceMeters + } + }; +} + +function createLaneBands(resultsByKey) { + const streetsSource = SOURCES.find(source => source.key === 'streets'); + const laneWidthSource = SOURCES.find(source => source.key === 'laneWidths'); + const streetFeatures = resultsByKey.streets.featureCollection.features.filter(feature => + APPROACH_ROAD_KEYS.has(Number(feature.properties.COMPKEY)) + ); + const widthFeatures = resultsByKey.laneWidths.featureCollection.features.filter( + feature => Number(feature.properties.LaneWidth) === APPROACH_LANE_WIDTH_FEET + ); + const laneBands = []; + const spatialJoins = []; + + for (const street of streetFeatures) { + const path = getLinePaths(street.geometry)[0]; + const nearestWidthFeature = widthFeatures + .map(feature => ({ + feature, + distanceMeters: getPointToPathDistance(feature.geometry.coordinates, path) + })) + .sort((resultA, resultB) => resultA.distanceMeters - resultB.distanceMeters)[0]; + const laneCount = 4; + const parentSources = [getSourceRef(streetsSource, street)]; + if (nearestWidthFeature) { + parentSources.push(getSourceRef(laneWidthSource, nearestWidthFeature.feature)); + spatialJoins.push({ + streetObjectId: street.properties.OBJECTID, + laneWidthObjectId: nearestWidthFeature.feature.properties.OBJECTID, + residualMeters: nearestWidthFeature.distanceMeters + }); + } + + for (let index = 0; index < laneCount; index++) { + laneBands.push({ + id: `lane-${street.properties.COMPKEY}-${index + 1}`, + path, + widthMeters: APPROACH_LANE_WIDTH_METERS, + offsetWidths: index - (laneCount - 1) / 2, + kind: 'vehicle', + source: parentSources, + derived: true, + derivation: { + operation: 'centered equal-width lane band from official street centerline', + parameters: { + laneWidthFeet: APPROACH_LANE_WIDTH_FEET, + laneCount, + offsetUnits: 'rendered path widths', + spatialJoinResidualMeters: nearestWidthFeature?.distanceMeters ?? null + }, + representation: 'cartographic depiction; not surveyed lane geometry' + } + }); + } + } + return {laneBands, spatialJoins}; +} + +function getNearestStreetSegment(point, streetFeatures) { + let nearest = null; + for (const street of streetFeatures) { + const path = getLinePaths(street.geometry)[0]; + for (let index = 1; index < path.length; index++) { + const distanceMeters = getPointToSegmentDistance(point, path[index - 1], path[index]); + if (!nearest || distanceMeters < nearest.distanceMeters) { + nearest = {street, start: path[index - 1], end: path[index], distanceMeters}; + } + } + } + return nearest; +} + +function createCrosswalkGuides(resultsByKey) { + const streetSource = SOURCES.find(source => source.key === 'streets'); + const crosswalkSource = SOURCES.find(source => source.key === 'crosswalks'); + const streetFeatures = resultsByKey.streets.featureCollection.features; + return resultsByKey.crosswalks.featureCollection.features.map(crosswalk => { + const point = crosswalk.geometry.coordinates; + const preferredStreet = streetFeatures.filter( + street => Number(street.properties.COMPKEY) === Number(crosswalk.properties.SEGKEY) + ); + const nearest = getNearestStreetSegment(point, preferredStreet.length ? preferredStreet : streetFeatures); + const surfaceWidthMeters = Number(nearest.street.properties.SURFACEWIDTH) * FEET_TO_METERS; + const localStart = toLocalMeters(nearest.start, point); + const localEnd = toLocalMeters(nearest.end, point); + const directionLength = Math.hypot(localEnd[0] - localStart[0], localEnd[1] - localStart[1]); + const normal = [ + -(localEnd[1] - localStart[1]) / directionLength, + (localEnd[0] - localStart[0]) / directionLength + ]; + const halfWidth = surfaceWidthMeters / 2; + const path = [ + fromLocalMeters([-normal[0] * halfWidth, -normal[1] * halfWidth], point), + fromLocalMeters([normal[0] * halfWidth, normal[1] * halfWidth], point) + ]; + const transverseMarkingObjectIds = getCrosswalkTransverseMarkingObjectIds( + resultsByKey, + path, + CROSSWALK_WIDTH_METERS + ); + return { + id: `crosswalk-guide-${crosswalk.properties.OBJECTID}`, + path, + widthMeters: CROSSWALK_WIDTH_METERS, + dashMeters: [0.6, 0.6], + dashPixels: [7, 7], + justified: true, + transverseMarkingObjectIds, + source: [ + getSourceRef(crosswalkSource, crosswalk), + getSourceRef(streetSource, nearest.street) + ], + properties: crosswalk.properties, + derived: true, + derivation: { + operation: 'perpendicular crosswalk guide centered on inventory point', + parameters: { + streetSurfaceWidthFeet: nearest.street.properties.SURFACEWIDTH, + sourceToCenterlineResidualMeters: nearest.distanceMeters, + barWidthMeters: 0.6, + gapWidthMeters: 0.6 + }, + representation: + 'cartographic crosswalk extent replacing matched SDOT stripe polygons in the display; raw linework remains pinned' + } + }; + }); +} + +function createGateValidation(resultsByKey) { + const longitudinal = resultsByKey.longitudinalMarkings.featureCollection.features; + const dashTypes = getDistinctValues(longitudinal, 'Type').filter(value => value !== 'Solid'); + const laneWidths = getDistinctValues(resultsByKey.laneWidths.featureCollection.features, 'LaneWidth'); + const gate = { + twoLongitudinalPatterns: dashTypes.length >= 2, + trueDashSkipPattern: dashTypes.some(value => /dash.+skip/i.test(String(value))), + denseDashedPath: longitudinal.some( + feature => + feature.properties.Type !== 'Solid' && getCoordinateCount(feature.geometry) >= 5 + ), + bicyclePanel: resultsByKey.panelMarkings.featureCollection.features.length > 0, + markedCrosswalk: resultsByKey.crosswalks.featureCollection.features.length > 0, + curbOrSeparator: resultsByKey.verticalElements.featureCollection.features.length > 0, + streetSurfaceWidth: resultsByKey.streets.featureCollection.features.some( + feature => Number(feature.properties.SURFACEWIDTH) > 0 + ), + laneWidths: laneWidths.filter(value => Number(value) > 0).length >= 2, + sourceContext: + resultsByKey.sidewalks.featureCollection.features.length > 0 || + resultsByKey.background.featureCollection.features.length > 0 + }; + return {passed: Object.values(gate).every(Boolean), criteria: gate}; +} + +function renderReport(manifest) { + const sourceRows = manifest.sources + .map( + source => + `| ${source.layerName} | ${source.rawFeatureCount} | ${source.geometryTypes.join(', ')} | ${ + source.multipartCount + } | ${source.duplicates.exact} | ${source.duplicates.near} |` + ) + .join('\n'); + const gateRows = Object.entries(manifest.validation.extractionGate.criteria) + .map(([criterion, passed]) => `| ${criterion} | ${passed ? 'pass' : 'fail'} |`) + .join('\n'); + const longitudinal = manifest.sources.find(source => source.key === 'longitudinalMarkings'); + const widths = manifest.sources.find(source => source.key === 'laneWidths'); + + return `# Seattle road-diagram extraction report + +Generated: ${manifest.generatedAt} + +Candidate: ${CANDIDATE_NAME} + +Display bounds: \`${DISPLAY_BOUNDS.join(', ')}\` + +Extraction gate: **${manifest.validation.extractionGate.passed ? 'PASS' : 'FAIL'}** + +## Source summary + +| Layer | Features | Geometry | Multipart | Exact duplicates | Near duplicates | +| --- | ---: | --- | ---: | ---: | ---: | +${sourceRows} + +## Gate criteria + +| Criterion | Result | +| --- | --- | +${gateRows} + +## Key source values + +- Longitudinal marking types: ${longitudinal.distinctValues.Type.join(', ')} +- Longitudinal colors: ${longitudinal.distinctValues.Color.join(', ')} +- Longitudinal source widths: ${longitudinal.distinctValues.Width.join(', ') || 'none in this CAD crop'} +- Lane-width annotations: ${widths.distinctValues.Width.join(', ') || widths.distinctLaneWidths.join(', ')} +- Lane-band spatial-join residuals: ${manifest.validation.spatialAlignment.laneWidthToStreetResidualMeters + .map(value => value.toFixed(2)) + .join(', ')} meters + +The channelization records around Dexter and Thomas preserve authoritative geometry and dash class, +but most descriptive asset fields are null in this CAD-derived crop. The example reports those nulls +instead of inventing values. Longitudinal stroke widths therefore use an explicitly labeled +cartographic fallback while dash/skip lengths come directly from the source \`Type\` values. + +## Transformations + +- Requested a bounded EPSG:4326 snapshot and paged by sorted object ID. +- Preserved all returned source properties and geometry. +- Derived continuous pavement-symbol paths by joining source fragment endpoints within ${manifest.validation.symbolStitching.maximumJoinDistanceMeters} meters; no source vertex was moved. +- Derived equal-width lane bands from official street centerlines plus the nearest 12-foot lane-width annotations. +- Derived two crosswalk guides from official in-service inventory points and official street surface widths; matched source stripe polygons remain pinned but are not double-painted. +- Did not simplify, manually redraw, or snap the pinned official channelization geometry. + +## License and limitations + +City of Seattle Department of Transportation data is used under PDDL 1.0. This visualization and +its derived cartographic constructions are for demonstrating deck.gl rendering. They are not for +engineering, construction, legal interpretation, or navigation. +`; +} + +export async function extractRoadDiagram(outputDirectory) { + const generatedAt = new Date().toISOString(); + const queriedSources = await Promise.all(SOURCES.map(querySource)); + const resultsByKey = Object.fromEntries( + SOURCES.map((source, index) => [source.key, queriedSources[index]]) + ); + const {laneBands, spatialJoins} = createLaneBands(resultsByKey); + const crosswalkGuides = createCrosswalkGuides(resultsByKey); + const {symbolPaths, summary: symbolStitching} = createStitchedSymbolPaths(resultsByKey); + const extractionGate = createGateValidation(resultsByKey); + const generatorCommit = getGeneratorCommit(); + + const snapshot = { + dataset: 'deck.gl PathStyleExtension Seattle road diagram', + generatedAt, + candidate: CANDIDATE_NAME, + displayBounds: DISPLAY_BOUNDS, + layers: Object.fromEntries( + SOURCES.map(source => [source.key, resultsByKey[source.key].featureCollection]) + ), + derived: {laneBands, crosswalkGuides, symbolPaths} + }; + + const manifestSources = SOURCES.map(source => { + const result = resultsByKey[source.key]; + const summary = summarizeSource(result); + return { + key: source.key, + provider: source.provider, + itemId: source.itemId, + serviceUrl: source.serviceUrl, + layerId: source.layerId, + layerName: source.layerName, + catalogUrl: source.catalogUrl, + retrievedAt: generatedAt, + sourceLastEdit: formatDate( + result.metadata.editingInfo?.dataLastEditDate || result.metadata.editingInfo?.lastEditDate + ), + query: { + geometry: DISPLAY_BOUNDS, + geometryType: 'esriGeometryEnvelope', + where: source.where, + outFields: '*', + outSR: 4326, + paging: 'sorted object IDs in pages of at most 100' + }, + queryUrls: result.queryUrls, + rawSha256: sha256(result.rawText), + rawByteCount: Buffer.byteLength(result.rawText), + rawFeatureCount: result.objectIds.length, + outputFeatureCount: result.featureCollection.features.length, + license: 'PDDL 1.0', + transformations: ['requested EPSG:4326 output', 'sorted by source object ID'], + ...summary, + distinctLaneWidths: getDistinctValues(result.featureCollection.features, 'LaneWidth') + }; + }); + + const warnings = []; + const longitudinalSummary = manifestSources.find(source => source.key === 'longitudinalMarkings'); + if (!longitudinalSummary.distinctValues.Width.length) { + warnings.push( + 'Longitudinal Width is null throughout this crop; the example uses a disclosed cartographic fallback stroke width.' + ); + } + if (!extractionGate.passed) { + warnings.push('The selected site did not pass every extraction-gate criterion.'); + } + const manifest = { + dataset: snapshot.dataset, + generatedAt, + generatorCommit, + candidate: CANDIDATE_NAME, + displayBounds: DISPLAY_BOUNDS, + sources: manifestSources, + derivations: [ + { + output: 'laneBands', + operation: 'centered equal-width offsets', + sourceKeys: ['streets', 'laneWidths'], + outputFeatureCount: laneBands.length + }, + { + output: 'crosswalkGuides', + operation: 'perpendicular baseline across official surface width', + sourceKeys: ['crosswalks', 'streets'], + matchedTransverseMarkingCount: crosswalkGuides.reduce( + (count, guide) => count + guide.transverseMarkingObjectIds.length, + 0 + ), + outputFeatureCount: crosswalkGuides.length + }, + { + output: 'symbolPaths', + operation: 'endpoint-connected CAD fragment stitching', + sourceKeys: ['symbols'], + parameters: {maximumJoinDistanceMeters: SYMBOL_JOIN_TOLERANCE_METERS}, + outputFeatureCount: symbolPaths.length + } + ], + validation: { + extractionGate, + symbolStitching, + spatialAlignment: { + laneWidthToStreetResidualMeters: spatialJoins.map(join => join.residualMeters), + spatialJoins + }, + warnings, + errors: extractionGate.passed ? [] : ['Extraction gate failed'] + }, + license: { + name: 'Public Domain Dedication and License 1.0', + shortName: 'PDDL 1.0', + url: 'https://opendatacommons.org/licenses/pddl/1-0/', + attribution: + 'Road, sidewalk, bicycle-facility, crosswalk, and channelization data: City of Seattle Department of Transportation.' + } + }; + const report = renderReport(manifest); + + await mkdir(outputDirectory, {recursive: true}); + await Promise.all([ + writeFile(resolve(outputDirectory, 'seattle-road-diagram.json'), `${JSON.stringify(snapshot)}\n`), + writeFile( + resolve(outputDirectory, 'seattle-road-diagram.manifest.json'), + `${JSON.stringify(manifest, null, 2)}\n` + ), + writeFile(resolve(outputDirectory, 'seattle-road-diagram-report.md'), report) + ]); + return {snapshot, manifest, report}; +} + +const isMainModule = process.argv[1] && resolve(process.argv[1]) === fileURLToPath(import.meta.url); +if (isMainModule) { + const outputDirectory = resolve( + REPOSITORY_ROOT, + process.argv[2] || 'examples/path-style-extension/data' + ); + const {manifest} = await extractRoadDiagram(outputDirectory); + console.log( + `Wrote ${manifest.sources.reduce((total, source) => total + source.outputFeatureCount, 0)} source features to ${outputDirectory}` + ); + console.log(`Extraction gate: ${manifest.validation.extractionGate.passed ? 'PASS' : 'FAIL'}`); +} diff --git a/scripts/path-style-extension/score-candidate-sites.mjs b/scripts/path-style-extension/score-candidate-sites.mjs new file mode 100644 index 0000000..abb0093 --- /dev/null +++ b/scripts/path-style-extension/score-candidate-sites.mjs @@ -0,0 +1,76 @@ +// deck.gl +// SPDX-License-Identifier: MIT +// Copyright (c) vis.gl contributors + +const SERVICE_URL = + 'https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer'; +const CANDIDATES = [ + { + name: 'Dexter Avenue N and Thomas Street', + bounds: [-122.3431, 47.62025, -122.3415, 47.6215] + }, + { + name: '2nd Avenue and Pike Street', + bounds: [-122.341, 47.6087, -122.3385, 47.6103] + } +]; + +async function queryLayer(bounds, layerId) { + const url = new URL(`${SERVICE_URL}/${layerId}/query`); + const parameters = { + f: 'geojson', + where: '1=1', + geometry: bounds.join(','), + geometryType: 'esriGeometryEnvelope', + inSR: 4326, + outSR: 4326, + spatialRel: 'esriSpatialRelIntersects', + outFields: '*', + returnGeometry: true + }; + for (const [key, value] of Object.entries(parameters)) { + url.searchParams.set(key, String(value)); + } + const response = await fetch(url); + if (!response.ok) { + throw new Error(`${response.status} ${response.statusText}: ${url}`); + } + const data = await response.json(); + if (data.error) { + throw new Error(data.error.message); + } + return data.features; +} + +for (const candidate of CANDIDATES) { + const layers = await Promise.all(Array.from({length: 7}, (_, layerId) => queryLayer(candidate.bounds, layerId))); + const longitudinal = layers[4]; + const dashTypes = [ + ...new Set( + longitudinal + .map(feature => feature.properties.Type) + .filter(value => value && value !== 'Solid') + ) + ]; + const nonNullWidths = longitudinal.filter(feature => feature.properties.Width != null).length; + const score = [ + dashTypes.length >= 2, + dashTypes.some(type => /dash.+skip/i.test(type)), + layers[3].length > 0, + layers[5].length > 0, + layers[0].length > 0, + layers[1].length > 0, + layers[2].length > 0, + nonNullWidths > 0 + ].filter(Boolean).length; + console.log( + JSON.stringify({ + candidate: candidate.name, + score, + maximumScore: 8, + featureCounts: layers.map(features => features.length), + dashTypes, + longitudinalFeaturesWithWidth: nonNullWidths + }) + ); +} diff --git a/scripts/path-style-extension/validate-seattle-road-diagram.mjs b/scripts/path-style-extension/validate-seattle-road-diagram.mjs new file mode 100644 index 0000000..5db42f1 --- /dev/null +++ b/scripts/path-style-extension/validate-seattle-road-diagram.mjs @@ -0,0 +1,152 @@ +// deck.gl +// SPDX-License-Identifier: MIT +// Copyright (c) vis.gl contributors + +import assert from 'node:assert/strict'; +import {readFile} from 'node:fs/promises'; +import {dirname, resolve} from 'node:path'; +import {fileURLToPath} from 'node:url'; + +const SCRIPT_DIRECTORY = dirname(fileURLToPath(import.meta.url)); +const REPOSITORY_ROOT = resolve(SCRIPT_DIRECTORY, '../..'); +const DATA_DIRECTORY = resolve( + REPOSITORY_ROOT, + process.argv[2] || 'examples/path-style-extension/data' +); + +export function parseLengthFeet(value) { + const match = String(value).trim().match(/^(\d+(?:\.\d+)?)\s*(?:'|ft)$/i); + if (!match) { + throw new Error(`Unsupported feet value: ${value}`); + } + return Number(match[1]) * 0.3048; +} + +export function parseDashPattern(value) { + if (/^solid$/i.test(String(value).trim())) { + return [0, 0]; + } + const match = String(value) + .trim() + .match(/^(\d+(?:\.\d+)?)'\s*(?:dash)?\s*[,/]?\s*(\d+(?:\.\d+)?)'\s*(?:skip|pattern)$/i); + if (!match) { + throw new Error(`Unsupported dash pattern: ${value}`); + } + return [Number(match[1]) * 0.3048, Number(match[2]) * 0.3048]; +} + +function visitCoordinates(geometry, visitor) { + const visit = coordinates => { + if (typeof coordinates[0] === 'number') { + visitor(coordinates); + } else { + coordinates.forEach(visit); + } + }; + visit(geometry.coordinates); +} + +const [snapshot, manifest] = await Promise.all([ + readFile(resolve(DATA_DIRECTORY, 'seattle-road-diagram.json'), 'utf8').then(JSON.parse), + readFile(resolve(DATA_DIRECTORY, 'seattle-road-diagram.manifest.json'), 'utf8').then(JSON.parse) +]); + +assert.equal(snapshot.dataset, manifest.dataset); +assert.deepEqual(snapshot.displayBounds, manifest.displayBounds); +assert.equal(manifest.validation.extractionGate.passed, true, 'candidate must pass extraction gate'); + +for (const source of manifest.sources) { + const features = snapshot.layers[source.key].features; + assert.equal(features.length, source.outputFeatureCount, `${source.key} output count`); + assert.equal(source.rawFeatureCount, source.objectIds.length, `${source.key} object ID count`); + assert.match(source.rawSha256, /^[a-f0-9]{64}$/); + assert.ok(source.queryUrls.length > 0 || source.rawFeatureCount === 0); + for (const feature of features) { + assert.ok(feature.geometry, `${source.key} feature has geometry`); + assert.ok(feature.properties.OBJECTID != null, `${source.key} feature has an object ID`); + visitCoordinates(feature.geometry, ([longitude, latitude]) => { + assert.ok(longitude >= -180 && longitude <= 180); + assert.ok(latitude >= -90 && latitude <= 90); + }); + } +} + +assert.deepEqual(parseDashPattern("2' dash, 4' skip"), [0.6096, 1.2192]); +assert.deepEqual(parseDashPattern("3' dash, 6' skip"), [0.9144000000000001, 1.8288000000000002]); +assert.deepEqual(parseDashPattern("3' dash, 9' skip"), [0.9144000000000001, 2.7432000000000003]); +assert.deepEqual(parseDashPattern("10'/20' pattern"), [3.048, 6.096]); +assert.deepEqual(parseDashPattern('Solid'), [0, 0]); +assert.throws(() => parseDashPattern('unknown'), /Unsupported dash pattern/); +assert.equal(parseLengthFeet("12'"), 3.6576000000000004); + +assert.ok(snapshot.derived.laneBands.length >= 8); +assert.ok(snapshot.derived.crosswalkGuides.length >= 1); +for (const feature of [...snapshot.derived.laneBands, ...snapshot.derived.crosswalkGuides]) { + assert.equal(feature.derived, true); + assert.ok(feature.source.length >= 2); + assert.ok(feature.derivation.operation); +} + +const transverseMarkingObjectIds = new Set( + snapshot.layers.transverseMarkings.features.map(feature => feature.properties.OBJECTID) +); +const matchedTransverseMarkingObjectIds = snapshot.derived.crosswalkGuides.flatMap( + guide => guide.transverseMarkingObjectIds +); +assert.ok(matchedTransverseMarkingObjectIds.length > 0); +assert.equal( + new Set(matchedTransverseMarkingObjectIds).size, + matchedTransverseMarkingObjectIds.length, + 'a source transverse marking must not be matched to multiple crosswalks' +); +for (const objectId of matchedTransverseMarkingObjectIds) { + assert.ok(transverseMarkingObjectIds.has(objectId), `matched transverse marking ${objectId} exists`); +} + +const sourceSymbolPaths = snapshot.layers.symbols.features.flatMap(feature => + feature.geometry.type === 'LineString' ? [feature.geometry.coordinates] : feature.geometry.coordinates +); +const symbolStitching = manifest.validation.symbolStitching; +assert.equal(symbolStitching.sourceFeatureCount, snapshot.layers.symbols.features.length); +assert.equal(symbolStitching.sourcePathCount, sourceSymbolPaths.length); +assert.equal(symbolStitching.outputPathCount, snapshot.derived.symbolPaths.length); +assert.ok(symbolStitching.outputPathCount < symbolStitching.sourcePathCount); +assert.ok(symbolStitching.maximumJoinDistanceMeters <= 0.002); +assert.ok( + symbolStitching.maximumBridgeDistanceMeters <= symbolStitching.maximumJoinDistanceMeters +); + +const symbolPathsByObjectId = Map.groupBy( + snapshot.derived.symbolPaths, + symbolPath => symbolPath.source[0].objectId +); +for (const feature of snapshot.layers.symbols.features) { + const stitchedPaths = symbolPathsByObjectId.get(feature.properties.OBJECTID); + assert.ok(stitchedPaths?.length > 0, `symbol ${feature.properties.OBJECTID} has display paths`); + const stitchedCoordinates = new Set( + stitchedPaths.flatMap(symbolPath => symbolPath.path.map(coordinate => JSON.stringify(coordinate))) + ); + visitCoordinates(feature.geometry, coordinate => { + assert.ok( + stitchedCoordinates.has(JSON.stringify(coordinate)), + `symbol ${feature.properties.OBJECTID} source coordinate was retained` + ); + }); + for (const symbolPath of stitchedPaths) { + assert.equal(symbolPath.derived, true); + assert.equal(symbolPath.source.length, 1); + assert.equal(symbolPath.derivation.operation, 'endpoint-connected CAD fragment stitching'); + assert.ok(symbolPath.path.length >= 2); + } +} + +const groupedLaneBands = Map.groupBy(snapshot.derived.laneBands, lane => lane.source[0].objectId); +for (const lanes of groupedLaneBands.values()) { + const offsets = lanes.map(lane => lane.offsetWidths).sort((valueA, valueB) => valueA - valueB); + assert.equal(offsets[0], -offsets.at(-1)); + assert.ok(lanes.every(lane => lane.widthMeters > 0)); +} + +console.log( + `Validated ${manifest.sources.reduce((total, source) => total + source.outputFeatureCount, 0)} source features, ${snapshot.derived.laneBands.length} lane bands, ${snapshot.derived.crosswalkGuides.length} crosswalk guides, and ${snapshot.derived.symbolPaths.length} stitched symbol paths.` +); From ce1317effb2ca80ac9d9a49d2338d0676898d0ae Mon Sep 17 00:00:00 2001 From: Chris Gervang Date: Tue, 25 Aug 2026 18:25:51 -0700 Subject: [PATCH 2/5] Co-locate PathStyleExtension data tools --- examples/path-style-extension/README.md | 8 ++- examples/path-style-extension/data/.gitignore | 1 + .../data/seattle-road-diagram-report.md | 67 ------------------- .../path-style-extension/scripts}/README.md | 8 +-- .../scripts}/extract-seattle-road-diagram.mjs | 10 +-- .../scripts}/score-candidate-sites.mjs | 0 .../validate-seattle-road-diagram.mjs | 9 ++- 7 files changed, 19 insertions(+), 84 deletions(-) create mode 100644 examples/path-style-extension/data/.gitignore delete mode 100644 examples/path-style-extension/data/seattle-road-diagram-report.md rename {scripts/path-style-extension => examples/path-style-extension/scripts}/README.md (88%) rename {scripts/path-style-extension => examples/path-style-extension/scripts}/extract-seattle-road-diagram.mjs (99%) rename {scripts/path-style-extension => examples/path-style-extension/scripts}/score-candidate-sites.mjs (100%) rename {scripts/path-style-extension => examples/path-style-extension/scripts}/validate-seattle-road-diagram.mjs (97%) diff --git a/examples/path-style-extension/README.md b/examples/path-style-extension/README.md index b90284d..e8134f5 100644 --- a/examples/path-style-extension/README.md +++ b/examples/path-style-extension/README.md @@ -8,13 +8,15 @@ street-design example at Dexter Avenue N and Thomas Street. - `data/seattle-road-diagram.json` contains the source features and derived display geometry. - `data/seattle-road-diagram.manifest.json` records source services, queries, hashes, transformations, validation results, and licensing. -- `data/seattle-road-diagram-report.md` is the human-readable extraction report. -- `../../scripts/path-style-extension` contains the reproducible extraction and validation tools. +- `scripts` contains the reproducible extraction and validation tools. + +The extractor also writes `data/seattle-road-diagram-report.md`, a human-readable rendering of the +manifest. It is ignored because it contains no additional information. From the repository root, validate the checked-in snapshot with: ```bash -node scripts/path-style-extension/validate-seattle-road-diagram.mjs +node examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs ``` City of Seattle Department of Transportation data is used under the Public Domain Dedication and diff --git a/examples/path-style-extension/data/.gitignore b/examples/path-style-extension/data/.gitignore new file mode 100644 index 0000000..2770394 --- /dev/null +++ b/examples/path-style-extension/data/.gitignore @@ -0,0 +1 @@ +seattle-road-diagram-report.md diff --git a/examples/path-style-extension/data/seattle-road-diagram-report.md b/examples/path-style-extension/data/seattle-road-diagram-report.md deleted file mode 100644 index 734dc6c..0000000 --- a/examples/path-style-extension/data/seattle-road-diagram-report.md +++ /dev/null @@ -1,67 +0,0 @@ -# Seattle road-diagram extraction report - -Generated: 2026-08-25T23:06:11.278Z - -Candidate: Dexter Avenue N and Thomas Street, Seattle, Washington - -Display bounds: `-122.3431, 47.62025, -122.3415, 47.6215` - -Extraction gate: **PASS** - -## Source summary - -| Layer | Features | Geometry | Multipart | Exact duplicates | Near duplicates | -| --- | ---: | --- | ---: | ---: | ---: | -| VerticalElements | 161 | LineString, MultiLineString | 138 | 0 | 46 | -| LaneWidth | 20 | Point | 0 | 0 | 0 | -| GENBKGRND | 4 | LineString | 0 | 0 | 0 | -| PanelMarkings | 320 | LineString, MultiLineString | 2 | 36 | 36 | -| Longitudinal_Markings | 174 | LineString | 0 | 0 | 0 | -| TransverseMarkings | 74 | LineString | 0 | 0 | 0 | -| Legend_and_Symbols | 17 | MultiLineString | 17 | 0 | 0 | -| Seattle Streets | 4 | LineString | 0 | 0 | 0 | -| Sidewalks | 14 | LineString | 0 | 0 | 0 | -| Marked Crosswalks | 2 | Point | 0 | 0 | 0 | -| Existing Bike Facilities | 4 | LineString | 0 | 0 | 0 | - -## Gate criteria - -| Criterion | Result | -| --- | --- | -| twoLongitudinalPatterns | pass | -| trueDashSkipPattern | pass | -| denseDashedPath | pass | -| bicyclePanel | pass | -| markedCrosswalk | pass | -| curbOrSeparator | pass | -| streetSurfaceWidth | pass | -| laneWidths | pass | -| sourceContext | pass | - -## Key source values - -- Longitudinal marking types: 10'/20' pattern, 2' dash, 4' skip, Solid -- Longitudinal colors: White, Yellow -- Longitudinal source widths: none in this CAD crop -- Lane-width annotations: 10, 12, 2, 3, 4, 42, 5, 6, 8, 9 -- Lane-band spatial-join residuals: 1.42, 55.54 meters - -The channelization records around Dexter and Thomas preserve authoritative geometry and dash class, -but most descriptive asset fields are null in this CAD-derived crop. The example reports those nulls -instead of inventing values. Longitudinal stroke widths therefore use an explicitly labeled -cartographic fallback while dash/skip lengths come directly from the source `Type` values. - -## Transformations - -- Requested a bounded EPSG:4326 snapshot and paged by sorted object ID. -- Preserved all returned source properties and geometry. -- Derived continuous pavement-symbol paths by joining source fragment endpoints within 0.002 meters; no source vertex was moved. -- Derived equal-width lane bands from official street centerlines plus the nearest 12-foot lane-width annotations. -- Derived two crosswalk guides from official in-service inventory points and official street surface widths; matched source stripe polygons remain pinned but are not double-painted. -- Did not simplify, manually redraw, or snap the pinned official channelization geometry. - -## License and limitations - -City of Seattle Department of Transportation data is used under PDDL 1.0. This visualization and -its derived cartographic constructions are for demonstrating deck.gl rendering. They are not for -engineering, construction, legal interpretation, or navigation. diff --git a/scripts/path-style-extension/README.md b/examples/path-style-extension/scripts/README.md similarity index 88% rename from scripts/path-style-extension/README.md rename to examples/path-style-extension/scripts/README.md index fb6af52..6f0d6a9 100644 --- a/scripts/path-style-extension/README.md +++ b/examples/path-style-extension/scripts/README.md @@ -7,12 +7,12 @@ The website never queries the live City of Seattle ArcGIS services. From the repository root: ```bash -node scripts/path-style-extension/score-candidate-sites.mjs -node scripts/path-style-extension/extract-seattle-road-diagram.mjs -node scripts/path-style-extension/validate-seattle-road-diagram.mjs +node examples/path-style-extension/scripts/score-candidate-sites.mjs +node examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs +node examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs ``` -The generated files are written to `examples/path-style-extension/data`. +The scripts read and write the adjacent `examples/path-style-extension/data` directory by default. The extractor pages a bounded query by sorted object ID, requests WGS84 GeoJSON, preserves every returned source property, records the exact page URLs and hashes, and writes a machine-readable diff --git a/scripts/path-style-extension/extract-seattle-road-diagram.mjs b/examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs similarity index 99% rename from scripts/path-style-extension/extract-seattle-road-diagram.mjs rename to examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs index bcabc53..280f16a 100644 --- a/scripts/path-style-extension/extract-seattle-road-diagram.mjs +++ b/examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs @@ -9,7 +9,8 @@ import {dirname, resolve} from 'node:path'; import {fileURLToPath} from 'node:url'; const SCRIPT_DIRECTORY = dirname(fileURLToPath(import.meta.url)); -const REPOSITORY_ROOT = resolve(SCRIPT_DIRECTORY, '../..'); +const REPOSITORY_ROOT = resolve(SCRIPT_DIRECTORY, '../../..'); +const DEFAULT_DATA_DIRECTORY = resolve(SCRIPT_DIRECTORY, '../data'); export const DISPLAY_BOUNDS = [-122.3431, 47.62025, -122.3415, 47.6215]; export const CANDIDATE_NAME = 'Dexter Avenue N and Thomas Street, Seattle, Washington'; @@ -907,10 +908,9 @@ export async function extractRoadDiagram(outputDirectory) { const isMainModule = process.argv[1] && resolve(process.argv[1]) === fileURLToPath(import.meta.url); if (isMainModule) { - const outputDirectory = resolve( - REPOSITORY_ROOT, - process.argv[2] || 'examples/path-style-extension/data' - ); + const outputDirectory = process.argv[2] + ? resolve(REPOSITORY_ROOT, process.argv[2]) + : DEFAULT_DATA_DIRECTORY; const {manifest} = await extractRoadDiagram(outputDirectory); console.log( `Wrote ${manifest.sources.reduce((total, source) => total + source.outputFeatureCount, 0)} source features to ${outputDirectory}` diff --git a/scripts/path-style-extension/score-candidate-sites.mjs b/examples/path-style-extension/scripts/score-candidate-sites.mjs similarity index 100% rename from scripts/path-style-extension/score-candidate-sites.mjs rename to examples/path-style-extension/scripts/score-candidate-sites.mjs diff --git a/scripts/path-style-extension/validate-seattle-road-diagram.mjs b/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs similarity index 97% rename from scripts/path-style-extension/validate-seattle-road-diagram.mjs rename to examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs index 5db42f1..5149598 100644 --- a/scripts/path-style-extension/validate-seattle-road-diagram.mjs +++ b/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs @@ -8,11 +8,10 @@ import {dirname, resolve} from 'node:path'; import {fileURLToPath} from 'node:url'; const SCRIPT_DIRECTORY = dirname(fileURLToPath(import.meta.url)); -const REPOSITORY_ROOT = resolve(SCRIPT_DIRECTORY, '../..'); -const DATA_DIRECTORY = resolve( - REPOSITORY_ROOT, - process.argv[2] || 'examples/path-style-extension/data' -); +const REPOSITORY_ROOT = resolve(SCRIPT_DIRECTORY, '../../..'); +const DATA_DIRECTORY = process.argv[2] + ? resolve(REPOSITORY_ROOT, process.argv[2]) + : resolve(SCRIPT_DIRECTORY, '../data'); export function parseLengthFeet(value) { const match = String(value).trim().match(/^(\d+(?:\.\d+)?)\s*(?:'|ft)$/i); From 490db2b18858dfe7643a9e4d3de4a239f0035307 Mon Sep 17 00:00:00 2001 From: Chris Gervang Date: Tue, 25 Aug 2026 18:31:50 -0700 Subject: [PATCH 3/5] Keep only runtime PathStyleExtension data --- examples/path-style-extension/README.md | 8 +- examples/path-style-extension/data/.gitignore | 1 + .../data/seattle-road-diagram.manifest.json | 1757 ----------------- .../scripts/validate-seattle-road-diagram.mjs | 88 +- 4 files changed, 65 insertions(+), 1789 deletions(-) delete mode 100644 examples/path-style-extension/data/seattle-road-diagram.manifest.json diff --git a/examples/path-style-extension/README.md b/examples/path-style-extension/README.md index e8134f5..ace75c3 100644 --- a/examples/path-style-extension/README.md +++ b/examples/path-style-extension/README.md @@ -6,12 +6,10 @@ street-design example at Dexter Avenue N and Thomas Street. ## Files - `data/seattle-road-diagram.json` contains the source features and derived display geometry. -- `data/seattle-road-diagram.manifest.json` records source services, queries, hashes, - transformations, validation results, and licensing. - `scripts` contains the reproducible extraction and validation tools. -The extractor also writes `data/seattle-road-diagram-report.md`, a human-readable rendering of the -manifest. It is ignored because it contains no additional information. +The extractor also writes a provenance manifest and audit report next to the snapshot. Both are +ignored because they are reproducible and are not used by the example. From the repository root, validate the checked-in snapshot with: @@ -20,4 +18,4 @@ node examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs ``` City of Seattle Department of Transportation data is used under the Public Domain Dedication and -License (PDDL) 1.0. See the manifest and extraction-script README for complete source details. +License (PDDL) 1.0. See the extraction-script README for complete source details. diff --git a/examples/path-style-extension/data/.gitignore b/examples/path-style-extension/data/.gitignore index 2770394..2dc38aa 100644 --- a/examples/path-style-extension/data/.gitignore +++ b/examples/path-style-extension/data/.gitignore @@ -1 +1,2 @@ +seattle-road-diagram.manifest.json seattle-road-diagram-report.md diff --git a/examples/path-style-extension/data/seattle-road-diagram.manifest.json b/examples/path-style-extension/data/seattle-road-diagram.manifest.json deleted file mode 100644 index f9d0b24..0000000 --- a/examples/path-style-extension/data/seattle-road-diagram.manifest.json +++ /dev/null @@ -1,1757 +0,0 @@ -{ - "dataset": "deck.gl PathStyleExtension Seattle road diagram", - "generatedAt": "2026-08-25T23:06:11.278Z", - "generatorCommit": "310081f716f47f31bd238af147925b40778dc768", - "candidate": "Dexter Avenue N and Thomas Street, Seattle, Washington", - "displayBounds": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "sources": [ - { - "key": "verticalElements", - "provider": "City of Seattle Department of Transportation", - "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "layerId": 0, - "layerName": "VerticalElements", - "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-22T00:11:49.902Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "1=1", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/query?f=geojson&where=1%3D1&objectIds=34459%2C34460%2C34466%2C34467%2C34468%2C34469%2C54596%2C54597%2C54598%2C54602%2C54603%2C54604%2C54610%2C54611%2C67897%2C67898%2C67899%2C67901%2C67905%2C68909%2C68910%2C241769%2C241840%2C241863%2C241873%2C241874%2C241958%2C242236%2C242314%2C242408%2C242430%2C242652%2C242738%2C243122%2C243163%2C243387%2C243472%2C243781%2C243827%2C244032%2C244257%2C244285%2C244362%2C244389%2C244486%2C244532%2C244652%2C244689%2C244805%2C245076%2C245112%2C245616%2C245790%2C245843%2C245905%2C245966%2C246086%2C246147%2C246226%2C246282%2C246531%2C246880%2C246932%2C247130%2C247151%2C247156%2C247723%2C247730%2C247893%2C247905%2C248032%2C248571%2C248659%2C248672%2C249073%2C249098%2C249230%2C249300%2C249480%2C249525%2C249694%2C249781%2C249792%2C250211%2C250336%2C250380%2C250384%2C250541%2C250587%2C250778%2C250788%2C250899%2C251108%2C251158%2C251184%2C251234%2C251240%2C251299%2C251304%2C251382&outFields=*&outSR=4326&returnGeometry=true", - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/query?f=geojson&where=1%3D1&objectIds=251435%2C251542%2C251545%2C251743%2C252048%2C252192%2C252241%2C252261%2C252480%2C252495%2C252604%2C252786%2C252801%2C252956%2C252970%2C253518%2C253566%2C253739%2C253784%2C253855%2C254000%2C254057%2C254293%2C254315%2C254462%2C254514%2C254720%2C255012%2C255091%2C255157%2C255266%2C255519%2C255544%2C255839%2C255946%2C256164%2C256236%2C256388%2C256748%2C256761%2C256764%2C257222%2C257689%2C257699%2C257968%2C258085%2C258228%2C258644%2C258845%2C259189%2C259219%2C259265%2C259307%2C259310%2C259458%2C259859%2C259892%2C260060%2C260132%2C260233%2C260244&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "9be20351238cbb7e9b4f5e365cefece77af2027e85227e9a019ae99807088aea", - "rawByteCount": 139861, - "rawFeatureCount": 161, - "outputFeatureCount": 161, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 161, - "objectIds": [ - 34459, - 34460, - 34466, - 34467, - 34468, - 34469, - 54596, - 54597, - 54598, - 54602, - 54603, - 54604, - 54610, - 54611, - 67897, - 67898, - 67899, - 67901, - 67905, - 68909, - 68910, - 241769, - 241840, - 241863, - 241873, - 241874, - 241958, - 242236, - 242314, - 242408, - 242430, - 242652, - 242738, - 243122, - 243163, - 243387, - 243472, - 243781, - 243827, - 244032, - 244257, - 244285, - 244362, - 244389, - 244486, - 244532, - 244652, - 244689, - 244805, - 245076, - 245112, - 245616, - 245790, - 245843, - 245905, - 245966, - 246086, - 246147, - 246226, - 246282, - 246531, - 246880, - 246932, - 247130, - 247151, - 247156, - 247723, - 247730, - 247893, - 247905, - 248032, - 248571, - 248659, - 248672, - 249073, - 249098, - 249230, - 249300, - 249480, - 249525, - 249694, - 249781, - 249792, - 250211, - 250336, - 250380, - 250384, - 250541, - 250587, - 250778, - 250788, - 250899, - 251108, - 251158, - 251184, - 251234, - 251240, - 251299, - 251304, - 251382, - 251435, - 251542, - 251545, - 251743, - 252048, - 252192, - 252241, - 252261, - 252480, - 252495, - 252604, - 252786, - 252801, - 252956, - 252970, - 253518, - 253566, - 253739, - 253784, - 253855, - 254000, - 254057, - 254293, - 254315, - 254462, - 254514, - 254720, - 255012, - 255091, - 255157, - 255266, - 255519, - 255544, - 255839, - 255946, - 256164, - 256236, - 256388, - 256748, - 256761, - 256764, - 257222, - 257689, - 257699, - 257968, - 258085, - 258228, - 258644, - 258845, - 259189, - 259219, - 259265, - 259307, - 259310, - 259458, - 259859, - 259892, - 260060, - 260132, - 260233, - 260244 - ], - "geometryTypes": [ - "LineString", - "MultiLineString" - ], - "multipartCount": 138, - "coordinateCount": { - "minimum": 2, - "median": 8, - "p95": 12, - "maximum": 12 - }, - "bounds": [ - -122.343314433323, - 47.619818664625, - -122.341218924875, - 47.6219548491809 - ], - "nullRates": { - "Type": 1, - "UseDesignation": 1, - "Width": 1, - "Color": 1, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [], - "UseDesignation": [], - "Width": [], - "Color": [], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 0, - "near": 46 - }, - "distinctLaneWidths": [] - }, - { - "key": "laneWidths", - "provider": "City of Seattle Department of Transportation", - "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "layerId": 1, - "layerName": "LaneWidth", - "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-17T22:31:44.823Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "1=1", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/query?f=geojson&where=1%3D1&objectIds=14760%2C15153%2C15163%2C15164%2C15165%2C15166%2C15167%2C15168%2C15169%2C15170%2C15171%2C15172%2C15173%2C15174%2C21224%2C21225%2C21226%2C21227%2C21228%2C21229&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "bcfb61c10908e2ebfddbc5c0f9dcc683e082818661d137ade939caa61a89a1a7", - "rawByteCount": 5325, - "rawFeatureCount": 20, - "outputFeatureCount": 20, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 20, - "objectIds": [ - 14760, - 15153, - 15163, - 15164, - 15165, - 15166, - 15167, - 15168, - 15169, - 15170, - 15171, - 15172, - 15173, - 15174, - 21224, - 21225, - 21226, - 21227, - 21228, - 21229 - ], - "geometryTypes": [ - "Point" - ], - "multipartCount": 0, - "coordinateCount": { - "minimum": 1, - "median": 1, - "p95": 1, - "maximum": 1 - }, - "bounds": [ - -122.342687829244, - 47.62030618175, - -122.341685286208, - 47.6214071341871 - ], - "nullRates": { - "Type": 1, - "UseDesignation": 1, - "Width": 1, - "Color": 1, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [], - "UseDesignation": [], - "Width": [], - "Color": [], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 0, - "near": 0 - }, - "distinctLaneWidths": [ - "10", - "12", - "2", - "3", - "4", - "42", - "5", - "6", - "8", - "9" - ] - }, - { - "key": "background", - "provider": "City of Seattle Department of Transportation", - "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "layerId": 2, - "layerName": "GENBKGRND", - "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-22T00:10:37.688Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "1=1", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/query?f=geojson&where=1%3D1&objectIds=15973%2C15974%2C15975%2C15976&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "f836f3a6d64c3bdd73f45d2841c6d83805adc2a33edcb8adb84332aacbaa4ecc", - "rawByteCount": 1912, - "rawFeatureCount": 4, - "outputFeatureCount": 4, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 4, - "objectIds": [ - 15973, - 15974, - 15975, - 15976 - ], - "geometryTypes": [ - "LineString" - ], - "multipartCount": 0, - "coordinateCount": { - "minimum": 2, - "median": 2, - "p95": 2, - "maximum": 2 - }, - "bounds": [ - -122.341731786816, - 47.6208008234551, - -122.341616784275, - 47.6209712224618 - ], - "nullRates": { - "Type": 1, - "UseDesignation": 1, - "Width": 1, - "Color": 1, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [], - "UseDesignation": [], - "Width": [], - "Color": [], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 0, - "near": 0 - }, - "distinctLaneWidths": [] - }, - { - "key": "panelMarkings", - "provider": "City of Seattle Department of Transportation", - "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "layerId": 3, - "layerName": "PanelMarkings", - "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-13T18:30:45.238Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "1=1", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/query?f=geojson&where=1%3D1&objectIds=833%2C835%2C836%2C1262%2C1265%2C1282%2C1283%2C1285%2C1291%2C1293%2C1483%2C1485%2C1486%2C1487%2C1488%2C1489%2C1490%2C1491%2C1492%2C1493%2C1494%2C1495%2C1497%2C1498%2C1499%2C1500%2C1501%2C1502%2C1503%2C1504%2C1505%2C1507%2C1509%2C1510%2C1511%2C1512%2C1513%2C1514%2C1515%2C1516%2C1517%2C1518%2C1519%2C1521%2C1523%2C1525%2C1526%2C1527%2C1528%2C1529%2C1530%2C1532%2C1533%2C1535%2C1536%2C1537%2C1538%2C1539%2C1540%2C1541%2C1542%2C1543%2C1544%2C1545%2C1546%2C1547%2C1548%2C1549%2C1550%2C1551%2C1552%2C1553%2C1554%2C1555%2C1556%2C5195%2C5196%2C5197%2C5200%2C5201%2C5202%2C5203%2C5204%2C5205%2C5887%2C5888%2C5889%2C5890%2C5891%2C5892%2C5893%2C5900%2C5901%2C5902%2C5915%2C5916%2C5917%2C5918%2C5937%2C5938&outFields=*&outSR=4326&returnGeometry=true", - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/query?f=geojson&where=1%3D1&objectIds=5939%2C5940%2C5941%2C5942%2C5949%2C5950%2C5951%2C5952%2C5953%2C5954%2C5955%2C5956%2C5975%2C5976%2C5977%2C6552%2C6553%2C6554%2C6555%2C6556%2C6557%2C6558%2C6559%2C6560%2C6561%2C6562%2C6563%2C6564%2C6565%2C6566%2C6567%2C6568%2C6569%2C6570%2C6571%2C6572%2C6573%2C6574%2C6575%2C6576%2C6577%2C6578%2C6579%2C6580%2C6581%2C6582%2C6583%2C6584%2C6585%2C6586%2C6587%2C6588%2C6589%2C6590%2C6591%2C6592%2C6593%2C6594%2C6595%2C6596%2C6597%2C6598%2C6599%2C6600%2C6601%2C6602%2C6603%2C6604%2C6605%2C6606%2C6607%2C6608%2C6609%2C6610%2C6611%2C6612%2C6613%2C6614%2C6615%2C6616%2C6617%2C6618%2C6619%2C6620%2C6621%2C6622%2C6623%2C6624%2C6625%2C6626%2C6627%2C6628%2C6629%2C6630%2C6631%2C6632%2C6633%2C6634%2C6635%2C6636&outFields=*&outSR=4326&returnGeometry=true", - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/query?f=geojson&where=1%3D1&objectIds=6637%2C6638%2C6639%2C6640%2C6641%2C6642%2C6643%2C6644%2C6645%2C6646%2C6647%2C6648%2C6649%2C6650%2C6651%2C6652%2C6653%2C6654%2C6655%2C6656%2C6657%2C6658%2C6659%2C6660%2C6661%2C6662%2C6663%2C6664%2C6665%2C6666%2C6667%2C6668%2C6669%2C6670%2C6671%2C6672%2C6673%2C6674%2C6675%2C6676%2C6677%2C6678%2C6679%2C6680%2C6681%2C6682%2C6683%2C6684%2C6685%2C6686%2C6698%2C6699%2C6700%2C6701%2C6702%2C6703%2C6704%2C6705%2C6706%2C6707%2C6708%2C6709%2C6710%2C6711%2C6712%2C6713%2C6714%2C6715%2C6716%2C6717%2C6718%2C6719%2C6720%2C6721%2C6722%2C6723%2C6724%2C6725%2C6726%2C6727%2C6728%2C6729%2C6730%2C6731%2C6732%2C6733%2C6734%2C6735%2C6736%2C6737%2C6738%2C6739%2C6740%2C6741%2C6742%2C6743%2C6744%2C6745%2C6746%2C6747&outFields=*&outSR=4326&returnGeometry=true", - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/query?f=geojson&where=1%3D1&objectIds=6748%2C6749%2C6750%2C6751%2C6752%2C6753%2C6754%2C6755%2C6756%2C6757%2C6758%2C6759%2C6760%2C6761%2C6762%2C6763%2C6764%2C6765%2C24019%2C24035&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "70385444f437f41ee6528924d12beabf60cbdfbb5d5b51069cbd104448d83a8e", - "rawByteCount": 212729, - "rawFeatureCount": 320, - "outputFeatureCount": 320, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 320, - "objectIds": [ - 833, - 835, - 836, - 1262, - 1265, - 1282, - 1283, - 1285, - 1291, - 1293, - 1483, - 1485, - 1486, - 1487, - 1488, - 1489, - 1490, - 1491, - 1492, - 1493, - 1494, - 1495, - 1497, - 1498, - 1499, - 1500, - 1501, - 1502, - 1503, - 1504, - 1505, - 1507, - 1509, - 1510, - 1511, - 1512, - 1513, - 1514, - 1515, - 1516, - 1517, - 1518, - 1519, - 1521, - 1523, - 1525, - 1526, - 1527, - 1528, - 1529, - 1530, - 1532, - 1533, - 1535, - 1536, - 1537, - 1538, - 1539, - 1540, - 1541, - 1542, - 1543, - 1544, - 1545, - 1546, - 1547, - 1548, - 1549, - 1550, - 1551, - 1552, - 1553, - 1554, - 1555, - 1556, - 5195, - 5196, - 5197, - 5200, - 5201, - 5202, - 5203, - 5204, - 5205, - 5887, - 5888, - 5889, - 5890, - 5891, - 5892, - 5893, - 5900, - 5901, - 5902, - 5915, - 5916, - 5917, - 5918, - 5937, - 5938, - 5939, - 5940, - 5941, - 5942, - 5949, - 5950, - 5951, - 5952, - 5953, - 5954, - 5955, - 5956, - 5975, - 5976, - 5977, - 6552, - 6553, - 6554, - 6555, - 6556, - 6557, - 6558, - 6559, - 6560, - 6561, - 6562, - 6563, - 6564, - 6565, - 6566, - 6567, - 6568, - 6569, - 6570, - 6571, - 6572, - 6573, - 6574, - 6575, - 6576, - 6577, - 6578, - 6579, - 6580, - 6581, - 6582, - 6583, - 6584, - 6585, - 6586, - 6587, - 6588, - 6589, - 6590, - 6591, - 6592, - 6593, - 6594, - 6595, - 6596, - 6597, - 6598, - 6599, - 6600, - 6601, - 6602, - 6603, - 6604, - 6605, - 6606, - 6607, - 6608, - 6609, - 6610, - 6611, - 6612, - 6613, - 6614, - 6615, - 6616, - 6617, - 6618, - 6619, - 6620, - 6621, - 6622, - 6623, - 6624, - 6625, - 6626, - 6627, - 6628, - 6629, - 6630, - 6631, - 6632, - 6633, - 6634, - 6635, - 6636, - 6637, - 6638, - 6639, - 6640, - 6641, - 6642, - 6643, - 6644, - 6645, - 6646, - 6647, - 6648, - 6649, - 6650, - 6651, - 6652, - 6653, - 6654, - 6655, - 6656, - 6657, - 6658, - 6659, - 6660, - 6661, - 6662, - 6663, - 6664, - 6665, - 6666, - 6667, - 6668, - 6669, - 6670, - 6671, - 6672, - 6673, - 6674, - 6675, - 6676, - 6677, - 6678, - 6679, - 6680, - 6681, - 6682, - 6683, - 6684, - 6685, - 6686, - 6698, - 6699, - 6700, - 6701, - 6702, - 6703, - 6704, - 6705, - 6706, - 6707, - 6708, - 6709, - 6710, - 6711, - 6712, - 6713, - 6714, - 6715, - 6716, - 6717, - 6718, - 6719, - 6720, - 6721, - 6722, - 6723, - 6724, - 6725, - 6726, - 6727, - 6728, - 6729, - 6730, - 6731, - 6732, - 6733, - 6734, - 6735, - 6736, - 6737, - 6738, - 6739, - 6740, - 6741, - 6742, - 6743, - 6744, - 6745, - 6746, - 6747, - 6748, - 6749, - 6750, - 6751, - 6752, - 6753, - 6754, - 6755, - 6756, - 6757, - 6758, - 6759, - 6760, - 6761, - 6762, - 6763, - 6764, - 6765, - 24019, - 24035 - ], - "geometryTypes": [ - "LineString", - "MultiLineString" - ], - "multipartCount": 2, - "coordinateCount": { - "minimum": 2, - "median": 2, - "p95": 5, - "maximum": 367 - }, - "bounds": [ - -122.343072749438, - 47.6204015505191, - -122.34223544453, - 47.6209468464272 - ], - "nullRates": { - "Type": 1, - "UseDesignation": 1, - "Width": 1, - "Color": 0, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [], - "UseDesignation": [], - "Width": [], - "Color": [ - "Green" - ], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 36, - "near": 36 - }, - "distinctLaneWidths": [] - }, - { - "key": "longitudinalMarkings", - "provider": "City of Seattle Department of Transportation", - "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "layerId": 4, - "layerName": "Longitudinal_Markings", - "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-21T20:53:15.023Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "1=1", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/query?f=geojson&where=1%3D1&objectIds=260%2C383%2C593%2C672%2C1381%2C2057%2C2210%2C2238%2C2508%2C3010%2C3920%2C4065%2C4083%2C5265%2C5429%2C5600%2C6411%2C6453%2C6794%2C7262%2C7372%2C7427%2C7725%2C8241%2C10262%2C10316%2C10839%2C11828%2C12454%2C12547%2C12607%2C13205%2C13669%2C14568%2C14962%2C15146%2C15161%2C16028%2C17077%2C17179%2C17568%2C18132%2C18322%2C18563%2C20335%2C20615%2C20619%2C20690%2C20956%2C21399%2C21442%2C21943%2C22054%2C22240%2C22606%2C23039%2C23098%2C23257%2C23719%2C23789%2C24824%2C25083%2C25215%2C25250%2C25268%2C25476%2C28058%2C28222%2C28283%2C28722%2C29044%2C30488%2C31072%2C31248%2C32285%2C32884%2C32885%2C33152%2C34807%2C35143%2C35675%2C36148%2C36349%2C36761%2C37244%2C37245%2C37419%2C37454%2C38217%2C38218%2C38848%2C39652%2C40853%2C42134%2C42135%2C42334%2C42615%2C42949%2C43048%2C43508&outFields=*&outSR=4326&returnGeometry=true", - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/query?f=geojson&where=1%3D1&objectIds=43509%2C43590%2C43740%2C45121%2C45718%2C45897%2C46179%2C46771%2C47646%2C48089%2C48970%2C50797%2C50922%2C51798%2C52185%2C52434%2C53972%2C54227%2C54412%2C54819%2C54864%2C55417%2C55540%2C55541%2C56070%2C56424%2C56660%2C57537%2C58060%2C58965%2C59042%2C59171%2C60286%2C61324%2C61579%2C61776%2C61917%2C62192%2C63006%2C64200%2C65354%2C65428%2C65702%2C66973%2C67126%2C68366%2C69360%2C69717%2C70212%2C70239%2C70506%2C70820%2C71051%2C71091%2C71290%2C71719%2C73295%2C73518%2C73822%2C73879%2C74310%2C74885%2C75022%2C75111%2C75505%2C75670%2C76288%2C76355%2C76569%2C76589%2C76763%2C77301%2C77397%2C77597&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "b20e6aa542650a101243c98aff04813abcca3bdff495cab6b5418a1cc0a0a898", - "rawByteCount": 92840, - "rawFeatureCount": 174, - "outputFeatureCount": 174, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 174, - "objectIds": [ - 260, - 383, - 593, - 672, - 1381, - 2057, - 2210, - 2238, - 2508, - 3010, - 3920, - 4065, - 4083, - 5265, - 5429, - 5600, - 6411, - 6453, - 6794, - 7262, - 7372, - 7427, - 7725, - 8241, - 10262, - 10316, - 10839, - 11828, - 12454, - 12547, - 12607, - 13205, - 13669, - 14568, - 14962, - 15146, - 15161, - 16028, - 17077, - 17179, - 17568, - 18132, - 18322, - 18563, - 20335, - 20615, - 20619, - 20690, - 20956, - 21399, - 21442, - 21943, - 22054, - 22240, - 22606, - 23039, - 23098, - 23257, - 23719, - 23789, - 24824, - 25083, - 25215, - 25250, - 25268, - 25476, - 28058, - 28222, - 28283, - 28722, - 29044, - 30488, - 31072, - 31248, - 32285, - 32884, - 32885, - 33152, - 34807, - 35143, - 35675, - 36148, - 36349, - 36761, - 37244, - 37245, - 37419, - 37454, - 38217, - 38218, - 38848, - 39652, - 40853, - 42134, - 42135, - 42334, - 42615, - 42949, - 43048, - 43508, - 43509, - 43590, - 43740, - 45121, - 45718, - 45897, - 46179, - 46771, - 47646, - 48089, - 48970, - 50797, - 50922, - 51798, - 52185, - 52434, - 53972, - 54227, - 54412, - 54819, - 54864, - 55417, - 55540, - 55541, - 56070, - 56424, - 56660, - 57537, - 58060, - 58965, - 59042, - 59171, - 60286, - 61324, - 61579, - 61776, - 61917, - 62192, - 63006, - 64200, - 65354, - 65428, - 65702, - 66973, - 67126, - 68366, - 69360, - 69717, - 70212, - 70239, - 70506, - 70820, - 71051, - 71091, - 71290, - 71719, - 73295, - 73518, - 73822, - 73879, - 74310, - 74885, - 75022, - 75111, - 75505, - 75670, - 76288, - 76355, - 76569, - 76589, - 76763, - 77301, - 77397, - 77597 - ], - "geometryTypes": [ - "LineString" - ], - "multipartCount": 0, - "coordinateCount": { - "minimum": 2, - "median": 2, - "p95": 5, - "maximum": 13 - }, - "bounds": [ - -122.343427982657, - 47.6198096983168, - -122.342257727067, - 47.6219372184277 - ], - "nullRates": { - "Type": 0, - "UseDesignation": 1, - "Width": 1, - "Color": 0, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [ - "10'/20' pattern", - "2' dash, 4' skip", - "Solid" - ], - "UseDesignation": [], - "Width": [], - "Color": [ - "White", - "Yellow" - ], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 0, - "near": 0 - }, - "distinctLaneWidths": [] - }, - { - "key": "transverseMarkings", - "provider": "City of Seattle Department of Transportation", - "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "layerId": 5, - "layerName": "TransverseMarkings", - "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-22T00:11:51.850Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "1=1", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/query?f=geojson&where=1%3D1&objectIds=3081%2C5859%2C12644%2C13281%2C14358%2C19235%2C19237%2C20610%2C22932%2C24340%2C25910%2C27743%2C28173%2C28392%2C31839%2C33219%2C35100%2C35248%2C41202%2C42867%2C46363%2C47021%2C48367%2C48465%2C49735%2C49983%2C50102%2C50229%2C52722%2C55032%2C56849%2C57092%2C57536%2C58153%2C59963%2C60163%2C60836%2C61327%2C62760%2C63017%2C63702%2C64287%2C64763%2C65576%2C66235%2C68701%2C71659%2C72746%2C74339%2C76892%2C77723%2C81067%2C82730%2C84752%2C85002%2C85699%2C86477%2C88743%2C90926%2C94715%2C95894%2C97807%2C98496%2C101051%2C103842%2C103900%2C109050%2C109348%2C112545%2C113138%2C113204%2C113466%2C113850%2C114388&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "7870c726a070356077776c088e336dcdf40cd26cdb140de098b53bb073df670d", - "rawByteCount": 54254, - "rawFeatureCount": 74, - "outputFeatureCount": 74, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 74, - "objectIds": [ - 3081, - 5859, - 12644, - 13281, - 14358, - 19235, - 19237, - 20610, - 22932, - 24340, - 25910, - 27743, - 28173, - 28392, - 31839, - 33219, - 35100, - 35248, - 41202, - 42867, - 46363, - 47021, - 48367, - 48465, - 49735, - 49983, - 50102, - 50229, - 52722, - 55032, - 56849, - 57092, - 57536, - 58153, - 59963, - 60163, - 60836, - 61327, - 62760, - 63017, - 63702, - 64287, - 64763, - 65576, - 66235, - 68701, - 71659, - 72746, - 74339, - 76892, - 77723, - 81067, - 82730, - 84752, - 85002, - 85699, - 86477, - 88743, - 90926, - 94715, - 95894, - 97807, - 98496, - 101051, - 103842, - 103900, - 109050, - 109348, - 112545, - 113138, - 113204, - 113466, - 113850, - 114388 - ], - "geometryTypes": [ - "LineString" - ], - "multipartCount": 0, - "coordinateCount": { - "minimum": 2, - "median": 5, - "p95": 5, - "maximum": 5 - }, - "bounds": [ - -122.342618150325, - 47.620680798818, - -122.34223486843, - 47.6210966042388 - ], - "nullRates": { - "Type": 1, - "UseDesignation": 1, - "Width": 1, - "Color": 0, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [], - "UseDesignation": [], - "Width": [], - "Color": [ - "White" - ], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 0, - "near": 0 - }, - "distinctLaneWidths": [] - }, - { - "key": "symbols", - "provider": "City of Seattle Department of Transportation", - "itemId": "e7c54ba0f1b24128a9cb2a95912a5194", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "layerId": 6, - "layerName": "Legend_and_Symbols", - "catalogUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-21T20:53:00.677Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "1=1", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/query?f=geojson&where=1%3D1&objectIds=2396%2C8245%2C8887%2C9352%2C10208%2C12061%2C12223%2C13091%2C13487%2C13943%2C15647%2C15688%2C15872%2C16041%2C16581%2C16832%2C17392&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "3d157989df630653d757fb75cbb0abff133e4519b0edf5468a5a742a2a34fb24", - "rawByteCount": 177201, - "rawFeatureCount": 17, - "outputFeatureCount": 17, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 17, - "objectIds": [ - 2396, - 8245, - 8887, - 9352, - 10208, - 12061, - 12223, - 13091, - 13487, - 13943, - 15647, - 15688, - 15872, - 16041, - 16581, - 16832, - 17392 - ], - "geometryTypes": [ - "MultiLineString" - ], - "multipartCount": 17, - "coordinateCount": { - "minimum": 32, - "median": 358, - "p95": 494, - "maximum": 494 - }, - "bounds": [ - -122.342772216614, - 47.620611292452, - -122.342239795843, - 47.6211661041943 - ], - "nullRates": { - "Type": 1, - "UseDesignation": 1, - "Width": 1, - "Color": 1, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [], - "UseDesignation": [], - "Width": [], - "Color": [], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 0, - "near": 0 - }, - "distinctLaneWidths": [] - }, - { - "key": "streets", - "provider": "City of Seattle Department of Transportation", - "itemId": "f91318f1cc43489fb0e7aca2fde22899", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer", - "layerId": 0, - "layerName": "Seattle Streets", - "catalogUrl": "https://catalog.data.gov/dataset/seattle-streets", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-25T14:28:36.288Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "STATUS = 'INSVC'", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/query?f=geojson&where=STATUS+%3D+%27INSVC%27&objectIds=10576131%2C10578378%2C10578379%2C10591189&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "aa5e5e98efa485c8e349b24e4608e4e053b3327364bef8d2983425026a1f43f9", - "rawByteCount": 6007, - "rawFeatureCount": 4, - "outputFeatureCount": 4, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 4, - "objectIds": [ - 10576131, - 10578378, - 10578379, - 10591189 - ], - "geometryTypes": [ - "LineString" - ], - "multipartCount": 0, - "coordinateCount": { - "minimum": 2, - "median": 2, - "p95": 3, - "maximum": 3 - }, - "bounds": [ - -122.343684649472, - 47.6197196126764, - -122.341076469081, - 47.6220557452641 - ], - "nullRates": { - "Type": 1, - "UseDesignation": 1, - "Width": 1, - "Color": 1, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [], - "UseDesignation": [], - "Width": [], - "Color": [], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 0, - "near": 0 - }, - "distinctLaneWidths": [] - }, - { - "key": "sidewalks", - "provider": "City of Seattle Department of Transportation", - "itemId": "20abc2269f6f4283a53cf31b93de718f", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer", - "layerId": 0, - "layerName": "Sidewalks", - "catalogUrl": "https://catalog.data.gov/dataset/sidewalks-32d94", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-25T13:43:58.163Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "CURRENT_STATUS IN ('INSVC', 'PLNRECON') OR CURRENT_STATUS = ''", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/query?f=geojson&where=CURRENT_STATUS+IN+%28%27INSVC%27%2C+%27PLNRECON%27%29+OR+CURRENT_STATUS+%3D+%27%27&objectIds=33562573%2C33563117%2C33563218%2C33563382%2C33567168%2C33567857%2C33571585%2C33572077%2C33573069%2C33573070%2C33580447%2C33580448%2C33585530%2C33585531&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "2cfe4b55151a145f03327d4b7cc0a881c60e7652097fe081283d899f3631bc8a", - "rawByteCount": 24631, - "rawFeatureCount": 14, - "outputFeatureCount": 14, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 14, - "objectIds": [ - 33562573, - 33563117, - 33563218, - 33563382, - 33567168, - 33567857, - 33571585, - 33572077, - 33573069, - 33573070, - 33580447, - 33580448, - 33585530, - 33585531 - ], - "geometryTypes": [ - "LineString" - ], - "multipartCount": 0, - "coordinateCount": { - "minimum": 2, - "median": 3, - "p95": 3, - "maximum": 3 - }, - "bounds": [ - -122.343540124808, - 47.6197778425813, - -122.341120389932, - 47.6219944142207 - ], - "nullRates": { - "Type": 1, - "UseDesignation": 1, - "Width": 1, - "Color": 1, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [], - "UseDesignation": [], - "Width": [], - "Color": [], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 0, - "near": 0 - }, - "distinctLaneWidths": [] - }, - { - "key": "crosswalks", - "provider": "City of Seattle Department of Transportation", - "itemId": "53635945962e42b9a1f4473557176861", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Marked_Crosswalks_CDL/FeatureServer", - "layerId": 0, - "layerName": "Marked Crosswalks", - "catalogUrl": "https://catalog.data.gov/dataset/marked-crosswalks", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-25T19:46:53.080Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "CURRENT_STATUS IN ('INSVC', 'PLNRECON') OR CURRENT_STATUS = ''", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Marked_Crosswalks_CDL/FeatureServer/0/query?f=geojson&where=CURRENT_STATUS+IN+%28%27INSVC%27%2C+%27PLNRECON%27%29+OR+CURRENT_STATUS+%3D+%27%27&objectIds=4832861%2C4837515&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "500a03072ce01eb3b8351d6ccd29cb04e2acf10a124ed34a1731cc6955d2dba1", - "rawByteCount": 2967, - "rawFeatureCount": 2, - "outputFeatureCount": 2, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 2, - "objectIds": [ - 4832861, - 4837515 - ], - "geometryTypes": [ - "Point" - ], - "multipartCount": 0, - "coordinateCount": { - "minimum": 1, - "median": 1, - "p95": 1, - "maximum": 1 - }, - "bounds": [ - -122.342382385921, - 47.620811753049, - -122.342381088231, - 47.6209623820276 - ], - "nullRates": { - "Type": 1, - "UseDesignation": 1, - "Width": 1, - "Color": 1, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [], - "UseDesignation": [], - "Width": [], - "Color": [], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 0, - "near": 0 - }, - "distinctLaneWidths": [] - }, - { - "key": "bikeFacilities", - "provider": "City of Seattle Department of Transportation", - "itemId": "bf36bd11b499489d8cc1d491b72eb712", - "serviceUrl": "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Bike_Facilities/FeatureServer", - "layerId": 2, - "layerName": "Existing Bike Facilities", - "catalogUrl": "https://catalog.data.gov/dataset/existing-bike-facilities", - "retrievedAt": "2026-08-25T23:06:11.278Z", - "sourceLastEdit": "2026-08-25T19:32:55.064Z", - "query": { - "geometry": [ - -122.3431, - 47.62025, - -122.3415, - 47.6215 - ], - "geometryType": "esriGeometryEnvelope", - "where": "CURRENT_STATUS = 'INSVC'", - "outFields": "*", - "outSR": 4326, - "paging": "sorted object IDs in pages of at most 100" - }, - "queryUrls": [ - "https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Bike_Facilities/FeatureServer/2/query?f=geojson&where=CURRENT_STATUS+%3D+%27INSVC%27&objectIds=4712115%2C4712832%2C4713599%2C4713761&outFields=*&outSR=4326&returnGeometry=true" - ], - "rawSha256": "82dd952ceb477cc073c555d1313187cdabd4c3c65437f312f06d7085d8b7b4aa", - "rawByteCount": 6051, - "rawFeatureCount": 4, - "outputFeatureCount": 4, - "license": "PDDL 1.0", - "transformations": [ - "requested EPSG:4326 output", - "sorted by source object ID" - ], - "featureCount": 4, - "objectIds": [ - 4712115, - 4712832, - 4713599, - 4713761 - ], - "geometryTypes": [ - "LineString" - ], - "multipartCount": 0, - "coordinateCount": { - "minimum": 2, - "median": 2, - "p95": 2, - "maximum": 2 - }, - "bounds": [ - -122.343684649381, - 47.6197196128321, - -122.341076469708, - 47.622055745315 - ], - "nullRates": { - "Type": 1, - "UseDesignation": 1, - "Width": 1, - "Color": 1, - "Material": 1, - "DataConfidence": 1 - }, - "distinctValues": { - "Type": [], - "UseDesignation": [], - "Width": [], - "Color": [], - "Material": [], - "DataConfidence": [] - }, - "duplicates": { - "exact": 0, - "near": 0 - }, - "distinctLaneWidths": [] - } - ], - "derivations": [ - { - "output": "laneBands", - "operation": "centered equal-width offsets", - "sourceKeys": [ - "streets", - "laneWidths" - ], - "outputFeatureCount": 8 - }, - { - "output": "crosswalkGuides", - "operation": "perpendicular baseline across official surface width", - "sourceKeys": [ - "crosswalks", - "streets" - ], - "matchedTransverseMarkingCount": 60, - "outputFeatureCount": 2 - }, - { - "output": "symbolPaths", - "operation": "endpoint-connected CAD fragment stitching", - "sourceKeys": [ - "symbols" - ], - "parameters": { - "maximumJoinDistanceMeters": 0.002 - }, - "outputFeatureCount": 92 - } - ], - "validation": { - "extractionGate": { - "passed": true, - "criteria": { - "twoLongitudinalPatterns": true, - "trueDashSkipPattern": true, - "denseDashedPath": true, - "bicyclePanel": true, - "markedCrosswalk": true, - "curbOrSeparator": true, - "streetSurfaceWidth": true, - "laneWidths": true, - "sourceContext": true - } - }, - "symbolStitching": { - "sourceFeatureCount": 17, - "sourcePathCount": 1480, - "outputPathCount": 92, - "maximumJoinDistanceMeters": 0.002, - "bridgeCount": 2, - "maximumBridgeDistanceMeters": 0.00009942759594196398 - }, - "spatialAlignment": { - "laneWidthToStreetResidualMeters": [ - 1.4195515536652437, - 55.53763718774784 - ], - "spatialJoins": [ - { - "streetObjectId": 10576131, - "laneWidthObjectId": 15167, - "residualMeters": 1.4195515536652437 - }, - { - "streetObjectId": 10591189, - "laneWidthObjectId": 15167, - "residualMeters": 55.53763718774784 - } - ] - }, - "warnings": [ - "Longitudinal Width is null throughout this crop; the example uses a disclosed cartographic fallback stroke width." - ], - "errors": [] - }, - "license": { - "name": "Public Domain Dedication and License 1.0", - "shortName": "PDDL 1.0", - "url": "https://opendatacommons.org/licenses/pddl/1-0/", - "attribution": "Road, sidewalk, bicycle-facility, crosswalk, and channelization data: City of Seattle Department of Transportation." - } -} diff --git a/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs b/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs index 5149598..8d73a91 100644 --- a/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs +++ b/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs @@ -45,24 +45,51 @@ function visitCoordinates(geometry, visitor) { visit(geometry.coordinates); } -const [snapshot, manifest] = await Promise.all([ - readFile(resolve(DATA_DIRECTORY, 'seattle-road-diagram.json'), 'utf8').then(JSON.parse), - readFile(resolve(DATA_DIRECTORY, 'seattle-road-diagram.manifest.json'), 'utf8').then(JSON.parse) -]); - -assert.equal(snapshot.dataset, manifest.dataset); -assert.deepEqual(snapshot.displayBounds, manifest.displayBounds); -assert.equal(manifest.validation.extractionGate.passed, true, 'candidate must pass extraction gate'); - -for (const source of manifest.sources) { - const features = snapshot.layers[source.key].features; - assert.equal(features.length, source.outputFeatureCount, `${source.key} output count`); - assert.equal(source.rawFeatureCount, source.objectIds.length, `${source.key} object ID count`); - assert.match(source.rawSha256, /^[a-f0-9]{64}$/); - assert.ok(source.queryUrls.length > 0 || source.rawFeatureCount === 0); +async function readOptionalJson(path) { + try { + return JSON.parse(await readFile(path, 'utf8')); + } catch (error) { + if (error.code === 'ENOENT') { + return null; + } + throw error; + } +} + +const snapshot = JSON.parse( + await readFile(resolve(DATA_DIRECTORY, 'seattle-road-diagram.json'), 'utf8') +); +const manifest = await readOptionalJson( + resolve(DATA_DIRECTORY, 'seattle-road-diagram.manifest.json') +); + +if (manifest) { + assert.equal(snapshot.dataset, manifest.dataset); + assert.deepEqual(snapshot.displayBounds, manifest.displayBounds); + assert.equal( + manifest.validation.extractionGate.passed, + true, + 'candidate must pass extraction gate' + ); + assert.deepEqual( + Object.keys(snapshot.layers).sort(), + manifest.sources.map(source => source.key).sort(), + 'manifest source keys' + ); +} + +for (const [sourceKey, layer] of Object.entries(snapshot.layers)) { + const features = layer.features; + const source = manifest?.sources.find(candidate => candidate.key === sourceKey); + if (source) { + assert.equal(features.length, source.outputFeatureCount, `${sourceKey} output count`); + assert.equal(source.rawFeatureCount, source.objectIds.length, `${sourceKey} object ID count`); + assert.match(source.rawSha256, /^[a-f0-9]{64}$/); + assert.ok(source.queryUrls.length > 0 || source.rawFeatureCount === 0); + } for (const feature of features) { - assert.ok(feature.geometry, `${source.key} feature has geometry`); - assert.ok(feature.properties.OBJECTID != null, `${source.key} feature has an object ID`); + assert.ok(feature.geometry, `${sourceKey} feature has geometry`); + assert.ok(feature.properties.OBJECTID != null, `${sourceKey} feature has an object ID`); visitCoordinates(feature.geometry, ([longitude, latitude]) => { assert.ok(longitude >= -180 && longitude <= 180); assert.ok(latitude >= -90 && latitude <= 90); @@ -105,15 +132,17 @@ for (const objectId of matchedTransverseMarkingObjectIds) { const sourceSymbolPaths = snapshot.layers.symbols.features.flatMap(feature => feature.geometry.type === 'LineString' ? [feature.geometry.coordinates] : feature.geometry.coordinates ); -const symbolStitching = manifest.validation.symbolStitching; -assert.equal(symbolStitching.sourceFeatureCount, snapshot.layers.symbols.features.length); -assert.equal(symbolStitching.sourcePathCount, sourceSymbolPaths.length); -assert.equal(symbolStitching.outputPathCount, snapshot.derived.symbolPaths.length); -assert.ok(symbolStitching.outputPathCount < symbolStitching.sourcePathCount); -assert.ok(symbolStitching.maximumJoinDistanceMeters <= 0.002); -assert.ok( - symbolStitching.maximumBridgeDistanceMeters <= symbolStitching.maximumJoinDistanceMeters -); +assert.ok(snapshot.derived.symbolPaths.length < sourceSymbolPaths.length); +if (manifest) { + const symbolStitching = manifest.validation.symbolStitching; + assert.equal(symbolStitching.sourceFeatureCount, snapshot.layers.symbols.features.length); + assert.equal(symbolStitching.sourcePathCount, sourceSymbolPaths.length); + assert.equal(symbolStitching.outputPathCount, snapshot.derived.symbolPaths.length); + assert.ok(symbolStitching.maximumJoinDistanceMeters <= 0.002); + assert.ok( + symbolStitching.maximumBridgeDistanceMeters <= symbolStitching.maximumJoinDistanceMeters + ); +} const symbolPathsByObjectId = Map.groupBy( snapshot.derived.symbolPaths, @@ -146,6 +175,11 @@ for (const lanes of groupedLaneBands.values()) { assert.ok(lanes.every(lane => lane.widthMeters > 0)); } +const sourceFeatureCount = Object.values(snapshot.layers).reduce( + (total, layer) => total + layer.features.length, + 0 +); +const validationScope = manifest ? ' with provenance checks' : ''; console.log( - `Validated ${manifest.sources.reduce((total, source) => total + source.outputFeatureCount, 0)} source features, ${snapshot.derived.laneBands.length} lane bands, ${snapshot.derived.crosswalkGuides.length} crosswalk guides, and ${snapshot.derived.symbolPaths.length} stitched symbol paths.` + `Validated ${sourceFeatureCount} source features, ${snapshot.derived.laneBands.length} lane bands, ${snapshot.derived.crosswalkGuides.length} crosswalk guides, and ${snapshot.derived.symbolPaths.length} stitched symbol paths${validationScope}.` ); From 6ead5c65fc0f8ee51ad5c7f27c1c2d6dda08ea2f Mon Sep 17 00:00:00 2001 From: Chris Gervang Date: Tue, 25 Aug 2026 19:20:13 -0700 Subject: [PATCH 4/5] Prepare PathStyleExtension data for rendering --- examples/path-style-extension/README.md | 6 +- .../data/seattle-road-diagram.json | 2 +- .../path-style-extension/scripts/README.md | 18 +- .../scripts/extract-seattle-road-diagram.mjs | 269 +++++++++++++++- .../scripts/validate-seattle-road-diagram.mjs | 288 ++++++++++-------- 5 files changed, 435 insertions(+), 148 deletions(-) diff --git a/examples/path-style-extension/README.md b/examples/path-style-extension/README.md index ace75c3..a2f6178 100644 --- a/examples/path-style-extension/README.md +++ b/examples/path-style-extension/README.md @@ -5,12 +5,16 @@ street-design example at Dexter Avenue N and Thomas Street. ## Files -- `data/seattle-road-diagram.json` contains the source features and derived display geometry. +- `data/seattle-road-diagram.json` contains render-ready path and polygon assets for the example. - `scripts` contains the reproducible extraction and validation tools. The extractor also writes a provenance manifest and audit report next to the snapshot. Both are ignored because they are reproducible and are not used by the example. +The runtime snapshot contains only the normalized geometry, styles, tooltip fields, and source +links consumed by deck.gl. Raw ArcGIS responses are queried and validated during extraction but are +not shipped to the website. + From the repository root, validate the checked-in snapshot with: ```bash diff --git a/examples/path-style-extension/data/seattle-road-diagram.json b/examples/path-style-extension/data/seattle-road-diagram.json index dce5fed..30d037a 100644 --- a/examples/path-style-extension/data/seattle-road-diagram.json +++ b/examples/path-style-extension/data/seattle-road-diagram.json @@ -1 +1 @@ -{"dataset":"deck.gl PathStyleExtension Seattle road diagram","generatedAt":"2026-08-25T23:06:11.278Z","candidate":"Dexter Avenue N and Thomas Street, Seattle, Washington","displayBounds":[-122.3431,47.62025,-122.3415,47.6215],"layers":{"verticalElements":{"type":"FeatureCollection","features":[{"type":"Feature","id":34459,"geometry":{"type":"LineString","coordinates":[[-122.342240797196,47.619818664625],[-122.342236046323,47.6203626334849]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34459,"SHAPE__Length":89.83900000292878,"AssetID":null}},{"type":"Feature","id":34460,"geometry":{"type":"LineString","coordinates":[[-122.34254090289,47.6198196952443],[-122.342536184466,47.6203602712993]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34460,"SHAPE__Length":89.27865943694306,"AssetID":null}},{"type":"Feature","id":34466,"geometry":{"type":"LineString","coordinates":[[-122.342543981074,47.6204488190618],[-122.342603801818,47.6204490639206]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34466,"SHAPE__Length":6.6593375726506485,"AssetID":null}},{"type":"Feature","id":34467,"geometry":{"type":"LineString","coordinates":[[-122.342544342001,47.6204076886117],[-122.342604164028,47.6204079334526]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34467,"SHAPE__Length":6.659480346012426,"AssetID":null}},{"type":"Feature","id":34468,"geometry":{"type":"LineString","coordinates":[[-122.342543981074,47.6204488190618],[-122.342542172156,47.6204490822193],[-122.342540455623,47.6204495482947],[-122.34253888118,47.620450203792],[-122.342537494417,47.6204510297304],[-122.342536335491,47.6204520021935],[-122.342535437959,47.6204530930222],[-122.342534827811,47.62045427063]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34468,"SHAPE__Length":1.4420319385539313,"AssetID":null}},{"type":"Feature","id":34469,"geometry":{"type":"LineString","coordinates":[[-122.342535276359,47.6204021709749],[-122.342535867752,47.6204033529006],[-122.342536747857,47.6204044501386],[-122.342537891195,47.6204054309235],[-122.342539264665,47.6204062668612],[-122.342540828506,47.6204069337507],[-122.342542537442,47.6204074122855],[-122.342544342001,47.6204076886117]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":34469,"SHAPE__Length":1.4420075199451707,"AssetID":null}},{"type":"Feature","id":54596,"geometry":{"type":"LineString","coordinates":[[-122.34122283683,47.620826748679],[-122.342171336501,47.6208303195929]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54596,"SHAPE__Length":105.58814741512606,"AssetID":null}},{"type":"Feature","id":54597,"geometry":{"type":"LineString","coordinates":[[-122.342171336501,47.6208303195929],[-122.342181917457,47.6208297248048],[-122.342192184442,47.6208279006338],[-122.342201825513,47.620824902504],[-122.342210547743,47.6208208215078],[-122.342218086124,47.6208157816386],[-122.342224211616,47.6208099360234],[-122.342228738106,47.6208034622701],[-122.342231528066,47.6207965570719],[-122.342232496728,47.6207894302302]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54597,"SHAPE__Length":10.637601014098964,"AssetID":null}},{"type":"Feature","id":54598,"geometry":{"type":"LineString","coordinates":[[-122.342232496728,47.6207894302302],[-122.342236048853,47.6203628124737]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54598,"SHAPE__Length":70.4584597070172,"AssetID":null}},{"type":"Feature","id":54602,"geometry":{"type":"LineString","coordinates":[[-122.342221086714,47.6219510550529],[-122.342230789088,47.6209868632358]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54602,"SHAPE__Length":159.24588743809946,"AssetID":null}},{"type":"Feature","id":54603,"geometry":{"type":"LineString","coordinates":[[-122.342230789088,47.6209868632358],[-122.34223011488,47.6209804205753],[-122.342227950201,47.6209741288716],[-122.342224348609,47.6209681437884],[-122.34221939921,47.6209626134031],[-122.342213224458,47.6209576745434],[-122.342205977123,47.6209534494024],[-122.342197836511,47.6209500425147],[-122.342189004031,47.6209475381704],[-122.342179698206,47.6209459983299],[-122.342170149274,47.6209454610905]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54603,"SHAPE__Length":10.666788983071402,"AssetID":null}},{"type":"Feature","id":54604,"geometry":{"type":"LineString","coordinates":[[-122.342170149274,47.6209454610905],[-122.341218924875,47.6209435347409]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54604,"SHAPE__Length":105.89029364971502,"AssetID":null}},{"type":"Feature","id":54610,"geometry":{"type":"LineString","coordinates":[[-122.342530784481,47.6209763372464],[-122.342520944238,47.6219548491809]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54610,"SHAPE__Length":161.61098242749506,"AssetID":null}},{"type":"Feature","id":54611,"geometry":{"type":"LineString","coordinates":[[-122.342536199001,47.6203612768703],[-122.342532619829,47.6207927484226]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":54611,"SHAPE__Length":71.26008581537717,"AssetID":null}},{"type":"Feature","id":67897,"geometry":{"type":"LineString","coordinates":[[-122.343306148763,47.6209429553037],[-122.342771151743,47.6209415030965]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":67897,"SHAPE__Length":59.55607874091671,"AssetID":null}},{"type":"Feature","id":67898,"geometry":{"type":"LineString","coordinates":[[-122.342693164202,47.6209221009613],[-122.342612205819,47.6209218809687]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":67898,"SHAPE__Length":9.01231913254278,"AssetID":null}},{"type":"Feature","id":67899,"geometry":{"type":"LineString","coordinates":[[-122.342593197109,47.6208341008275],[-122.343314433323,47.6208360589818]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":67899,"SHAPE__Length":80.28829935771606,"AssetID":null}},{"type":"Feature","id":67901,"geometry":{"type":"LineString","coordinates":[[-122.34271916006,47.6209285689451],[-122.342714603618,47.6209263149812],[-122.34270962579,47.6209245107998],[-122.342704323636,47.6209231915802],[-122.342698800542,47.6209223830455],[-122.342693164202,47.6209221009613]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":67901,"SHAPE__Length":3.145808972535093,"AssetID":null}},{"type":"Feature","id":67905,"geometry":{"type":"LineString","coordinates":[[-122.34271916006,47.6209285689451],[-122.342728273106,47.6209330764931],[-122.342738228836,47.6209366844753],[-122.342748833132,47.6209393225426],[-122.342759879228,47.6209409392573],[-122.342771151743,47.6209415030965]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":67905,"SHAPE__Length":6.291505699848817,"AssetID":null}},{"type":"Feature","id":68909,"geometry":{"type":"LineString","coordinates":[[-122.342532619829,47.6207927484226],[-122.342533303442,47.6207991814649],[-122.342535473097,47.6208054629983],[-122.342539075265,47.6208114380482],[-122.342544021077,47.6208169592011],[-122.34255018851,47.6208218902422],[-122.342557425406,47.6208261095154],[-122.342565553218,47.6208295129251],[-122.342574371423,47.6208320165043],[-122.342583662461,47.6208335584861],[-122.342593197109,47.6208341008275]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":68909,"SHAPE__Length":10.651648201443043,"AssetID":null}},{"type":"Feature","id":68910,"geometry":{"type":"LineString","coordinates":[[-122.342612205819,47.6209218809687],[-122.342598123707,47.6209226859749],[-122.342584461817,47.6209251241709],[-122.342571633811,47.6209291217317],[-122.3425600281,47.6209345576172],[-122.342549996087,47.6209412672369],[-122.342541841525,47.6209490474336],[-122.342535811321,47.6209576626349],[-122.342532088062,47.6209668519855],[-122.342530784481,47.6209763372464]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":68910,"SHAPE__Length":14.159171640347896,"AssetID":null}},{"type":"Feature","id":241769,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342503042412,47.6203840772513],[-122.342498964756,47.6203868031643]],[[-122.342503019483,47.6203868186665],[-122.342498987685,47.6203840617491]],[[-122.342498964756,47.6203868031643],[-122.342498987685,47.6203840617491]],[[-122.342498987685,47.6203840617491],[-122.342503042412,47.6203840772513]],[[-122.342503042412,47.6203840772513],[-122.342503019483,47.6203868186665]],[[-122.342503019483,47.6203868186665],[-122.342498964756,47.6203868031643]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241769,"SHAPE__Length":3.0869178544863005,"AssetID":null}},{"type":"Feature","id":241840,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342492233121,47.6214454282176],[-122.342488155381,47.6214481541301]],[[-122.342492210191,47.6214481696327],[-122.342488178311,47.621445412715]],[[-122.342488155381,47.6214481541301],[-122.342488178311,47.621445412715]],[[-122.342488178311,47.621445412715],[-122.342492233121,47.6214454282176]],[[-122.342492233121,47.6214454282176],[-122.342492210191,47.6214481696327]],[[-122.342492210191,47.6214481696327],[-122.342488155381,47.6214481541301]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241840,"SHAPE__Length":3.086980620980056,"AssetID":null}},{"type":"Feature","id":241863,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342948852049,47.62084743633],[-122.34295298567,47.6208501235113]],[[-122.342952906133,47.6208473825552],[-122.342948931586,47.620850177286]],[[-122.34295298567,47.6208501235113],[-122.342948931586,47.620850177286]],[[-122.342948931586,47.620850177286],[-122.342948852049,47.62084743633]],[[-122.342948852049,47.62084743633],[-122.342952906133,47.6208473825552]],[[-122.342952906133,47.6208473825552],[-122.34295298567,47.6208501235113]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241863,"SHAPE__Length":3.0869728410577517,"AssetID":null}},{"type":"Feature","id":241873,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342656903828,47.6208466439756],[-122.342661037435,47.6208493311675]],[[-122.342660957913,47.6208465902112],[-122.34265698335,47.6208493849319]],[[-122.342661037435,47.6208493311675],[-122.34265698335,47.6208493849319]],[[-122.34265698335,47.6208493849319],[-122.342656903828,47.6208466439756]],[[-122.342656903828,47.6208466439756],[-122.342660957913,47.6208465902112]],[[-122.342660957913,47.6208465902112],[-122.342661037435,47.6208493311675]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241873,"SHAPE__Length":3.086972803868655,"AssetID":null}},{"type":"Feature","id":241874,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342355960411,47.6210160683597],[-122.342357312455,47.6210160738227]],[[-122.342357312455,47.6210160738227],[-122.342357320536,47.6210151597121]],[[-122.342357320536,47.6210151597121],[-122.342355968518,47.6210151551483]],[[-122.342355968518,47.6210151551483],[-122.342355960411,47.6210160683597]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241874,"SHAPE__Length":0.6028156829197433,"AssetID":null}},{"type":"Feature","id":241958,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34240622082,47.620755975167],[-122.342407571501,47.6207559797477]],[[-122.342407571501,47.6207559797477],[-122.342407579606,47.6207550665363]],[[-122.342407579606,47.6207550665363],[-122.342406227569,47.6207550610739]],[[-122.342406227569,47.6207550610739],[-122.34240622082,47.620755975167]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":241958,"SHAPE__Length":0.6026609297476149,"AssetID":null}},{"type":"Feature","id":242236,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342408141647,47.6205939416666],[-122.34240949235,47.6205939471467]],[[-122.34240949235,47.6205939471467],[-122.342409500429,47.6205930330359]],[[-122.342409500429,47.6205930330359],[-122.342408148422,47.6205930284729]],[[-122.342408148422,47.6205930284729],[-122.342408141647,47.6205939416666]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242236,"SHAPE__Length":0.6026590502682725,"AssetID":null}},{"type":"Feature","id":242314,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342405676311,47.6206759207128],[-122.342407028347,47.6206759261752]],[[-122.342407028347,47.6206759261752],[-122.342407035096,47.6206750120822]],[[-122.342407035096,47.6206750120822],[-122.342405684391,47.6206750066021]],[[-122.342405684391,47.6206750066021],[-122.342405676311,47.6206759207128]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242314,"SHAPE__Length":0.6028122246527495,"AssetID":null}},{"type":"Feature","id":242408,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342500835424,47.620469085461],[-122.342496759091,47.6204718113563]],[[-122.342500813825,47.6204718268586],[-122.34249678069,47.6204690699587]],[[-122.342496759091,47.6204718113563],[-122.34249678069,47.6204690699587]],[[-122.34249678069,47.6204690699587],[-122.342500835424,47.620469085461]],[[-122.342500835424,47.620469085461],[-122.342500813825,47.6204718268586]],[[-122.342500813825,47.6204718268586],[-122.342496759091,47.6204718113563]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242408,"SHAPE__Length":3.0869101561522276,"AssetID":null}},{"type":"Feature","id":242430,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342399909972,47.6213509699033],[-122.342401260695,47.6213509753834]],[[-122.342401260695,47.6213509753834],[-122.342401268774,47.6213500612728]],[[-122.342401268774,47.6213500612728],[-122.342399916748,47.6213500567095]],[[-122.342399916748,47.6213500567095],[-122.342399909972,47.6213509699033]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242430,"SHAPE__Length":0.6026677764012195,"AssetID":null}},{"type":"Feature","id":242652,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34229381825,47.6207710325377],[-122.342295170288,47.6207710380015]],[[-122.342295170288,47.6207710380015],[-122.342295177039,47.6207701239084]],[[-122.342295177039,47.6207701239084],[-122.342293826358,47.6207701193263]],[[-122.342293826358,47.6207701193263],[-122.34229381825,47.6207710325377]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242652,"SHAPE__Length":0.6026610948583806,"AssetID":null}},{"type":"Feature","id":242738,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342351583832,47.621347349216],[-122.342352935885,47.6213473546791]],[[-122.342352935885,47.6213473546791],[-122.342352942635,47.6213464405861]],[[-122.342352942635,47.6213464405861],[-122.342351591938,47.6213464360046]],[[-122.342351591938,47.6213464360046],[-122.342351583832,47.621347349216]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":242738,"SHAPE__Length":0.6026677383555841,"AssetID":null}},{"type":"Feature","id":243122,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342362273693,47.62034343457],[-122.34236362439,47.6203434400506]],[[-122.34236362439,47.6203434400506],[-122.34236363247,47.6203425259399]],[[-122.34236363247,47.6203425259399],[-122.342362280469,47.6203425213762]],[[-122.342362280469,47.6203425213762],[-122.342362273693,47.62034343457]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243122,"SHAPE__Length":0.6026561493616649,"AssetID":null}},{"type":"Feature","id":243163,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342358438985,47.6207547699217],[-122.342359791023,47.6207547753847]],[[-122.342359791023,47.6207547753847],[-122.342359799103,47.620753861274]],[[-122.342359799103,47.620753861274],[-122.342358447065,47.620753855811]],[[-122.342358447065,47.620753855811],[-122.342358438985,47.6207547699217]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243163,"SHAPE__Length":0.602964899986854,"AssetID":null}},{"type":"Feature","id":243387,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342455841132,47.6210073824828],[-122.342457191845,47.6210073879622]],[[-122.342457191845,47.6210073879622],[-122.342457199924,47.6210064738515]],[[-122.342457199924,47.6210064738515],[-122.34245584788,47.6210064683898]],[[-122.34245584788,47.6210064683898],[-122.342455841132,47.6210073824828]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243387,"SHAPE__Length":0.6028160501323524,"AssetID":null}},{"type":"Feature","id":243472,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342294094227,47.6207436186684],[-122.342295446238,47.6207436232328]],[[-122.342295446238,47.6207436232328],[-122.342295453015,47.620742710039]],[[-122.342295453015,47.620742710039],[-122.342294102309,47.6207427045577]],[[-122.342294102309,47.6207427045577],[-122.342294094227,47.6207436186684]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243472,"SHAPE__Length":0.6026607809668951,"AssetID":null}},{"type":"Feature","id":243781,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34245538918,47.621062211597],[-122.342456741199,47.6210622161595]],[[-122.342456741199,47.6210622161595],[-122.342456747973,47.6210613029657]],[[-122.342456747973,47.6210613029657],[-122.342455397258,47.6210612974863]],[[-122.342455397258,47.6210612974863],[-122.34245538918,47.621062211597]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243781,"SHAPE__Length":0.6026644732549262,"AssetID":null}},{"type":"Feature","id":243827,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342291478772,47.6205581205237],[-122.342287402447,47.6205608473108]],[[-122.342291457162,47.6205608619213],[-122.342287424057,47.6205581059132]],[[-122.342287402447,47.6205608473108],[-122.342287424057,47.6205581059132]],[[-122.342287424057,47.6205581059132],[-122.342291478772,47.6205581205237]],[[-122.342291478772,47.6205581205237],[-122.342291457162,47.6205608619213]],[[-122.342291457162,47.6205608619213],[-122.342287402447,47.6205608473108]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":243827,"SHAPE__Length":3.0869027423106954,"AssetID":null}},{"type":"Feature","id":244032,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342731924356,47.6209107718051],[-122.342731897847,47.6209098581531]],[[-122.342731897847,47.6209098581531],[-122.342730546484,47.6209098760754]],[[-122.342730546484,47.6209098760754],[-122.342730572993,47.6209107897275]],[[-122.342730572993,47.6209107897275],[-122.342731924356,47.6209107718051]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244032,"SHAPE__Length":0.6027693736602442,"AssetID":null}},{"type":"Feature","id":244257,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307747417,47.6207168748673],[-122.342309098124,47.6207168803486]],[[-122.342309098124,47.6207168803486],[-122.342309106205,47.6207159662379]],[[-122.342309106205,47.6207159662379],[-122.342307754194,47.6207159616736]],[[-122.342307754194,47.6207159616736],[-122.342307747417,47.6207168748673]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244257,"SHAPE__Length":0.6026604619180392,"AssetID":null}},{"type":"Feature","id":244285,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342267511802,47.6212002594815],[-122.342263435426,47.6212029862677]],[[-122.342267490191,47.621203000879],[-122.342263457038,47.6212002448702]],[[-122.342263435426,47.6212029862677],[-122.342263457038,47.6212002448702]],[[-122.342263457038,47.6212002448702],[-122.342267511802,47.6212002594815]],[[-122.342267511802,47.6212002594815],[-122.342267490191,47.621203000879]],[[-122.342267490191,47.621203000879],[-122.342263435426,47.6212029862677]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244285,"SHAPE__Length":3.086940723432363,"AssetID":null}},{"type":"Feature","id":244362,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342272857756,47.620597819798],[-122.342268780071,47.6206005457027]],[[-122.342272834815,47.6206005612131],[-122.342268803012,47.6205978042876]],[[-122.342268780071,47.6206005457027],[-122.342268803012,47.6205978042876]],[[-122.342268803012,47.6205978042876],[-122.342272857756,47.620597819798]],[[-122.342272857756,47.620597819798],[-122.342272834815,47.6206005612131]],[[-122.342272834815,47.6206005612131],[-122.342268780071,47.6206005457027]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244362,"SHAPE__Length":3.0869304747055883,"AssetID":null}},{"type":"Feature","id":244389,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342305283352,47.6210037292233],[-122.342306635369,47.6210037337876]],[[-122.342306635369,47.6210037337876],[-122.34230664212,47.6210028196945]],[[-122.34230664212,47.6210028196945],[-122.342305291433,47.6210028151126]],[[-122.342305291433,47.6210028151126],[-122.342305283352,47.6210037292233]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244389,"SHAPE__Length":0.6028085703770022,"AssetID":null}},{"type":"Feature","id":244486,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34230557778,47.6209807133015],[-122.342306929823,47.6209807187651]],[[-122.342306929823,47.6209807187651],[-122.342306937904,47.6209798046544]],[[-122.342306937904,47.6209798046544],[-122.342305585861,47.6209797991908]],[[-122.342305585861,47.6209797991908],[-122.34230557778,47.6209807133015]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244486,"SHAPE__Length":0.6029675101148918,"AssetID":null}},{"type":"Feature","id":244532,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342641392143,47.6209059576527],[-122.342641365636,47.6209050440006]],[[-122.342641365636,47.6209050440006],[-122.342640014273,47.6209050619219]],[[-122.342640014273,47.6209050619219],[-122.34264004078,47.6209059755739]],[[-122.34264004078,47.6209059755739],[-122.342641392143,47.6209059576527]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244532,"SHAPE__Length":0.6027692927727308,"AssetID":null}},{"type":"Feature","id":244652,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342403735538,47.6211030874765],[-122.342405087558,47.6211030920396]],[[-122.342405087558,47.6211030920396],[-122.342405094334,47.6211021788458]],[[-122.342405094334,47.6211021788458],[-122.342403743618,47.6211021733658]],[[-122.342403743618,47.6211021733658],[-122.342403735538,47.6211030874765]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244652,"SHAPE__Length":0.6026649402476659,"AssetID":null}},{"type":"Feature","id":244689,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342459964325,47.6211754810753],[-122.342455886605,47.6211782069867]],[[-122.342459941394,47.6211782224905],[-122.342455909536,47.6211754655716]],[[-122.342455886605,47.6211782069867],[-122.342455909536,47.6211754655716]],[[-122.342455909536,47.6211754655716],[-122.342459964325,47.6211754810753]],[[-122.342459964325,47.6211754810753],[-122.342459941394,47.6211782224905]],[[-122.342459941394,47.6211782224905],[-122.342455886605,47.6211782069867]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244689,"SHAPE__Length":3.086964673781992,"AssetID":null}},{"type":"Feature","id":244805,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342767541986,47.6209160101476],[-122.342771675603,47.6209186973354]],[[-122.342771596075,47.6209159563793],[-122.342767621513,47.6209187511038]],[[-122.342771675603,47.6209186973354],[-122.342767621513,47.6209187511038]],[[-122.342767621513,47.6209187511038],[-122.342767541986,47.6209160101476]],[[-122.342767541986,47.6209160101476],[-122.342771596075,47.6209159563793]],[[-122.342771596075,47.6209159563793],[-122.342771675603,47.6209186973354]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":244805,"SHAPE__Length":3.0869768981607,"AssetID":null}},{"type":"Feature","id":245076,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342402374044,47.6212689917755],[-122.342403726069,47.6212689963387]],[[-122.342403726069,47.6212689963387],[-122.342403732844,47.621268083145]],[[-122.342403732844,47.621268083145],[-122.342402382124,47.6212680776649]],[[-122.342402382124,47.6212680776649],[-122.342402374044,47.6212689917755]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245076,"SHAPE__Length":0.6026668430280876,"AssetID":null}},{"type":"Feature","id":245112,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342408926557,47.6205095352645],[-122.342410278562,47.6205095398277]],[[-122.342410278562,47.6205095398277],[-122.342410285337,47.6205086266338]],[[-122.342410285337,47.6205086266338],[-122.342408934636,47.6205086211538]],[[-122.342408934636,47.6205086211538],[-122.342408926557,47.6205095352645]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245112,"SHAPE__Length":0.6026580928739989,"AssetID":null}},{"type":"Feature","id":245616,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342409503104,47.6204280373647],[-122.342410853803,47.6204280428447]],[[-122.342410853803,47.6204280428447],[-122.342410861882,47.620427128734]],[[-122.342410861882,47.620427128734],[-122.34240950988,47.6204271241709]],[[-122.34240950988,47.6204271241709],[-122.342409503104,47.6204280373647]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245616,"SHAPE__Length":0.6026571382260067,"AssetID":null}},{"type":"Feature","id":245790,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342361146279,47.6205083300028],[-122.34236249831,47.6205083354657]],[[-122.34236249831,47.6205083354657],[-122.34236250506,47.6205074213727]],[[-122.34236250506,47.6205074213727],[-122.342361154359,47.6205074158921]],[[-122.342361154359,47.6205074158921],[-122.342361146279,47.6205083300028]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245790,"SHAPE__Length":0.6028102829602664,"AssetID":null}},{"type":"Feature","id":245843,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342808671142,47.6209248322935],[-122.342808644632,47.6209239186415]],[[-122.342808644632,47.6209239186415],[-122.342807293268,47.6209239365647]],[[-122.342807293268,47.6209239365647],[-122.342807319778,47.6209248502167]],[[-122.342807319778,47.6209248502167],[-122.342808671142,47.6209248322935]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245843,"SHAPE__Length":0.6027695167330639,"AssetID":null}},{"type":"Feature","id":245905,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342266608828,47.62130991769],[-122.342262532417,47.6213126435769]],[[-122.342266587216,47.6213126590875],[-122.342262554028,47.6213099021794]],[[-122.342262532417,47.6213126435769],[-122.342262554028,47.6213099021794]],[[-122.342262554028,47.6213099021794],[-122.342266608828,47.62130991769]],[[-122.342266608828,47.62130991769],[-122.342266587216,47.6213126590875]],[[-122.342266587216,47.6213126590875],[-122.342262532417,47.6213126435769]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245905,"SHAPE__Length":3.086959869418439,"AssetID":null}},{"type":"Feature","id":245966,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34290294954,47.6208490959311],[-122.342902923029,47.6208481822791]],[[-122.342902923029,47.6208481822791],[-122.342901571667,47.6208482002034]],[[-122.342901571667,47.6208482002034],[-122.342901598179,47.6208491138555]],[[-122.342901598179,47.6208491138555],[-122.34290294954,47.6208490959311]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":245966,"SHAPE__Length":0.6027686604174681,"AssetID":null}},{"type":"Feature","id":246086,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457653866,47.6212178455501],[-122.342453576142,47.6212205714613]],[[-122.342457630935,47.6212205869652],[-122.342453599074,47.6212178300462]],[[-122.342453576142,47.6212205714613],[-122.342453599074,47.6212178300462]],[[-122.342453599074,47.6212178300462],[-122.342457653866,47.6212178455501]],[[-122.342457653866,47.6212178455501],[-122.342457630935,47.6212205869652]],[[-122.342457630935,47.6212205869652],[-122.342453576142,47.6212205714613]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246086,"SHAPE__Length":3.0869671530271683,"AssetID":null}},{"type":"Feature","id":246147,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342305431231,47.6209922212536],[-122.342306781918,47.6209922258356]],[[-122.342306781918,47.6209922258356],[-122.342306790025,47.6209913126241]],[[-122.342306790025,47.6209913126241],[-122.342305437982,47.6209913071605]],[[-122.342305437982,47.6209913071605],[-122.342305431231,47.6209922212536]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246147,"SHAPE__Length":0.6026636582907187,"AssetID":null}},{"type":"Feature","id":246226,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34226841613,47.6210906021543],[-122.342264338406,47.6210933280589]],[[-122.342268393188,47.6210933435694],[-122.342264361347,47.6210905866437]],[[-122.342264338406,47.6210933280589],[-122.342264361347,47.6210905866437]],[[-122.342264361347,47.6210905866437],[-122.34226841613,47.6210906021543]],[[-122.34226841613,47.6210906021543],[-122.342268393188,47.6210933435694]],[[-122.342268393188,47.6210933435694],[-122.342264338406,47.6210933280589]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246226,"SHAPE__Length":3.086959667756567,"AssetID":null}},{"type":"Feature","id":246282,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342404286244,47.6210196890452],[-122.342405638288,47.6210196945076]],[[-122.342405638288,47.6210196945076],[-122.342405646367,47.621018780397]],[[-122.342405646367,47.621018780397],[-122.342404294349,47.6210187758338]],[[-122.342404294349,47.6210187758338],[-122.342404286244,47.6210196890452]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246282,"SHAPE__Length":0.6028157458889282,"AssetID":null}},{"type":"Feature","id":246531,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342468358239,47.6209813356312],[-122.342469710256,47.6209813401936]],[[-122.342469710256,47.6209813401936],[-122.34246971836,47.6209804269822]],[[-122.34246971836,47.6209804269822],[-122.342468366317,47.6209804215205]],[[-122.342468366317,47.6209804215205],[-122.342468358239,47.6209813356312]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246531,"SHAPE__Length":0.602815297894941,"AssetID":null}},{"type":"Feature","id":246880,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342475014825,47.6212178204548],[-122.342470937128,47.621220547266]],[[-122.342474991894,47.62122056187],[-122.342470960059,47.6212178058509]],[[-122.342470937128,47.621220547266],[-122.342470960059,47.6212178058509]],[[-122.342470960059,47.6212178058509],[-122.342475014825,47.6212178204548]],[[-122.342475014825,47.6212178204548],[-122.342474991894,47.62122056187]],[[-122.342474991894,47.62122056187],[-122.342470937128,47.621220547266]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246880,"SHAPE__Length":3.0869544457935723,"AssetID":null}},{"type":"Feature","id":246932,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342273866605,47.6204700681312],[-122.34226978893,47.6204727940359]],[[-122.342273843664,47.6204728095463],[-122.342269811871,47.6204700526208]],[[-122.34226978893,47.6204727940359],[-122.342269811871,47.6204700526208]],[[-122.342269811871,47.6204700526208],[-122.342273866605,47.6204700681312]],[[-122.342273866605,47.6204700681312],[-122.342273843664,47.6204728095463]],[[-122.342273843664,47.6204728095463],[-122.34226978893,47.6204727940359]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":246932,"SHAPE__Length":3.0869229097809576,"AssetID":null}},{"type":"Feature","id":247130,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342455614478,47.6210347965991],[-122.342456966522,47.6210348020609]],[[-122.342456966522,47.6210348020609],[-122.342456974601,47.6210338879502]],[[-122.342456974601,47.6210338879502],[-122.342455622582,47.6210338833877]],[[-122.342455622582,47.6210338833877],[-122.342455614478,47.6210347965991]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247130,"SHAPE__Length":0.6028159131073983,"AssetID":null}},{"type":"Feature","id":247151,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342400453148,47.6214310243737],[-122.342401805203,47.6214310298362]],[[-122.342401805203,47.6214310298362],[-122.342401811953,47.6214301157432]],[[-122.342401811953,47.6214301157432],[-122.342400461254,47.6214301111623]],[[-122.342400461254,47.6214301111623],[-122.342400453148,47.6214310243737]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247151,"SHAPE__Length":0.602668721568798,"AssetID":null}},{"type":"Feature","id":247156,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342306823186,47.6207971718966],[-122.342308175225,47.6207971773602]],[[-122.342308175225,47.6207971773602],[-122.342308183306,47.6207962632495]],[[-122.342308183306,47.6207962632495],[-122.342306831293,47.6207962586852]],[[-122.342306831293,47.6207962586852],[-122.342306823186,47.6207971718966]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247156,"SHAPE__Length":0.6028131732876234,"AssetID":null}},{"type":"Feature","id":247723,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342493193663,47.6212184223351],[-122.342489117271,47.6212211482301]],[[-122.342493172063,47.6212211637326],[-122.342489138871,47.6212184068326]],[[-122.342489117271,47.6212211482301],[-122.342489138871,47.6212184068326]],[[-122.342489138871,47.6212184068326],[-122.342493193663,47.6212184223351]],[[-122.342493193663,47.6212184223351],[-122.342493172063,47.6212211637326]],[[-122.342493172063,47.6212211637326],[-122.342489117271,47.6212211482301]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247723,"SHAPE__Length":3.086954448910655,"AssetID":null}},{"type":"Feature","id":247730,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342805634358,47.620848832145],[-122.342805607848,47.6208479184929]],[[-122.342805607848,47.6208479184929],[-122.342804256487,47.6208479364161]],[[-122.342804256487,47.6208479364161],[-122.342804282997,47.6208488500681]],[[-122.342804282997,47.6208488500681],[-122.342805634358,47.620848832145]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247730,"SHAPE__Length":0.6027686433927988,"AssetID":null}},{"type":"Feature","id":247893,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342456055641,47.6209813386333],[-122.342457406355,47.6209813441127]],[[-122.342457406355,47.6209813441127],[-122.342457414433,47.620980430002]],[[-122.342457414433,47.620980430002],[-122.34245606239,47.6209804245402]],[[-122.34245606239,47.6209804245402],[-122.342456055641,47.6209813386333]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247893,"SHAPE__Length":0.6028157484467004,"AssetID":null}},{"type":"Feature","id":247905,"geometry":{"type":"MultiLineString","coordinates":[[[-122.343046024985,47.6209258348037],[-122.343050158617,47.6209285219814]],[[-122.343050079075,47.6209257810255],[-122.343046104527,47.6209285757597]],[[-122.343050158617,47.6209285219814],[-122.343046104527,47.6209285757597]],[[-122.343046104527,47.6209285757597],[-122.343046024985,47.6209258348037]],[[-122.343046024985,47.6209258348037],[-122.343050079075,47.6209257810255]],[[-122.343050079075,47.6209257810255],[-122.343050158617,47.6209285219814]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":247905,"SHAPE__Length":3.086977454404527,"AssetID":null}},{"type":"Feature","id":248032,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342283453072,47.6214839235856],[-122.342279375319,47.6214866494906]],[[-122.342283430131,47.6214866650007],[-122.342279398259,47.6214839080756]],[[-122.342279375319,47.6214866494906],[-122.342279398259,47.6214839080756]],[[-122.342279398259,47.6214839080756],[-122.342283453072,47.6214839235856]],[[-122.342283453072,47.6214839235856],[-122.342283430131,47.6214866650007]],[[-122.342283430131,47.6214866650007],[-122.342279375319,47.6214866494906]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":248032,"SHAPE__Length":3.086982910197061,"AssetID":null}},{"type":"Feature","id":248571,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342309192014,47.6205979560881],[-122.342305114357,47.6206006828934]],[[-122.342309169075,47.6206006975032],[-122.342305137297,47.6205979414783]],[[-122.342305114357,47.6206006828934],[-122.342305137297,47.6205979414783]],[[-122.342305137297,47.6205979414783],[-122.342309192014,47.6205979560881]],[[-122.342309192014,47.6205979560881],[-122.342309169075,47.6206006975032]],[[-122.342309169075,47.6206006975032],[-122.342305114357,47.6206006828934]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":248571,"SHAPE__Length":3.0869177987631646,"AssetID":null}},{"type":"Feature","id":248659,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342403160278,47.621184584458],[-122.342404510996,47.621184589938]],[[-122.342404510996,47.621184589938],[-122.342404519076,47.6211836758274]],[[-122.342404519076,47.6211836758274],[-122.342403167053,47.6211836712642]],[[-122.342403167053,47.6211836712642],[-122.342403160278,47.621184584458]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":248659,"SHAPE__Length":0.6026658567279417,"AssetID":null}},{"type":"Feature","id":248672,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342361721597,47.6204268330201],[-122.3423630736,47.6204268375838]],[[-122.3423630736,47.6204268375838],[-122.342363081706,47.6204259243724]],[[-122.342363081706,47.6204259243724],[-122.342361729677,47.6204259189094]],[[-122.342361729677,47.6204259189094],[-122.342361721597,47.6204268330201]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":248672,"SHAPE__Length":0.6028088857717269,"AssetID":null}},{"type":"Feature","id":249073,"geometry":{"type":"MultiLineString","coordinates":[[[-122.343000122384,47.6209274935447],[-122.34300009587,47.6209265798927]],[[-122.34300009587,47.6209265798927],[-122.342998744507,47.6209265978182]],[[-122.342998744507,47.6209265978182],[-122.34299877102,47.6209275114703]],[[-122.34299877102,47.6209275114703],[-122.343000122384,47.6209274935447]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249073,"SHAPE__Length":0.6027695555289989,"AssetID":null}},{"type":"Feature","id":249098,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457154805,47.6207973610489],[-122.342458506843,47.6207973665107]],[[-122.342458506843,47.6207973665107],[-122.342458513592,47.6207964524177]],[[-122.342458513592,47.6207964524177],[-122.342457162909,47.6207964478375]],[[-122.342457162909,47.6207964478375],[-122.342457154805,47.6207973610489]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249098,"SHAPE__Length":0.6026614025372543,"AssetID":null}},{"type":"Feature","id":249230,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342275672517,47.6202507526083],[-122.34227159486,47.6202534785132]],[[-122.342275649577,47.6202534940235],[-122.3422716178,47.620250737098]],[[-122.34227159486,47.6202534785132],[-122.3422716178,47.620250737098]],[[-122.3422716178,47.620250737098],[-122.342275672517,47.6202507526083]],[[-122.342275672517,47.6202507526083],[-122.342275649577,47.6202534940235]],[[-122.342275649577,47.6202534940235],[-122.34227159486,47.6202534785132]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249230,"SHAPE__Length":3.0869099724625206,"AssetID":null}},{"type":"Feature","id":249300,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342467333296,47.6210073758334],[-122.34246868534,47.6210073812951]],[[-122.34246868534,47.6210073812951],[-122.342468692088,47.6210064672021]],[[-122.342468692088,47.6210064672021],[-122.3424673414,47.621006462622]],[[-122.3424673414,47.621006462622],[-122.342467333296,47.6210073758334]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249300,"SHAPE__Length":0.6026638273257626,"AssetID":null}},{"type":"Feature","id":249480,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342301494086,47.6214839911576],[-122.34229741636,47.6214867179625]],[[-122.342301471147,47.6214867325727],[-122.3422974393,47.6214839765474]],[[-122.34229741636,47.6214867179625],[-122.3422974393,47.6214839765474]],[[-122.3422974393,47.6214839765474],[-122.342301494086,47.6214839911576]],[[-122.342301494086,47.6214839911576],[-122.342301471147,47.6214867325727]],[[-122.342301471147,47.6214867325727],[-122.34229741636,47.6214867179625]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249480,"SHAPE__Length":3.086970220705553,"AssetID":null}},{"type":"Feature","id":249525,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34241005382,47.6203446398313],[-122.34241140449,47.620344644412]],[[-122.34241140449,47.620344644412],[-122.342411412596,47.6203437312006]],[[-122.342411412596,47.6203437312006],[-122.342410060569,47.6203437257383]],[[-122.342410060569,47.6203437257383],[-122.34241005382,47.6203446398313]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249525,"SHAPE__Length":0.6026561723006985,"AssetID":null}},{"type":"Feature","id":249694,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342265389225,47.6214721964714],[-122.342261312828,47.6214749232575]],[[-122.34226536764,47.6214749387681],[-122.34226133444,47.62147218186]],[[-122.342261312828,47.6214749232575],[-122.34226133444,47.62147218186]],[[-122.34226133444,47.62147218186],[-122.342265389225,47.6214721964714]],[[-122.342265389225,47.6214721964714],[-122.34226536764,47.6214749387681]],[[-122.34226536764,47.6214749387681],[-122.342261312828,47.6214749232575]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249694,"SHAPE__Length":3.0872168099904207,"AssetID":null}},{"type":"Feature","id":249781,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342274769576,47.6203604108195],[-122.34227069191,47.6203631367244]],[[-122.342274746635,47.6203631522347],[-122.342270714851,47.6203603953092]],[[-122.34227069191,47.6203631367244],[-122.342270714851,47.6203603953092]],[[-122.342270714851,47.6203603953092],[-122.342274769576,47.6203604108195]],[[-122.342274769576,47.6203604108195],[-122.342274746635,47.6203631522347]],[[-122.342274746635,47.6203631522347],[-122.34227069191,47.6203631367244]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249781,"SHAPE__Length":3.0869164594469223,"AssetID":null}},{"type":"Feature","id":249792,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342902807028,47.6209272289423],[-122.342902780517,47.6209263152903]],[[-122.342902780517,47.6209263152903],[-122.342901429153,47.6209263332147]],[[-122.342901429153,47.6209263332147],[-122.342901455665,47.6209272468667]],[[-122.342901455665,47.6209272468667],[-122.342902807028,47.6209272289423]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":249792,"SHAPE__Length":0.6027695425568217,"AssetID":null}},{"type":"Feature","id":250211,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307088365,47.6207711291757],[-122.342308440377,47.62077113374]],[[-122.342308440377,47.62077113374],[-122.342308447128,47.6207702196469]],[[-122.342308447128,47.6207702196469],[-122.342307095116,47.6207702150826]],[[-122.342307095116,47.6207702150826],[-122.342307088365,47.6207711291757]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250211,"SHAPE__Length":0.6029501937145239,"AssetID":null}},{"type":"Feature","id":250336,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342499058645,47.6206850153806],[-122.342494980966,47.6206877412935]],[[-122.342499035716,47.6206877567958],[-122.342495003895,47.6206849998783]],[[-122.342494980966,47.6206877412935],[-122.342495003895,47.6206849998783]],[[-122.342495003895,47.6206849998783],[-122.342499058645,47.6206850153806]],[[-122.342499058645,47.6206850153806],[-122.342499035716,47.6206877567958]],[[-122.342499035716,47.6206877567958],[-122.342494980966,47.6206877412935]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250336,"SHAPE__Length":3.086935660672743,"AssetID":null}},{"type":"Feature","id":250380,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342754220336,47.6208469078713],[-122.342758353947,47.6208495950596]],[[-122.34275827442,47.6208468541034],[-122.342754299862,47.6208496488275]],[[-122.342758353947,47.6208495950596],[-122.342754299862,47.6208496488275]],[[-122.342754299862,47.6208496488275],[-122.342754220336,47.6208469078713]],[[-122.342754220336,47.6208469078713],[-122.34275827442,47.6208468541034]],[[-122.34275827442,47.6208468541034],[-122.342758353947,47.6208495950596]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250380,"SHAPE__Length":3.0869728008632107,"AssetID":null}},{"type":"Feature","id":250384,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34249996112,47.6205753571685],[-122.342495883448,47.6205780830814]],[[-122.342499938191,47.6205780985837],[-122.342495906377,47.6205753416662]],[[-122.342495883448,47.6205780830814],[-122.342495906377,47.6205753416662]],[[-122.342495906377,47.6205753416662],[-122.34249996112,47.6205753571685]],[[-122.34249996112,47.6205753571685],[-122.342499938191,47.6205780985837]],[[-122.342499938191,47.6205780985837],[-122.342495883448,47.6205780830814]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250384,"SHAPE__Length":3.086929149668921,"AssetID":null}},{"type":"Feature","id":250541,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342355409628,47.6210994667908],[-122.342356761648,47.6210994713545]],[[-122.342356761648,47.6210994713545],[-122.342356769755,47.6210985581431]],[[-122.342356769755,47.6210985581431],[-122.342355417708,47.6210985526801]],[[-122.342355417708,47.6210985526801],[-122.342355409628,47.6210994667908]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250541,"SHAPE__Length":0.6028166617096227,"AssetID":null}},{"type":"Feature","id":250587,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34285159786,47.6209251679526],[-122.342855731482,47.6209278551374]],[[-122.34285565195,47.6209251141813],[-122.342851677392,47.6209279089087]],[[-122.342855731482,47.6209278551374],[-122.342851677392,47.6209279089087]],[[-122.342851677392,47.6209279089087],[-122.34285159786,47.6209251679526]],[[-122.34285159786,47.6209251679526],[-122.34285565195,47.6209251141813]],[[-122.34285565195,47.6209251141813],[-122.342855731482,47.6209278551374]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250587,"SHAPE__Length":3.0869774574282993,"AssetID":null}},{"type":"Feature","id":250778,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34285153554,47.6208471726007],[-122.342855669156,47.6208498597855]],[[-122.342855589624,47.6208471188294],[-122.342851615072,47.6208499135568]],[[-122.342855669156,47.6208498597855],[-122.342851615072,47.6208499135568]],[[-122.342851615072,47.6208499135568],[-122.34285153554,47.6208471726007]],[[-122.34285153554,47.6208471726007],[-122.342855589624,47.6208471188294]],[[-122.342855589624,47.6208471188294],[-122.342855669156,47.6208498597855]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250778,"SHAPE__Length":3.086972815268026,"AssetID":null}},{"type":"Feature","id":250788,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342948709606,47.6209255693413],[-122.342952843234,47.6209282565226]],[[-122.342952763697,47.6209255155665],[-122.342948789143,47.6209283102974]],[[-122.342952843234,47.6209282565226],[-122.342948789143,47.6209283102974]],[[-122.342948789143,47.6209283102974],[-122.342948709606,47.6209255693413]],[[-122.342948709606,47.6209255693413],[-122.342952763697,47.6209255155665]],[[-122.342952763697,47.6209255155665],[-122.342952843234,47.6209282565226]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250788,"SHAPE__Length":3.0869774716748957,"AssetID":null}},{"type":"Feature","id":250899,"geometry":{"type":"MultiLineString","coordinates":[[[-122.343097437766,47.6209277589632],[-122.343097411251,47.6209268453112]],[[-122.343097411251,47.6209268453112],[-122.343096059888,47.6209268632379]],[[-122.343096059888,47.6209268632379],[-122.343096086402,47.6209277768898]],[[-122.343096086402,47.6209277768898],[-122.343097437766,47.6209277589632]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":250899,"SHAPE__Length":0.6027695499144945,"AssetID":null}},{"type":"Feature","id":251108,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342352126934,47.6214274036867],[-122.342353478989,47.6214274091497]],[[-122.342353478989,47.6214274091497],[-122.342353487069,47.621426495039]],[[-122.342353487069,47.621426495039],[-122.34235213504,47.6214264904753]],[[-122.34235213504,47.6214264904753],[-122.342352126934,47.6214274036867]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251108,"SHAPE__Length":0.6028204412800724,"AssetID":null}},{"type":"Feature","id":251158,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342357895881,47.6206747154497],[-122.342359247916,47.6206747209127]],[[-122.342359247916,47.6206747209127],[-122.342359254666,47.6206738068197]],[[-122.342359254666,47.6206738068197],[-122.342357903987,47.6206738022383]],[[-122.342357903987,47.6206738022383],[-122.342357895881,47.6206747154497]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251158,"SHAPE__Length":0.6026599856362098,"AssetID":null}},{"type":"Feature","id":251184,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342309519491,47.6205581889937],[-122.342305441811,47.6205609148998]],[[-122.342309496552,47.6205609304088],[-122.34230546475,47.6205581734846]],[[-122.342305441811,47.6205609148998],[-122.34230546475,47.6205581734846]],[[-122.34230546475,47.6205581734846],[-122.342309519491,47.6205581889937]],[[-122.342309519491,47.6205581889937],[-122.342309496552,47.6205609304088]],[[-122.342309496552,47.6205609304088],[-122.342305441811,47.6205609148998]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251184,"SHAPE__Length":3.0869281308983356,"AssetID":null}},{"type":"Feature","id":251234,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342360359987,47.6205927373215],[-122.342361711994,47.6205927418852]],[[-122.342361711994,47.6205927418852],[-122.3423617201,47.6205918286737]],[[-122.3423617201,47.6205918286737],[-122.342360368067,47.6205918232108]],[[-122.342360368067,47.6205918232108],[-122.342360359987,47.6205927373215]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251234,"SHAPE__Length":0.6028108089368907,"AssetID":null}},{"type":"Feature","id":251240,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34268729471,47.6209042981571],[-122.342691428323,47.6209069853478]],[[-122.342691348799,47.6209042443916],[-122.342687374233,47.6209070391133]],[[-122.342691428323,47.6209069853478],[-122.342687374233,47.6209070391133]],[[-122.342687374233,47.6209070391133],[-122.34268729471,47.6209042981571]],[[-122.34268729471,47.6209042981571],[-122.342691348799,47.6209042443916]],[[-122.342691348799,47.6209042443916],[-122.342691428323,47.6209069853478]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251240,"SHAPE__Length":3.086976213135686,"AssetID":null}},{"type":"Feature","id":251299,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342410451607,47.6202619793067],[-122.342411803631,47.620261984769]],[[-122.342411803631,47.620261984769],[-122.34241181038,47.620261070676]],[[-122.34241181038,47.620261070676],[-122.342410459712,47.6202610660953]],[[-122.342410459712,47.6202610660953],[-122.342410451607,47.6202619793067]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251299,"SHAPE__Length":0.6026552139831294,"AssetID":null}},{"type":"Feature","id":251304,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457466291,47.6207619086935],[-122.342458816998,47.6207619141729]],[[-122.342458816998,47.6207619141729],[-122.342458825077,47.6207610000622]],[[-122.342458825077,47.6207610000622],[-122.342457473039,47.6207609946005]],[[-122.342457473039,47.6207609946005],[-122.342457466291,47.6207619086935]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251304,"SHAPE__Length":0.6028132160327409,"AssetID":null}},{"type":"Feature","id":251382,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342273438079,47.6205580529502],[-122.342269361727,47.6205607788373]],[[-122.342273416468,47.6205607943477],[-122.342269383338,47.6205580374398]],[[-122.342269361727,47.6205607788373],[-122.342269383338,47.6205580374398]],[[-122.342269383338,47.6205580374398],[-122.342273438079,47.6205580529502]],[[-122.342273438079,47.6205580529502],[-122.342273416468,47.6205607943477]],[[-122.342273416468,47.6205607943477],[-122.342269361727,47.6205607788373]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251382,"SHAPE__Length":3.0869154099025438,"AssetID":null}},{"type":"Feature","id":251435,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342265705823,47.621419574999],[-122.3422616281,47.6214223018027]],[[-122.342265682907,47.6214223173134],[-122.342261651041,47.6214195603876]],[[-122.3422616281,47.6214223018027],[-122.342261651041,47.6214195603876]],[[-122.342261651041,47.6214195603876],[-122.342265705823,47.621419574999]],[[-122.342265705823,47.621419574999],[-122.342265682907,47.6214223173134]],[[-122.342265682907,47.6214223173134],[-122.3422616281,47.6214223018027]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251435,"SHAPE__Length":3.0872264109773457,"AssetID":null}},{"type":"Feature","id":251542,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34235404798,47.6212653710893],[-122.342355400005,47.621265375653]],[[-122.342355400005,47.621265375653],[-122.342355408111,47.6212644624416]],[[-122.342355408111,47.6212644624416],[-122.34235405606,47.6212644569786]],[[-122.34235405606,47.6212644569786],[-122.34235404798,47.6212653710893]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251542,"SHAPE__Length":0.6028185813146154,"AssetID":null}},{"type":"Feature","id":251545,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342494627147,47.6211760550944],[-122.342490549429,47.6211787810071]],[[-122.342494604218,47.6211787965096],[-122.342490572358,47.6211760395919]],[[-122.342490549429,47.6211787810071],[-122.342490572358,47.6211760395919]],[[-122.342490572358,47.6211760395919],[-122.342494627147,47.6211760550944]],[[-122.342494627147,47.6211760550944],[-122.342494604218,47.6211787965096]],[[-122.342494604218,47.6211787965096],[-122.342490549429,47.6211787810071]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251545,"SHAPE__Length":3.0869646993308644,"AssetID":null}},{"type":"Feature","id":251743,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342269319097,47.6209809439451],[-122.342265241382,47.6209836698497]],[[-122.342269296156,47.6209836853603],[-122.342265264323,47.6209809284346]],[[-122.342265241382,47.6209836698497],[-122.342265264323,47.6209809284346]],[[-122.342265264323,47.6209809284346],[-122.342269319097,47.6209809439451]],[[-122.342269319097,47.6209809439451],[-122.342269296156,47.6209836853603]],[[-122.342269296156,47.6209836853603],[-122.342265241382,47.6209836698497]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":251743,"SHAPE__Length":3.0869531696670633,"AssetID":null}},{"type":"Feature","id":252048,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342708317821,47.6208485673939],[-122.342708291313,47.6208476537418]],[[-122.342708291313,47.6208476537418],[-122.342706939951,47.6208476716639]],[[-122.342706939951,47.6208476716639],[-122.34270696646,47.6208485853159]],[[-122.34270696646,47.6208485853159],[-122.342708317821,47.6208485673939]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252048,"SHAPE__Length":0.6027686312634454,"AssetID":null}},{"type":"Feature","id":252192,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307364309,47.620743714407],[-122.342308715016,47.6207437198882]],[[-122.342308715016,47.6207437198882],[-122.342308723097,47.6207428057775]],[[-122.342308723097,47.6207428057775],[-122.34230737106,47.6207428003139]],[[-122.34230737106,47.6207428003139],[-122.342307364309,47.620743714407]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252192,"SHAPE__Length":0.602813013260997,"AssetID":null}},{"type":"Feature","id":252241,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457336458,47.620779587748],[-122.342458687166,47.6207795932273]],[[-122.342458687166,47.6207795932273],[-122.342458695244,47.6207786791167]],[[-122.342458695244,47.6207786791167],[-122.342457343206,47.6207786736549]],[[-122.342457343206,47.6207786736549],[-122.342457336458,47.620779587748]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252241,"SHAPE__Length":0.6028134218717456,"AssetID":null}},{"type":"Feature","id":252261,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342493135623,47.6213357700076],[-122.342489057918,47.6213384968195]],[[-122.342493112693,47.6213385114228],[-122.342489080847,47.6213357554044]],[[-122.342489057918,47.6213384968195],[-122.342489080847,47.6213357554044]],[[-122.342489080847,47.6213357554044],[-122.342493135623,47.6213357700076]],[[-122.342493135623,47.6213357700076],[-122.342493112693,47.6213385114228]],[[-122.342493112693,47.6213385114228],[-122.342489057918,47.6213384968195]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252261,"SHAPE__Length":3.086961454793098,"AssetID":null}},{"type":"Feature","id":252480,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342498156142,47.6207946726931],[-122.342494078479,47.6207973995052]],[[-122.342498133212,47.6207974141083],[-122.342494101408,47.62079465809]],[[-122.342494078479,47.6207973995052],[-122.342494101408,47.62079465809]],[[-122.342494101408,47.62079465809],[-122.342498156142,47.6207946726931]],[[-122.342498156142,47.6207946726931],[-122.342498133212,47.6207974141083]],[[-122.342498133212,47.6207974141083],[-122.342494078479,47.6207973995052]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252480,"SHAPE__Length":3.086929465150532,"AssetID":null}},{"type":"Feature","id":252495,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342354834292,47.621180963772],[-122.342356186341,47.621180969235]],[[-122.342356186341,47.621180969235],[-122.342356193091,47.621180055142]],[[-122.342356193091,47.621180055142],[-122.342354842372,47.6211800496614]],[[-122.342354842372,47.6211800496614],[-122.342354834292,47.621180963772]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252495,"SHAPE__Length":0.6028180403419963,"AssetID":null}},{"type":"Feature","id":252604,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342362126477,47.6202583586238],[-122.342363478502,47.6202583640867]],[[-122.342363478502,47.6202583640867],[-122.342363486582,47.620257449976]],[[-122.342363486582,47.620257449976],[-122.342362134583,47.6202574454124]],[[-122.342362134583,47.6202574454124],[-122.342362126477,47.6202583586238]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252604,"SHAPE__Length":0.6028069484744631,"AssetID":null}},{"type":"Feature","id":252786,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342467108004,47.6210347908313],[-122.342468458693,47.6210347954114]],[[-122.342468458693,47.6210347954114],[-122.342468466797,47.6210338822]],[[-122.342468466797,47.6210338822],[-122.342467114753,47.6210338767383]],[[-122.342467114753,47.6210338767383],[-122.342467108004,47.6210347908313]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252786,"SHAPE__Length":0.602664134725244,"AssetID":null}},{"type":"Feature","id":252801,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342293554421,47.6207970761403],[-122.342294905129,47.6207970816217]],[[-122.342294905129,47.6207970816217],[-122.342294913211,47.620796167511]],[[-122.342294913211,47.620796167511],[-122.342293561198,47.6207961629465]],[[-122.342293561198,47.6207961629465],[-122.342293554421,47.6207970761403]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":null,"Type":null,"OBJECTID":252801,"SHAPE__Length":0.6026613966120928,"AssetID":null}},{"type":"Feature","id":252956,"geometry":{"type":"LineString","coordinates":[[-122.342360543894,47.6209927967548],[-122.342361089041,47.6209969115387]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Tuff Curb","Type":null,"OBJECTID":252956,"SHAPE__Length":0.6822799671762297,"AssetID":null}},{"type":"Feature","id":252970,"geometry":{"type":"LineString","coordinates":[[-122.34239791004,47.62087946235],[-122.342397988279,47.6208703248755]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Tuff Curb","Type":null,"OBJECTID":252970,"SHAPE__Length":1.509118251425469,"AssetID":null}},{"type":"Feature","id":253518,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342355960411,47.6210160683597],[-122.342357312455,47.6210160738227]],[[-122.342357312455,47.6210160738227],[-122.342357320536,47.6210151597121]],[[-122.342357320536,47.6210151597121],[-122.342355968518,47.6210151551483]],[[-122.342355968518,47.6210151551483],[-122.342355960411,47.6210160683597]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":253518,"SHAPE__Length":0.6028156829197433,"AssetID":null}},{"type":"Feature","id":253566,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34240622082,47.620755975167],[-122.342407571501,47.6207559797477]],[[-122.342407571501,47.6207559797477],[-122.342407579606,47.6207550665363]],[[-122.342407579606,47.6207550665363],[-122.342406227569,47.6207550610739]],[[-122.342406227569,47.6207550610739],[-122.34240622082,47.620755975167]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":253566,"SHAPE__Length":0.6026609297476149,"AssetID":null}},{"type":"Feature","id":253739,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342408141647,47.6205939416666],[-122.34240949235,47.6205939471467]],[[-122.34240949235,47.6205939471467],[-122.342409500429,47.6205930330359]],[[-122.342409500429,47.6205930330359],[-122.342408148422,47.6205930284729]],[[-122.342408148422,47.6205930284729],[-122.342408141647,47.6205939416666]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":253739,"SHAPE__Length":0.6026590502682725,"AssetID":null}},{"type":"Feature","id":253784,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342405676311,47.6206759207128],[-122.342407028347,47.6206759261752]],[[-122.342407028347,47.6206759261752],[-122.342407035096,47.6206750120822]],[[-122.342407035096,47.6206750120822],[-122.342405684391,47.6206750066021]],[[-122.342405684391,47.6206750066021],[-122.342405676311,47.6206759207128]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":253784,"SHAPE__Length":0.6028122246527495,"AssetID":null}},{"type":"Feature","id":253855,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342399909972,47.6213509699033],[-122.342401260695,47.6213509753834]],[[-122.342401260695,47.6213509753834],[-122.342401268774,47.6213500612728]],[[-122.342401268774,47.6213500612728],[-122.342399916748,47.6213500567095]],[[-122.342399916748,47.6213500567095],[-122.342399909972,47.6213509699033]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":253855,"SHAPE__Length":0.6026677764012195,"AssetID":null}},{"type":"Feature","id":254000,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34229381825,47.6207710325377],[-122.342295170288,47.6207710380015]],[[-122.342295170288,47.6207710380015],[-122.342295177039,47.6207701239084]],[[-122.342295177039,47.6207701239084],[-122.342293826358,47.6207701193263]],[[-122.342293826358,47.6207701193263],[-122.34229381825,47.6207710325377]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254000,"SHAPE__Length":0.6026610948583806,"AssetID":null}},{"type":"Feature","id":254057,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342351583832,47.621347349216],[-122.342352935885,47.6213473546791]],[[-122.342352935885,47.6213473546791],[-122.342352942635,47.6213464405861]],[[-122.342352942635,47.6213464405861],[-122.342351591938,47.6213464360046]],[[-122.342351591938,47.6213464360046],[-122.342351583832,47.621347349216]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254057,"SHAPE__Length":0.6026677383555841,"AssetID":null}},{"type":"Feature","id":254293,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342362273693,47.62034343457],[-122.34236362439,47.6203434400506]],[[-122.34236362439,47.6203434400506],[-122.34236363247,47.6203425259399]],[[-122.34236363247,47.6203425259399],[-122.342362280469,47.6203425213762]],[[-122.342362280469,47.6203425213762],[-122.342362273693,47.62034343457]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254293,"SHAPE__Length":0.6026561493616649,"AssetID":null}},{"type":"Feature","id":254315,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342358438985,47.6207547699217],[-122.342359791023,47.6207547753847]],[[-122.342359791023,47.6207547753847],[-122.342359799103,47.620753861274]],[[-122.342359799103,47.620753861274],[-122.342358447065,47.620753855811]],[[-122.342358447065,47.620753855811],[-122.342358438985,47.6207547699217]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254315,"SHAPE__Length":0.602964899986854,"AssetID":null}},{"type":"Feature","id":254462,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342455841132,47.6210073824828],[-122.342457191845,47.6210073879622]],[[-122.342457191845,47.6210073879622],[-122.342457199924,47.6210064738515]],[[-122.342457199924,47.6210064738515],[-122.34245584788,47.6210064683898]],[[-122.34245584788,47.6210064683898],[-122.342455841132,47.6210073824828]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254462,"SHAPE__Length":0.6028160501323524,"AssetID":null}},{"type":"Feature","id":254514,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342294094227,47.6207436186684],[-122.342295446238,47.6207436232328]],[[-122.342295446238,47.6207436232328],[-122.342295453015,47.620742710039]],[[-122.342295453015,47.620742710039],[-122.342294102309,47.6207427045577]],[[-122.342294102309,47.6207427045577],[-122.342294094227,47.6207436186684]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254514,"SHAPE__Length":0.6026607809668951,"AssetID":null}},{"type":"Feature","id":254720,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34245538918,47.621062211597],[-122.342456741199,47.6210622161595]],[[-122.342456741199,47.6210622161595],[-122.342456747973,47.6210613029657]],[[-122.342456747973,47.6210613029657],[-122.342455397258,47.6210612974863]],[[-122.342455397258,47.6210612974863],[-122.34245538918,47.621062211597]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":254720,"SHAPE__Length":0.6026644732549262,"AssetID":null}},{"type":"Feature","id":255012,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307747417,47.6207168748673],[-122.342309098124,47.6207168803486]],[[-122.342309098124,47.6207168803486],[-122.342309106205,47.6207159662379]],[[-122.342309106205,47.6207159662379],[-122.342307754194,47.6207159616736]],[[-122.342307754194,47.6207159616736],[-122.342307747417,47.6207168748673]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255012,"SHAPE__Length":0.6026604619180392,"AssetID":null}},{"type":"Feature","id":255091,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342305283352,47.6210037292233],[-122.342306635369,47.6210037337876]],[[-122.342306635369,47.6210037337876],[-122.34230664212,47.6210028196945]],[[-122.34230664212,47.6210028196945],[-122.342305291433,47.6210028151126]],[[-122.342305291433,47.6210028151126],[-122.342305283352,47.6210037292233]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255091,"SHAPE__Length":0.6028085703770022,"AssetID":null}},{"type":"Feature","id":255157,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34230557778,47.6209807133015],[-122.342306929823,47.6209807187651]],[[-122.342306929823,47.6209807187651],[-122.342306937904,47.6209798046544]],[[-122.342306937904,47.6209798046544],[-122.342305585861,47.6209797991908]],[[-122.342305585861,47.6209797991908],[-122.34230557778,47.6209807133015]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255157,"SHAPE__Length":0.6029675101148918,"AssetID":null}},{"type":"Feature","id":255266,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342403735538,47.6211030874765],[-122.342405087558,47.6211030920396]],[[-122.342405087558,47.6211030920396],[-122.342405094334,47.6211021788458]],[[-122.342405094334,47.6211021788458],[-122.342403743618,47.6211021733658]],[[-122.342403743618,47.6211021733658],[-122.342403735538,47.6211030874765]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255266,"SHAPE__Length":0.6026649402476659,"AssetID":null}},{"type":"Feature","id":255519,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342402374044,47.6212689917755],[-122.342403726069,47.6212689963387]],[[-122.342403726069,47.6212689963387],[-122.342403732844,47.621268083145]],[[-122.342403732844,47.621268083145],[-122.342402382124,47.6212680776649]],[[-122.342402382124,47.6212680776649],[-122.342402374044,47.6212689917755]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255519,"SHAPE__Length":0.6026668430280876,"AssetID":null}},{"type":"Feature","id":255544,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342408926557,47.6205095352645],[-122.342410278562,47.6205095398277]],[[-122.342410278562,47.6205095398277],[-122.342410285337,47.6205086266338]],[[-122.342410285337,47.6205086266338],[-122.342408934636,47.6205086211538]],[[-122.342408934636,47.6205086211538],[-122.342408926557,47.6205095352645]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255544,"SHAPE__Length":0.6026580928739989,"AssetID":null}},{"type":"Feature","id":255839,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342409503104,47.6204280373647],[-122.342410853803,47.6204280428447]],[[-122.342410853803,47.6204280428447],[-122.342410861882,47.620427128734]],[[-122.342410861882,47.620427128734],[-122.34240950988,47.6204271241709]],[[-122.34240950988,47.6204271241709],[-122.342409503104,47.6204280373647]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255839,"SHAPE__Length":0.6026571382260067,"AssetID":null}},{"type":"Feature","id":255946,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342361146279,47.6205083300028],[-122.34236249831,47.6205083354657]],[[-122.34236249831,47.6205083354657],[-122.34236250506,47.6205074213727]],[[-122.34236250506,47.6205074213727],[-122.342361154359,47.6205074158921]],[[-122.342361154359,47.6205074158921],[-122.342361146279,47.6205083300028]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":255946,"SHAPE__Length":0.6028102829602664,"AssetID":null}},{"type":"Feature","id":256164,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342305431231,47.6209922212536],[-122.342306781918,47.6209922258356]],[[-122.342306781918,47.6209922258356],[-122.342306790025,47.6209913126241]],[[-122.342306790025,47.6209913126241],[-122.342305437982,47.6209913071605]],[[-122.342305437982,47.6209913071605],[-122.342305431231,47.6209922212536]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256164,"SHAPE__Length":0.6026636582907187,"AssetID":null}},{"type":"Feature","id":256236,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342404286244,47.6210196890452],[-122.342405638288,47.6210196945076]],[[-122.342405638288,47.6210196945076],[-122.342405646367,47.621018780397]],[[-122.342405646367,47.621018780397],[-122.342404294349,47.6210187758338]],[[-122.342404294349,47.6210187758338],[-122.342404286244,47.6210196890452]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256236,"SHAPE__Length":0.6028157458889282,"AssetID":null}},{"type":"Feature","id":256388,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342468358239,47.6209813356312],[-122.342469710256,47.6209813401936]],[[-122.342469710256,47.6209813401936],[-122.34246971836,47.6209804269822]],[[-122.34246971836,47.6209804269822],[-122.342468366317,47.6209804215205]],[[-122.342468366317,47.6209804215205],[-122.342468358239,47.6209813356312]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256388,"SHAPE__Length":0.602815297894941,"AssetID":null}},{"type":"Feature","id":256748,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342455614478,47.6210347965991],[-122.342456966522,47.6210348020609]],[[-122.342456966522,47.6210348020609],[-122.342456974601,47.6210338879502]],[[-122.342456974601,47.6210338879502],[-122.342455622582,47.6210338833877]],[[-122.342455622582,47.6210338833877],[-122.342455614478,47.6210347965991]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256748,"SHAPE__Length":0.6028159131073983,"AssetID":null}},{"type":"Feature","id":256761,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342400453148,47.6214310243737],[-122.342401805203,47.6214310298362]],[[-122.342401805203,47.6214310298362],[-122.342401811953,47.6214301157432]],[[-122.342401811953,47.6214301157432],[-122.342400461254,47.6214301111623]],[[-122.342400461254,47.6214301111623],[-122.342400453148,47.6214310243737]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256761,"SHAPE__Length":0.602668721568798,"AssetID":null}},{"type":"Feature","id":256764,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342306823186,47.6207971718966],[-122.342308175225,47.6207971773602]],[[-122.342308175225,47.6207971773602],[-122.342308183306,47.6207962632495]],[[-122.342308183306,47.6207962632495],[-122.342306831293,47.6207962586852]],[[-122.342306831293,47.6207962586852],[-122.342306823186,47.6207971718966]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":256764,"SHAPE__Length":0.6028131732876234,"AssetID":null}},{"type":"Feature","id":257222,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342456055641,47.6209813386333],[-122.342457406355,47.6209813441127]],[[-122.342457406355,47.6209813441127],[-122.342457414433,47.620980430002]],[[-122.342457414433,47.620980430002],[-122.34245606239,47.6209804245402]],[[-122.34245606239,47.6209804245402],[-122.342456055641,47.6209813386333]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":257222,"SHAPE__Length":0.6028157484467004,"AssetID":null}},{"type":"Feature","id":257689,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342403160278,47.621184584458],[-122.342404510996,47.621184589938]],[[-122.342404510996,47.621184589938],[-122.342404519076,47.6211836758274]],[[-122.342404519076,47.6211836758274],[-122.342403167053,47.6211836712642]],[[-122.342403167053,47.6211836712642],[-122.342403160278,47.621184584458]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":257689,"SHAPE__Length":0.6026658567279417,"AssetID":null}},{"type":"Feature","id":257699,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342361721597,47.6204268330201],[-122.3423630736,47.6204268375838]],[[-122.3423630736,47.6204268375838],[-122.342363081706,47.6204259243724]],[[-122.342363081706,47.6204259243724],[-122.342361729677,47.6204259189094]],[[-122.342361729677,47.6204259189094],[-122.342361721597,47.6204268330201]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":257699,"SHAPE__Length":0.6028088857717269,"AssetID":null}},{"type":"Feature","id":257968,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457154805,47.6207973610489],[-122.342458506843,47.6207973665107]],[[-122.342458506843,47.6207973665107],[-122.342458513592,47.6207964524177]],[[-122.342458513592,47.6207964524177],[-122.342457162909,47.6207964478375]],[[-122.342457162909,47.6207964478375],[-122.342457154805,47.6207973610489]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":257968,"SHAPE__Length":0.6026614025372543,"AssetID":null}},{"type":"Feature","id":258085,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342467333296,47.6210073758334],[-122.34246868534,47.6210073812951]],[[-122.34246868534,47.6210073812951],[-122.342468692088,47.6210064672021]],[[-122.342468692088,47.6210064672021],[-122.3424673414,47.621006462622]],[[-122.3424673414,47.621006462622],[-122.342467333296,47.6210073758334]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":258085,"SHAPE__Length":0.6026638273257626,"AssetID":null}},{"type":"Feature","id":258228,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34241005382,47.6203446398313],[-122.34241140449,47.620344644412]],[[-122.34241140449,47.620344644412],[-122.342411412596,47.6203437312006]],[[-122.342411412596,47.6203437312006],[-122.342410060569,47.6203437257383]],[[-122.342410060569,47.6203437257383],[-122.34241005382,47.6203446398313]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":258228,"SHAPE__Length":0.6026561723006985,"AssetID":null}},{"type":"Feature","id":258644,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307088365,47.6207711291757],[-122.342308440377,47.62077113374]],[[-122.342308440377,47.62077113374],[-122.342308447128,47.6207702196469]],[[-122.342308447128,47.6207702196469],[-122.342307095116,47.6207702150826]],[[-122.342307095116,47.6207702150826],[-122.342307088365,47.6207711291757]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":258644,"SHAPE__Length":0.6029501937145239,"AssetID":null}},{"type":"Feature","id":258845,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342355409628,47.6210994667908],[-122.342356761648,47.6210994713545]],[[-122.342356761648,47.6210994713545],[-122.342356769755,47.6210985581431]],[[-122.342356769755,47.6210985581431],[-122.342355417708,47.6210985526801]],[[-122.342355417708,47.6210985526801],[-122.342355409628,47.6210994667908]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":258845,"SHAPE__Length":0.6028166617096227,"AssetID":null}},{"type":"Feature","id":259189,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342352126934,47.6214274036867],[-122.342353478989,47.6214274091497]],[[-122.342353478989,47.6214274091497],[-122.342353487069,47.621426495039]],[[-122.342353487069,47.621426495039],[-122.34235213504,47.6214264904753]],[[-122.34235213504,47.6214264904753],[-122.342352126934,47.6214274036867]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259189,"SHAPE__Length":0.6028204412800724,"AssetID":null}},{"type":"Feature","id":259219,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342357895881,47.6206747154497],[-122.342359247916,47.6206747209127]],[[-122.342359247916,47.6206747209127],[-122.342359254666,47.6206738068197]],[[-122.342359254666,47.6206738068197],[-122.342357903987,47.6206738022383]],[[-122.342357903987,47.6206738022383],[-122.342357895881,47.6206747154497]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259219,"SHAPE__Length":0.6026599856362098,"AssetID":null}},{"type":"Feature","id":259265,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342360359987,47.6205927373215],[-122.342361711994,47.6205927418852]],[[-122.342361711994,47.6205927418852],[-122.3423617201,47.6205918286737]],[[-122.3423617201,47.6205918286737],[-122.342360368067,47.6205918232108]],[[-122.342360368067,47.6205918232108],[-122.342360359987,47.6205927373215]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259265,"SHAPE__Length":0.6028108089368907,"AssetID":null}},{"type":"Feature","id":259307,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342410451607,47.6202619793067],[-122.342411803631,47.620261984769]],[[-122.342411803631,47.620261984769],[-122.34241181038,47.620261070676]],[[-122.34241181038,47.620261070676],[-122.342410459712,47.6202610660953]],[[-122.342410459712,47.6202610660953],[-122.342410451607,47.6202619793067]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259307,"SHAPE__Length":0.6026552139831294,"AssetID":null}},{"type":"Feature","id":259310,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457466291,47.6207619086935],[-122.342458816998,47.6207619141729]],[[-122.342458816998,47.6207619141729],[-122.342458825077,47.6207610000622]],[[-122.342458825077,47.6207610000622],[-122.342457473039,47.6207609946005]],[[-122.342457473039,47.6207609946005],[-122.342457466291,47.6207619086935]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259310,"SHAPE__Length":0.6028132160327409,"AssetID":null}},{"type":"Feature","id":259458,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34235404798,47.6212653710893],[-122.342355400005,47.621265375653]],[[-122.342355400005,47.621265375653],[-122.342355408111,47.6212644624416]],[[-122.342355408111,47.6212644624416],[-122.34235405606,47.6212644569786]],[[-122.34235405606,47.6212644569786],[-122.34235404798,47.6212653710893]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259458,"SHAPE__Length":0.6028185813146154,"AssetID":null}},{"type":"Feature","id":259859,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342307364309,47.620743714407],[-122.342308715016,47.6207437198882]],[[-122.342308715016,47.6207437198882],[-122.342308723097,47.6207428057775]],[[-122.342308723097,47.6207428057775],[-122.34230737106,47.6207428003139]],[[-122.34230737106,47.6207428003139],[-122.342307364309,47.620743714407]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259859,"SHAPE__Length":0.602813013260997,"AssetID":null}},{"type":"Feature","id":259892,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342457336458,47.620779587748],[-122.342458687166,47.6207795932273]],[[-122.342458687166,47.6207795932273],[-122.342458695244,47.6207786791167]],[[-122.342458695244,47.6207786791167],[-122.342457343206,47.6207786736549]],[[-122.342457343206,47.6207786736549],[-122.342457336458,47.620779587748]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":259892,"SHAPE__Length":0.6028134218717456,"AssetID":null}},{"type":"Feature","id":260060,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342354834292,47.621180963772],[-122.342356186341,47.621180969235]],[[-122.342356186341,47.621180969235],[-122.342356193091,47.621180055142]],[[-122.342356193091,47.621180055142],[-122.342354842372,47.6211800496614]],[[-122.342354842372,47.6211800496614],[-122.342354834292,47.621180963772]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":260060,"SHAPE__Length":0.6028180403419963,"AssetID":null}},{"type":"Feature","id":260132,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342362126477,47.6202583586238],[-122.342363478502,47.6202583640867]],[[-122.342363478502,47.6202583640867],[-122.342363486582,47.620257449976]],[[-122.342363486582,47.620257449976],[-122.342362134583,47.6202574454124]],[[-122.342362134583,47.6202574454124],[-122.342362126477,47.6202583586238]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":260132,"SHAPE__Length":0.6028069484744631,"AssetID":null}},{"type":"Feature","id":260233,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342467108004,47.6210347908313],[-122.342468458693,47.6210347954114]],[[-122.342468458693,47.6210347954114],[-122.342468466797,47.6210338822]],[[-122.342468466797,47.6210338822],[-122.342467114753,47.6210338767383]],[[-122.342467114753,47.6210338767383],[-122.342467108004,47.6210347908313]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":260233,"SHAPE__Length":0.602664134725244,"AssetID":null}},{"type":"Feature","id":260244,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342293554421,47.6207970761403],[-122.342294905129,47.6207970816217]],[[-122.342294905129,47.6207970816217],[-122.342294913211,47.620796167511]],[[-122.342294913211,47.620796167511],[-122.342293561198,47.6207961629465]],[[-122.342293561198,47.6207961629465],[-122.342293554421,47.6207970761403]]]},"properties":{"AssetKey":null,"Color":null,"Comments":null,"UseDesignation":null,"CurbProfile":null,"DataConfidence":null,"DateLastEdit":null,"DateLastMaintained":null,"Height":null,"InstallationDate":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"Mobility":null,"Ownership":null,"PostHeight":null,"ProjectORVPN":null,"SegKey":null,"StandardPlanRef":null,"BlockType":"Type 2 LM","Type":null,"OBJECTID":260244,"SHAPE__Length":0.6026613966120928,"AssetID":null}}]},"laneWidths":{"type":"FeatureCollection","features":[{"type":"Feature","id":14760,"geometry":{"type":"Point","coordinates":[-122.341685286208,47.620894846562]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"42","SegKey":null,"TextRotation":269,"TextSize_":4,"UseDesignation":null,"OBJECTID":14760}},{"type":"Feature","id":15153,"geometry":{"type":"Point","coordinates":[-122.342183048831,47.6208972248252]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"42","SegKey":null,"TextRotation":269,"TextSize_":4,"UseDesignation":null,"OBJECTID":15153}},{"type":"Feature","id":15163,"geometry":{"type":"Point","coordinates":[-122.342253471128,47.6213901769313]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"8","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15163}},{"type":"Feature","id":15164,"geometry":{"type":"Point","coordinates":[-122.342276181605,47.6214062685207]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"3","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15164}},{"type":"Feature","id":15165,"geometry":{"type":"Point","coordinates":[-122.342299938653,47.6213912818051]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"8","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15165}},{"type":"Feature","id":15166,"geometry":{"type":"Point","coordinates":[-122.342347675082,47.6213905346318]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"12","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15166}},{"type":"Feature","id":15167,"geometry":{"type":"Point","coordinates":[-122.342396284786,47.6213907186505]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"12","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15167}},{"type":"Feature","id":15168,"geometry":{"type":"Point","coordinates":[-122.342448940064,47.6213909209737]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"12","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15168}},{"type":"Feature","id":15169,"geometry":{"type":"Point","coordinates":[-122.342497957555,47.6214071341871]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"3","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15169}},{"type":"Feature","id":15170,"geometry":{"type":"Point","coordinates":[-122.34252171454,47.6213921474251]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"8","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15170}},{"type":"Feature","id":15171,"geometry":{"type":"Point","coordinates":[-122.342476786926,47.6213919740097]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"8","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15171}},{"type":"Feature","id":15172,"geometry":{"type":"Point","coordinates":[-122.342535728915,47.6203062692634]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"6","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15172}},{"type":"Feature","id":15173,"geometry":{"type":"Point","coordinates":[-122.342513157111,47.62030618175]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"5","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15173}},{"type":"Feature","id":15174,"geometry":{"type":"Point","coordinates":[-122.342483179524,47.6203062850955]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"8","SegKey":null,"TextRotation":359,"TextSize_":5,"UseDesignation":null,"OBJECTID":15174}},{"type":"Feature","id":21224,"geometry":{"type":"Point","coordinates":[-122.342687829244,47.6208858031857]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"10","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21224}},{"type":"Feature","id":21225,"geometry":{"type":"Point","coordinates":[-122.342681589715,47.6208592358918]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"9","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21225}},{"type":"Feature","id":21226,"geometry":{"type":"Point","coordinates":[-122.342681449944,47.6208446496719]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"2","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21226}},{"type":"Feature","id":21227,"geometry":{"type":"Point","coordinates":[-122.34268295575,47.6208353709172]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"4","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21227}},{"type":"Feature","id":21228,"geometry":{"type":"Point","coordinates":[-122.342680776479,47.6209116480518]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"5","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21228}},{"type":"Feature","id":21229,"geometry":{"type":"Point","coordinates":[-122.34268054131,47.6209018913032]},"properties":{"Comments":null,"DateLastEdit":null,"LaneWidth":"2","SegKey":null,"TextRotation":0,"TextSize_":3,"UseDesignation":null,"OBJECTID":21229}}]},"background":{"type":"FeatureCollection","features":[{"type":"Feature","id":15973,"geometry":{"type":"LineString","coordinates":[[-122.341726853979,47.6208010924903],[-122.341618183511,47.6208008234551]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"OBJECTID":15973,"SHAPE__Length":12.097222743325894}},{"type":"Feature","id":15974,"geometry":{"type":"LineString","coordinates":[[-122.341727255513,47.620814941157],[-122.341618071294,47.6208145304949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"OBJECTID":15974,"SHAPE__Length":12.154520905712667}},{"type":"Feature","id":15975,"geometry":{"type":"LineString","coordinates":[[-122.341731786816,47.6209712224618],[-122.341616784275,47.6209707899506]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"OBJECTID":15975,"SHAPE__Length":12.802223585020892}},{"type":"Feature","id":15976,"geometry":{"type":"LineString","coordinates":[[-122.341731389347,47.6209575140804],[-122.341616896493,47.6209570829109]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"OBJECTID":15976,"SHAPE__Length":12.745485149671135}}]},"panelMarkings":{"type":"FeatureCollection","features":[{"type":"Feature","id":833,"geometry":{"type":"LineString","coordinates":[[-122.342515646048,47.6204015658624],[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663],[-122.342515194165,47.6204563949775],[-122.342515646048,47.6204015658624]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":833,"SHAPE__Length":21.721811496073702}},{"type":"Feature","id":835,"geometry":{"type":"LineString","coordinates":[[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663],[-122.342535409227,47.6204564705625],[-122.342535865106,47.6204016422936],[-122.342531864936,47.6204016269687]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":835,"SHAPE__Length":19.000523827798116}},{"type":"Feature","id":836,"geometry":{"type":"LineString","coordinates":[[-122.342515194165,47.6204563949775],[-122.342511195321,47.6204563796343],[-122.342511647209,47.6204015505191],[-122.342515646048,47.6204015658624],[-122.342515194165,47.6204563949775]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":836,"SHAPE__Length":19.00096462719734}},{"type":"Feature","id":1262,"geometry":{"type":"LineString","coordinates":[[-122.342513281185,47.6208509136487],[-122.34251331374,47.6208454309947],[-122.342501149843,47.6208453979778],[-122.342501117286,47.6208508806318],[-122.342513281185,47.6208509136487]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1262,"SHAPE__Length":4.5191611724039245}},{"type":"Feature","id":1265,"geometry":{"type":"LineString","coordinates":[[-122.342499150981,47.6208371768606],[-122.342501178936,47.6208371814555],[-122.342501211597,47.6208317023986],[-122.342499183512,47.6208316933073],[-122.342499150981,47.6208371768606]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1265,"SHAPE__Length":2.2620578386090386}},{"type":"Feature","id":1282,"geometry":{"type":"LineString","coordinates":[[-122.342250089733,47.6208496624511],[-122.342250122316,47.6208441797973],[-122.342237957089,47.6208441467698],[-122.342237924504,47.6208496294237],[-122.342250089733,47.6208496624511]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1282,"SHAPE__Length":4.519457159768168}},{"type":"Feature","id":1283,"geometry":{"type":"LineString","coordinates":[[-122.342235773082,47.6208770222771],[-122.342237801065,47.6208770277759],[-122.342237833754,47.620871548719],[-122.342235805667,47.6208715396232],[-122.342235773082,47.6208770222771]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1283,"SHAPE__Length":2.26191451242212}},{"type":"Feature","id":1285,"geometry":{"type":"LineString","coordinates":[[-122.342235586592,47.620918119823],[-122.342237614576,47.6209181253219],[-122.342237647265,47.620912646265],[-122.342235619177,47.6209126371691],[-122.342235586592,47.620918119823]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1285,"SHAPE__Length":2.261916286668196}},{"type":"Feature","id":1291,"geometry":{"type":"LineString","coordinates":[[-122.342262253631,47.6208496954949],[-122.342264281613,47.6208497009933],[-122.342264314273,47.6208442210372],[-122.342262286188,47.6208442119418],[-122.342262253631,47.6208496954949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1291,"SHAPE__Length":2.2622103273758123}},{"type":"Feature","id":1293,"geometry":{"type":"LineString","coordinates":[[-122.342262191918,47.620863394671],[-122.3422642199,47.6208634001694],[-122.342264251231,47.620857920231],[-122.342262224475,47.6208579111179],[-122.342262191918,47.620863394671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1293,"SHAPE__Length":2.2620593793645796}},{"type":"Feature","id":1483,"geometry":{"type":"LineString","coordinates":[[-122.342250151449,47.620835963275],[-122.342250184032,47.6208304806211],[-122.342238020138,47.620830447576],[-122.342237987553,47.6208359302299],[-122.342250151449,47.620835963275]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1483,"SHAPE__Length":4.519159887869047}},{"type":"Feature","id":1485,"geometry":{"type":"LineString","coordinates":[[-122.342262316675,47.6208359963012],[-122.342262347901,47.6208305127656],[-122.342250184032,47.6208304806211],[-122.342250151449,47.620835963275],[-122.342262316675,47.6208359963012]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1485,"SHAPE__Length":4.5194494557619915}},{"type":"Feature","id":1486,"geometry":{"type":"LineString","coordinates":[[-122.342262316675,47.6208359963012],[-122.342264343325,47.6208360018171],[-122.342264375986,47.620830521861],[-122.342262347901,47.6208305127656],[-122.342262316675,47.6208359963012]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1486,"SHAPE__Length":2.2620581889794176}},{"type":"Feature","id":1487,"geometry":{"type":"LineString","coordinates":[[-122.342235959572,47.6208359247311],[-122.342237987553,47.6208359302299],[-122.342238018912,47.6208304511907],[-122.342235992157,47.6208304420772],[-122.342235959572,47.6208359247311]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1487,"SHAPE__Length":2.2617611823662265}},{"type":"Feature","id":1488,"geometry":{"type":"LineString","coordinates":[[-122.342262253631,47.6208496954949],[-122.342262286188,47.6208442119418],[-122.342250122316,47.6208441797973],[-122.342250089733,47.6208496624511],[-122.342262253631,47.6208496954949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1488,"SHAPE__Length":4.519306069450725}},{"type":"Feature","id":1489,"geometry":{"type":"LineString","coordinates":[[-122.342235897852,47.6208496239072],[-122.342237924504,47.6208496294237],[-122.342237957193,47.6208441503668],[-122.342235930437,47.6208441412533],[-122.342235897852,47.6208496239072]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1489,"SHAPE__Length":2.2616172344989263}},{"type":"Feature","id":1490,"geometry":{"type":"LineString","coordinates":[[-122.342250028016,47.6208633616272],[-122.34225005927,47.620857878991],[-122.342237895369,47.6208578459459],[-122.342237862784,47.6208633285998],[-122.342250028016,47.6208633616272]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1490,"SHAPE__Length":4.519306812703195}},{"type":"Feature","id":1491,"geometry":{"type":"LineString","coordinates":[[-122.342262191918,47.620863394671],[-122.342262224475,47.6208579111179],[-122.34225005927,47.620857878991],[-122.342250028016,47.6208633616272],[-122.342262191918,47.620863394671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1491,"SHAPE__Length":4.519451813716839}},{"type":"Feature","id":1492,"geometry":{"type":"LineString","coordinates":[[-122.342235836132,47.6208633230833],[-122.342237862784,47.6208633285998],[-122.342237895474,47.620857849543],[-122.342235867387,47.6208578404471],[-122.342235836132,47.6208633230833]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1492,"SHAPE__Length":2.2617623641777995}},{"type":"Feature","id":1493,"geometry":{"type":"LineString","coordinates":[[-122.34224996497,47.620877060821],[-122.342249997554,47.6208715781671],[-122.34223783365,47.620871545122],[-122.342237801065,47.6208770277759],[-122.34224996497,47.620877060821]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1493,"SHAPE__Length":4.519163440959728}},{"type":"Feature","id":1494,"geometry":{"type":"LineString","coordinates":[[-122.342262130205,47.6208770938472],[-122.342262162761,47.620871610294],[-122.342249997554,47.6208715781671],[-122.34224996497,47.620877060821],[-122.342262130205,47.6208770938472]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1494,"SHAPE__Length":4.519604558002053}},{"type":"Feature","id":1495,"geometry":{"type":"LineString","coordinates":[[-122.342262130205,47.6208770938472],[-122.342264156858,47.6208770993632],[-122.342264189518,47.6208716194071],[-122.342262162761,47.620871610294],[-122.342262130205,47.6208770938472]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1495,"SHAPE__Length":2.2619154280253384}},{"type":"Feature","id":1497,"geometry":{"type":"LineString","coordinates":[[-122.342262068492,47.6208907930233],[-122.342262099718,47.6208853094878],[-122.342249935837,47.6208852773432],[-122.342249903254,47.6208907599971],[-122.342262068492,47.6208907930233]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1497,"SHAPE__Length":4.51945419812983}},{"type":"Feature","id":1498,"geometry":{"type":"LineString","coordinates":[[-122.342249903254,47.6208907599971],[-122.342249935837,47.6208852773432],[-122.3422377706,47.6208852443157],[-122.342237739345,47.620890726952],[-122.342249903254,47.6208907599971]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1498,"SHAPE__Length":4.519309191340453}},{"type":"Feature","id":1499,"geometry":{"type":"LineString","coordinates":[[-122.342262068492,47.6208907930233],[-122.342264095145,47.6208907985393],[-122.342264127805,47.6208853185832],[-122.342262099718,47.6208853094878],[-122.342262068492,47.6208907930233]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1499,"SHAPE__Length":2.2620605648436687}},{"type":"Feature","id":1500,"geometry":{"type":"LineString","coordinates":[[-122.342235711362,47.6208907214532],[-122.342237739345,47.620890726952],[-122.342237770704,47.6208852479128],[-122.342235743947,47.6208852387993],[-122.342235711362,47.6208907214532]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1500,"SHAPE__Length":2.2617635535622993}},{"type":"Feature","id":1501,"geometry":{"type":"LineString","coordinates":[[-122.342249841537,47.6209044591733],[-122.342249874121,47.6208989765194],[-122.342237708881,47.6208989434919],[-122.342237676296,47.6209044261458],[-122.342249841537,47.6209044591733]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1501,"SHAPE__Length":4.519461921743008}},{"type":"Feature","id":1502,"geometry":{"type":"LineString","coordinates":[[-122.342262005449,47.620904492217],[-122.342262038005,47.6208990086639],[-122.342249874121,47.6208989765194],[-122.342249841537,47.6209044591733],[-122.342262005449,47.620904492217]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1502,"SHAPE__Length":4.519310820174336}},{"type":"Feature","id":1503,"geometry":{"type":"LineString","coordinates":[[-122.342235649642,47.6209044206293],[-122.342237676296,47.6209044261458],[-122.342237708985,47.6208989470889],[-122.342235682227,47.6208989379754],[-122.342235649642,47.6209044206293]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1503,"SHAPE__Length":2.2616196001007998}},{"type":"Feature","id":1504,"geometry":{"type":"LineString","coordinates":[[-122.342262005449,47.620904492217],[-122.342264033432,47.6209044977155],[-122.342264066119,47.6208990186586],[-122.342262038005,47.6208990086639],[-122.342262005449,47.620904492217]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1504,"SHAPE__Length":2.262068137009811}},{"type":"Feature","id":1505,"geometry":{"type":"LineString","coordinates":[[-122.342249779821,47.6209181583494],[-122.342249811074,47.6209126757131],[-122.342237647161,47.6209126426679],[-122.342237614576,47.6209181253219],[-122.342249779821,47.6209181583494]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1505,"SHAPE__Length":4.519311573757079}},{"type":"Feature","id":1507,"geometry":{"type":"LineString","coordinates":[[-122.342261943736,47.6209181913932],[-122.342261976292,47.62091270784],[-122.342249811074,47.6209126757131],[-122.342249779821,47.6209181583494],[-122.342261943736,47.6209181913932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1507,"SHAPE__Length":4.519456572862293}},{"type":"Feature","id":1509,"geometry":{"type":"LineString","coordinates":[[-122.342261943736,47.6209181913932],[-122.34226397172,47.6209181968915],[-122.342264003076,47.6209127178523],[-122.342261976292,47.62091270784],[-122.342261943736,47.6209181913932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1509,"SHAPE__Length":2.2619171928348667}},{"type":"Feature","id":1510,"geometry":{"type":"LineString","coordinates":[[-122.342249716774,47.6209318575431],[-122.342249749358,47.6209263748892],[-122.342237585441,47.6209263418441],[-122.342237552856,47.620931824498],[-122.342249716774,47.6209318575431]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1510,"SHAPE__Length":4.519168185190912}},{"type":"Feature","id":1511,"geometry":{"type":"LineString","coordinates":[[-122.342261882022,47.6209318905693],[-122.342261914579,47.6209264070161],[-122.342249749358,47.6209263748892],[-122.342249716774,47.6209318575431],[-122.342261882022,47.6209318905693]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1511,"SHAPE__Length":4.519609310633404}},{"type":"Feature","id":1512,"geometry":{"type":"LineString","coordinates":[[-122.342261882022,47.6209318905693],[-122.342263908677,47.6209318960853],[-122.342263941363,47.6209264170284],[-122.342261914579,47.6209264070161],[-122.342261882022,47.6209318905693]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1512,"SHAPE__Length":2.2617732448979675}},{"type":"Feature","id":1513,"geometry":{"type":"LineString","coordinates":[[-122.342235524872,47.6209318189991],[-122.342237552856,47.620931824498],[-122.342237584216,47.6209263454587],[-122.342235557457,47.6209263363452],[-122.342235524872,47.6209318189991]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1513,"SHAPE__Length":2.26176534075479}},{"type":"Feature","id":1514,"geometry":{"type":"LineString","coordinates":[[-122.342249636437,47.6209455569661],[-122.342249668994,47.6209400734129],[-122.34223750377,47.6209400412847],[-122.342237472516,47.6209455239209],[-122.342249636437,47.6209455569661]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1514,"SHAPE__Length":4.519458957162739}},{"type":"Feature","id":1515,"geometry":{"type":"LineString","coordinates":[[-122.342261801662,47.620945589093],[-122.342263828317,47.6209455946091],[-122.342263861003,47.6209401155522],[-122.342261832914,47.6209401064568],[-122.342261801662,47.620945589093]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1515,"SHAPE__Length":2.261765938232848}},{"type":"Feature","id":1516,"geometry":{"type":"LineString","coordinates":[[-122.342261801662,47.620945589093],[-122.342261832914,47.6209401064568],[-122.342249668994,47.6209400734129],[-122.342249636437,47.6209455569661],[-122.342261801662,47.620945589093]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1516,"SHAPE__Length":4.519458949646108}},{"type":"Feature","id":1517,"geometry":{"type":"LineString","coordinates":[[-122.34223544453,47.6209455184221],[-122.342237472516,47.6209455239209],[-122.342237503875,47.6209400448817],[-122.342235477115,47.6209400357682],[-122.34223544453,47.6209455184221]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1517,"SHAPE__Length":2.26176592750945}},{"type":"Feature","id":1518,"geometry":{"type":"LineString","coordinates":[[-122.342525508058,47.6208372474705],[-122.342525540612,47.6208317648165],[-122.342513375387,47.6208317318185],[-122.342513344162,47.6208372144548],[-122.342525508058,47.6208372474705]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1518,"SHAPE__Length":4.519304547476966}},{"type":"Feature","id":1519,"geometry":{"type":"LineString","coordinates":[[-122.342513344162,47.6208372144548],[-122.342513375387,47.6208317318185],[-122.342501211493,47.6208316988015],[-122.342501178936,47.6208371814555],[-122.342513344162,47.6208372144548]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1519,"SHAPE__Length":4.519304552129959}},{"type":"Feature","id":1521,"geometry":{"type":"LineString","coordinates":[[-122.342525508058,47.6208372474705],[-122.342527536039,47.6208372529642],[-122.342527567367,47.6208317739249],[-122.342525540612,47.6208317648165],[-122.342525508058,47.6208372474705]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1521,"SHAPE__Length":2.2617612452713285}},{"type":"Feature","id":1523,"geometry":{"type":"LineString","coordinates":[[-122.342525446414,47.6208509466468],[-122.342525478969,47.6208454639928],[-122.34251331374,47.6208454309947],[-122.342513281185,47.6208509136487],[-122.342525446414,47.6208509466468]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1523,"SHAPE__Length":4.519457287521952}},{"type":"Feature","id":1525,"geometry":{"type":"LineString","coordinates":[[-122.342513219538,47.620864612825],[-122.342513252094,47.620859130171],[-122.342501086862,47.6208590971717],[-122.342501055635,47.620864579808],[-122.342513219538,47.620864612825]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1525,"SHAPE__Length":4.51930692981712}},{"type":"Feature","id":1526,"geometry":{"type":"LineString","coordinates":[[-122.342525446414,47.6208509466468],[-122.342527473066,47.6208509521581],[-122.342527505724,47.6208454731011],[-122.342525478969,47.6208454639928],[-122.342525446414,47.6208509466468]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1526,"SHAPE__Length":2.2616172894123023}},{"type":"Feature","id":1527,"geometry":{"type":"LineString","coordinates":[[-122.34249908933,47.6208508760369],[-122.342501117286,47.6208508806318],[-122.342501148617,47.6208454015925],[-122.342499121861,47.6208453924836],[-122.34249908933,47.6208508760369]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1527,"SHAPE__Length":2.2619068988050577}},{"type":"Feature","id":1528,"geometry":{"type":"LineString","coordinates":[[-122.34252538344,47.6208646458407],[-122.342525415995,47.6208591631867],[-122.342513252094,47.620859130171],[-122.342513219538,47.620864612825],[-122.34252538344,47.6208646458407]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1528,"SHAPE__Length":4.5191623654290645}},{"type":"Feature","id":1529,"geometry":{"type":"LineString","coordinates":[[-122.34252538344,47.6208646458407],[-122.342527411422,47.6208646513344],[-122.342527444081,47.6208591722774],[-122.342525415995,47.6208591631867],[-122.34252538344,47.6208646458407]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1529,"SHAPE__Length":2.2619139741154846}},{"type":"Feature","id":1530,"geometry":{"type":"LineString","coordinates":[[-122.342499027679,47.6208645752131],[-122.342501055635,47.620864579808],[-122.342501086967,47.6208591007687],[-122.342499060211,47.6208590916599],[-122.342499027679,47.6208645752131]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1530,"SHAPE__Length":2.2619074752965656}},{"type":"Feature","id":1532,"geometry":{"type":"LineString","coordinates":[[-122.342513107322,47.6208783117722],[-122.342513138547,47.6208728291359],[-122.342500974643,47.6208727961189],[-122.342500942112,47.6208782796721],[-122.342513107322,47.6208783117722]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1532,"SHAPE__Length":4.5194531338413295}},{"type":"Feature","id":1533,"geometry":{"type":"LineString","coordinates":[[-122.342525271227,47.6208783447879],[-122.342525303782,47.6208728621339],[-122.342513138547,47.6208728291359],[-122.342513107322,47.6208783117722],[-122.342525271227,47.6208783447879]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1533,"SHAPE__Length":4.519308109864651}},{"type":"Feature","id":1535,"geometry":{"type":"LineString","coordinates":[[-122.342525271227,47.6208783447879],[-122.34252729921,47.6208783502816],[-122.342527330538,47.6208728712423],[-122.342525303782,47.6208728621339],[-122.342525271227,47.6208783447879]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1535,"SHAPE__Length":2.2617630214090982}},{"type":"Feature","id":1536,"geometry":{"type":"LineString","coordinates":[[-122.342498915459,47.6208782741603],[-122.342500942112,47.6208782796721],[-122.342500974773,47.6208728006152],[-122.34249894666,47.6208727906248],[-122.342498915459,47.6208782741603]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1536,"SHAPE__Length":2.2619154557218275}},{"type":"Feature","id":1537,"geometry":{"type":"LineString","coordinates":[[-122.342525260152,47.6208920441932],[-122.342525292707,47.6208865615392],[-122.342513127469,47.6208865285412],[-122.342513094914,47.6208920111952],[-122.342525260152,47.6208920441932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1537,"SHAPE__Length":4.5194608443449145}},{"type":"Feature","id":1538,"geometry":{"type":"LineString","coordinates":[[-122.342513094914,47.6208920111952],[-122.342513127469,47.6208865285412],[-122.342500963562,47.6208864955242],[-122.342500931031,47.6208919790774],[-122.342513094914,47.6208920111952]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1538,"SHAPE__Length":4.519309757419938}},{"type":"Feature","id":1539,"geometry":{"type":"LineString","coordinates":[[-122.342513033266,47.6209057103714],[-122.342513065822,47.6209002277174],[-122.342500900582,47.6209001947181],[-122.342500869381,47.6209056782537],[-122.342513033266,47.6209057103714]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1539,"SHAPE__Length":4.519455484650199}},{"type":"Feature","id":1540,"geometry":{"type":"LineString","coordinates":[[-122.342525260152,47.6208920441932],[-122.342527286806,47.6208920497045],[-122.342527319464,47.6208865706476],[-122.342525292707,47.6208865615392],[-122.342525260152,47.6208920441932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1540,"SHAPE__Length":2.2616190581005196}},{"type":"Feature","id":1541,"geometry":{"type":"LineString","coordinates":[[-122.342498903048,47.6208919735833],[-122.342500931031,47.6208919790774],[-122.342500963666,47.6208864991212],[-122.342498935579,47.6208864900301],[-122.342498903048,47.6208919735833]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1541,"SHAPE__Length":2.2622121631169017}},{"type":"Feature","id":1542,"geometry":{"type":"LineString","coordinates":[[-122.342525198509,47.6209057433695],[-122.342525229733,47.6209002607331],[-122.342513065822,47.6209002277174],[-122.342513033266,47.6209057103714],[-122.342525198509,47.6209057433695]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1542,"SHAPE__Length":4.519310494069836}},{"type":"Feature","id":1543,"geometry":{"type":"LineString","coordinates":[[-122.342525198509,47.6209057433695],[-122.342527225162,47.6209057488808],[-122.342527257821,47.6209002698239],[-122.342525229733,47.6209002607331],[-122.342525198509,47.6209057433695]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1543,"SHAPE__Length":2.2617642097074784}},{"type":"Feature","id":1544,"geometry":{"type":"LineString","coordinates":[[-122.342498841397,47.6209056727595],[-122.342500869381,47.6209056782537],[-122.342500900686,47.6209001983151],[-122.342498873928,47.6209001892063],[-122.342498841397,47.6209056727595]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1544,"SHAPE__Length":2.262061220197648}},{"type":"Feature","id":1545,"geometry":{"type":"LineString","coordinates":[[-122.342512971619,47.6209194095476],[-122.342513004175,47.6209139268937],[-122.342500838931,47.6209138938943],[-122.3425008064,47.6209193774476],[-122.342512971619,47.6209194095476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1545,"SHAPE__Length":4.519608219035314}},{"type":"Feature","id":1546,"geometry":{"type":"LineString","coordinates":[[-122.342525135535,47.6209194425634],[-122.342525168089,47.6209139599094],[-122.342513004175,47.6209139268937],[-122.342512971619,47.6209194095476],[-122.342525135535,47.6209194425634]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1546,"SHAPE__Length":4.519167099426956}},{"type":"Feature","id":1547,"geometry":{"type":"LineString","coordinates":[[-122.342525135535,47.6209194425634],[-122.342527163519,47.6209194480571],[-122.342527196178,47.6209139690001],[-122.342525168089,47.6209139599094],[-122.342525135535,47.6209194425634]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1547,"SHAPE__Length":2.261916342507367}},{"type":"Feature","id":1548,"geometry":{"type":"LineString","coordinates":[[-122.342498779746,47.6209193719358],[-122.3425008064,47.6209193774476],[-122.342500839036,47.6209138974914],[-122.342498812277,47.6209138883826],[-122.342498779746,47.6209193719358]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1548,"SHAPE__Length":2.261917250819704}},{"type":"Feature","id":1549,"geometry":{"type":"LineString","coordinates":[[-122.342512909972,47.6209331087239],[-122.342512941198,47.6209276260876],[-122.342500777281,47.6209275930706],[-122.34250074475,47.6209330766238],[-122.342512909972,47.6209331087239]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1549,"SHAPE__Length":4.51945786038057}},{"type":"Feature","id":1550,"geometry":{"type":"LineString","coordinates":[[-122.342525073891,47.6209331417396],[-122.342527101875,47.6209331472333],[-122.342527133204,47.620927668194],[-122.342525106445,47.6209276590857],[-122.342525073891,47.6209331417396]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1550,"SHAPE__Length":2.261765404622034}},{"type":"Feature","id":1551,"geometry":{"type":"LineString","coordinates":[[-122.342525073891,47.6209331417396],[-122.342525106445,47.6209276590857],[-122.342512941198,47.6209276260876],[-122.342512909972,47.6209331087239],[-122.342525073891,47.6209331417396]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1551,"SHAPE__Length":4.5193128624513035}},{"type":"Feature","id":1552,"geometry":{"type":"LineString","coordinates":[[-122.342498718095,47.620933071112],[-122.34250074475,47.6209330766238],[-122.342500777385,47.6209275966676],[-122.342498749296,47.6209275875765],[-122.342498718095,47.620933071112]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1552,"SHAPE__Length":2.2620623917510403}},{"type":"Feature","id":1553,"geometry":{"type":"LineString","coordinates":[[-122.342512846995,47.6209468079178],[-122.342512879551,47.6209413252638],[-122.34250071563,47.6209412922468],[-122.342500683099,47.6209467758],[-122.342512846995,47.6209468079178]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1553,"SHAPE__Length":4.519314506362748}},{"type":"Feature","id":1554,"geometry":{"type":"LineString","coordinates":[[-122.342498655114,47.6209467703059],[-122.342500683099,47.6209467758],[-122.342500715735,47.6209412958439],[-122.342498687645,47.6209412867527],[-122.342498655114,47.6209467703059]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1554,"SHAPE__Length":2.2622145352463883}},{"type":"Feature","id":1555,"geometry":{"type":"LineString","coordinates":[[-122.342525012247,47.6209468409159],[-122.342525044801,47.6209413582619],[-122.342512879551,47.6209413252638],[-122.342512846995,47.6209468079178],[-122.342525012247,47.6209468409159]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1555,"SHAPE__Length":4.519465593221384}},{"type":"Feature","id":1556,"geometry":{"type":"LineString","coordinates":[[-122.342525012247,47.6209468409159],[-122.342527038902,47.6209468464272],[-122.342527071561,47.6209413673703],[-122.342525044801,47.6209413582619],[-122.342525012247,47.6209468409159]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":null,"OBJECTID":1556,"SHAPE__Length":2.2616214339104808}},{"type":"Feature","id":5195,"geometry":{"type":"LineString","coordinates":[[-122.342511647209,47.6204015505191],[-122.342531864936,47.6204016269687]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5195,"SHAPE__Length":2.2506625357668995}},{"type":"Feature","id":5196,"geometry":{"type":"LineString","coordinates":[[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5196,"SHAPE__Length":9.055322369754734}},{"type":"Feature","id":5197,"geometry":{"type":"LineString","coordinates":[[-122.3425314144,47.6204564560663],[-122.342515194165,47.6204563949775]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5197,"SHAPE__Length":1.8056564931788806}},{"type":"Feature","id":5200,"geometry":{"type":"LineString","coordinates":[[-122.342515194165,47.6204563949775],[-122.342511195321,47.6204563796343]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5200,"SHAPE__Length":0.44515645880835175}},{"type":"Feature","id":5201,"geometry":{"type":"LineString","coordinates":[[-122.342511195321,47.6204563796343],[-122.342511647209,47.6204015505191]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5201,"SHAPE__Length":9.055326090310082}},{"type":"Feature","id":5202,"geometry":{"type":"LineString","coordinates":[[-122.342515646048,47.6204015658624],[-122.342515194165,47.6204563949775]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5202,"SHAPE__Length":9.05532608678161}},{"type":"Feature","id":5203,"geometry":{"type":"LineString","coordinates":[[-122.3425314144,47.6204564560663],[-122.342535409227,47.6204564705625]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5203,"SHAPE__Length":0.4447085983744821}},{"type":"Feature","id":5204,"geometry":{"type":"LineString","coordinates":[[-122.342535409227,47.6204564705625],[-122.342535865106,47.6204016422936]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5204,"SHAPE__Length":9.055188826357355}},{"type":"Feature","id":5205,"geometry":{"type":"LineString","coordinates":[[-122.342535865106,47.6204016422936],[-122.342531864936,47.6204016269687]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5205,"SHAPE__Length":0.4453040333115446}},{"type":"Feature","id":5887,"geometry":{"type":"LineString","coordinates":[[-122.342237708881,47.6208989434919],[-122.342237676296,47.6209044261458]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5887,"SHAPE__Length":0.9054915441192859}},{"type":"Feature","id":5888,"geometry":{"type":"LineString","coordinates":[[-122.342235649642,47.6209044206293],[-122.342235682227,47.6208989379754]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5888,"SHAPE__Length":0.9054915358269896}},{"type":"Feature","id":5889,"geometry":{"type":"LineString","coordinates":[[-122.342235682227,47.6208989379754],[-122.342237708985,47.6208989470889]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5889,"SHAPE__Length":0.22562265457837158}},{"type":"Feature","id":5890,"geometry":{"type":"LineString","coordinates":[[-122.342525271227,47.6208783447879],[-122.342525303782,47.6208728621339]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5890,"SHAPE__Length":0.9054910882602694}},{"type":"Feature","id":5891,"geometry":{"type":"LineString","coordinates":[[-122.342525303782,47.6208728621339],[-122.342500974643,47.6208727961189]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5891,"SHAPE__Length":2.708329287638479}},{"type":"Feature","id":5892,"geometry":{"type":"LineString","coordinates":[[-122.342513138547,47.6208728291359],[-122.342513107322,47.6208783117722]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5892,"SHAPE__Length":0.9054875988764287}},{"type":"Feature","id":5893,"geometry":{"type":"LineString","coordinates":[[-122.342498915459,47.6208782741603],[-122.342525271227,47.6208783447879]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5893,"SHAPE__Length":2.933933830954726}},{"type":"Feature","id":5900,"geometry":{"type":"LineString","coordinates":[[-122.342501211493,47.6208316988015],[-122.342501178936,47.6208371814555]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5900,"SHAPE__Length":0.9054903806104375}},{"type":"Feature","id":5901,"geometry":{"type":"LineString","coordinates":[[-122.342499150981,47.6208371768606],[-122.342499183512,47.6208316933073]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5901,"SHAPE__Length":0.9056388849813007}},{"type":"Feature","id":5902,"geometry":{"type":"LineString","coordinates":[[-122.342499183512,47.6208316933073],[-122.342501211597,47.6208317023986]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5902,"SHAPE__Length":0.22577040158827716}},{"type":"Feature","id":5915,"geometry":{"type":"LineString","coordinates":[[-122.342525073891,47.6209331417396],[-122.342525106445,47.6209276590857]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5915,"SHAPE__Length":0.9054920381867781}},{"type":"Feature","id":5916,"geometry":{"type":"LineString","coordinates":[[-122.342525106445,47.6209276590857],[-122.342500777281,47.6209275930706]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5916,"SHAPE__Length":2.708332131930812}},{"type":"Feature","id":5917,"geometry":{"type":"LineString","coordinates":[[-122.342512941198,47.6209276260876],[-122.342512909972,47.6209331087239]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5917,"SHAPE__Length":0.9054885423206964}},{"type":"Feature","id":5918,"geometry":{"type":"LineString","coordinates":[[-122.342498718095,47.620933071112],[-122.342525073891,47.6209331417396]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5918,"SHAPE__Length":2.9339369285868844}},{"type":"Feature","id":5937,"geometry":{"type":"LineString","coordinates":[[-122.342263941233,47.6209264125322],[-122.342263908677,47.6209318960853]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5937,"SHAPE__Length":0.9056405165417218}},{"type":"Feature","id":5938,"geometry":{"type":"LineString","coordinates":[[-122.342263908677,47.6209318960853],[-122.342261882022,47.6209318905693]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5938,"SHAPE__Length":0.22560800508808973}},{"type":"Feature","id":5939,"geometry":{"type":"LineString","coordinates":[[-122.342261882022,47.6209318905693],[-122.342261914579,47.6209264070161]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5939,"SHAPE__Length":0.9056405222265121}},{"type":"Feature","id":5940,"geometry":{"type":"LineString","coordinates":[[-122.342261914579,47.6209264070161],[-122.342263941363,47.6209264170284]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5940,"SHAPE__Length":0.22562671664986486}},{"type":"Feature","id":5941,"geometry":{"type":"LineString","coordinates":[[-122.342249636437,47.6209455569661],[-122.342249668994,47.6209400734129]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5941,"SHAPE__Length":0.9056407621484539}},{"type":"Feature","id":5942,"geometry":{"type":"LineString","coordinates":[[-122.34223750377,47.6209400412847],[-122.342237472516,47.6209455239209]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5942,"SHAPE__Length":0.9054887587049067}},{"type":"Feature","id":5949,"geometry":{"type":"LineString","coordinates":[[-122.342525508058,47.6208372474705],[-122.342525540612,47.6208317648165]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5949,"SHAPE__Length":0.9054903776295626}},{"type":"Feature","id":5950,"geometry":{"type":"LineString","coordinates":[[-122.342525540612,47.6208317648165],[-122.342501211493,47.6208316988015]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5950,"SHAPE__Length":2.7083271473903134}},{"type":"Feature","id":5951,"geometry":{"type":"LineString","coordinates":[[-122.342513375387,47.6208317318185],[-122.342513344162,47.6208372144548]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5951,"SHAPE__Length":0.90548688359736}},{"type":"Feature","id":5952,"geometry":{"type":"LineString","coordinates":[[-122.342499150981,47.6208371768606],[-122.342525508058,47.6208372474705]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5952,"SHAPE__Length":2.9340795682766525}},{"type":"Feature","id":5953,"geometry":{"type":"LineString","coordinates":[[-122.342527567237,47.6208317694285],[-122.342527536039,47.6208372529642]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5953,"SHAPE__Length":0.9056353915313726}},{"type":"Feature","id":5954,"geometry":{"type":"LineString","coordinates":[[-122.342527536039,47.6208372529642],[-122.342525508058,47.6208372474705]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5954,"SHAPE__Length":0.22575564092893372}},{"type":"Feature","id":5955,"geometry":{"type":"LineString","coordinates":[[-122.342525508058,47.6208372474705],[-122.342525540612,47.6208317648165]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5955,"SHAPE__Length":0.9054903776295626}},{"type":"Feature","id":5956,"geometry":{"type":"LineString","coordinates":[[-122.342525540612,47.6208317648165],[-122.342527567367,47.6208317739249]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5956,"SHAPE__Length":0.22562235833522606}},{"type":"Feature","id":5975,"geometry":{"type":"LineString","coordinates":[[-122.342237957089,47.6208441467698],[-122.342237924504,47.6208496294237]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5975,"SHAPE__Length":0.9054905913540902}},{"type":"Feature","id":5976,"geometry":{"type":"LineString","coordinates":[[-122.342235897852,47.6208496239072],[-122.342235930437,47.6208441412533]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5976,"SHAPE__Length":0.9054905933137216}},{"type":"Feature","id":5977,"geometry":{"type":"LineString","coordinates":[[-122.342235930437,47.6208441412533],[-122.342237957193,47.6208441503668]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":5977,"SHAPE__Length":0.22562241803391422}},{"type":"Feature","id":6552,"geometry":{"type":"LineString","coordinates":[[-122.342250151449,47.620835963275],[-122.342250184032,47.6208304806211]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6552,"SHAPE__Length":0.9054903588746359}},{"type":"Feature","id":6553,"geometry":{"type":"LineString","coordinates":[[-122.342238020138,47.620830447576],[-122.342237987553,47.6208359302299]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6553,"SHAPE__Length":0.9054903585402378}},{"type":"Feature","id":6554,"geometry":{"type":"LineString","coordinates":[[-122.342262316675,47.6208359963012],[-122.342262347901,47.6208305127656]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6554,"SHAPE__Length":0.9056353680611077}},{"type":"Feature","id":6555,"geometry":{"type":"LineString","coordinates":[[-122.342262347901,47.6208305127656],[-122.342238020138,47.620830447576]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6555,"SHAPE__Length":2.708175525986811}},{"type":"Feature","id":6556,"geometry":{"type":"LineString","coordinates":[[-122.342250184032,47.6208304806211],[-122.342250151449,47.620835963275]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6556,"SHAPE__Length":0.9054903588746359}},{"type":"Feature","id":6557,"geometry":{"type":"LineString","coordinates":[[-122.342235959572,47.6208359247311],[-122.342262316675,47.6208359963012]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6557,"SHAPE__Length":2.9340830023796887}},{"type":"Feature","id":6558,"geometry":{"type":"LineString","coordinates":[[-122.342264375881,47.620830518264],[-122.342264343325,47.6208360018171]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6558,"SHAPE__Length":0.905638858748636}},{"type":"Feature","id":6559,"geometry":{"type":"LineString","coordinates":[[-122.342264343325,47.6208360018171],[-122.342262316675,47.6208359963012]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6559,"SHAPE__Length":0.2256075804009367}},{"type":"Feature","id":6560,"geometry":{"type":"LineString","coordinates":[[-122.342262316675,47.6208359963012],[-122.342262347901,47.6208305127656]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6560,"SHAPE__Length":0.9056353680611077}},{"type":"Feature","id":6561,"geometry":{"type":"LineString","coordinates":[[-122.342262347901,47.6208305127656],[-122.342264375986,47.620830521861]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6561,"SHAPE__Length":0.22577039687817552}},{"type":"Feature","id":6562,"geometry":{"type":"LineString","coordinates":[[-122.342238020138,47.620830447576],[-122.342237987553,47.6208359302299]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6562,"SHAPE__Length":0.9054903585402378}},{"type":"Feature","id":6563,"geometry":{"type":"LineString","coordinates":[[-122.342235959572,47.6208359247311],[-122.342235992157,47.6208304420772]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6563,"SHAPE__Length":0.905490356774609}},{"type":"Feature","id":6564,"geometry":{"type":"LineString","coordinates":[[-122.342235992157,47.6208304420772],[-122.342238018912,47.6208304511907]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6564,"SHAPE__Length":0.22562234913621593}},{"type":"Feature","id":6565,"geometry":{"type":"LineString","coordinates":[[-122.342250089733,47.6208496624511],[-122.342250122316,47.6208441797973]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6565,"SHAPE__Length":0.9054905870841427}},{"type":"Feature","id":6566,"geometry":{"type":"LineString","coordinates":[[-122.342237957089,47.6208441467698],[-122.342237924504,47.6208496294237]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6566,"SHAPE__Length":0.9054905913540902}},{"type":"Feature","id":6567,"geometry":{"type":"LineString","coordinates":[[-122.342262253631,47.6208496954949],[-122.342262286188,47.6208442119418]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6567,"SHAPE__Length":0.9056390944831678}},{"type":"Feature","id":6568,"geometry":{"type":"LineString","coordinates":[[-122.342262286188,47.6208442119418],[-122.342237957089,47.6208441467698]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6568,"SHAPE__Length":2.70832429202446}},{"type":"Feature","id":6569,"geometry":{"type":"LineString","coordinates":[[-122.342250122316,47.6208441797973],[-122.342250089733,47.6208496624511]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6569,"SHAPE__Length":0.9054905870841427}},{"type":"Feature","id":6570,"geometry":{"type":"LineString","coordinates":[[-122.342235897852,47.6208496239072],[-122.342262253631,47.6208496954949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6570,"SHAPE__Length":2.9339357192009135}},{"type":"Feature","id":6571,"geometry":{"type":"LineString","coordinates":[[-122.342264314169,47.6208442174401],[-122.342264281613,47.6208497009933]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6571,"SHAPE__Length":0.9056390953101298}},{"type":"Feature","id":6572,"geometry":{"type":"LineString","coordinates":[[-122.342264281613,47.6208497009933],[-122.342262253631,47.6208496954949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6572,"SHAPE__Length":0.2257556961980448}},{"type":"Feature","id":6573,"geometry":{"type":"LineString","coordinates":[[-122.342262253631,47.6208496954949],[-122.342262286188,47.6208442119418]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6573,"SHAPE__Length":0.9056390944831678}},{"type":"Feature","id":6574,"geometry":{"type":"LineString","coordinates":[[-122.342262286188,47.6208442119418],[-122.342264314273,47.6208442210372]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6574,"SHAPE__Length":0.22577045649389393}},{"type":"Feature","id":6575,"geometry":{"type":"LineString","coordinates":[[-122.342250028016,47.6208633616272],[-122.34225005927,47.620857878991]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6575,"SHAPE__Length":0.9054873294582848}},{"type":"Feature","id":6576,"geometry":{"type":"LineString","coordinates":[[-122.342237895369,47.6208578459459],[-122.342237862784,47.6208633285998]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6576,"SHAPE__Length":0.9054908297782178}},{"type":"Feature","id":6577,"geometry":{"type":"LineString","coordinates":[[-122.342262191918,47.620863394671],[-122.342262224475,47.6208579111179]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6577,"SHAPE__Length":0.9056393319983381}},{"type":"Feature","id":6578,"geometry":{"type":"LineString","coordinates":[[-122.342262224475,47.6208579111179],[-122.342237895369,47.6208578459459]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6578,"SHAPE__Length":2.708325012884648}},{"type":"Feature","id":6579,"geometry":{"type":"LineString","coordinates":[[-122.34225005927,47.620857878991],[-122.342250028016,47.6208633616272]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6579,"SHAPE__Length":0.9054873294582848}},{"type":"Feature","id":6580,"geometry":{"type":"LineString","coordinates":[[-122.342235836132,47.6208633230833],[-122.342262191918,47.620863394671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6580,"SHAPE__Length":2.9339364866232485}},{"type":"Feature","id":6581,"geometry":{"type":"LineString","coordinates":[[-122.342264251126,47.6208579166339],[-122.3422642199,47.6208634001694]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6581,"SHAPE__Length":0.9056358448447084}},{"type":"Feature","id":6582,"geometry":{"type":"LineString","coordinates":[[-122.3422642199,47.6208634001694],[-122.342262191918,47.620863394671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6582,"SHAPE__Length":0.22575575395456193}},{"type":"Feature","id":6583,"geometry":{"type":"LineString","coordinates":[[-122.342262191918,47.620863394671],[-122.342262224475,47.6208579111179]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6583,"SHAPE__Length":0.9056393319983381}},{"type":"Feature","id":6584,"geometry":{"type":"LineString","coordinates":[[-122.342262224475,47.6208579111179],[-122.342264251231,47.620857920231]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6584,"SHAPE__Length":0.22562246968979963}},{"type":"Feature","id":6585,"geometry":{"type":"LineString","coordinates":[[-122.342237895369,47.6208578459459],[-122.342237862784,47.6208633285998]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6585,"SHAPE__Length":0.9054908297782178}},{"type":"Feature","id":6586,"geometry":{"type":"LineString","coordinates":[[-122.342235836132,47.6208633230833],[-122.342235867387,47.6208578404471]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6586,"SHAPE__Length":0.9054873384627794}},{"type":"Feature","id":6587,"geometry":{"type":"LineString","coordinates":[[-122.342235867387,47.6208578404471],[-122.342237895474,47.620857849543]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6587,"SHAPE__Length":0.2257705166425242}},{"type":"Feature","id":6588,"geometry":{"type":"LineString","coordinates":[[-122.34224996497,47.620877060821],[-122.342249997554,47.6208715781671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6588,"SHAPE__Length":0.905491067627813}},{"type":"Feature","id":6589,"geometry":{"type":"LineString","coordinates":[[-122.34223783365,47.620871545122],[-122.342237801065,47.6208770277759]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6589,"SHAPE__Length":0.9054910681948839}},{"type":"Feature","id":6590,"geometry":{"type":"LineString","coordinates":[[-122.342264189414,47.62087161581],[-122.342264156858,47.6208770993632]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6590,"SHAPE__Length":0.9056395721658312}},{"type":"Feature","id":6591,"geometry":{"type":"LineString","coordinates":[[-122.342264156858,47.6208770993632],[-122.342262130205,47.6208770938472]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6591,"SHAPE__Length":0.2256077629424338}},{"type":"Feature","id":6592,"geometry":{"type":"LineString","coordinates":[[-122.342262130205,47.6208770938472],[-122.342262162761,47.620871610294]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6592,"SHAPE__Length":0.9056395722403693}},{"type":"Feature","id":6593,"geometry":{"type":"LineString","coordinates":[[-122.342262162761,47.620871610294],[-122.342264189518,47.6208716194071]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6593,"SHAPE__Length":0.22562253858749906}},{"type":"Feature","id":6594,"geometry":{"type":"LineString","coordinates":[[-122.342262130205,47.6208770938472],[-122.342262162761,47.620871610294]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6594,"SHAPE__Length":0.9056395722403693}},{"type":"Feature","id":6595,"geometry":{"type":"LineString","coordinates":[[-122.342262162761,47.620871610294],[-122.34223783365,47.620871545122]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6595,"SHAPE__Length":2.7083257169959665}},{"type":"Feature","id":6596,"geometry":{"type":"LineString","coordinates":[[-122.342249997554,47.6208715781671],[-122.34224996497,47.620877060821]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6596,"SHAPE__Length":0.905491067627813}},{"type":"Feature","id":6597,"geometry":{"type":"LineString","coordinates":[[-122.342235773082,47.6208770222771],[-122.342262130205,47.6208770938472]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6597,"SHAPE__Length":2.9340853158299733}},{"type":"Feature","id":6598,"geometry":{"type":"LineString","coordinates":[[-122.34223783365,47.620871545122],[-122.342237801065,47.6208770277759]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6598,"SHAPE__Length":0.9054910681948839}},{"type":"Feature","id":6599,"geometry":{"type":"LineString","coordinates":[[-122.342235773082,47.6208770222771],[-122.342235805667,47.6208715396232]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6599,"SHAPE__Length":0.9054910701545154}},{"type":"Feature","id":6600,"geometry":{"type":"LineString","coordinates":[[-122.342235805667,47.6208715396232],[-122.342237833754,47.620871548719]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6600,"SHAPE__Length":0.22577057621486551}},{"type":"Feature","id":6601,"geometry":{"type":"LineString","coordinates":[[-122.342249903254,47.6208907599971],[-122.342249935837,47.6208852773432]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6601,"SHAPE__Length":0.9054913041893102}},{"type":"Feature","id":6602,"geometry":{"type":"LineString","coordinates":[[-122.3422377706,47.6208852443157],[-122.342237739345,47.620890726952]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6602,"SHAPE__Length":0.9054878105825822}},{"type":"Feature","id":6603,"geometry":{"type":"LineString","coordinates":[[-122.342264127701,47.6208853149862],[-122.342264095145,47.6208907985393]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6603,"SHAPE__Length":0.9056398087198712}},{"type":"Feature","id":6604,"geometry":{"type":"LineString","coordinates":[[-122.342264095145,47.6208907985393],[-122.342262068492,47.6208907930233]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6604,"SHAPE__Length":0.22560782069900515}},{"type":"Feature","id":6605,"geometry":{"type":"LineString","coordinates":[[-122.342262068492,47.6208907930233],[-122.342262099718,47.6208853094878]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6605,"SHAPE__Length":0.9056363152377865}},{"type":"Feature","id":6606,"geometry":{"type":"LineString","coordinates":[[-122.342262099718,47.6208853094878],[-122.342264127805,47.6208853185832]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6606,"SHAPE__Length":0.22577063530387037}},{"type":"Feature","id":6607,"geometry":{"type":"LineString","coordinates":[[-122.342262068492,47.6208907930233],[-122.342262099718,47.6208853094878]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6607,"SHAPE__Length":0.9056363152377865}},{"type":"Feature","id":6608,"geometry":{"type":"LineString","coordinates":[[-122.342262099718,47.6208853094878],[-122.3422377706,47.6208852443157]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6608,"SHAPE__Length":2.7083264322571594}},{"type":"Feature","id":6609,"geometry":{"type":"LineString","coordinates":[[-122.342249935837,47.6208852773432],[-122.342249903254,47.6208907599971]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6609,"SHAPE__Length":0.9054913041893102}},{"type":"Feature","id":6610,"geometry":{"type":"LineString","coordinates":[[-122.342235711362,47.6208907214532],[-122.342262068492,47.6208907930233]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6610,"SHAPE__Length":2.9340860906990756}},{"type":"Feature","id":6611,"geometry":{"type":"LineString","coordinates":[[-122.3422377706,47.6208852443157],[-122.342237739345,47.620890726952]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6611,"SHAPE__Length":0.9054878105825822}},{"type":"Feature","id":6612,"geometry":{"type":"LineString","coordinates":[[-122.342235711362,47.6208907214532],[-122.342235743947,47.6208852387993]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6612,"SHAPE__Length":0.9054913048832294}},{"type":"Feature","id":6613,"geometry":{"type":"LineString","coordinates":[[-122.342235743947,47.6208852387993],[-122.342237770704,47.6208852479128]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6613,"SHAPE__Length":0.22562258942451932}},{"type":"Feature","id":6614,"geometry":{"type":"LineString","coordinates":[[-122.342249841537,47.6209044591733],[-122.342249874121,47.6208989765194]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6614,"SHAPE__Length":0.9054915426432831}},{"type":"Feature","id":6615,"geometry":{"type":"LineString","coordinates":[[-122.342237708881,47.6208989434919],[-122.342237676296,47.6209044261458]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6615,"SHAPE__Length":0.9054915441192859}},{"type":"Feature","id":6616,"geometry":{"type":"LineString","coordinates":[[-122.342262005449,47.620904492217],[-122.342262038005,47.6208990086639]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6616,"SHAPE__Length":0.9056400397829197}},{"type":"Feature","id":6617,"geometry":{"type":"LineString","coordinates":[[-122.342262038005,47.6208990086639],[-122.342237708881,47.6208989434919]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6617,"SHAPE__Length":2.708327141934162}},{"type":"Feature","id":6618,"geometry":{"type":"LineString","coordinates":[[-122.342249874121,47.6208989765194],[-122.342249841537,47.6209044591733]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6618,"SHAPE__Length":0.9054915426432831}},{"type":"Feature","id":6619,"geometry":{"type":"LineString","coordinates":[[-122.342235649642,47.6209044206293],[-122.342262005449,47.620904492217]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6619,"SHAPE__Length":2.933938809386692}},{"type":"Feature","id":6620,"geometry":{"type":"LineString","coordinates":[[-122.342264065988,47.6208990141623],[-122.342264033432,47.6209044977155]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6620,"SHAPE__Length":0.9056400462201337}},{"type":"Feature","id":6621,"geometry":{"type":"LineString","coordinates":[[-122.342264033432,47.6209044977155],[-122.342262005449,47.620904492217]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6621,"SHAPE__Length":0.22575593278578052}},{"type":"Feature","id":6622,"geometry":{"type":"LineString","coordinates":[[-122.342262005449,47.620904492217],[-122.342262038005,47.6208990086639]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6622,"SHAPE__Length":0.9056400397829197}},{"type":"Feature","id":6623,"geometry":{"type":"LineString","coordinates":[[-122.342262038005,47.6208990086639],[-122.342264066119,47.6208990186586]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6623,"SHAPE__Length":0.22577463569182749}},{"type":"Feature","id":6624,"geometry":{"type":"LineString","coordinates":[[-122.342249779821,47.6209181583494],[-122.342249811074,47.6209126757131]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6624,"SHAPE__Length":0.905488287817924}},{"type":"Feature","id":6625,"geometry":{"type":"LineString","coordinates":[[-122.342237647161,47.6209126426679],[-122.342237614576,47.6209181253219]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6625,"SHAPE__Length":0.905491782535952}},{"type":"Feature","id":6626,"geometry":{"type":"LineString","coordinates":[[-122.342261943736,47.6209181913932],[-122.342261976292,47.62091270784]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6626,"SHAPE__Length":0.9056402810382582}},{"type":"Feature","id":6627,"geometry":{"type":"LineString","coordinates":[[-122.342261976292,47.62091270784],[-122.342237647161,47.6209126426679]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6627,"SHAPE__Length":2.7083278646643825}},{"type":"Feature","id":6628,"geometry":{"type":"LineString","coordinates":[[-122.342249811074,47.6209126757131],[-122.342249779821,47.6209181583494]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6628,"SHAPE__Length":0.905488287817924}},{"type":"Feature","id":6629,"geometry":{"type":"LineString","coordinates":[[-122.342235586592,47.620918119823],[-122.342261943736,47.6209181913932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6629,"SHAPE__Length":2.934087632998015}},{"type":"Feature","id":6630,"geometry":{"type":"LineString","coordinates":[[-122.342264002946,47.620912713356],[-122.34226397172,47.6209181968915]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6630,"SHAPE__Length":0.9056367873505099}},{"type":"Feature","id":6631,"geometry":{"type":"LineString","coordinates":[[-122.34226397172,47.6209181968915],[-122.342261943736,47.6209181913932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6631,"SHAPE__Length":0.22575599422635}},{"type":"Feature","id":6632,"geometry":{"type":"LineString","coordinates":[[-122.342261943736,47.6209181913932],[-122.342261976292,47.62091270784]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6632,"SHAPE__Length":0.9056402810382582}},{"type":"Feature","id":6633,"geometry":{"type":"LineString","coordinates":[[-122.342261976292,47.62091270784],[-122.342264003076,47.6209127178523]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6633,"SHAPE__Length":0.2256266496032658}},{"type":"Feature","id":6634,"geometry":{"type":"LineString","coordinates":[[-122.342237647161,47.6209126426679],[-122.342237614576,47.6209181253219]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6634,"SHAPE__Length":0.905491782535952}},{"type":"Feature","id":6635,"geometry":{"type":"LineString","coordinates":[[-122.342235586592,47.620918119823],[-122.342235619177,47.6209126371691]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6635,"SHAPE__Length":0.9054917761212092}},{"type":"Feature","id":6636,"geometry":{"type":"LineString","coordinates":[[-122.342235619177,47.6209126371691],[-122.342237647265,47.620912646265]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6636,"SHAPE__Length":0.2257707550434319}},{"type":"Feature","id":6637,"geometry":{"type":"LineString","coordinates":[[-122.342261882022,47.6209318905693],[-122.342261914579,47.6209264070161]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6637,"SHAPE__Length":0.9056405222265121}},{"type":"Feature","id":6638,"geometry":{"type":"LineString","coordinates":[[-122.342261914579,47.6209264070161],[-122.342237585441,47.6209263418441]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6638,"SHAPE__Length":2.7083285706050204}},{"type":"Feature","id":6639,"geometry":{"type":"LineString","coordinates":[[-122.342249749358,47.6209263748892],[-122.342249716774,47.6209318575431]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6639,"SHAPE__Length":0.905492016652825}},{"type":"Feature","id":6640,"geometry":{"type":"LineString","coordinates":[[-122.342235524872,47.6209318189991],[-122.342261882022,47.6209318905693]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6640,"SHAPE__Length":2.934088402297986}},{"type":"Feature","id":6641,"geometry":{"type":"LineString","coordinates":[[-122.342249716774,47.6209318575431],[-122.342249749358,47.6209263748892]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6641,"SHAPE__Length":0.905492016652825}},{"type":"Feature","id":6642,"geometry":{"type":"LineString","coordinates":[[-122.342237585441,47.6209263418441],[-122.342237552856,47.620931824498]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6642,"SHAPE__Length":0.9054920135095589}},{"type":"Feature","id":6643,"geometry":{"type":"LineString","coordinates":[[-122.342237585441,47.6209263418441],[-122.342237552856,47.620931824498]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6643,"SHAPE__Length":0.9054920135095589}},{"type":"Feature","id":6644,"geometry":{"type":"LineString","coordinates":[[-122.342235524872,47.6209318189991],[-122.342235557457,47.6209263363452]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6644,"SHAPE__Length":0.9054920164005055}},{"type":"Feature","id":6645,"geometry":{"type":"LineString","coordinates":[[-122.342235557457,47.6209263363452],[-122.342237584216,47.6209263454587]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6645,"SHAPE__Length":0.22562277195346922}},{"type":"Feature","id":6646,"geometry":{"type":"LineString","coordinates":[[-122.34223750377,47.6209400412847],[-122.342237472516,47.6209455239209]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6646,"SHAPE__Length":0.9054887587049067}},{"type":"Feature","id":6647,"geometry":{"type":"LineString","coordinates":[[-122.34223544453,47.6209455184221],[-122.342235477115,47.6209400357682]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6647,"SHAPE__Length":0.9054922492367427}},{"type":"Feature","id":6648,"geometry":{"type":"LineString","coordinates":[[-122.342235477115,47.6209400357682],[-122.342237503875,47.6209400448817]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6648,"SHAPE__Length":0.22562283155057483}},{"type":"Feature","id":6649,"geometry":{"type":"LineString","coordinates":[[-122.342261801662,47.620945589093],[-122.342261832914,47.6209401064568]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6649,"SHAPE__Length":0.9054887641076587}},{"type":"Feature","id":6650,"geometry":{"type":"LineString","coordinates":[[-122.342261832914,47.6209401064568],[-122.34223750377,47.6209400412847]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6650,"SHAPE__Length":2.7083292802857244}},{"type":"Feature","id":6651,"geometry":{"type":"LineString","coordinates":[[-122.342249668994,47.6209400734129],[-122.342249636437,47.6209455569661]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6651,"SHAPE__Length":0.9056407621484539}},{"type":"Feature","id":6652,"geometry":{"type":"LineString","coordinates":[[-122.34223544453,47.6209455184221],[-122.342261801662,47.620945589093]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6652,"SHAPE__Length":2.934085678794284}},{"type":"Feature","id":6653,"geometry":{"type":"LineString","coordinates":[[-122.342263860899,47.6209401119552],[-122.342263828317,47.6209455946091]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6653,"SHAPE__Length":0.9054922553591476}},{"type":"Feature","id":6654,"geometry":{"type":"LineString","coordinates":[[-122.342263828317,47.6209455946091],[-122.342261801662,47.620945589093]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6654,"SHAPE__Length":0.22560806099331304}},{"type":"Feature","id":6655,"geometry":{"type":"LineString","coordinates":[[-122.342261801662,47.620945589093],[-122.342261832914,47.6209401064568]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6655,"SHAPE__Length":0.9054887641076587}},{"type":"Feature","id":6656,"geometry":{"type":"LineString","coordinates":[[-122.342261832914,47.6209401064568],[-122.342263861003,47.6209401155522]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6656,"SHAPE__Length":0.22577087376674412}},{"type":"Feature","id":6657,"geometry":{"type":"LineString","coordinates":[[-122.342513344162,47.6208372144548],[-122.342513375387,47.6208317318185]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6657,"SHAPE__Length":0.90548688359736}},{"type":"Feature","id":6658,"geometry":{"type":"LineString","coordinates":[[-122.342501211493,47.6208316988015],[-122.342501178936,47.6208371814555]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6658,"SHAPE__Length":0.9054903806104375}},{"type":"Feature","id":6659,"geometry":{"type":"LineString","coordinates":[[-122.342525446414,47.6208509466468],[-122.342525478969,47.6208454639928]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6659,"SHAPE__Length":0.9054906188252683}},{"type":"Feature","id":6660,"geometry":{"type":"LineString","coordinates":[[-122.342525478969,47.6208454639928],[-122.342501149843,47.6208453979778]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6660,"SHAPE__Length":2.7083278533308537}},{"type":"Feature","id":6661,"geometry":{"type":"LineString","coordinates":[[-122.34251331374,47.6208454309947],[-122.342513281185,47.6208509136487]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6661,"SHAPE__Length":0.9054906165978888}},{"type":"Feature","id":6662,"geometry":{"type":"LineString","coordinates":[[-122.34249908933,47.6208508760369],[-122.342525446414,47.6208509466468]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6662,"SHAPE__Length":2.934080343145721}},{"type":"Feature","id":6663,"geometry":{"type":"LineString","coordinates":[[-122.342527505594,47.6208454686048],[-122.342527473066,47.6208509521581]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6663,"SHAPE__Length":0.9056391164843809}},{"type":"Feature","id":6664,"geometry":{"type":"LineString","coordinates":[[-122.342527473066,47.6208509521581],[-122.342525446414,47.6208509466468]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6664,"SHAPE__Length":0.2256076517861514}},{"type":"Feature","id":6665,"geometry":{"type":"LineString","coordinates":[[-122.342525446414,47.6208509466468],[-122.342525478969,47.6208454639928]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6665,"SHAPE__Length":0.9054906188252683}},{"type":"Feature","id":6666,"geometry":{"type":"LineString","coordinates":[[-122.342525478969,47.6208454639928],[-122.342527505724,47.6208454731011]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6666,"SHAPE__Length":0.22562242169480043}},{"type":"Feature","id":6667,"geometry":{"type":"LineString","coordinates":[[-122.342513281185,47.6208509136487],[-122.34251331374,47.6208454309947]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6667,"SHAPE__Length":0.9054906165978888}},{"type":"Feature","id":6668,"geometry":{"type":"LineString","coordinates":[[-122.342501149843,47.6208453979778],[-122.342501117286,47.6208508806318]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6668,"SHAPE__Length":0.9054906162406168}},{"type":"Feature","id":6669,"geometry":{"type":"LineString","coordinates":[[-122.342501086862,47.6208590971717],[-122.342501055635,47.620864579808]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6669,"SHAPE__Length":0.905487360995899}},{"type":"Feature","id":6670,"geometry":{"type":"LineString","coordinates":[[-122.342499027679,47.6208645752131],[-122.342499060211,47.6208590916599]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6670,"SHAPE__Length":0.905639352538736}},{"type":"Feature","id":6671,"geometry":{"type":"LineString","coordinates":[[-122.342499060211,47.6208590916599],[-122.342501086967,47.6208591007687]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6671,"SHAPE__Length":0.22562247433825872}},{"type":"Feature","id":6672,"geometry":{"type":"LineString","coordinates":[[-122.342513219538,47.620864612825],[-122.342513252094,47.620859130171]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6672,"SHAPE__Length":0.9054908540906981}},{"type":"Feature","id":6673,"geometry":{"type":"LineString","coordinates":[[-122.342501086862,47.6208590971717],[-122.342501055635,47.620864579808]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6673,"SHAPE__Length":0.905487360995899}},{"type":"Feature","id":6674,"geometry":{"type":"LineString","coordinates":[[-122.34252744395,47.6208591677811],[-122.342527411422,47.6208646513344]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6674,"SHAPE__Length":0.9056393558472643}},{"type":"Feature","id":6675,"geometry":{"type":"LineString","coordinates":[[-122.342527411422,47.6208646513344],[-122.34252538344,47.6208646458407]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6675,"SHAPE__Length":0.22575576013351756}},{"type":"Feature","id":6676,"geometry":{"type":"LineString","coordinates":[[-122.34252538344,47.6208646458407],[-122.342525415995,47.6208591631867]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6676,"SHAPE__Length":0.9054908544629019}},{"type":"Feature","id":6677,"geometry":{"type":"LineString","coordinates":[[-122.342525415995,47.6208591631867],[-122.342527444081,47.6208591722774]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6677,"SHAPE__Length":0.22577052025610067}},{"type":"Feature","id":6678,"geometry":{"type":"LineString","coordinates":[[-122.342501149843,47.6208453979778],[-122.342501117286,47.6208508806318]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6678,"SHAPE__Length":0.9054906162406168}},{"type":"Feature","id":6679,"geometry":{"type":"LineString","coordinates":[[-122.34249908933,47.6208508760369],[-122.342499121861,47.6208453924836]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6679,"SHAPE__Length":0.90563912341287}},{"type":"Feature","id":6680,"geometry":{"type":"LineString","coordinates":[[-122.342499121861,47.6208453924836],[-122.342501148617,47.6208454015925]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6680,"SHAPE__Length":0.22562242222261206}},{"type":"Feature","id":6681,"geometry":{"type":"LineString","coordinates":[[-122.34252538344,47.6208646458407],[-122.342525415995,47.6208591631867]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6681,"SHAPE__Length":0.9054908544629019}},{"type":"Feature","id":6682,"geometry":{"type":"LineString","coordinates":[[-122.342525415995,47.6208591631867],[-122.342501086862,47.6208590971717]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6682,"SHAPE__Length":2.7083285686070395}},{"type":"Feature","id":6683,"geometry":{"type":"LineString","coordinates":[[-122.342513252094,47.620859130171],[-122.342513219538,47.620864612825]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6683,"SHAPE__Length":0.9054908540906981}},{"type":"Feature","id":6684,"geometry":{"type":"LineString","coordinates":[[-122.342499027679,47.6208645752131],[-122.34252538344,47.6208646458407]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6684,"SHAPE__Length":2.933933063532476}},{"type":"Feature","id":6685,"geometry":{"type":"LineString","coordinates":[[-122.342513107322,47.6208783117722],[-122.342513138547,47.6208728291359]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6685,"SHAPE__Length":0.9054875988764287}},{"type":"Feature","id":6686,"geometry":{"type":"LineString","coordinates":[[-122.342500974643,47.6208727961189],[-122.342500942112,47.6208782796721]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6686,"SHAPE__Length":0.9056396001568389}},{"type":"Feature","id":6698,"geometry":{"type":"LineString","coordinates":[[-122.342527330434,47.6208728676453],[-122.34252729921,47.6208783502816]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6698,"SHAPE__Length":0.905487599178522}},{"type":"Feature","id":6699,"geometry":{"type":"LineString","coordinates":[[-122.34252729921,47.6208783502816],[-122.342525271227,47.6208783447879]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6699,"SHAPE__Length":0.22575581976013873}},{"type":"Feature","id":6700,"geometry":{"type":"LineString","coordinates":[[-122.342525271227,47.6208783447879],[-122.342525303782,47.6208728621339]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6700,"SHAPE__Length":0.9054910882602694}},{"type":"Feature","id":6701,"geometry":{"type":"LineString","coordinates":[[-122.342525303782,47.6208728621339],[-122.342527330538,47.6208728712423]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6701,"SHAPE__Length":0.2256225353198385}},{"type":"Feature","id":6702,"geometry":{"type":"LineString","coordinates":[[-122.342500974643,47.6208727961189],[-122.342500942112,47.6208782796721]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6702,"SHAPE__Length":0.9056396001568389}},{"type":"Feature","id":6703,"geometry":{"type":"LineString","coordinates":[[-122.342498915459,47.6208782741603],[-122.34249894666,47.6208727906248]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6703,"SHAPE__Length":0.9056360968918499}},{"type":"Feature","id":6704,"geometry":{"type":"LineString","coordinates":[[-122.34249894666,47.6208727906248],[-122.342500974773,47.6208728006152]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6704,"SHAPE__Length":0.22577451882362623}},{"type":"Feature","id":6705,"geometry":{"type":"LineString","coordinates":[[-122.342513094914,47.6208920111952],[-122.342513127469,47.6208865285412]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6705,"SHAPE__Length":0.9054913262898263}},{"type":"Feature","id":6706,"geometry":{"type":"LineString","coordinates":[[-122.342500963562,47.6208864955242],[-122.342500931031,47.6208919790774]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6706,"SHAPE__Length":0.9056398301991239}},{"type":"Feature","id":6707,"geometry":{"type":"LineString","coordinates":[[-122.342527319334,47.6208865661513],[-122.342527286806,47.6208920497045]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6707,"SHAPE__Length":0.9056398289702453}},{"type":"Feature","id":6708,"geometry":{"type":"LineString","coordinates":[[-122.342527286806,47.6208920497045],[-122.342525260152,47.6208920441932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6708,"SHAPE__Length":0.22560782689591502}},{"type":"Feature","id":6709,"geometry":{"type":"LineString","coordinates":[[-122.342525260152,47.6208920441932],[-122.342525292707,47.6208865615392]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6709,"SHAPE__Length":0.9054913294708843}},{"type":"Feature","id":6710,"geometry":{"type":"LineString","coordinates":[[-122.342525292707,47.6208865615392],[-122.342527319464,47.6208865706476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6710,"SHAPE__Length":0.22562259121036976}},{"type":"Feature","id":6711,"geometry":{"type":"LineString","coordinates":[[-122.342525260152,47.6208920441932],[-122.342525292707,47.6208865615392]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6711,"SHAPE__Length":0.9054913294708843}},{"type":"Feature","id":6712,"geometry":{"type":"LineString","coordinates":[[-122.342525292707,47.6208865615392],[-122.342500963562,47.6208864955242]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6712,"SHAPE__Length":2.7083300028659254}},{"type":"Feature","id":6713,"geometry":{"type":"LineString","coordinates":[[-122.342513127469,47.6208865285412],[-122.342513094914,47.6208920111952]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6713,"SHAPE__Length":0.9054913262898263}},{"type":"Feature","id":6714,"geometry":{"type":"LineString","coordinates":[[-122.342498903048,47.6208919735833],[-122.342525260152,47.6208920441932]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6714,"SHAPE__Length":2.934082662183542}},{"type":"Feature","id":6715,"geometry":{"type":"LineString","coordinates":[[-122.342500963562,47.6208864955242],[-122.342500931031,47.6208919790774]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6715,"SHAPE__Length":0.9056398301991239}},{"type":"Feature","id":6716,"geometry":{"type":"LineString","coordinates":[[-122.342498903048,47.6208919735833],[-122.342498935579,47.6208864900301]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6716,"SHAPE__Length":0.9056398303033971}},{"type":"Feature","id":6717,"geometry":{"type":"LineString","coordinates":[[-122.342498935579,47.6208864900301],[-122.342500963666,47.6208864991212]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6717,"SHAPE__Length":0.22577063811420556}},{"type":"Feature","id":6718,"geometry":{"type":"LineString","coordinates":[[-122.342513033266,47.6209057103714],[-122.342513065822,47.6209002277174]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6718,"SHAPE__Length":0.9054915646990409}},{"type":"Feature","id":6719,"geometry":{"type":"LineString","coordinates":[[-122.342500900582,47.6209001947181],[-122.342500869381,47.6209056782537]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6719,"SHAPE__Length":0.9056365718057211}},{"type":"Feature","id":6720,"geometry":{"type":"LineString","coordinates":[[-122.342500900582,47.6209001947181],[-122.342500869381,47.6209056782537]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6720,"SHAPE__Length":0.9056365718057211}},{"type":"Feature","id":6721,"geometry":{"type":"LineString","coordinates":[[-122.342498841397,47.6209056727595],[-122.342498873928,47.6209001892063]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6721,"SHAPE__Length":0.9056400715140155}},{"type":"Feature","id":6722,"geometry":{"type":"LineString","coordinates":[[-122.342498873928,47.6209001892063],[-122.342500900686,47.6209001983151]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6722,"SHAPE__Length":0.22562265877949736}},{"type":"Feature","id":6723,"geometry":{"type":"LineString","coordinates":[[-122.342525198509,47.6209057433695],[-122.342525229733,47.6209002607331]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6723,"SHAPE__Length":0.9054880723727055}},{"type":"Feature","id":6724,"geometry":{"type":"LineString","coordinates":[[-122.342525229733,47.6209002607331],[-122.342500900582,47.6209001947181]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6724,"SHAPE__Length":2.708330705088704}},{"type":"Feature","id":6725,"geometry":{"type":"LineString","coordinates":[[-122.342513065822,47.6209002277174],[-122.342513033266,47.6209057103714]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6725,"SHAPE__Length":0.9054915646990409}},{"type":"Feature","id":6726,"geometry":{"type":"LineString","coordinates":[[-122.342498841397,47.6209056727595],[-122.342525198509,47.6209057433695]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6726,"SHAPE__Length":2.93408343146842}},{"type":"Feature","id":6727,"geometry":{"type":"LineString","coordinates":[[-122.342527257691,47.6209002653275],[-122.342527225162,47.6209057488808]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6727,"SHAPE__Length":0.9056400692569964}},{"type":"Feature","id":6728,"geometry":{"type":"LineString","coordinates":[[-122.342527225162,47.6209057488808],[-122.342525198509,47.6209057433695]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6728,"SHAPE__Length":0.22560788835894724}},{"type":"Feature","id":6729,"geometry":{"type":"LineString","coordinates":[[-122.342525198509,47.6209057433695],[-122.342525229733,47.6209002607331]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6729,"SHAPE__Length":0.9054880723727055}},{"type":"Feature","id":6730,"geometry":{"type":"LineString","coordinates":[[-122.342525229733,47.6209002607331],[-122.342527257821,47.6209002698239]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6730,"SHAPE__Length":0.22577070095965157}},{"type":"Feature","id":6731,"geometry":{"type":"LineString","coordinates":[[-122.342512971619,47.6209194095476],[-122.342513004175,47.6209139268937]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6731,"SHAPE__Length":0.9054917919697489}},{"type":"Feature","id":6732,"geometry":{"type":"LineString","coordinates":[[-122.342500838931,47.6209138938943],[-122.3425008064,47.6209193774476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6732,"SHAPE__Length":0.9056403070473661}},{"type":"Feature","id":6733,"geometry":{"type":"LineString","coordinates":[[-122.342527196047,47.6209139645038],[-122.342527163519,47.6209194480571]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6733,"SHAPE__Length":0.9056403067423545}},{"type":"Feature","id":6734,"geometry":{"type":"LineString","coordinates":[[-122.342527163519,47.6209194480571],[-122.342525135535,47.6209194425634]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6734,"SHAPE__Length":0.22575599670625585}},{"type":"Feature","id":6735,"geometry":{"type":"LineString","coordinates":[[-122.342525135535,47.6209194425634],[-122.342525168089,47.6209139599094]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6735,"SHAPE__Length":0.905491798823884}},{"type":"Feature","id":6736,"geometry":{"type":"LineString","coordinates":[[-122.342525168089,47.6209139599094],[-122.342527196178,47.6209139690001]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6736,"SHAPE__Length":0.22577076054439854}},{"type":"Feature","id":6737,"geometry":{"type":"LineString","coordinates":[[-122.342525135535,47.6209194425634],[-122.342525168089,47.6209139599094]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6737,"SHAPE__Length":0.905491798823884}},{"type":"Feature","id":6738,"geometry":{"type":"LineString","coordinates":[[-122.342525168089,47.6209139599094],[-122.342500838931,47.6209138938943]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6738,"SHAPE__Length":2.708331416669623}},{"type":"Feature","id":6739,"geometry":{"type":"LineString","coordinates":[[-122.342513004175,47.6209139268937],[-122.342512971619,47.6209194095476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6739,"SHAPE__Length":0.9054917919697489}},{"type":"Feature","id":6740,"geometry":{"type":"LineString","coordinates":[[-122.342498779746,47.6209193719358],[-122.342525135535,47.6209194425634]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6740,"SHAPE__Length":2.9339361574430765}},{"type":"Feature","id":6741,"geometry":{"type":"LineString","coordinates":[[-122.342500838931,47.6209138938943],[-122.3425008064,47.6209193774476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6741,"SHAPE__Length":0.9056403070473661}},{"type":"Feature","id":6742,"geometry":{"type":"LineString","coordinates":[[-122.342498779746,47.6209193719358],[-122.342498812277,47.6209138883826]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6742,"SHAPE__Length":0.9056403015786448}},{"type":"Feature","id":6743,"geometry":{"type":"LineString","coordinates":[[-122.342498812277,47.6209138883826],[-122.342500839036,47.6209138974914]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6743,"SHAPE__Length":0.2256227146514}},{"type":"Feature","id":6744,"geometry":{"type":"LineString","coordinates":[[-122.342512909972,47.6209331087239],[-122.342512941198,47.6209276260876]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6744,"SHAPE__Length":0.9054885423206964}},{"type":"Feature","id":6745,"geometry":{"type":"LineString","coordinates":[[-122.342500777281,47.6209275930706],[-122.34250074475,47.6209330766238]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6745,"SHAPE__Length":0.9056405426775418}},{"type":"Feature","id":6746,"geometry":{"type":"LineString","coordinates":[[-122.3425271331,47.620927664597],[-122.342527101875,47.6209331472333]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6746,"SHAPE__Length":0.9054885491276993}},{"type":"Feature","id":6747,"geometry":{"type":"LineString","coordinates":[[-122.342527101875,47.6209331472333],[-122.342525073891,47.6209331417396]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6747,"SHAPE__Length":0.22575605630667628}},{"type":"Feature","id":6748,"geometry":{"type":"LineString","coordinates":[[-122.342525073891,47.6209331417396],[-122.342525106445,47.6209276590857]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6748,"SHAPE__Length":0.9054920381867781}},{"type":"Feature","id":6749,"geometry":{"type":"LineString","coordinates":[[-122.342525106445,47.6209276590857],[-122.342527133204,47.620927668194]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6749,"SHAPE__Length":0.22562278116490528}},{"type":"Feature","id":6750,"geometry":{"type":"LineString","coordinates":[[-122.342500777281,47.6209275930706],[-122.34250074475,47.6209330766238]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6750,"SHAPE__Length":0.9056405426775418}},{"type":"Feature","id":6751,"geometry":{"type":"LineString","coordinates":[[-122.342498718095,47.620933071112],[-122.342498749296,47.6209275875765]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6751,"SHAPE__Length":0.9056370440828042}},{"type":"Feature","id":6752,"geometry":{"type":"LineString","coordinates":[[-122.342498749296,47.6209275875765],[-122.342500777385,47.6209275966676]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6752,"SHAPE__Length":0.22577081692418566}},{"type":"Feature","id":6753,"geometry":{"type":"LineString","coordinates":[[-122.342512846995,47.6209468079178],[-122.342512879551,47.6209413252638]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6753,"SHAPE__Length":0.9054922762536088}},{"type":"Feature","id":6754,"geometry":{"type":"LineString","coordinates":[[-122.34250071563,47.6209412922468],[-122.342500683099,47.6209467758]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6754,"SHAPE__Length":0.9056407773764024}},{"type":"Feature","id":6755,"geometry":{"type":"LineString","coordinates":[[-122.342525012247,47.6209468409159],[-122.342525044801,47.6209413582619]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6755,"SHAPE__Length":0.9054922785033513}},{"type":"Feature","id":6756,"geometry":{"type":"LineString","coordinates":[[-122.342525044801,47.6209413582619],[-122.34250071563,47.6209412922468]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6756,"SHAPE__Length":2.708332852772393}},{"type":"Feature","id":6757,"geometry":{"type":"LineString","coordinates":[[-122.342512879551,47.6209413252638],[-122.342512846995,47.6209468079178]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6757,"SHAPE__Length":0.9054922762536088}},{"type":"Feature","id":6758,"geometry":{"type":"LineString","coordinates":[[-122.342498655114,47.6209467703059],[-122.342525012247,47.6209468409159]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6758,"SHAPE__Length":2.934085748654715}},{"type":"Feature","id":6759,"geometry":{"type":"LineString","coordinates":[[-122.342527071456,47.6209413637732],[-122.342527038902,47.6209468464272]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6759,"SHAPE__Length":0.9054922728036408}},{"type":"Feature","id":6760,"geometry":{"type":"LineString","coordinates":[[-122.342527038902,47.6209468464272],[-122.342525012247,47.6209468409159]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6760,"SHAPE__Length":0.22560806530128139}},{"type":"Feature","id":6761,"geometry":{"type":"LineString","coordinates":[[-122.342525012247,47.6209468409159],[-122.342525044801,47.6209413582619]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6761,"SHAPE__Length":0.9054922785033513}},{"type":"Feature","id":6762,"geometry":{"type":"LineString","coordinates":[[-122.342525044801,47.6209413582619],[-122.342527071561,47.6209413673703]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6762,"SHAPE__Length":0.2256228314738346}},{"type":"Feature","id":6763,"geometry":{"type":"LineString","coordinates":[[-122.34250071563,47.6209412922468],[-122.342500683099,47.6209467758]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6763,"SHAPE__Length":0.9056407773764024}},{"type":"Feature","id":6764,"geometry":{"type":"LineString","coordinates":[[-122.342498655114,47.6209467703059],[-122.342498687645,47.6209412867527]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6764,"SHAPE__Length":0.9056407793209615}},{"type":"Feature","id":6765,"geometry":{"type":"LineString","coordinates":[[-122.342498687645,47.6209412867527],[-122.342500715735,47.6209412958439]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":null,"OBJECTID":6765,"SHAPE__Length":0.22577088027749467}},{"type":"Feature","id":24019,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342524514352,47.6204397266612],[-122.34252282142,47.6204412712505]],[[-122.34252282142,47.6204412712505],[-122.342521442992,47.6204436582022]],[[-122.342521442992,47.6204436582022],[-122.342522068079,47.6204444739557]],[[-122.342522068079,47.6204444739557],[-122.342523431251,47.6204421573759]],[[-122.342523431251,47.6204421573759],[-122.342524196582,47.6204443674642]],[[-122.342524196582,47.6204443674642],[-122.342522159261,47.6204453696575]],[[-122.342522159261,47.6204453696575],[-122.342522606712,47.6204484098029]],[[-122.342522606712,47.6204484098029],[-122.342523722087,47.6204477337991]],[[-122.342523722087,47.6204477337991],[-122.34252346996,47.6204461061498]],[[-122.34252346996,47.6204461061498],[-122.342524890391,47.6204454422936]],[[-122.342524890391,47.6204454422936],[-122.342522926237,47.6204509847472]],[[-122.342522926237,47.6204509847472],[-122.342524012857,47.6204516108601]],[[-122.342526452174,47.6204446056372],[-122.342524012857,47.6204516108601]],[[-122.342526452174,47.6204446056372],[-122.342524514352,47.6204397266612]],[[-122.342527400934,47.6204480934378],[-122.342527740258,47.6204480943358]],[[-122.34252771579,47.6204130341661],[-122.342523732578,47.6204043382807]],[[-122.342524851387,47.6204121743395],[-122.342524780678,47.6204207908406]],[[-122.342524851387,47.6204121743395],[-122.34252771579,47.6204130341661]],[[-122.34252248535,47.6204121652324],[-122.342522414641,47.6204207817334]],[[-122.342519606357,47.6204130040625],[-122.342523732578,47.6204043382807]],[[-122.34252248535,47.6204121652324],[-122.342519606357,47.6204130040625]],[[-122.342522414641,47.6204207817334],[-122.342524780678,47.6204207908406]],[[-122.342522564902,47.6204384831628],[-122.342522555436,47.620438615531]],[[-122.342522555436,47.620438615531],[-122.342522570705,47.6204388137723],[-122.342522618761,47.62043900962]],[[-122.342522618761,47.62043900962],[-122.342522686672,47.6204391635952],[-122.342522785805,47.6204393096737]],[[-122.342522785805,47.6204393096737],[-122.342522865498,47.6204393937369],[-122.342522961899,47.6204394694329],[-122.342523073102,47.6204395352645]],[[-122.342523073102,47.6204395352645],[-122.342523135833,47.620439562144],[-122.342523204149,47.6204395818941],[-122.342523276279,47.6204395940037],[-122.342523350357,47.620439598159]],[[-122.342523350357,47.620439598159],[-122.34252342438,47.6204395944127],[-122.342523496556,47.6204395827202],[-122.342523565019,47.6204395633834],[-122.342523628002,47.6204395369023]],[[-122.342523628002,47.6204395369023],[-122.342523740482,47.6204394719517],[-122.342523838318,47.6204393969997],[-122.342523919572,47.620439313531]],[[-122.342523919572,47.620439313531],[-122.342524020539,47.6204391684432],[-122.342524090549,47.6204390152921]],[[-122.342524090549,47.6204390152921],[-122.342524141828,47.6204388195846],[-122.342524160283,47.6204386212379]],[[-122.342524160283,47.6204386212379],[-122.342524153788,47.6204384890814]],[[-122.342524003194,47.6204373800602],[-122.342523859992,47.6204373182161],[-122.34252370393,47.6204372726519],[-122.342523539046,47.6204372445469],[-122.34252336961,47.6204372346287]],[[-122.342524453882,47.6204377339277],[-122.342524328882,47.6204376020539],[-122.342524177655,47.6204374833141],[-122.342524003194,47.6204373800602]],[[-122.342524679841,47.6204381384546],[-122.342524587856,47.6204379308633],[-122.342524453882,47.6204377339277]],[[-122.342522044998,47.6204381284139],[-122.342521966058,47.6204384803086]],[[-122.342522275488,47.6204377259307],[-122.342522139395,47.6204379217479],[-122.342522044998,47.6204381284139]],[[-122.342522732351,47.6204373753218],[-122.342522556061,47.6204374772931],[-122.342522402761,47.6204375949398],[-122.342522275488,47.6204377259307]],[[-122.34252336961,47.6204372346287],[-122.342523199679,47.6204372431783],[-122.342523033994,47.620437270018],[-122.342522876857,47.6204373144506],[-122.342522732351,47.6204373753218]],[[-122.342524751276,47.620438491054],[-122.342524153788,47.6204384890814]],[[-122.342524751276,47.620438491054],[-122.342524679841,47.6204381384546]],[[-122.342522564902,47.6204384831628],[-122.342521966058,47.6204384803086]],[[-122.342527570818,47.6204480785905],[-122.34252747569,47.6204480830558],[-122.34252738263,47.6204480970799],[-122.342527293739,47.6204481203459],[-122.342527211025,47.6204481523284],[-122.342527136355,47.620448192305]],[[-122.342527136355,47.620448192305],[-122.342526938494,47.6204483333306],[-122.342526770387,47.620448490923],[-122.342526635053,47.6204486622516]],[[-122.342526635053,47.6204486622516],[-122.342526468508,47.6204489572174],[-122.342526354439,47.6204492633137]],[[-122.342526354439,47.6204492633137],[-122.342526269011,47.620449668483],[-122.342526238339,47.620450077201]],[[-122.342526238339,47.620450077201],[-122.342526262672,47.6204504860692],[-122.342526341804,47.6204508917751]],[[-122.342526341804,47.6204508917751],[-122.342526450594,47.6204511989665],[-122.342526612126,47.620451495427]],[[-122.342526612126,47.620451495427],[-122.342526744372,47.6204516677921],[-122.342526909612,47.6204518266952],[-122.342527104882,47.6204519692844]],[[-122.342527104882,47.6204519692844],[-122.342527179026,47.6204520097854],[-122.342527261343,47.620452042333],[-122.342527349971,47.6204520661909],[-122.342527442905,47.6204520808193],[-122.342527538043,47.6204520858873]],[[-122.342527538043,47.6204520858873],[-122.342527633171,47.6204520814241],[-122.342527726232,47.620452067401],[-122.342527815123,47.6204520441349],[-122.342527897837,47.6204520121513],[-122.342527972505,47.6204519721728]],[[-122.342527972505,47.6204519721728],[-122.342528169803,47.6204518313759],[-122.342528337468,47.6204516740953],[-122.342528472504,47.6204515031431]],[[-122.342528472504,47.6204515031431],[-122.342528639112,47.6204512077351],[-122.342528753091,47.6204509011817]],[[-122.342528753091,47.6204509011817],[-122.342528838521,47.6204504960126],[-122.342528869192,47.6204500872944]],[[-122.342528869192,47.6204500872944],[-122.342528845521,47.6204496784379],[-122.342528767056,47.6204492727027]],[[-122.342528767056,47.6204492727027],[-122.342528657609,47.620448965492],[-122.342528495404,47.6204486690684]],[[-122.342528495404,47.6204486690684],[-122.342528363075,47.6204484970169],[-122.342528197845,47.6204483384172],[-122.342528002674,47.6204481961103]],[[-122.342528002674,47.6204481961103],[-122.342527928851,47.6204481555022],[-122.342527846836,47.6204481228071],[-122.342527758479,47.6204480987629],[-122.342527665776,47.6204480839123],[-122.342527570818,47.6204480785905]],[[-122.342527523634,47.6204536990788],[-122.342527679527,47.6204536913646],[-122.342527831726,47.6204536673507],[-122.342527976502,47.6204536276255],[-122.34252811031,47.6204535731618],[-122.342528229874,47.6204535052935]],[[-122.342528229874,47.6204535052935],[-122.34252856094,47.6204532550688],[-122.342528840619,47.6204529778121],[-122.342529064108,47.6204526782849]],[[-122.342529064108,47.6204526782849],[-122.342529338676,47.620452162172],[-122.342529525972,47.6204516286128]],[[-122.342529525972,47.6204516286128],[-122.342529720099,47.6204502019562]],[[-122.342529720099,47.6204502019562],[-122.342529549603,47.6204487738374]],[[-122.342529549603,47.6204487738374],[-122.342529371128,47.6204482394294],[-122.342529105272,47.6204477217884]],[[-122.342529105272,47.6204477217884],[-122.342528886597,47.6204474203581],[-122.342528611283,47.6204471408076],[-122.342528284064,47.6204468879446]],[[-122.342528284064,47.6204468879446],[-122.342528165793,47.6204468194004],[-122.342528033126,47.6204467641089],[-122.342527889303,47.6204467234196],[-122.342527737832,47.6204466983255],[-122.342527582412,47.6204466894391]],[[-122.342527582412,47.6204466894391],[-122.342527426603,47.620446696993],[-122.342527274449,47.6204467208315],[-122.342527129671,47.6204467603714],[-122.342526995811,47.6204468146453],[-122.342526876146,47.6204468823251]],[[-122.342526876146,47.6204468823251],[-122.342526544993,47.6204471328311],[-122.342526265321,47.6204474103915],[-122.342526041938,47.6204477102331]],[[-122.342526041938,47.6204477102331],[-122.342525767429,47.6204482259027],[-122.342525580047,47.6204487590059]],[[-122.342525580047,47.6204487590059],[-122.342525387251,47.6204501856448]],[[-122.342525387251,47.6204501856448],[-122.342525556417,47.6204516137813]],[[-122.342525556417,47.6204516137813],[-122.342525734834,47.6204521486459],[-122.342526000773,47.6204526667296]],[[-122.342526000773,47.6204526667296],[-122.342526219456,47.6204529681566],[-122.34252649477,47.6204532477066],[-122.342526821981,47.6204535005734]],[[-122.342526821981,47.6204535005734],[-122.342526940272,47.6204535690961],[-122.342527072944,47.6204536243749],[-122.342527216762,47.6204536650627],[-122.342527368222,47.620453690168],[-122.342527523634,47.6204536990788]],[[-122.342519755012,47.6204479879178],[-122.342519654734,47.6204479924984],[-122.342519556547,47.6204480069712],[-122.342519462585,47.6204480310215],[-122.342519374895,47.6204480641259],[-122.342519295382,47.6204481055643]],[[-122.342519295382,47.6204481055643],[-122.342519089282,47.6204482485694],[-122.342518913654,47.6204484089917],[-122.342518771703,47.6204485839043]],[[-122.342518771703,47.6204485839043],[-122.342518596784,47.6204488857418],[-122.342518476876,47.6204491995485]],[[-122.342518476876,47.6204491995485],[-122.342518386973,47.6204496136073],[-122.342518354647,47.6204500315093]],[[-122.342518354647,47.6204500315093],[-122.342518379891,47.6204504490073],[-122.342518462598,47.6204508631164]],[[-122.342518462598,47.6204508631164],[-122.342518577673,47.6204511778334],[-122.342518747968,47.6204514809627]],[[-122.342518747968,47.6204514809627],[-122.342518886948,47.6204516570349],[-122.342519059877,47.6204518188699],[-122.342519263596,47.6204519635129]],[[-122.342519263596,47.6204519635129],[-122.342519342296,47.6204520056369],[-122.342519429329,47.6204520395041],[-122.342519522804,47.6204520643786],[-122.342519620688,47.6204520797196],[-122.342519720855,47.6204520851939]],[[-122.342519720855,47.6204520851939],[-122.342519821212,47.620452080453],[-122.342519919441,47.6204520658056],[-122.3425200134,47.6204520415706],[-122.342520101042,47.6204520082762],[-122.342520180458,47.620451966648]],[[-122.342520180458,47.620451966648],[-122.342520386563,47.6204518236454],[-122.342520562191,47.6204516632228],[-122.342520704137,47.6204514883081]],[[-122.342520704137,47.6204514883081],[-122.342520879057,47.6204511864707],[-122.342520998964,47.6204508726639]],[[-122.342520998964,47.6204508726639],[-122.342521088817,47.620450459053],[-122.342521121219,47.6204500416024]],[[-122.342521121219,47.6204500416024],[-122.342521095363,47.6204496236401],[-122.342521011912,47.6204492091136]],[[-122.342521011912,47.6204492091136],[-122.342520897494,47.6204488944167],[-122.342520727872,47.6204485912497]],[[-122.342520727872,47.6204485912497],[-122.342520588797,47.6204484154963],[-122.34252041588,47.6204482539654],[-122.34252021227,47.6204481095988]],[[-122.34252021227,47.6204481095988],[-122.34252013358,47.6204480674631],[-122.342520046549,47.620448033589],[-122.342519953072,47.6204480087138],[-122.342519855183,47.6204479933788],[-122.342519755012,47.6204479879178]],[[-122.342519710147,47.62045341316],[-122.342519863331,47.6204534056535],[-122.342520012974,47.6204533823397],[-122.342520155508,47.6204533437748],[-122.342520287533,47.6204532908783],[-122.342520405902,47.6204532249115]],[[-122.342520405902,47.6204532249115],[-122.342520729395,47.6204529848987],[-122.342521003161,47.6204527182538],[-122.342521222428,47.620452429624]],[[-122.342521222428,47.620452429624],[-122.34252149197,47.620451932436],[-122.342521676078,47.6204514178445]],[[-122.342521676078,47.6204514178445],[-122.342521865094,47.6204500443327]],[[-122.342521865094,47.6204500443327],[-122.342521698797,47.6204486692352]],[[-122.342521698797,47.6204486692352],[-122.342521523355,47.620448153227],[-122.342521262187,47.6204476539678]],[[-122.342521262187,47.6204476539678],[-122.342521047743,47.6204473639301],[-122.342520778532,47.6204470954395],[-122.342520459235,47.6204468531674]],[[-122.342520459235,47.6204468531674],[-122.342520341787,47.6204467862982],[-122.342520210453,47.6204467324279],[-122.342520068372,47.6204466928435],[-122.342519918937,47.6204466684908],[-122.34251976572,47.6204466599516]],[[-122.34251976572,47.6204466599516],[-122.34251961262,47.6204466672996],[-122.342519463021,47.6204466904389],[-122.342519320485,47.6204467288186],[-122.342519188409,47.6204467815244],[-122.342519069938,47.6204468473009]],[[-122.342519069938,47.6204468473009],[-122.342518746449,47.6204470873157],[-122.342518472684,47.6204473539605],[-122.342518253412,47.6204476425884]],[[-122.342518253412,47.6204476425884],[-122.34251798381,47.6204481402194],[-122.342517799788,47.6204486552671]],[[-122.342517799788,47.6204486552671],[-122.342517610773,47.620450028779]],[[-122.342517610773,47.620450028779],[-122.342517777043,47.6204514029772]],[[-122.342517777043,47.6204514029772],[-122.342517952483,47.6204519189859],[-122.342518213653,47.6204524182446]],[[-122.342518213653,47.6204524182446],[-122.342518428002,47.6204527086002],[-122.342518697225,47.6204529773948],[-122.342519016631,47.6204532199443]],[[-122.342519016631,47.6204532199443],[-122.34251913409,47.6204532868009],[-122.342519265427,47.6204533406639],[-122.342519407505,47.6204533802474],[-122.342519556934,47.6204534046066],[-122.342519710147,47.62045341316]]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":"autocad_line","autocad_block_number":1489,"OBJECTID":24019,"SHAPE__Length":22.646364831969294}},{"type":"Feature","id":24035,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342991653015,47.6208351412807],[-122.342991562733,47.6208461069241],[-122.343072659173,47.6208464111765],[-122.343072749438,47.620835445533],[-122.342991653015,47.6208351412807]],[[-122.343044319519,47.6208408847695],[-122.343044332131,47.6208409995789],[-122.343044371811,47.6208411115529],[-122.343044437537,47.6208412178113],[-122.343044527619,47.620841315621]],[[-122.343044527619,47.620841315621],[-122.343044678373,47.6208414344056],[-122.343044852373,47.6208415377494],[-122.343045046173,47.6208416236058]],[[-122.343045046173,47.6208416236058],[-122.343045335675,47.6208417160593],[-122.343045641505,47.6208417803373]],[[-122.343046166202,47.6208414288265],[-122.343046361958,47.6208414343262]],[[-122.343045641505,47.6208417803373],[-122.343046161984,47.6208418337069]],[[-122.343046361958,47.6208414343262],[-122.343046655169,47.62084142445],[-122.343046944872,47.6208413924085]],[[-122.343046944872,47.6208413924085],[-122.343047172675,47.620841346476],[-122.343047388673,47.6208412794678]],[[-122.343047388673,47.6208412794678],[-122.343047513102,47.6208412255313],[-122.343047625063,47.6208411603529],[-122.343047722337,47.620841085224]],[[-122.343047722337,47.620841085224],[-122.343047762452,47.6208410428142],[-122.343047792006,47.6208409966315],[-122.343047810242,47.6208409478607],[-122.343047816691,47.6208408977531]],[[-122.343047816691,47.6208408977531],[-122.343047810841,47.6208408476906],[-122.343047793219,47.6208407988979],[-122.343047764277,47.6208407526243],[-122.343047724756,47.6208407100546]],[[-122.343047724756,47.6208407100546],[-122.343047628785,47.6208406340622],[-122.343047517924,47.6208405679145],[-122.343047394371,47.6208405129246]],[[-122.343047394371,47.6208405129246],[-122.343047179838,47.620840444677],[-122.343046953251,47.6208403973288]],[[-122.343046953251,47.6208403973288],[-122.343046663808,47.6208403626612],[-122.343046370414,47.620840350184]],[[-122.343046370414,47.620840350184],[-122.343046174945,47.6208403545762]],[[-122.343046177858,47.6208399506127],[-122.343045656338,47.6208399989128]],[[-122.343045656338,47.6208399989128],[-122.343045349251,47.6208400606899],[-122.343045057987,47.6208401507876]],[[-122.343045057987,47.6208401507876],[-122.343044862716,47.6208402356714],[-122.343044687096,47.6208403382219],[-122.343044534619,47.6208404564007]],[[-122.343044534619,47.6208404564007],[-122.343044443094,47.620840553331],[-122.343044375694,47.6208406588649],[-122.343044334147,47.6208407702966],[-122.343044319519,47.6208408847695]],[[-122.343048005418,47.6208401107898],[-122.343050289969,47.6208412544757]],[[-122.343050289969,47.6208412544757],[-122.343053820488,47.6208421873177]],[[-122.343053820488,47.6208421873177],[-122.343055027046,47.6208417646888]],[[-122.343055027046,47.6208417646888],[-122.343051600638,47.6208408430602]],[[-122.343051600638,47.6208408430602],[-122.343054869522,47.6208403256032]],[[-122.343054869522,47.6208403256032],[-122.343056351857,47.6208417030339]],[[-122.343056351857,47.6208417030339],[-122.343060848461,47.6208414004904]],[[-122.343060848461,47.6208414004904],[-122.343059849922,47.6208406463691]],[[-122.343059849922,47.6208406463691],[-122.34305744115,47.6208408159624]],[[-122.34305744115,47.6208408159624],[-122.343056459272,47.620839856509]],[[-122.343056459272,47.620839856509],[-122.343064656999,47.6208411844407]],[[-122.343064656999,47.6208411844407],[-122.34306558306,47.6208404497693]],[[-122.343055221783,47.6208388005896],[-122.34306558306,47.6208404497693]],[[-122.343055221783,47.6208388005896],[-122.343048005418,47.6208401107898]],[[-122.34306824883,47.6208433588303],[-122.343068237797,47.620843255364],[-122.343068203358,47.6208431542613],[-122.343068146328,47.6208430579133],[-122.343068068055,47.6208429685987],[-122.343067970391,47.6208428884295]],[[-122.343067970391,47.6208428884295],[-122.343067615696,47.6208426698571],[-122.343067221296,47.6208424847604],[-122.343066794094,47.6208423363796]],[[-122.343066794094,47.6208423363796],[-122.343066058858,47.620842154174],[-122.343065297592,47.6208420296728]],[[-122.343065297592,47.6208420296728],[-122.343064285979,47.6208419357831],[-122.343063266061,47.6208419018888]],[[-122.343063266061,47.6208419018888],[-122.343062245469,47.6208419280726],[-122.343061232188,47.6208420143318]],[[-122.343061232188,47.6208420143318],[-122.343060468833,47.6208421329798],[-122.343059730533,47.6208423095324]],[[-122.343059730533,47.6208423095324],[-122.343059301254,47.6208424546535],[-122.343058904127,47.620842636675],[-122.343058546093,47.6208428524158]],[[-122.343058546093,47.6208428524158],[-122.343058447101,47.6208429319689],[-122.343058367394,47.6208430208189],[-122.343058308858,47.6208431168612],[-122.343058272882,47.6208432178204],[-122.343058260317,47.620843321305]],[[-122.343058260317,47.620843321305],[-122.343058271338,47.6208434247732],[-122.343058305771,47.620843525878],[-122.343058362802,47.6208436222271],[-122.343058441081,47.6208437115408],[-122.343058538756,47.6208437917058]],[[-122.343058538756,47.6208437917058],[-122.34305889345,47.6208440102789],[-122.34305928785,47.6208441953757],[-122.343059715053,47.6208443437558]],[[-122.343059715053,47.6208443437558],[-122.343060450289,47.6208445259612],[-122.343061211555,47.6208446504627]],[[-122.343061211555,47.6208446504627],[-122.343062223168,47.6208447443521],[-122.343063243086,47.6208447782467]],[[-122.343063243086,47.6208447782467],[-122.34306426301,47.6208447520323],[-122.343065275629,47.6208446658213]],[[-122.343065275629,47.6208446658213],[-122.343066038985,47.6208445471737],[-122.343066777284,47.6208443706207]],[[-122.343066777284,47.6208443706207],[-122.343067207033,47.6208442255617],[-122.343067604609,47.6208440435326],[-122.343067963054,47.6208438277196]],[[-122.343067963054,47.6208438277196],[-122.343068062031,47.6208437481604],[-122.34306814173,47.6208436593088],[-122.343068200264,47.6208435632683],[-122.343068236248,47.6208434623122],[-122.34306824883,47.6208433588303]],[[-122.343060224481,47.6208433285353],[-122.343060231228,47.6208433962703],[-122.343060252615,47.6208434626095],[-122.34306028818,47.6208435261235],[-122.343060337158,47.6208435854436],[-122.343060398492,47.6208436392913]],[[-122.343060398492,47.6208436392913],[-122.343060609822,47.6208437785383],[-122.343060847105,47.620843897282],[-122.343061105997,47.6208439933485]],[[-122.343061105997,47.6208439933485],[-122.343061552995,47.620844111631],[-122.343062017915,47.6208441926599]],[[-122.343062017915,47.6208441926599],[-122.343062629643,47.6208442534051],[-122.343063247119,47.6208442753112]],[[-122.343063247119,47.6208442753112],[-122.34306386468,47.6208442577917],[-122.343064477103,47.62084420142]],[[-122.343064477103,47.62084420142],[-122.343064943336,47.6208441240826],[-122.343065392299,47.6208440093576]],[[-122.343065392299,47.6208440093576],[-122.343065652432,47.6208439152347],[-122.343065891353,47.6208437983213],[-122.343066104694,47.6208436607545]],[[-122.343066104694,47.6208436607545],[-122.343066167052,47.6208436074573],[-122.343066217163,47.6208435485811],[-122.343066253947,47.6208434853946],[-122.34306627661,47.6208434192593],[-122.343066284666,47.6208433516001]],[[-122.343066284666,47.6208433516001],[-122.343066277697,47.6208432838096],[-122.343066256059,47.6208432174402],[-122.34306622022,47.620843153926],[-122.343066170953,47.6208430946395],[-122.343066109324,47.6208430408618]],[[-122.343066109324,47.6208430408618],[-122.343065898412,47.6208429016709],[-122.343065661578,47.6208427829228],[-122.34306540315,47.620842686787]],[[-122.34306540315,47.620842686787],[-122.343064956152,47.6208425685043],[-122.343064491232,47.6208424874756]],[[-122.343064491232,47.6208424874756],[-122.343063879504,47.6208424267301],[-122.343063262028,47.6208424048244]],[[-122.343063262028,47.6208424048244],[-122.343062643818,47.6208424218637],[-122.343062030688,47.6208424778339]],[[-122.343062030688,47.6208424778339],[-122.343061565103,47.6208425556602],[-122.343061116848,47.6208426707779]],[[-122.343061116848,47.6208426707779],[-122.343060856712,47.6208427648975],[-122.343060617791,47.6208428818111],[-122.343060404453,47.620843019381]],[[-122.343060404453,47.620843019381],[-122.343060342081,47.6208430726728],[-122.343060291962,47.6208431315477],[-122.343060255178,47.6208431947357],[-122.343060232521,47.6208432608737],[-122.343060224481,47.6208433285353]],[[-122.343068671644,47.6208380752099],[-122.343068660147,47.6208379701056],[-122.3430686246,47.6208378674757],[-122.343068565864,47.6208377698047],[-122.343068485362,47.6208376794571],[-122.343068385042,47.6208375986201]],[[-122.343068385042,47.6208375986201],[-122.343068015315,47.6208373746162],[-122.343067605208,47.6208371852192],[-122.343067161801,47.6208370336988]],[[-122.343067161801,47.6208370336988],[-122.343066398546,47.6208368485546],[-122.343065609279,47.6208367223375]],[[-122.343065609279,47.6208367223375],[-122.343063499143,47.6208365910982]],[[-122.343063499143,47.6208365910982],[-122.343061388178,47.620836706363]],[[-122.343061388178,47.620836706363],[-122.343060596932,47.6208368270202],[-122.34305983079,47.620837006801]],[[-122.34305983079,47.620837006801],[-122.343059384723,47.6208371545076],[-122.343058971232,47.6208373403525],[-122.343058597451,47.6208375611284]],[[-122.343058597451,47.6208375611284],[-122.343058495848,47.6208376413985],[-122.34305841397,47.6208377313292],[-122.343058353803,47.6208378287388],[-122.343058316806,47.6208379312642],[-122.343058303877,47.6208380364183]],[[-122.343058303877,47.6208380364183],[-122.343058314993,47.6208381416529],[-122.343058350213,47.6208382444482],[-122.343058408683,47.6208383423114],[-122.343058488987,47.620838432869],[-122.343058589175,47.6208385139251]],[[-122.343058589175,47.6208385139251],[-122.343058959386,47.6208387376713],[-122.343059369931,47.6208389267615],[-122.34305981372,47.6208390779295]],[[-122.34305981372,47.6208390779295],[-122.343060576292,47.6208392634923],[-122.343061364938,47.6208393902078]],[[-122.343061364938,47.6208393902078],[-122.343063475048,47.6208395205479]],[[-122.343063475048,47.6208395205479],[-122.34306558737,47.6208394061646]],[[-122.34306558737,47.6208394061646],[-122.343066378615,47.620839285505],[-122.343067144757,47.6208391057266]],[[-122.343067144757,47.6208391057266],[-122.343067590889,47.6208389577364],[-122.343068004374,47.6208387715891],[-122.34306837807,47.6208385504999]],[[-122.34306837807,47.6208385504999],[-122.343068479665,47.6208384702265],[-122.343068561539,47.6208383802951],[-122.343068621706,47.6208382828864],[-122.343068658707,47.6208381803626],[-122.343068671644,47.6208380752099]],[[-122.343060358538,47.6208380442474],[-122.343060365114,47.6208381085013],[-122.343060385837,47.6208381713751],[-122.343060420242,47.6208382314617],[-122.343060467561,47.6208382874167],[-122.343060526734,47.6208383379879]],[[-122.343060526734,47.6208383379879],[-122.343060735141,47.6208384716697],[-122.343060968239,47.6208385853288],[-122.343061221824,47.6208386769164]],[[-122.343061221824,47.6208386769164],[-122.343061658039,47.6208387890397],[-122.343062110817,47.6208388657366]],[[-122.343062110817,47.6208388657366],[-122.343062710044,47.6208389239435],[-122.343063314645,47.6208389451261]],[[-122.343063314645,47.6208389451261],[-122.343063919421,47.6208389286693],[-122.343064519462,47.6208388751672]],[[-122.343064519462,47.6208388751672],[-122.343064974586,47.6208388016345],[-122.343065413637,47.6208386923797]],[[-122.343065413637,47.6208386923797],[-122.343065668282,47.6208386028158],[-122.343065902866,47.6208384911002],[-122.343066113175,47.6208383592405]],[[-122.343066113175,47.6208383592405],[-122.343066173132,47.6208383090259],[-122.34306622129,47.620838253339],[-122.34306625657,47.620838193429],[-122.34306627818,47.6208381306395],[-122.343066285637,47.6208380663787]],[[-122.343066285637,47.6208380663787],[-122.343066279077,47.6208380021223],[-122.343066258362,47.6208379392456],[-122.343066223956,47.6208378791574],[-122.343066176629,47.6208378232037],[-122.343066117441,47.6208377726383]],[[-122.343066117441,47.6208377726383],[-122.343065909376,47.620837639333],[-122.343065676739,47.6208375259724],[-122.343065423707,47.6208374345914]],[[-122.343065423707,47.6208374345914],[-122.343064986867,47.6208373219679],[-122.343064533358,47.6208372448896]],[[-122.343064533358,47.6208372448896],[-122.343063934113,47.6208371871345],[-122.343063329556,47.6208371663994]],[[-122.343063329556,47.6208371663994],[-122.343062724798,47.6208371824072],[-122.343062124713,47.620837235459]],[[-122.343062124713,47.620837235459],[-122.343061670267,47.6208373090359],[-122.343061231868,47.6208374182288]],[[-122.343061231868,47.6208374182288],[-122.343060977224,47.6208375077929],[-122.343060742639,47.6208376195085],[-122.34306053233,47.620837751368]],[[-122.34306053233,47.620837751368],[-122.343060472092,47.620837801524],[-122.343060423652,47.6208378571851],[-122.343060388098,47.6208379171009],[-122.34306036623,47.6208379799255],[-122.343060358538,47.6208380442474]],[[-122.3430603805,47.6208381591061],[-122.343060383156,47.6208379296704]],[[-122.343046177858,47.6208399506127],[-122.343046174945,47.6208403545762]],[[-122.343046166202,47.6208414288265],[-122.343046161984,47.6208418337069]],[[-122.343007253425,47.620839883099],[-122.34301999789,47.620839930851]],[[-122.343008525157,47.6208379464621],[-122.342995663302,47.6208406395783]],[[-122.343007253425,47.620839883099],[-122.343008525157,47.6208379464621]],[[-122.343007239944,47.6208414818847],[-122.343019985765,47.6208415305183]],[[-122.343008480682,47.620843429275],[-122.342995663302,47.6208406395783]],[[-122.343007239944,47.6208414818847],[-122.343008480682,47.620843429275]],[[-122.343019985765,47.6208415305183],[-122.34301999789,47.620839930851]]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"LastEditDate":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Color":"Green","Material":null,"Type":null,"autocad_entity":null,"autocad_block_number":9843,"OBJECTID":24035,"SHAPE__Length":44.28329176852546}}]},"longitudinalMarkings":{"type":"FeatureCollection","features":[{"type":"Feature","id":260,"geometry":{"type":"LineString","coordinates":[[-122.342487821674,47.6206584981526],[-122.342501276135,47.6206672438708]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":260,"SHAPE__Length":2.0807426880355506}},{"type":"Feature","id":383,"geometry":{"type":"LineString","coordinates":[[-122.342512429822,47.620308998177],[-122.342491004345,47.6202943487671]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":383,"SHAPE__Length":3.397352575575546}},{"type":"Feature","id":593,"geometry":{"type":"LineString","coordinates":[[-122.342413239544,47.6198102149631],[-122.342405086213,47.6207650708727],[-122.342382393085,47.6207396609236],[-122.342360484149,47.6207648175346],[-122.342368637933,47.6198100407987]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"10'/20' pattern","Color":"Yellow","OBJECTID":593,"SHAPE__Length":325.101594894765}},{"type":"Feature","id":672,"geometry":{"type":"LineString","coordinates":[[-122.342280379649,47.620426711447],[-122.342268227297,47.620418402743]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":672,"SHAPE__Length":1.9269148248441432}},{"type":"Feature","id":1381,"geometry":{"type":"LineString","coordinates":[[-122.343078529253,47.6209231474029],[-122.343066311374,47.6209313420951]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":1381,"SHAPE__Length":1.9187245274622347}},{"type":"Feature","id":2057,"geometry":{"type":"LineString","coordinates":[[-122.342981212601,47.6209228837844],[-122.342968995985,47.62093107665]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":2057,"SHAPE__Length":1.918412097288488}},{"type":"Feature","id":2210,"geometry":{"type":"LineString","coordinates":[[-122.342302341612,47.6207150069827],[-122.342310171745,47.6207203610977]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":2210,"SHAPE__Length":1.2416400019703098}},{"type":"Feature","id":2238,"geometry":{"type":"LineString","coordinates":[[-122.342488461895,47.620563833617],[-122.342502085878,47.6205726904376]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":2238,"SHAPE__Length":2.1070617712778654}},{"type":"Feature","id":2508,"geometry":{"type":"LineString","coordinates":[[-122.342259774585,47.6213279375221],[-122.342271860798,47.6213357937032]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":2508,"SHAPE__Length":1.869137246193095}},{"type":"Feature","id":3010,"geometry":{"type":"LineString","coordinates":[[-122.342364583251,47.6198100252917],[-122.342356387923,47.6207695192313],[-122.342356144115,47.6207981327542],[-122.342408856117,47.6207983388339],[-122.342409102008,47.6207695687509],[-122.342417294252,47.6198102313676]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":3010,"SHAPE__Length":332.2501904588347}},{"type":"Feature","id":3920,"geometry":{"type":"LineString","coordinates":[[-122.342727887114,47.6208509158291],[-122.342736028913,47.6208454551704]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":3920,"SHAPE__Length":1.2785885000928814}},{"type":"Feature","id":4065,"geometry":{"type":"LineString","coordinates":[[-122.342488333856,47.6205827667039],[-122.34250192394,47.620591601484]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":4065,"SHAPE__Length":2.1018190090550863}},{"type":"Feature","id":4083,"geometry":{"type":"LineString","coordinates":[[-122.342261671599,47.6211390096153],[-122.342273757796,47.6211468666954]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":4083,"SHAPE__Length":1.869235671648061}},{"type":"Feature","id":5265,"geometry":{"type":"LineString","coordinates":[[-122.342260723081,47.6212334731192],[-122.342272809299,47.6212413301994]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":5265,"SHAPE__Length":1.8692390594569481}},{"type":"Feature","id":5429,"geometry":{"type":"LineString","coordinates":[[-122.342259963736,47.6213090441091],[-122.342272049972,47.6213169011894]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":5429,"SHAPE__Length":1.8692417630903924}},{"type":"Feature","id":5600,"geometry":{"type":"LineString","coordinates":[[-122.342470650665,47.6210299957149],[-122.342453505161,47.6210182726476]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":5600,"SHAPE__Length":2.7187176534940125}},{"type":"Feature","id":6411,"geometry":{"type":"LineString","coordinates":[[-122.342511692206,47.6203962215334],[-122.342490258556,47.6203815668336]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":6411,"SHAPE__Length":3.3986162968610736}},{"type":"Feature","id":6453,"geometry":{"type":"LineString","coordinates":[[-122.342280689312,47.6203879350593],[-122.342268547817,47.6203796334084]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":6453,"SHAPE__Length":1.925235996264514}},{"type":"Feature","id":6794,"geometry":{"type":"LineString","coordinates":[[-122.34225863555,47.621441293557],[-122.342270721816,47.6214491506374]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":6794,"SHAPE__Length":1.8692464950904015}},{"type":"Feature","id":7262,"geometry":{"type":"LineString","coordinates":[[-122.342461448063,47.6210626935125],[-122.342453182114,47.6210570420174]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":7262,"SHAPE__Length":1.3106791885951838}},{"type":"Feature","id":7372,"geometry":{"type":"LineString","coordinates":[[-122.342259584076,47.6213468300536],[-122.342271670321,47.6213546871339]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":7372,"SHAPE__Length":1.8692431111607}},{"type":"Feature","id":7427,"geometry":{"type":"LineString","coordinates":[[-122.342273124168,47.6206751746099],[-122.342266146574,47.6206704038313]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":7427,"SHAPE__Length":1.1064054859749564}},{"type":"Feature","id":7725,"geometry":{"type":"LineString","coordinates":[[-122.343091453496,47.6208519031712],[-122.343099595257,47.6208464424865]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":7725,"SHAPE__Length":1.2785885509755273}},{"type":"Feature","id":8241,"geometry":{"type":"LineString","coordinates":[[-122.342490082858,47.6204022511934],[-122.342511640695,47.6204023350652]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":8241,"SHAPE__Length":2.3998474621810395}},{"type":"Feature","id":10262,"geometry":{"type":"LineString","coordinates":[[-122.342260912258,47.6212145806053],[-122.342272998472,47.6212224376856]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":10262,"SHAPE__Length":1.8692383778676291}},{"type":"Feature","id":10316,"geometry":{"type":"LineString","coordinates":[[-122.342495365071,47.6212754773827],[-122.342482487556,47.6212666727338]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":10316,"SHAPE__Length":2.041932427196619}},{"type":"Feature","id":10839,"geometry":{"type":"LineString","coordinates":[[-122.342979318874,47.6208461155014],[-122.342979286394,47.6208515990548],[-122.342612646096,47.6208506026403],[-122.342612678641,47.6208451199863],[-122.342979318874,47.6208461155014]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":10839,"SHAPE__Length":83.4402079870336}},{"type":"Feature","id":11828,"geometry":{"type":"LineString","coordinates":[[-122.342259394898,47.6213657225673],[-122.342271481147,47.6213735796478]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":11828,"SHAPE__Length":1.8692437948324825}},{"type":"Feature","id":12454,"geometry":{"type":"LineString","coordinates":[[-122.342873860584,47.6208513124673],[-122.342882002367,47.6208458517981]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":12454,"SHAPE__Length":1.2785885210758996}},{"type":"Feature","id":12547,"geometry":{"type":"LineString","coordinates":[[-122.342487437529,47.6207152965142],[-122.342500790292,47.6207239761104]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":12547,"SHAPE__Length":2.065014309444238}},{"type":"Feature","id":12607,"geometry":{"type":"LineString","coordinates":[[-122.342496721184,47.6211399457765],[-122.342476857916,47.6211263659716]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":12607,"SHAPE__Length":3.1494925298979366}},{"type":"Feature","id":13205,"geometry":{"type":"LineString","coordinates":[[-122.342284415854,47.6214770683889],[-122.342303475639,47.6214894597016]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":13205,"SHAPE__Length":2.947862084624177}},{"type":"Feature","id":13669,"geometry":{"type":"LineString","coordinates":[[-122.342311491835,47.6205649468002],[-122.342291487639,47.6205512698777]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":13669,"SHAPE__Length":3.17191082833677}},{"type":"Feature","id":14568,"geometry":{"type":"LineString","coordinates":[[-122.342487309463,47.6207342287019],[-122.342500628353,47.6207428871567]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":14568,"SHAPE__Length":2.059876690704914}},{"type":"Feature","id":14962,"geometry":{"type":"LineString","coordinates":[[-122.342281462097,47.6202909927588],[-122.3422693478,47.620282710539]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":14962,"SHAPE__Length":1.9208233549191296}},{"type":"Feature","id":15146,"geometry":{"type":"LineString","coordinates":[[-122.34249594608,47.6212173926682],[-122.342452011154,47.6211873552291]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":15146,"SHAPE__Length":6.966349196709513}},{"type":"Feature","id":15161,"geometry":{"type":"LineString","coordinates":[[-122.342279450685,47.620543041509],[-122.342267267088,47.6205347116281]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":15161,"SHAPE__Length":1.9318494422867627}},{"type":"Feature","id":16028,"geometry":{"type":"LineString","coordinates":[[-122.342279760349,47.6205042651214],[-122.342267587584,47.6204959413944]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":16028,"SHAPE__Length":1.9302784167730687}},{"type":"Feature","id":17077,"geometry":{"type":"LineString","coordinates":[[-122.34225920439,47.6213846150988],[-122.342271290643,47.6213924721792]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":17077,"SHAPE__Length":1.8692444712495537}},{"type":"Feature","id":17179,"geometry":{"type":"LineString","coordinates":[[-122.342311602878,47.6205513432279],[-122.342279386036,47.6205512261163],[-122.342282994268,47.6201011421848]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":17179,"SHAPE__Length":77.92001187526758}},{"type":"Feature","id":17568,"geometry":{"type":"LineString","coordinates":[[-122.342288731539,47.6206468557736],[-122.342266467097,47.6206316344969]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":17568,"SHAPE__Length":3.530187789009809}},{"type":"Feature","id":18132,"geometry":{"type":"LineString","coordinates":[[-122.342258066709,47.6214979720151],[-122.342303165123,47.6215272888106]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":18132,"SHAPE__Length":6.9747605224435265}},{"type":"Feature","id":18322,"geometry":{"type":"LineString","coordinates":[[-122.342458320881,47.6204681756558],[-122.34250805522,47.6205005066536]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":18322,"SHAPE__Length":7.6917276102317}},{"type":"Feature","id":18563,"geometry":{"type":"LineString","coordinates":[[-122.3428352376,47.6209224873015],[-122.342823841953,47.6209301303961]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":18563,"SHAPE__Length":1.7895857713109242}},{"type":"Feature","id":20335,"geometry":{"type":"LineString","coordinates":[[-122.342497109399,47.6211012223219],[-122.342492432763,47.6210980259486]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":20335,"SHAPE__Length":0.7414178315060519}},{"type":"Feature","id":20615,"geometry":{"type":"LineString","coordinates":[[-122.342496334297,47.6211786692136],[-122.342461283053,47.6211547059924]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":20615,"SHAPE__Length":5.557672208121295}},{"type":"Feature","id":20619,"geometry":{"type":"LineString","coordinates":[[-122.342471040229,47.6209912722425],[-122.342453826852,47.6209795023962]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":20619,"SHAPE__Length":2.7295228580949717}},{"type":"Feature","id":20690,"geometry":{"type":"LineString","coordinates":[[-122.342296937336,47.6207308074135],[-122.342310010182,47.6207397462321]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":20690,"SHAPE__Length":2.072967152394314}},{"type":"Feature","id":20956,"geometry":{"type":"LineString","coordinates":[[-122.342404825596,47.6207955809963],[-122.342360221811,47.6207954068463],[-122.34236043752,47.6207702742863],[-122.34238243659,47.6207450139246],[-122.34240504037,47.6207703252018],[-122.342404825596,47.6207955809963]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":20956,"SHAPE__Length":23.003985792614706}},{"type":"Feature","id":21399,"geometry":{"type":"LineString","coordinates":[[-122.342488077752,47.6206206319787],[-122.342501600037,47.6206294226774]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":21399,"SHAPE__Length":2.091333442707727}},{"type":"Feature","id":21442,"geometry":{"type":"LineString","coordinates":[[-122.342717761575,47.6209029773984],[-122.342708723115,47.6209090400915]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":21442,"SHAPE__Length":1.419476607654614}},{"type":"Feature","id":21943,"geometry":{"type":"LineString","coordinates":[[-122.342487949713,47.6206395650657],[-122.342501438099,47.6206483337237]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":21943,"SHAPE__Length":2.0860906693510612}},{"type":"Feature","id":22054,"geometry":{"type":"LineString","coordinates":[[-122.342262051282,47.6211012245698],[-122.34227413747,47.62110908165]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":22054,"SHAPE__Length":1.8692343175684805}},{"type":"Feature","id":22240,"geometry":{"type":"LineString","coordinates":[[-122.342451755914,47.6212261686801],[-122.342451692095,47.6212261245458]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":22240,"SHAPE__Length":0.01017841014131484}},{"type":"Feature","id":22606,"geometry":{"type":"LineString","coordinates":[[-122.342493235144,47.6214884549626],[-122.34248070922,47.6214798921437]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":22606,"SHAPE__Length":1.9860170224697697}},{"type":"Feature","id":23039,"geometry":{"type":"LineString","coordinates":[[-122.342493816158,47.6214303702484],[-122.342481193855,47.621421741237]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":23039,"SHAPE__Length":2.001333162974932}},{"type":"Feature","id":23098,"geometry":{"type":"LineString","coordinates":[[-122.342281771758,47.620252216371],[-122.342269668319,47.6202439412043]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":23098,"SHAPE__Length":1.9191445409036998}},{"type":"Feature","id":23257,"geometry":{"type":"LineString","coordinates":[[-122.342307569455,47.6209786870621],[-122.342307953224,47.6209789356638]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":23257,"SHAPE__Length":0.05925218223535928}},{"type":"Feature","id":23719,"geometry":{"type":"LineString","coordinates":[[-122.342488205817,47.6206016997909],[-122.342501761976,47.6206105116311]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":23719,"SHAPE__Length":2.096471044311976}},{"type":"Feature","id":23789,"geometry":{"type":"LineString","coordinates":[[-122.342262430939,47.6210634386251],[-122.342274517118,47.6210712957052]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":23789,"SHAPE__Length":1.8692329627471218}},{"type":"Feature","id":24824,"geometry":{"type":"LineString","coordinates":[[-122.342457995591,47.6205059959676],[-122.342462700102,47.6205090543316]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":24824,"SHAPE__Length":0.7275919579919492}},{"type":"Feature","id":25083,"geometry":{"type":"LineString","coordinates":[[-122.342466606648,47.6210467263054],[-122.342453343651,47.6210376577822]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":25083,"SHAPE__Length":2.1030886744903876}},{"type":"Feature","id":25215,"geometry":{"type":"LineString","coordinates":[[-122.342261291942,47.6211767955599],[-122.342273378147,47.6211846526402]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":25215,"SHAPE__Length":1.8692370203648994}},{"type":"Feature","id":25250,"geometry":{"type":"LineString","coordinates":[[-122.342620444937,47.6209027125723],[-122.342612303144,47.620908174122]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":25250,"SHAPE__Length":1.2786925992842328}},{"type":"Feature","id":25268,"geometry":{"type":"LineString","coordinates":[[-122.342311172675,47.6206037161171],[-122.342266946565,47.6205734809626]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":25268,"SHAPE__Length":7.012317621990571}},{"type":"Feature","id":25476,"geometry":{"type":"LineString","coordinates":[[-122.342296534566,47.6206326968131],[-122.342266626042,47.620612250297]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":25476,"SHAPE__Length":4.742128715199615}},{"type":"Feature","id":28058,"geometry":{"type":"LineString","coordinates":[[-122.342487565569,47.6206963634273],[-122.342500952257,47.6207050659634]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":28058,"SHAPE__Length":2.0703622934211015}},{"type":"Feature","id":28222,"geometry":{"type":"LineString","coordinates":[[-122.342493041046,47.6215078171394],[-122.342480547666,47.6214992754796]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":28222,"SHAPE__Length":1.9809854639359803}},{"type":"Feature","id":28283,"geometry":{"type":"LineString","coordinates":[[-122.342493429268,47.6214690936851],[-122.342480870748,47.6214605079087]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":28283,"SHAPE__Length":1.9912641644048426}},{"type":"Feature","id":28722,"geometry":{"type":"LineString","coordinates":[[-122.342776544068,47.6208510486739],[-122.342784687165,47.6208455870948]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":28722,"SHAPE__Length":1.2787982164191614}},{"type":"Feature","id":29044,"geometry":{"type":"LineString","coordinates":[[-122.342260532599,47.6212523665499],[-122.342272618822,47.6212602236302]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":29044,"SHAPE__Length":1.8692397298647463}},{"type":"Feature","id":30488,"geometry":{"type":"LineString","coordinates":[[-122.342496140176,47.6211980304912],[-122.342453496292,47.6211688764428]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":30488,"SHAPE__Length":6.761553524357762}},{"type":"Feature","id":31072,"geometry":{"type":"LineString","coordinates":[[-122.34342779475,47.6208870894246],[-122.343346896299,47.6208868700596],[-122.343192861056,47.620878097656],[-122.342612490214,47.6208766466133]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":31072,"SHAPE__Length":90.82090052329227}},{"type":"Feature","id":31248,"geometry":{"type":"LineString","coordinates":[[-122.342825202326,47.620851180581],[-122.342833345444,47.6208457198977]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":31248,"SHAPE__Length":1.278695525725661}},{"type":"Feature","id":32285,"geometry":{"type":"LineString","coordinates":[[-122.342493622035,47.6214497315259],[-122.342481032301,47.6214411245728]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":32285,"SHAPE__Length":1.9961938225399982}},{"type":"Feature","id":32884,"geometry":{"type":"LineString","coordinates":[[-122.342491541783,47.6202312762923],[-122.342490082858,47.6204022511934]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":32884,"SHAPE__Length":28.237404032082928}},{"type":"Feature","id":32885,"geometry":{"type":"LineString","coordinates":[[-122.342491541783,47.6202312762923],[-122.342460356331,47.6202311590519],[-122.342458887836,47.6204021286805],[-122.342490082858,47.6204022511934]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":32885,"SHAPE__Length":35.18081499295931}},{"type":"Feature","id":33152,"geometry":{"type":"LineString","coordinates":[[-122.342456288146,47.6210786607369],[-122.342453021934,47.6210764271343]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":33152,"SHAPE__Length":0.5179576258890319}},{"type":"Feature","id":34807,"geometry":{"type":"LineString","coordinates":[[-122.342495753289,47.6212367539282],[-122.342482810635,47.6212279051627]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":34807,"SHAPE__Length":2.0522110319463587}},{"type":"Feature","id":35143,"geometry":{"type":"LineString","coordinates":[[-122.342455797261,47.6207707910819],[-122.342498860933,47.6207987862591]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":35143,"SHAPE__Length":6.660155022278229}},{"type":"Feature","id":35675,"geometry":{"type":"LineString","coordinates":[[-122.342262810621,47.6210256535796],[-122.342274896791,47.6210335106596]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":35675,"SHAPE__Length":1.8692316093140724}},{"type":"Feature","id":36148,"geometry":{"type":"LineString","coordinates":[[-122.342511640695,47.6204023350652],[-122.342513086223,47.6202313594409],[-122.342491541783,47.6202312762923]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":36148,"SHAPE__Length":30.635870360346253}},{"type":"Feature","id":36349,"geometry":{"type":"LineString","coordinates":[[-122.342971177127,47.6208515770768],[-122.342979318874,47.6208461155014]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":36349,"SHAPE__Length":1.2786912303472784}},{"type":"Feature","id":36761,"geometry":{"type":"LineString","coordinates":[[-122.342261860776,47.6211201171014],[-122.342273946968,47.6211279741815]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":36761,"SHAPE__Length":1.8692349959251446}},{"type":"Feature","id":37244,"geometry":{"type":"LineString","coordinates":[[-122.342451690713,47.621226168645],[-122.342448891328,47.6215562968888]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":37244,"SHAPE__Length":54.52352481955958}},{"type":"Feature","id":37245,"geometry":{"type":"LineString","coordinates":[[-122.342451690713,47.621226168645],[-122.34245214267,47.6211713395311],[-122.342497227919,47.6210893000206],[-122.342490622531,47.6217496058494],[-122.342447227487,47.6217493869071],[-122.342448891328,47.6215562968888]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":37245,"SHAPE__Length":169.2818321654249}},{"type":"Feature","id":37419,"geometry":{"type":"LineString","coordinates":[[-122.342494010281,47.6214110089708],[-122.342481355408,47.6214023579012]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":37419,"SHAPE__Length":2.0064724937415623}},{"type":"Feature","id":37454,"geometry":{"type":"LineString","coordinates":[[-122.342815078214,47.6209032421414],[-122.342785468536,47.6209230997139]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":37454,"SHAPE__Length":4.649736832795076}},{"type":"Feature","id":38217,"geometry":{"type":"LineString","coordinates":[[-122.342307713608,47.6210061349438],[-122.342303577512,47.6214771453921]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":38217,"SHAPE__Length":77.79130456528972}},{"type":"Feature","id":38218,"geometry":{"type":"LineString","coordinates":[[-122.342307713608,47.6210061349438],[-122.342307955362,47.6209786882427],[-122.342263283768,47.6209785212489],[-122.342257727067,47.6215318162385]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":38218,"SHAPE__Length":100.88772558313437}},{"type":"Feature","id":38848,"geometry":{"type":"LineString","coordinates":[[-122.342303577512,47.6214771453921],[-122.342270441522,47.6214770125689],[-122.342275172727,47.6210060032318],[-122.342307713608,47.6210061349438]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":38848,"SHAPE__Length":85.10278762802106}},{"type":"Feature","id":39652,"geometry":{"type":"LineString","coordinates":[[-122.342480428197,47.621226276974],[-122.342451850973,47.6212067403459]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":39652,"SHAPE__Length":4.531099053575964}},{"type":"Feature","id":40853,"geometry":{"type":"LineString","coordinates":[[-122.342458158901,47.6204870858029],[-122.342505351843,47.6205177655321]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":40853,"SHAPE__Length":7.2987806413242815}},{"type":"Feature","id":42134,"geometry":{"type":"LineString","coordinates":[[-122.34282705448,47.6209032740151],[-122.343192706563,47.6209042711591]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":42134,"SHAPE__Length":40.70453686158038}},{"type":"Feature","id":42135,"geometry":{"type":"LineString","coordinates":[[-122.34282705448,47.6209032740151],[-122.342706471919,47.6209029463029],[-122.342612335663,47.6209026905687],[-122.342612303144,47.620908174122]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":42135,"SHAPE__Length":24.808223721533725}},{"type":"Feature","id":42334,"geometry":{"type":"LineString","coordinates":[[-122.342258826059,47.6214224010256],[-122.342270910991,47.6214302581236]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":42334,"SHAPE__Length":1.8691412695937857}},{"type":"Feature","id":42615,"geometry":{"type":"LineString","coordinates":[[-122.342280998948,47.6203491577724],[-122.342268867008,47.6203408640914]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":42615,"SHAPE__Length":1.923551259496594}},{"type":"Feature","id":42949,"geometry":{"type":"LineString","coordinates":[[-122.342279915168,47.620484876478],[-122.342267746528,47.6204765571944]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":42949,"SHAPE__Length":1.9294330651602103}},{"type":"Feature","id":43048,"geometry":{"type":"LineString","coordinates":[[-122.3426305706,47.6208506519109],[-122.342638712382,47.6208451903598]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":43048,"SHAPE__Length":1.2786911938619017}},{"type":"Feature","id":43508,"geometry":{"type":"LineString","coordinates":[[-122.342270830179,47.6201010965535],[-122.342273222475,47.6198096983168],[-122.342317953752,47.6198098474094],[-122.342311602878,47.6205513432279]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":43508,"SHAPE__Length":175.5667132523225}},{"type":"Feature","id":43509,"geometry":{"type":"LineString","coordinates":[[-122.342270830179,47.6201010965535],[-122.342265999933,47.6206881019993],[-122.342311152082,47.6206061714252],[-122.342311602878,47.6205513432279]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":43509,"SHAPE__Length":120.4367832417743}},{"type":"Feature","id":43590,"geometry":{"type":"LineString","coordinates":[[-122.342494978183,47.6213142008196],[-122.342482164451,47.6213054394056]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":43590,"SHAPE__Length":2.031863484858382}},{"type":"Feature","id":43740,"geometry":{"type":"LineString","coordinates":[[-122.342281153792,47.6203297700281],[-122.342269027281,47.6203214798737]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":43740,"SHAPE__Length":1.922711846019526}},{"type":"Feature","id":45121,"geometry":{"type":"LineString","coordinates":[[-122.342258446371,47.6214601860707],[-122.342270532642,47.6214680431512]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":45121,"SHAPE__Length":1.8692471742364671}},{"type":"Feature","id":45718,"geometry":{"type":"LineString","coordinates":[[-122.342404515509,47.6208312204514],[-122.342359915684,47.6208310462483],[-122.342358921762,47.6209461860899],[-122.342403420626,47.620946362533],[-122.342404515509,47.6208312204514]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":45718,"SHAPE__Length":47.951359899121805}},{"type":"Feature","id":45897,"geometry":{"type":"LineString","coordinates":[[-122.342922518842,47.6208514443328],[-122.342930660621,47.6208459836601]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":45897,"SHAPE__Length":1.2785885289493168}},{"type":"Feature","id":46179,"geometry":{"type":"LineString","coordinates":[[-122.342503531238,47.6204023040613],[-122.342511640695,47.6204023350652]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":46179,"SHAPE__Length":0.902755154521247}},{"type":"Feature","id":46771,"geometry":{"type":"LineString","coordinates":[[-122.342494203048,47.6213916468116],[-122.342481516935,47.621382973666]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":46771,"SHAPE__Length":2.0115099475394946}},{"type":"Feature","id":47646,"geometry":{"type":"LineString","coordinates":[[-122.342352793203,47.6216517521323],[-122.342358360224,47.6210110482042],[-122.342381034185,47.6210364359232],[-122.34240295384,47.6210113241481],[-122.342397197973,47.6216519208373]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"10'/20' pattern","Color":"Yellow","OBJECTID":47646,"SHAPE__Length":221.32379882838467}},{"type":"Feature","id":48089,"geometry":{"type":"LineString","coordinates":[[-122.342466164104,47.6204542581447],[-122.342510758621,47.6204832486744]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":48089,"SHAPE__Length":6.896912238389346}},{"type":"Feature","id":48970,"geometry":{"type":"LineString","coordinates":[[-122.342496528392,47.6211593070366],[-122.342469071165,47.6211405364231]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":48970,"SHAPE__Length":4.35347418059384}},{"type":"Feature","id":50797,"geometry":{"type":"LineString","coordinates":[[-122.342311331577,47.6205843310178],[-122.342267106814,47.6205540958457]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":50797,"SHAPE__Length":7.012213149016191}},{"type":"Feature","id":50922,"geometry":{"type":"LineString","coordinates":[[-122.342495172279,47.6212948386427],[-122.342482326004,47.6212860560697]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":50922,"SHAPE__Length":2.036894992831713}},{"type":"Feature","id":51798,"geometry":{"type":"LineString","coordinates":[[-122.342455583771,47.6207896686263],[-122.34246934611,47.6207986144775]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":51798,"SHAPE__Length":2.128359420760038}},{"type":"Feature","id":52185,"geometry":{"type":"LineString","coordinates":[[-122.342487181424,47.6207531617888],[-122.342500466414,47.620761798203]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":52185,"SHAPE__Length":2.054633883660799}},{"type":"Feature","id":52434,"geometry":{"type":"LineString","coordinates":[[-122.342258255862,47.6214790786021],[-122.342303320381,47.6215083742561]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":52434,"SHAPE__Length":6.969619568839378}},{"type":"Feature","id":53972,"geometry":{"type":"LineString","coordinates":[[-122.342261482449,47.6211579030284],[-122.342273568623,47.6211657592094]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":53972,"SHAPE__Length":1.869131155303063}},{"type":"Feature","id":54227,"geometry":{"type":"LineString","coordinates":[[-122.342512183498,47.6203380723353],[-122.342490755297,47.6203234211621]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":54227,"SHAPE__Length":3.3977738153204573}},{"type":"Feature","id":54412,"geometry":{"type":"LineString","coordinates":[[-122.342452233067,47.6211603738882],[-122.342452825374,47.6211000624902]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"2' dash, 4' skip","Color":"White","OBJECTID":54412,"SHAPE__Length":9.960952997834376}},{"type":"Feature","id":54819,"geometry":{"type":"LineString","coordinates":[[-122.342457634511,47.620509006352],[-122.342488830668,47.6205093033753],[-122.342487137632,47.620759679143],[-122.342455925704,47.6207594399014],[-122.342455484077,47.6207985248076],[-122.342486697619,47.6207987271443],[-122.342500149128,47.620798792567],[-122.342502393468,47.6205366461899],[-122.342510986495,47.6204817927828],[-122.342511212049,47.6204544335564],[-122.342489638229,47.6204543498962],[-122.342458440515,47.6204542274184],[-122.342455708548,47.6207723656759]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":54819,"SHAPE__Length":175.06655004089794}},{"type":"Feature","id":54864,"geometry":{"type":"LineString","coordinates":[[-122.342278149463,47.6209785769449],[-122.342307787146,47.6209978440648]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":54864,"SHAPE__Length":4.5837247700166195}},{"type":"Feature","id":55417,"geometry":{"type":"LineString","coordinates":[[-122.342470844769,47.6210106335379],[-122.342453665341,47.6209988875308]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":55417,"SHAPE__Length":2.7240663466964214}},{"type":"Feature","id":55540,"geometry":{"type":"LineString","coordinates":[[-122.343192706563,47.6209042711591],[-122.3433452078,47.6209129091839],[-122.34335890603,47.6209129469426],[-122.343427640607,47.620913133381],[-122.343427608148,47.6209186160353],[-122.343358873563,47.6209184295968],[-122.343192542864,47.6209316862461],[-122.342826891918,47.620930689084],[-122.342705376178,47.6209084268644],[-122.342612303144,47.620908174122]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":55540,"SHAPE__Length":118.49771894354419}},{"type":"Feature","id":55541,"geometry":{"type":"LineString","coordinates":[[-122.343192706563,47.6209042711591],[-122.343192592895,47.620923461348],[-122.342826940676,47.6209224642036],[-122.34282705448,47.6209032740151]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":55541,"SHAPE__Length":47.04329109923027}},{"type":"Feature","id":56070,"geometry":{"type":"LineString","coordinates":[[-122.342280534468,47.6204073228035],[-122.34226838757,47.6203990185253]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":56070,"SHAPE__Length":1.9259676173922755}},{"type":"Feature","id":56424,"geometry":{"type":"LineString","coordinates":[[-122.342262999796,47.6210067610656],[-122.342275085962,47.6210146181457]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":56424,"SHAPE__Length":1.8692309295690992}},{"type":"Feature","id":56660,"geometry":{"type":"LineString","coordinates":[[-122.342448891328,47.6215562968888],[-122.342480070925,47.6215564142205],[-122.342482823533,47.621226285694],[-122.342451690713,47.621226168645]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":56660,"SHAPE__Length":61.460236514559064}},{"type":"Feature","id":57537,"geometry":{"type":"LineString","coordinates":[[-122.34229231352,47.6207861308477],[-122.342309526797,47.6207979007186]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":57537,"SHAPE__Length":2.7295127627399727}},{"type":"Feature","id":58060,"geometry":{"type":"LineString","coordinates":[[-122.343029870927,47.620923015604],[-122.343017654344,47.6209312093741]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":58060,"SHAPE__Length":1.9185148022150633}},{"type":"Feature","id":58965,"geometry":{"type":"LineString","coordinates":[[-122.342304337588,47.620618537852],[-122.342266786291,47.6205928651802]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":58965,"SHAPE__Length":5.954074769055444}},{"type":"Feature","id":59042,"geometry":{"type":"LineString","coordinates":[[-122.342398973793,47.6219372184277],[-122.34240705801,47.6210066205455],[-122.342407296034,47.6209792764484],[-122.342354583744,47.6209790667708],[-122.342354344441,47.6210065512235],[-122.342348738273,47.6216517330276]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":59042,"SHAPE__Length":275.17727287767866}},{"type":"Feature","id":59171,"geometry":{"type":"LineString","coordinates":[[-122.34230774591,47.6206992074508],[-122.342310331978,47.6207009759808]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":59171,"SHAPE__Length":0.4101037272052396}},{"type":"Feature","id":60286,"geometry":{"type":"LineString","coordinates":[[-122.342262620115,47.6210445461111],[-122.342274706289,47.6210524031912]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":60286,"SHAPE__Length":1.8692322857311434}},{"type":"Feature","id":61324,"geometry":{"type":"LineString","coordinates":[[-122.342494591268,47.6213529233572],[-122.342481840041,47.6213442069943]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":61324,"SHAPE__Length":2.02168080496103}},{"type":"Feature","id":61579,"geometry":{"type":"LineString","coordinates":[[-122.342495559167,47.6212561152058],[-122.342482649109,47.6212472893979]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":61579,"SHAPE__Length":2.046963933985244}},{"type":"Feature","id":61776,"geometry":{"type":"LineString","coordinates":[[-122.342496915304,47.6211205844989],[-122.342484645994,47.6211121955019]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":61776,"SHAPE__Length":1.945511654095699}},{"type":"Feature","id":61917,"geometry":{"type":"LineString","coordinates":[[-122.343427982657,47.6208555618969],[-122.343359394543,47.6208553762152],[-122.343288849613,47.6208469553353],[-122.343084953601,47.6208464028181],[-122.343084921105,47.6208518854722],[-122.343288817165,47.6208524388888],[-122.343359221035,47.6208608589415],[-122.343427950224,47.6208610454504],[-122.343427982657,47.6208555618969]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":61917,"SHAPE__Length":78.42787932912198}},{"type":"Feature","id":62192,"geometry":{"type":"LineString","coordinates":[[-122.342311032135,47.6206235507778],[-122.342310440999,47.6206838621581]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"2' dash, 4' skip","Color":"White","OBJECTID":62192,"SHAPE__Length":9.960858436478253}},{"type":"Feature","id":63006,"geometry":{"type":"LineString","coordinates":[[-122.342292703215,47.6207474073758],[-122.342309848593,47.6207591304673]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":63006,"SHAPE__Length":2.718703546529925}},{"type":"Feature","id":64200,"geometry":{"type":"LineString","coordinates":[[-122.342358406098,47.6210057947744],[-122.342380993471,47.6210310873832],[-122.342403001978,47.6210058736737],[-122.34240321697,47.6209820014763],[-122.342358614277,47.6209818246102],[-122.342358406098,47.6210057947744]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":64200,"SHAPE__Length":22.57376229916795}},{"type":"Feature","id":65354,"geometry":{"type":"LineString","coordinates":[[-122.342679228857,47.6208507838804],[-122.34268737066,47.6208453232251]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":65354,"SHAPE__Length":1.2785884968394825}},{"type":"Feature","id":65428,"geometry":{"type":"LineString","coordinates":[[-122.342281307279,47.6203103814023],[-122.342269187527,47.6203020947567]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":65428,"SHAPE__Length":1.9217705620803043}},{"type":"Feature","id":65702,"geometry":{"type":"LineString","coordinates":[[-122.343427810954,47.6208843471982],[-122.343346816715,47.6208841282046],[-122.34319278135,47.6208753513046],[-122.342612506487,47.6208739052864]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":65702,"SHAPE__Length":90.8209519791147}},{"type":"Feature","id":66973,"geometry":{"type":"LineString","coordinates":[[-122.342260343422,47.6212712590638],[-122.342272429649,47.6212791161441]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":66973,"SHAPE__Length":1.8692404057305332}},{"type":"Feature","id":67126,"geometry":{"type":"LineString","coordinates":[[-122.342512676146,47.6202799240187],[-122.342491252037,47.6202652754905]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":67126,"SHAPE__Length":3.397141007028653}},{"type":"Feature","id":68366,"geometry":{"type":"LineString","coordinates":[[-122.34248858996,47.6205449014292],[-122.342502247816,47.6205537793913]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":68366,"SHAPE__Length":2.1121993564615233}},{"type":"Feature","id":69360,"geometry":{"type":"LineString","coordinates":[[-122.34293255425,47.6209227510447],[-122.342920338956,47.6209309438875]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":69360,"SHAPE__Length":1.9183050812681872}},{"type":"Feature","id":69717,"geometry":{"type":"LineString","coordinates":[[-122.342280224831,47.6204461000904],[-122.342268067049,47.6204377878599]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":69717,"SHAPE__Length":1.927754235152393}},{"type":"Feature","id":70212,"geometry":{"type":"LineString","coordinates":[[-122.342494397171,47.621372285534],[-122.342481678488,47.6213635903302]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":70212,"SHAPE__Length":2.0166492815908086}},{"type":"Feature","id":70239,"geometry":{"type":"LineString","coordinates":[[-122.34228161694,47.6202716050145],[-122.342269508047,47.620263325422]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":70239,"SHAPE__Length":1.9200917524271142}},{"type":"Feature","id":70506,"geometry":{"type":"LineString","coordinates":[[-122.342259015211,47.6214035076125],[-122.342271101469,47.6214113646929]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":70506,"SHAPE__Length":1.8692451431409078}},{"type":"Feature","id":70820,"geometry":{"type":"LineString","coordinates":[[-122.342280927204,47.6206610156505],[-122.342266306849,47.6206510196137]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":70820,"SHAPE__Length":2.318246091692101}},{"type":"Feature","id":71051,"geometry":{"type":"LineString","coordinates":[[-122.34249478406,47.6213335620972],[-122.342482002924,47.6213248236408]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":71051,"SHAPE__Length":2.0266163701779734}},{"type":"Feature","id":71091,"geometry":{"type":"LineString","coordinates":[[-122.342260154244,47.6212901515776],[-122.342272239145,47.6212980086755]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":71091,"SHAPE__Length":1.8691365356527883}},{"type":"Feature","id":71290,"geometry":{"type":"LineString","coordinates":[[-122.342261102765,47.6211956880738],[-122.342273188974,47.6212035451541]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":71290,"SHAPE__Length":1.869237702097089}},{"type":"Feature","id":71719,"geometry":{"type":"LineString","coordinates":[[-122.342766419882,47.6209031093306],[-122.342747095155,47.620916069918]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":71719,"SHAPE__Length":3.0347114618463418}},{"type":"Feature","id":73295,"geometry":{"type":"LineString","coordinates":[[-122.342309526927,47.620797951095],[-122.342310411195,47.6206914129781],[-122.342292747326,47.6207430562781],[-122.342292195396,47.6207978849161],[-122.342309526927,47.620797951095]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":73295,"SHAPE__Length":37.33301786032884}},{"type":"Feature","id":73518,"geometry":{"type":"LineString","coordinates":[[-122.342257727067,47.6215318162385],[-122.342303126073,47.6215319978858],[-122.342303577512,47.6214771453921]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":73518,"SHAPE__Length":14.113256458673693}},{"type":"Feature","id":73822,"geometry":{"type":"LineString","coordinates":[[-122.342263190276,47.6209878676348],[-122.342291185666,47.621006068005]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":73822,"SHAPE__Length":4.329831850827054}},{"type":"Feature","id":73879,"geometry":{"type":"LineString","coordinates":[[-122.342883895925,47.6209226191835],[-122.342871681927,47.6209308111041]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":73879,"SHAPE__Length":1.9180953606890132}},{"type":"Feature","id":74310,"geometry":{"type":"LineString","coordinates":[[-122.342262240459,47.6210823320559],[-122.342274326642,47.621090189136]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":74310,"SHAPE__Length":1.8692336351421364}},{"type":"Feature","id":74885,"geometry":{"type":"LineString","coordinates":[[-122.342279605504,47.6205236528656],[-122.342267427336,47.6205153265113]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":74885,"SHAPE__Length":1.9310100214243076}},{"type":"Feature","id":75022,"geometry":{"type":"LineString","coordinates":[[-122.342453826721,47.6209794520197],[-122.342452917101,47.6210890968296],[-122.342470606569,47.6210343468126],[-122.342471158313,47.6209795181741],[-122.342453826721,47.6209794520197]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":75022,"SHAPE__Length":38.347609273971806}},{"type":"Feature","id":75111,"geometry":{"type":"LineString","coordinates":[[-122.342292509046,47.6207667695526],[-122.34230968836,47.6207785155841]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":75111,"SHAPE__Length":2.724054251729924}},{"type":"Feature","id":75505,"geometry":{"type":"LineString","coordinates":[[-122.34251193853,47.6203671473751],[-122.342490507605,47.6203524944387]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":75505,"SHAPE__Length":3.3981950590400394}},{"type":"Feature","id":75670,"geometry":{"type":"LineString","coordinates":[[-122.342407449803,47.620949119489],[-122.342408595865,47.6208284945065],[-122.342355883833,47.6208282884266],[-122.342354844029,47.6209489110985],[-122.342407449803,47.620949119489]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"Yellow","OBJECTID":75670,"SHAPE__Length":51.56796491667191}},{"type":"Feature","id":76288,"geometry":{"type":"LineString","coordinates":[[-122.34228084413,47.6203685464159],[-122.342268708091,47.6203602491907]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":76288,"SHAPE__Length":1.9242887943285842}},{"type":"Feature","id":76355,"geometry":{"type":"LineString","coordinates":[[-122.342512922469,47.6202508498604],[-122.342491499755,47.6202362031131]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":76355,"SHAPE__Length":3.3968216507788793}},{"type":"Feature","id":76569,"geometry":{"type":"LineString","coordinates":[[-122.342488717999,47.6205259683422],[-122.342502648464,47.6205350244104]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":76569,"SHAPE__Length":2.154461765379385}},{"type":"Feature","id":76589,"geometry":{"type":"LineString","coordinates":[[-122.342487693608,47.6206774303403],[-122.342501114196,47.6206861549171]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":76589,"SHAPE__Length":2.075605087800115}},{"type":"Feature","id":76763,"geometry":{"type":"LineString","coordinates":[[-122.342495591937,47.620454373503],[-122.342511129404,47.6204644733984]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":76763,"SHAPE__Length":2.402896651213423}},{"type":"Feature","id":77301,"geometry":{"type":"LineString","coordinates":[[-122.342280069986,47.6204654878346],[-122.342267906776,47.6204571720775]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":77301,"SHAPE__Length":1.928593651054182}},{"type":"Feature","id":77397,"geometry":{"type":"LineString","coordinates":[[-122.342669103269,47.6209028454454],[-122.342660961455,47.6209083060993]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":77397,"SHAPE__Length":1.2785899036013995}},{"type":"Feature","id":77597,"geometry":{"type":"LineString","coordinates":[[-122.342467726654,47.620759529913],[-122.342500304449,47.62078070835]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Material":null,"Width":null,"Type":"Solid","Color":"White","OBJECTID":77597,"SHAPE__Length":5.038426620923198}}]},"transverseMarkings":{"type":"FeatureCollection","features":[{"type":"Feature","id":3081,"geometry":{"type":"LineString","coordinates":[[-122.342618051386,47.6208506173211],[-122.34261791311,47.6208739199496]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":3081,"SHAPE__Length":3.8485589091993524}},{"type":"Feature","id":5859,"geometry":{"type":"LineString","coordinates":[[-122.342615381286,47.6208451273267],[-122.34261544635,47.6208341611194]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":5859,"SHAPE__Length":1.8111294382769125}},{"type":"Feature","id":12644,"geometry":{"type":"LineString","coordinates":[[-122.342259384174,47.6207991169955],[-122.342259146803,47.6208265321518],[-122.342256442724,47.6208265212235],[-122.342256681453,47.6207991069488],[-122.342259384174,47.6207991169955]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":12644,"SHAPE__Length":9.657352252153489}},{"type":"Feature","id":13281,"geometry":{"type":"LineString","coordinates":[[-122.342522708759,47.6208275787005],[-122.342520006011,47.6208275677607],[-122.34252024327,47.6208001535031],[-122.342522947348,47.6208001644252],[-122.342522708759,47.6208275787005]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":13281,"SHAPE__Length":9.65720770635692}},{"type":"Feature","id":14358,"geometry":{"type":"LineString","coordinates":[[-122.342321371077,47.620977563978],[-122.342321609772,47.6209501497032],[-122.342324312527,47.6209501606477],[-122.342324073833,47.6209775749225],[-122.342321371077,47.620977563978]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":14358,"SHAPE__Length":9.657091131726462}},{"type":"Feature","id":19235,"geometry":{"type":"LineString","coordinates":[[-122.342467457168,47.6210932923254],[-122.342466092072,47.6210846723732],[-122.342474015145,47.6210858429595],[-122.342467457168,47.6210932923254]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":19235,"SHAPE__Length":3.7652355602550314}},{"type":"Feature","id":19237,"geometry":{"type":"LineString","coordinates":[[-122.34251870512,47.620978347923],[-122.342518943712,47.6209509336478],[-122.342521646466,47.6209509445875],[-122.342521409207,47.6209783588451],[-122.34251870512,47.620978347923]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":19237,"SHAPE__Length":9.657235545004134}},{"type":"Feature","id":20610,"geometry":{"type":"LineString","coordinates":[[-122.342615348741,47.6208506099807],[-122.342615210464,47.6208739126092]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":20610,"SHAPE__Length":3.8485589106670623}},{"type":"Feature","id":22932,"geometry":{"type":"LineString","coordinates":[[-122.342361918993,47.6209777253516],[-122.342362157667,47.6209503110768],[-122.342364860396,47.620950321121],[-122.342364623079,47.6209777362774],[-122.342361918993,47.6209777253516]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":22932,"SHAPE__Length":9.657380158875489}},{"type":"Feature","id":24340,"geometry":{"type":"LineString","coordinates":[[-122.34248085996,47.6209781975459],[-122.342481098571,47.6209507832708],[-122.342478395816,47.6209507723301],[-122.342478157204,47.6209781866052],[-122.34248085996,47.6209781975459]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":24340,"SHAPE__Length":9.657091238044297}},{"type":"Feature","id":25910,"geometry":{"type":"LineString","coordinates":[[-122.342612678641,47.6208451199863],[-122.342612743706,47.620834153779]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":25910,"SHAPE__Length":1.8111294413241217}},{"type":"Feature","id":27743,"geometry":{"type":"LineString","coordinates":[[-122.342498431175,47.6209782677156],[-122.342498669751,47.6209508525412],[-122.342501372506,47.6209508634813],[-122.342501135235,47.6209782777389],[-122.342498431175,47.6209782677156]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":27743,"SHAPE__Length":9.657380261902082}},{"type":"Feature","id":28173,"geometry":{"type":"LineString","coordinates":[[-122.34242698341,47.6207997834411],[-122.342426744771,47.6208271977162],[-122.342424042023,47.6208271867742],[-122.342424279333,47.6207997725167],[-122.34242698341,47.6207997834411]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":28173,"SHAPE__Length":9.657207651883951}},{"type":"Feature","id":28392,"geometry":{"type":"LineString","coordinates":[[-122.342418635196,47.6208271649077],[-122.342418873839,47.6207997506326],[-122.342421576586,47.6207997615747],[-122.342421337944,47.6208271758498],[-122.342418635196,47.6208271649077]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":28392,"SHAPE__Length":9.657063365744463}},{"type":"Feature","id":31839,"geometry":{"type":"LineString","coordinates":[[-122.342279659405,47.6207991981271],[-122.342279420689,47.6208266124019],[-122.34227671794,47.6208266014564],[-122.342276955328,47.6207991871993],[-122.342279659405,47.6207991981271]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":31839,"SHAPE__Length":9.657207534568743}},{"type":"Feature","id":33219,"geometry":{"type":"LineString","coordinates":[[-122.34227347491,47.620680798818],[-122.342274839964,47.6206894187725],[-122.342266916982,47.6206882490716],[-122.34227347491,47.620680798818]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":33219,"SHAPE__Length":3.7652981457958594}},{"type":"Feature","id":35100,"geometry":{"type":"LineString","coordinates":[[-122.342317503105,47.6207993485887],[-122.342320207156,47.6207993586163],[-122.342319968487,47.6208267737905],[-122.342317265738,47.6208267628459],[-122.342317503105,47.6207993485887]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":35100,"SHAPE__Length":9.657352299688554}},{"type":"Feature","id":35248,"geometry":{"type":"LineString","coordinates":[[-122.342289338951,47.6206915601253],[-122.342295896903,47.6206841107696],[-122.34229726196,47.6206927307239],[-122.342289338951,47.6206915601253]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":35248,"SHAPE__Length":3.7652067777534746}},{"type":"Feature","id":41202,"geometry":{"type":"LineString","coordinates":[[-122.342298631753,47.6209500585334],[-122.342298394376,47.6209774727905],[-122.34229569029,47.620977461863],[-122.342295928998,47.6209500475884],[-122.342298631753,47.6209500585334]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":41202,"SHAPE__Length":9.657235365784173}},{"type":"Feature","id":42867,"geometry":{"type":"LineString","coordinates":[[-122.342301097132,47.6209774837354],[-122.342301335838,47.6209500694607],[-122.342304038567,47.6209500795064],[-122.342303799888,47.6209774946803],[-122.342301097132,47.6209774837354]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":42867,"SHAPE__Length":9.657235834310198}},{"type":"Feature","id":46363,"geometry":{"type":"LineString","coordinates":[[-122.342278128644,47.6206899050399],[-122.342284686571,47.6206824547856],[-122.342286051627,47.62069107474],[-122.342278128644,47.6206899050399]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":46363,"SHAPE__Length":3.765298282717978}},{"type":"Feature","id":47021,"geometry":{"type":"LineString","coordinates":[[-122.342425683555,47.6209505626855],[-122.342425444941,47.6209779778597],[-122.342422742184,47.6209779669177],[-122.342422979496,47.6209505526604],[-122.342425683555,47.6209505626855]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":47021,"SHAPE__Length":9.657380206549702}},{"type":"Feature","id":48367,"geometry":{"type":"LineString","coordinates":[[-122.342464589822,47.6208273481112],[-122.342464828441,47.6207999338361],[-122.342467531162,47.6207999438778],[-122.342467292544,47.620827358153],[-122.342464589822,47.6208273481112]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":48367,"SHAPE__Length":9.65705588174952}},{"type":"Feature","id":48465,"geometry":{"type":"LineString","coordinates":[[-122.342505137595,47.6208275085346],[-122.342505376193,47.6208000942593],[-122.34250807894,47.6208001051993],[-122.342507841674,47.620827519457],[-122.342505137595,47.6208275085346]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":48465,"SHAPE__Length":9.65720770685936}},{"type":"Feature","id":49735,"geometry":{"type":"LineString","coordinates":[[-122.342297229204,47.6207992674461],[-122.342299933281,47.6207992783735],[-122.342299694575,47.6208266926483],[-122.342296991852,47.6208266826026],[-122.342297229204,47.6207992674461]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":49735,"SHAPE__Length":9.657352284910802}},{"type":"Feature","id":49983,"geometry":{"type":"LineString","coordinates":[[-122.342337539625,47.6208268430856],[-122.34233777698,47.6207994288284],[-122.342340481057,47.6207994397548],[-122.342340242373,47.6208268540297],[-122.342337539625,47.6208268430856]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":49983,"SHAPE__Length":9.657207579404881}},{"type":"Feature","id":50102,"geometry":{"type":"LineString","coordinates":[[-122.342239110299,47.6207990367418],[-122.342238872891,47.6208264509989],[-122.342236168838,47.6208264409693],[-122.342236407552,47.6207990257954],[-122.342239110299,47.6207990367418]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":50102,"SHAPE__Length":9.657352236095111}},{"type":"Feature","id":50229,"geometry":{"type":"LineString","coordinates":[[-122.34248522557,47.6210874989249],[-122.342478667594,47.6210949482915],[-122.342477302496,47.6210863283394],[-122.34248522557,47.6210874989249]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":50229,"SHAPE__Length":3.7652356912335616}},{"type":"Feature","id":52722,"geometry":{"type":"LineString","coordinates":[[-122.342322909903,47.6207993695608],[-122.342322671209,47.6208267838356],[-122.342325375288,47.6208267947624],[-122.34232561265,47.6207993805052],[-122.342322909903,47.6207993695608]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":52722,"SHAPE__Length":9.657207558553786}},{"type":"Feature","id":55032,"geometry":{"type":"LineString","coordinates":[[-122.342403768136,47.6208271065499],[-122.342404005457,47.6207996922925],[-122.342406709508,47.620799702318],[-122.342406470859,47.6208271165931],[-122.342403768136,47.6208271065499]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":55032,"SHAPE__Length":9.657200104478582}},{"type":"Feature","id":56849,"geometry":{"type":"LineString","coordinates":[[-122.342302397323,47.6208267035933],[-122.342302636028,47.6207992893185],[-122.342305338775,47.6207993002633],[-122.342305101402,47.6208267145205],[-122.342302397323,47.6208267035933]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":56849,"SHAPE__Length":9.657207541780533}},{"type":"Feature","id":57092,"geometry":{"type":"LineString","coordinates":[[-122.342479456881,47.6208274064611],[-122.342479695492,47.6207999921859],[-122.342482398239,47.6208000031265],[-122.34248216096,47.6208274173841],[-122.342479456881,47.6208274064611]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":57092,"SHAPE__Length":9.657207683012228}},{"type":"Feature","id":57536,"geometry":{"type":"LineString","coordinates":[[-122.342343183804,47.6207994506988],[-122.342342946451,47.620826864956],[-122.342345649174,47.6208268750007],[-122.342345887855,47.6207994607258],[-122.342343183804,47.6207994506988]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":57536,"SHAPE__Length":9.657200060432018}},{"type":"Feature","id":58153,"geometry":{"type":"LineString","coordinates":[[-122.342612646096,47.6208506026403],[-122.342612506487,47.6208739052864]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":58153,"SHAPE__Length":3.8485624194149395}},{"type":"Feature","id":59963,"geometry":{"type":"LineString","coordinates":[[-122.342336239536,47.6209776232282],[-122.342336476893,47.620950208971],[-122.342339180978,47.6209502198975],[-122.342338942292,47.6209776341722],[-122.342336239536,47.6209776232282]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":59963,"SHAPE__Length":9.657235395596434}},{"type":"Feature","id":60163,"geometry":{"type":"LineString","coordinates":[[-122.342402705535,47.6209504715366],[-122.342402466909,47.6209778867108],[-122.342405170969,47.6209778967364],[-122.34240540829,47.6209504824791],[-122.342402705535,47.6209504715366]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":60163,"SHAPE__Length":9.657380181252279}},{"type":"Feature","id":60836,"geometry":{"type":"LineString","coordinates":[[-122.342382192938,47.6209778055834],[-122.342382431601,47.6209503913085],[-122.342385134356,47.6209504022515],[-122.342384897024,47.6209778165087],[-122.342382192938,47.6209778055834]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":60836,"SHAPE__Length":9.657235434641098}},{"type":"Feature","id":61327,"geometry":{"type":"LineString","coordinates":[[-122.342502434872,47.6208274984937],[-122.342499730794,47.6208274875712],[-122.342499969394,47.6208000732959],[-122.342502672115,47.6208000833368],[-122.342502434872,47.6208274984937]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":61327,"SHAPE__Length":9.657352434579224}},{"type":"Feature","id":62760,"geometry":{"type":"LineString","coordinates":[[-122.342318905687,47.6209501387764],[-122.342318668321,47.6209775530335],[-122.342315964261,47.6209775430059],[-122.342316202933,47.6209501278319],[-122.342318905687,47.6209501387764]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":62760,"SHAPE__Length":9.657380114206552}},{"type":"Feature","id":63017,"geometry":{"type":"LineString","coordinates":[[-122.342525650069,47.6208001744655],[-122.342528352816,47.6208001854051],[-122.34252811556,47.6208275996628],[-122.342525411508,47.6208275896401],[-122.342525650069,47.6208001744655]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":63017,"SHAPE__Length":9.657352452992654}},{"type":"Feature","id":63702,"geometry":{"type":"LineString","coordinates":[[-122.342308473625,47.6206943866891],[-122.342300550615,47.6206932160913],[-122.342307107236,47.6206857667527],[-122.342308473625,47.6206943866891]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":63702,"SHAPE__Length":3.765141662471522}},{"type":"Feature","id":64287,"geometry":{"type":"LineString","coordinates":[[-122.342260549217,47.6209773223402],[-122.342260787944,47.6209499080655],[-122.342263490699,47.6209499190114],[-122.342263251973,47.620977333286],[-122.342260549217,47.6209773223402]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":64287,"SHAPE__Length":9.65709108039647}},{"type":"Feature","id":64763,"geometry":{"type":"LineString","coordinates":[[-122.342618083931,47.6208451346671],[-122.342618150325,47.6208341684422]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":64763,"SHAPE__Length":1.8111329605201931}},{"type":"Feature","id":65576,"geometry":{"type":"LineString","coordinates":[[-122.342401064058,47.620827095625],[-122.342398361309,47.6208270846824],[-122.342398599963,47.6207996704074],[-122.34240130271,47.6207996813499],[-122.342401064058,47.620827095625]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":65576,"SHAPE__Length":9.657063363898537}},{"type":"Feature","id":66235,"geometry":{"type":"LineString","coordinates":[[-122.342399764153,47.6209778757682],[-122.342400002807,47.6209504614933],[-122.342397298722,47.6209504505684],[-122.342397061397,47.6209778648256],[-122.342399764153,47.6209778757682]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":66235,"SHAPE__Length":9.6572354516132}},{"type":"Feature","id":68701,"geometry":{"type":"LineString","coordinates":[[-122.342504076591,47.6209508744039],[-122.342503837992,47.620978288679],[-122.342506540748,47.6209782996191],[-122.342506779345,47.620950885344],[-122.342504076591,47.6209508744039]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":68701,"SHAPE__Length":9.657091250797402}},{"type":"Feature","id":71659,"geometry":{"type":"LineString","coordinates":[[-122.342445957515,47.6209506438051],[-122.342445718886,47.6209780580802],[-122.34244301613,47.6209780471386],[-122.34244325343,47.6209506328813],[-122.342445957515,47.6209506438051]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":71659,"SHAPE__Length":9.65723548403504}},{"type":"Feature","id":72746,"geometry":{"type":"LineString","coordinates":[[-122.342244517123,47.6207990586169],[-122.342244278388,47.6208264728916],[-122.342241575639,47.6208264619453],[-122.342241814376,47.6207990476706],[-122.342244517123,47.6207990586169]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":72746,"SHAPE__Length":9.657063246526274}},{"type":"Feature","id":74339,"geometry":{"type":"LineString","coordinates":[[-122.342496437299,47.6210891539723],[-122.342489879351,47.6210966042388],[-122.342488514251,47.6210879842869],[-122.342496437299,47.6210891539723]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":74339,"SHAPE__Length":3.765327429083132}},{"type":"Feature","id":76892,"geometry":{"type":"LineString","coordinates":[[-122.342237571186,47.6209772311579],[-122.342237809925,47.6209498168834],[-122.34223510717,47.6209498059369],[-122.34223486843,47.6209772202115],[-122.342237571186,47.6209772311579]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":76892,"SHAPE__Length":9.657091064976068}},{"type":"Feature","id":77723,"geometry":{"type":"LineString","coordinates":[[-122.34225538113,47.6209498870905],[-122.342258083859,47.6209498971372],[-122.342257846461,47.6209773113942],[-122.3422551424,47.6209773013651],[-122.34225538113,47.6209498870905]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":77723,"SHAPE__Length":9.657227821589153}},{"type":"Feature","id":81067,"geometry":{"type":"LineString","coordinates":[[-122.342526814693,47.6209783798251],[-122.34252705328,47.6209509655499],[-122.342524350525,47.6209509546103],[-122.342524111937,47.6209783688855],[-122.342526814693,47.6209783798251]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":81067,"SHAPE__Length":9.657091276870906}},{"type":"Feature","id":82730,"geometry":{"type":"LineString","coordinates":[[-122.342357813511,47.6208269233218],[-122.342358052186,47.6207995090468],[-122.342360754933,47.6207995199903],[-122.342360516259,47.6208269342653],[-122.342357813511,47.6208269233218]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":82730,"SHAPE__Length":9.657063331345608}},{"type":"Feature","id":84752,"geometry":{"type":"LineString","coordinates":[[-122.342444315909,47.6208272669949],[-122.342444554539,47.6207998527198],[-122.342447257286,47.6207998636613],[-122.342447018658,47.6208272779364],[-122.342444315909,47.6208272669949]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":84752,"SHAPE__Length":9.657063386982863}},{"type":"Feature","id":85002,"geometry":{"type":"LineString","coordinates":[[-122.342457883258,47.6209781063906],[-122.342458121881,47.6209506921155],[-122.342460824636,47.6209507030567],[-122.342460586015,47.6209781173318],[-122.342457883258,47.6209781063906]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":85002,"SHAPE__Length":9.65709122405132}},{"type":"Feature","id":85699,"geometry":{"type":"LineString","coordinates":[[-122.342459421616,47.6207999119715],[-122.342462124364,47.6207999229127],[-122.342461887073,47.6208273371701],[-122.342459182995,47.6208273262467],[-122.342459421616,47.6207999119715]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":85699,"SHAPE__Length":9.657207670787226}},{"type":"Feature","id":86477,"geometry":{"type":"LineString","coordinates":[[-122.342486505385,47.6209508042351],[-122.342486266803,47.6209782194095],[-122.342483564046,47.6209782084689],[-122.342483801326,47.6209507942115],[-122.342486505385,47.6209508042351]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":86477,"SHAPE__Length":9.65738023366903}},{"type":"Feature","id":88743,"geometry":{"type":"LineString","coordinates":[[-122.342465992831,47.620978138297],[-122.342463290075,47.620978127356],[-122.342463527365,47.6209507130985],[-122.34246623145,47.620950724022],[-122.342465992831,47.620978138297]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":88743,"SHAPE__Length":9.657235493404018}},{"type":"Feature","id":90926,"geometry":{"type":"LineString","coordinates":[[-122.342262088251,47.6207991279237],[-122.342264790998,47.6207991388696],[-122.342264553604,47.6208265531266],[-122.342261849525,47.6208265421985],[-122.342262088251,47.6207991279237]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":90926,"SHAPE__Length":9.657207524969577}},{"type":"Feature","id":94715,"geometry":{"type":"LineString","coordinates":[[-122.342282123437,47.6208266233473],[-122.342282362152,47.6207992090725],[-122.342285064873,47.6207992191186],[-122.342284827516,47.620826634275],[-122.342282123437,47.6208266233473]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":94715,"SHAPE__Length":9.65735226964013}},{"type":"Feature","id":95894,"geometry":{"type":"LineString","coordinates":[[-122.342344349108,47.6209776551433],[-122.342341645048,47.6209776451163],[-122.342341883706,47.6209502299422],[-122.342344586461,47.6209502408861],[-122.342344349108,47.6209776551433]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":95894,"SHAPE__Length":9.65738015962513}},{"type":"Feature","id":97807,"geometry":{"type":"LineString","coordinates":[[-122.342462803391,47.6210841870106],[-122.342456246769,47.6210916372575],[-122.342454880319,47.6210830164235],[-122.342462803391,47.6210841870106]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":97807,"SHAPE__Length":3.765444445949544}},{"type":"Feature","id":98496,"geometry":{"type":"LineString","coordinates":[[-122.342281061878,47.6209499883153],[-122.342283764633,47.6209499992606],[-122.342283525918,47.6209774135353],[-122.342280823188,47.6209774034892],[-122.342281061878,47.6209499883153]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":98496,"SHAPE__Length":9.65723584086954}},{"type":"Feature","id":101051,"geometry":{"type":"LineString","coordinates":[[-122.342359454912,47.6209503001333],[-122.342359216237,47.6209777144081],[-122.34235651348,47.6209777034645],[-122.342356750827,47.6209502892073],[-122.342359454912,47.6209503001333]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":101051,"SHAPE__Length":9.657235418011206}},{"type":"Feature","id":103842,"geometry":{"type":"LineString","coordinates":[[-122.342437847921,47.620950610998],[-122.342437609313,47.6209780261723],[-122.342440312043,47.6209780362147],[-122.342440550676,47.6209506219397],[-122.342437847921,47.620950610998]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":103842,"SHAPE__Length":9.657235963317243}},{"type":"Feature","id":103900,"geometry":{"type":"LineString","coordinates":[[-122.342439147741,47.6207998317535],[-122.342441850462,47.6207998417959],[-122.342441613187,47.6208272569526],[-122.342438909108,47.6208272460286],[-122.342439147741,47.6207998317535]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":103900,"SHAPE__Length":9.657352376622438}},{"type":"Feature","id":109050,"geometry":{"type":"LineString","coordinates":[[-122.342420276741,47.6209505417183],[-122.342420038098,47.6209779559933],[-122.342417335342,47.6209779450511],[-122.342417572656,47.6209505307938],[-122.342420276741,47.6209505417183]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":109050,"SHAPE__Length":9.65723545919754}},{"type":"Feature","id":109348,"geometry":{"type":"LineString","coordinates":[[-122.342485102317,47.6208000140495],[-122.342484863708,47.6208274283247],[-122.342487566457,47.6208274392652],[-122.342487805064,47.62080002499],[-122.342485102317,47.6208000140495]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":109348,"SHAPE__Length":9.657063424225202}},{"type":"Feature","id":112545,"geometry":{"type":"LineString","coordinates":[[-122.342242978028,47.6209772530331],[-122.342240275272,47.6209772420867],[-122.34224051268,47.6209498278298],[-122.342243216765,47.6209498387585],[-122.342242978028,47.6209772530331]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":112545,"SHAPE__Length":9.657235322646113}},{"type":"Feature","id":113138,"geometry":{"type":"LineString","coordinates":[[-122.342378326088,47.6207995901785],[-122.342381028809,47.6207996002223],[-122.342380790172,47.6208270153966],[-122.342378087423,47.6208270044535],[-122.342378326088,47.6207995901785]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":113138,"SHAPE__Length":9.657208081721496}},{"type":"Feature","id":113204,"geometry":{"type":"LineString","coordinates":[[-122.342379490182,47.6209777946404],[-122.342376787452,47.6209777845965],[-122.342377024761,47.62095036944],[-122.342379728846,47.6209503803655],[-122.342379490182,47.6209777946404]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":113204,"SHAPE__Length":9.657380168535045}},{"type":"Feature","id":113466,"geometry":{"type":"LineString","coordinates":[[-122.342386435633,47.6207996220906],[-122.342386196972,47.6208270363656],[-122.342383494224,47.6208270254227],[-122.342383731556,47.6207996111653],[-122.342386435633,47.6207996220906]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":113466,"SHAPE__Length":9.657207610872408}},{"type":"Feature","id":113850,"geometry":{"type":"LineString","coordinates":[[-122.342363220338,47.6208269451912],[-122.34236345768,47.6207995309339],[-122.342366161757,47.6207995418597],[-122.342365923086,47.6208269561346],[-122.342363220338,47.6208269451912]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":113850,"SHAPE__Length":9.657207588488923}},{"type":"Feature","id":114388,"geometry":{"type":"LineString","coordinates":[[-122.342275416345,47.6209773816159],[-122.342275655064,47.6209499673412],[-122.342278357819,47.6209499782867],[-122.342278120431,47.6209773925438],[-122.342275416345,47.6209773816159]]},"properties":{"SegKey":null,"InstallationDate":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProejctORVPN":null,"Comments":null,"UseDesignation":null,"AssetKey":null,"Type":null,"Material":null,"Color":"White","FillColor":null,"NumberTriangles":null,"TriangleWidth":null,"autocad_block_number":null,"autocad_entity":"autocad_line","OBJECTID":114388,"SHAPE__Length":9.657235359317362}}]},"symbols":{"type":"FeatureCollection","features":[{"type":"Feature","id":2396,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342370864122,47.6210565169188],[-122.342370903875,47.621057887397]],[[-122.342387892068,47.6210668021814],[-122.342379538781,47.6210701119526]],[[-122.342379538781,47.6210701119526],[-122.34238053338,47.6210667855021]],[[-122.342387892068,47.6210668021814],[-122.342380982842,47.6210616382726]],[[-122.342370903875,47.621057887397],[-122.342371110377,47.6210593457629],[-122.342371643947,47.6210607659253],[-122.342372492139,47.6210621147595],[-122.342373635171,47.6210633608045],[-122.342375046381,47.6210644749966],[-122.342376692854,47.6210654313476],[-122.342378536185,47.621066207551],[-122.34238053338,47.6210667855021]],[[-122.342373086595,47.6210574014541],[-122.342373258094,47.6210585832938],[-122.342373702899,47.6210597323021],[-122.342374409965,47.6210608199483],[-122.342375361736,47.6210618192258],[-122.342376534579,47.6210627053218],[-122.342377899371,47.6210634562341],[-122.342379422223,47.6210640533172],[-122.342381065323,47.6210644817451]],[[-122.342370864122,47.6210565169188],[-122.342373060093,47.621056487802]],[[-122.342373060093,47.621056487802],[-122.342373086595,47.6210574014541]],[[-122.342381065323,47.6210644817451],[-122.342380982842,47.6210616382726]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1600,"F_area":null,"OBJECTID":2396,"SHAPE__Length":7.383572653801148,"InstallationDate":null}},{"type":"Feature","id":8245,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342518431995,47.6207656954769],[-122.342516757935,47.6207672488119]],[[-122.342516757935,47.6207672488119],[-122.342515405003,47.6207696435216]],[[-122.342515405003,47.6207696435216],[-122.342516039301,47.6207704555547]],[[-122.342516039301,47.6207704555547],[-122.342517377002,47.620768132116]],[[-122.342517377002,47.620768132116],[-122.342518167504,47.6207703382721]],[[-122.342518167504,47.6207703382721],[-122.342516141124,47.6207713511154]],[[-122.342516141124,47.6207713511154],[-122.342516623107,47.6207743890037]],[[-122.342516623107,47.6207743890037],[-122.342517731657,47.6207737067933]],[[-122.342517731657,47.6207737067933],[-122.342517460933,47.6207720802902]],[[-122.342517460933,47.6207720802902],[-122.342518873158,47.6207714084466]],[[-122.342518873158,47.6207714084466],[-122.342516973173,47.6207769617438]],[[-122.342516973173,47.6207769617438],[-122.342518066294,47.620777582373]],[[-122.342520425405,47.6207705638202],[-122.342518066294,47.620777582373]],[[-122.342520425405,47.6207705638202],[-122.342518431995,47.6207656954769]],[[-122.342521413969,47.6207740474947],[-122.342521753243,47.6207740465942]],[[-122.342521329625,47.6207389872197],[-122.342517247207,47.6207303124408]],[[-122.342518453651,47.62073814194],[-122.342518481418,47.6207467589343]],[[-122.342518453651,47.62073814194],[-122.342521329625,47.6207389872197]],[[-122.342516089295,47.6207381454048],[-122.342516117062,47.6207467623991]],[[-122.342513220037,47.6207389993987],[-122.342517247207,47.6207303124408]],[[-122.342516089295,47.6207381454048],[-122.342513220037,47.6207389993987]],[[-122.342516117062,47.6207467623991],[-122.342518481418,47.6207467589343]],[[-122.34251646819,47.6207644620643],[-122.342516461384,47.6207645943972]],[[-122.342516461384,47.6207645943972],[-122.342516478636,47.6207647926886],[-122.342516528699,47.6207649884333]],[[-122.342516528699,47.6207649884333],[-122.342516597987,47.6207651420008],[-122.342516698378,47.6207652875526]],[[-122.342516698378,47.6207652875526],[-122.342516779077,47.6207653710835],[-122.342516876353,47.6207654461635],[-122.342516988285,47.6207655113095]],[[-122.342516988285,47.6207655113095],[-122.342517051396,47.6207655380531],[-122.34251712007,47.6207655576034],[-122.342517192515,47.620765569451],[-122.342517266845,47.6207655732872]],[[-122.342517266845,47.6207655732872],[-122.3425173406,47.6207655692248],[-122.342517412446,47.6207655572775],[-122.34251748054,47.6207655377519],[-122.342517543136,47.6207655111488]],[[-122.342517543136,47.6207655111488],[-122.342517654843,47.6207654455291],[-122.34251775177,47.6207653699851],[-122.342517831996,47.6207652860143]],[[-122.342517831996,47.6207652860143],[-122.342517931673,47.6207651404331],[-122.342518000287,47.6207649869114]],[[-122.342518000287,47.6207649869114],[-122.342518048947,47.6207647906897],[-122.342518064676,47.6207645920285]],[[-122.342518064676,47.6207645920285],[-122.342518056851,47.6207644598896]],[[-122.342517894285,47.6207633510272],[-122.342517750129,47.6207632899675],[-122.342517593308,47.6207632452853],[-122.342517427884,47.6207632181378],[-122.342517258142,47.620763209228]],[[-122.342518348914,47.6207637030433],[-122.342518222486,47.6207635716543],[-122.342518069935,47.6207634535351],[-122.342517894285,47.6207633510272]],[[-122.342518578838,47.620764106618],[-122.342518484826,47.620763899408],[-122.342518348914,47.6207637030433]],[[-122.342515944371,47.6207641100662],[-122.342515869446,47.6207644628072]],[[-122.34251617082,47.6207637058373],[-122.342516036627,47.6207639026151],[-122.342515944371,47.6207641100662]],[[-122.342516623643,47.6207633534829],[-122.342516448601,47.6207634561807],[-122.342516296659,47.6207635744113],[-122.34251617082,47.6207637058373]],[[-122.342517258142,47.620763209228],[-122.342517088587,47.6207632188219],[-122.342516923509,47.6207632466174],[-122.342516767179,47.6207632918949],[-122.342516623643,47.6207633534829]],[[-122.342518655594,47.6207644591468],[-122.342518056851,47.6207644598896]],[[-122.342518655594,47.6207644591468],[-122.342518578838,47.620764106618]],[[-122.34251646819,47.6207644620643],[-122.342515869446,47.6207644628072]],[[-122.342521583827,47.6207740317481],[-122.342521488813,47.6207740366271],[-122.342521395954,47.6207740510442],[-122.342521307347,47.6207740746741],[-122.342521224991,47.6207741069835],[-122.342521150744,47.6207741472435]],[[-122.342521150744,47.6207741472435],[-122.342520954504,47.6207742893064],[-122.342520788206,47.6207744477797],[-122.342520654838,47.6207746198174]],[[-122.342520654838,47.6207746198174],[-122.342520491558,47.620774915769],[-122.342520380925,47.6207752225898]],[[-122.342520380925,47.6207752225898],[-122.342520300132,47.6207756282893],[-122.34252027416,47.6207760372528]],[[-122.34252027416,47.6207760372528],[-122.342520303139,47.6207764462025],[-122.342520386936,47.6207768517035]],[[-122.342520386936,47.6207768517035],[-122.342520499131,47.6207771580777],[-122.342520663859,47.6207774534687]],[[-122.342520663859,47.6207774534687],[-122.342520798049,47.6207776250642],[-122.342520965047,47.620777783038],[-122.342521161859,47.6207779245577]],[[-122.342521161859,47.6207779245577],[-122.342521236426,47.6207779647455],[-122.342521319087,47.6207779969459],[-122.342521407974,47.6207780204315],[-122.34252150108,47.6207780346716],[-122.342521596301,47.6207780393445]],[[-122.342521596301,47.6207780393445],[-122.342521691394,47.6207780342961],[-122.342521784291,47.6207780196999],[-122.342521872894,47.6207779958856],[-122.342521955203,47.620777963391],[-122.342522029358,47.6207779229499]],[[-122.342522029358,47.6207779229499],[-122.342522225506,47.6207777811648],[-122.342522391809,47.6207776229956],[-122.34252252529,47.6207774512753]],[[-122.34252252529,47.6207774512753],[-122.342522687957,47.6207771548613],[-122.342522797847,47.6207768476213]],[[-122.342522797847,47.6207768476213],[-122.34252287931,47.6207764419336],[-122.342522905942,47.6207760329406]],[[-122.342522905942,47.6207760329406],[-122.342522876915,47.6207756244429],[-122.342522793192,47.6207752193892]],[[-122.342522793192,47.6207752193892],[-122.342522681058,47.6207749125575],[-122.342522516243,47.6207746167247]],[[-122.342522516243,47.6207746167247],[-122.342522381961,47.6207744454467],[-122.342522214974,47.6207742877769],[-122.342522018269,47.6207741465349]],[[-122.342522018269,47.6207741465349],[-122.342521943719,47.6207741063269],[-122.342521861063,47.6207740741147],[-122.34252177217,47.6207740506279],[-122.342521679056,47.6207740363983],[-122.342521583827,47.6207740317481]],[[-122.342521601817,47.6207796513722],[-122.34252175741,47.6207796429775],[-122.342521909164,47.6207796183451],[-122.34252205337,47.6207795780769],[-122.342522186506,47.6207795231562],[-122.342522305322,47.6207794549244]],[[-122.342522305322,47.6207794549244],[-122.342522633621,47.6207792026842],[-122.34252291013,47.620778923658],[-122.342523130095,47.6207786226437]],[[-122.342523130095,47.6207786226437],[-122.34252339869,47.6207781054777],[-122.342523579939,47.6207775713318]],[[-122.342523579939,47.6207775713318],[-122.34252375675,47.6207761440053]],[[-122.34252375675,47.6207761440053],[-122.342523570319,47.6207747169974]],[[-122.342523570319,47.6207747169974],[-122.342523385878,47.620774182883],[-122.342523114041,47.6207736660064]],[[-122.342523114041,47.6207736660064],[-122.342522891989,47.6207733658498],[-122.342522613597,47.6207730878495],[-122.342522283648,47.6207728367824]],[[-122.342522283648,47.6207728367824],[-122.342522164536,47.6207727688388],[-122.342522031179,47.6207727142282],[-122.342521886831,47.6207726742835],[-122.342521735014,47.6207726499795],[-122.342521579435,47.6207726419092]],[[-122.342521579435,47.6207726419092],[-122.342521423752,47.6207726504525],[-122.34252127195,47.6207726752547],[-122.342521127743,47.6207727157091],[-122.34252099466,47.6207727708257],[-122.342520875955,47.6207728392562]],[[-122.342520875955,47.6207728392562],[-122.342520547274,47.6207730911685],[-122.342520270311,47.6207733698985],[-122.342520049827,47.6207736706553]],[[-122.342520049827,47.6207736706553],[-122.342519781177,47.6207741882655],[-122.342519600008,47.6207747228664]],[[-122.342519600008,47.6207747228664],[-122.342519423198,47.620776150193]],[[-122.342519423198,47.620776150193],[-122.342519609629,47.6207775772008]],[[-122.342519609629,47.6207775772008],[-122.342519794132,47.6207781108577],[-122.34252006588,47.6207786272926]],[[-122.34252006588,47.6207786272926],[-122.342520287935,47.6207789274479],[-122.342520566327,47.620779205448],[-122.342520896274,47.6207794565167]],[[-122.342520896274,47.6207794565167],[-122.342521015595,47.6207795245702],[-122.34252114921,47.6207795792393],[-122.342521293845,47.6207796191843],[-122.342521445956,47.6207796434266],[-122.342521601817,47.6207796513722]],[[-122.342513766486,47.6207739815772],[-122.342513666246,47.6207739867361],[-122.342513568222,47.6207740017783],[-122.342513474548,47.6207740263766],[-122.342513387262,47.6207740599956],[-122.342513308262,47.6207741019039]],[[-122.342513308262,47.6207741019039],[-122.342513104251,47.6207742459968],[-122.34251293088,47.6207744072924],[-122.342512791309,47.6207745828534]],[[-122.342512791309,47.6207745828534],[-122.34251261965,47.6207748856793],[-122.342512503182,47.6207752002079]],[[-122.342512503182,47.6207752002079],[-122.342512417963,47.6207756143529],[-122.342512390263,47.6207760320452]],[[-122.342512390263,47.6207760320452],[-122.342512420811,47.6207764496411],[-122.342512508855,47.6207768635113]],[[-122.342512508855,47.6207768635113],[-122.342512626613,47.6207771778525],[-122.342512799521,47.6207774803877]],[[-122.342512799521,47.6207774803877],[-122.342512940539,47.6207776553743],[-122.342513115214,47.620777815976],[-122.342513320368,47.6207779592703]],[[-122.342513320368,47.6207779592703],[-122.342513399701,47.6207780011877],[-122.342513487334,47.6207780347644],[-122.342513581353,47.6207780592669],[-122.342513679704,47.6207780741598],[-122.342513780237,47.6207780791176]],[[-122.342513780237,47.6207780791176],[-122.342513880556,47.6207780737925],[-122.342513978618,47.6207780585728],[-122.342514072289,47.6207780337901],[-122.342514159529,47.6207779999843],[-122.342514238435,47.6207779578916]],[[-122.342514238435,47.6207779578916],[-122.342514442452,47.6207778138015],[-122.342514615823,47.6207776525055],[-122.342514755389,47.6207774769421]],[[-122.342514755389,47.6207774769421],[-122.34251492705,47.6207771741166],[-122.342515043515,47.6207768595875]],[[-122.342515043515,47.6207768595875],[-122.342515128736,47.6207764454426],[-122.342515156435,47.6207760277503]],[[-122.342515156435,47.6207760277503],[-122.342515126547,47.6207756101667],[-122.342515039173,47.6207751962665]],[[-122.342515039173,47.6207751962665],[-122.342514920693,47.6207748823634],[-122.342514747202,47.6207745803071]],[[-122.342514747202,47.6207745803071],[-122.342514606281,47.620774405001],[-122.342514431594,47.6207742440951],[-122.342514226329,47.6207741005252]],[[-122.342514226329,47.6207741005252],[-122.342514146915,47.620774058793],[-122.342514059246,47.6207740254034],[-122.342513965234,47.6207740010853],[-122.342513866932,47.6207739863694],[-122.342513766486,47.6207739815772]],[[-122.34251378416,47.6207794068897],[-122.342513937403,47.620779398644],[-122.342514086932,47.6207793745842],[-122.342514229177,47.6207793352848],[-122.342514360742,47.6207792816841],[-122.342514478486,47.6207792150618]],[[-122.342514478486,47.6207792150618],[-122.342514799121,47.6207789733106],[-122.342515069723,47.6207787052],[-122.342515285576,47.6207784154015]],[[-122.342515285576,47.6207784154015],[-122.342515549206,47.6207779167135],[-122.34251572718,47.620777401083]],[[-122.34251572718,47.620777401083],[-122.34251590021,47.6207760268835]],[[-122.34251590021,47.6207760268835],[-122.342515717978,47.620774652897]],[[-122.342515717978,47.620774652897],[-122.342515536456,47.6207741380911],[-122.342515269472,47.6207736404861]],[[-122.342515269472,47.6207736404861],[-122.34251505177,47.6207733513919],[-122.342514779467,47.6207730841461],[-122.342514457309,47.6207728434061]],[[-122.342514457309,47.6207728434061],[-122.342514339354,47.6207727770267],[-122.342514207636,47.6207727236867],[-122.3425140653,47.6207726846595],[-122.342513915744,47.6207726608766],[-122.342513762537,47.6207726529058]],[[-122.342513762537,47.6207726529058],[-122.342513609299,47.6207726611644],[-122.342513459775,47.62077268523],[-122.342513317533,47.6207727245286],[-122.342513185966,47.6207727781227],[-122.342513068212,47.6207728447338]],[[-122.342513068212,47.6207728447338],[-122.342512747581,47.6207730864874],[-122.34251247698,47.6207733545977],[-122.342512261122,47.620773644394]],[[-122.342512261122,47.620773644394],[-122.342511997494,47.6207741430824],[-122.342511819518,47.6207746587125]],[[-122.342511819518,47.6207746587125],[-122.342511646488,47.6207760329119]],[[-122.342511646488,47.6207760329119],[-122.34251182872,47.6207774068985]],[[-122.34251182872,47.6207774068985],[-122.342512010183,47.6207779221613],[-122.342512277251,47.6207784202087]],[[-122.342512277251,47.6207784202087],[-122.342512494963,47.6207787092989],[-122.342512767266,47.6207789765441],[-122.342513089414,47.6207792172886]],[[-122.342513089414,47.6207792172886],[-122.342513207471,47.6207792834655],[-122.342513339231,47.6207793366077],[-122.342513481555,47.6207793754489],[-122.342513631052,47.6207793990638],[-122.34251378416,47.6207794068897]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null}},{"type":"Feature","id":8887,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342242775573,47.6207058461505],[-122.342242764467,47.6207072065077]],[[-122.342242764467,47.6207072065077],[-122.34224933269,47.6207127266927]],[[-122.34224933269,47.6207127266927],[-122.342255968374,47.6207072689444]],[[-122.342255968374,47.6207072689444],[-122.342255980236,47.6207058887858]],[[-122.342255980236,47.6207058887858],[-122.342249352663,47.6207113509246]],[[-122.342249352663,47.6207113509246],[-122.342242775573,47.6207058461505]],[[-122.342242764314,47.6207085775151],[-122.342242751461,47.6207099235017]],[[-122.342242751461,47.6207099235017],[-122.342249327456,47.6207154363867]],[[-122.342249327456,47.6207154363867],[-122.342255929654,47.620709970986]],[[-122.342255929654,47.620709970986],[-122.342255941073,47.6207086214199]],[[-122.342255941073,47.6207086214199],[-122.342249314438,47.6207140700521]],[[-122.342249314438,47.6207140700521],[-122.342242764314,47.6207085775151]],[[-122.342251613703,47.6206986103608],[-122.342252055135,47.6206995625925]],[[-122.342251350606,47.6206977052431],[-122.342251613703,47.6206986103608]],[[-122.342251176702,47.6206967098815],[-122.342251350606,47.6206977052431]],[[-122.342251102501,47.620695757279],[-122.342251176702,47.6206967098815]],[[-122.342251107193,47.6206948180242],[-122.342251102501,47.620695757279]],[[-122.3422511992,47.6206938614187],[-122.342251107193,47.6206948180242]],[[-122.342251372942,47.6206929244207],[-122.3422511992,47.6206938614187]],[[-122.342251590837,47.6206921793537],[-122.342251372942,47.6206929244207]],[[-122.342251842663,47.6206915489869],[-122.342251590837,47.6206921793537]],[[-122.3422522475,47.6206908266305],[-122.342251842663,47.6206915489869]],[[-122.342252553207,47.6206904483397],[-122.3422522475,47.6206908266305]],[[-122.34225287884,47.6206901606453],[-122.342252701338,47.6206902969402],[-122.342252553207,47.6206904483397]],[[-122.342253098459,47.6206900254909],[-122.34225287884,47.6206901606453]],[[-122.342253336464,47.6206899278763],[-122.342253098459,47.6206900254909]],[[-122.342253573139,47.6206898761595],[-122.342253336464,47.6206899278763]],[[-122.342253721899,47.6206898669903],[-122.342253573139,47.6206898761595]],[[-122.342253934007,47.6206898857688],[-122.342253721899,47.6206898669903]],[[-122.342254171387,47.6206899500923],[-122.342253934007,47.6206898857688]],[[-122.342254408871,47.6206900638929],[-122.342254171387,47.6206899500923]],[[-122.342254605567,47.6206901935277],[-122.342254408871,47.6206900638929]],[[-122.34225487479,47.6206904382506],[-122.342254605567,47.6206901935277]],[[-122.34225524797,47.6206909181925],[-122.34225487479,47.6206904382506]],[[-122.342255676127,47.6206917797397],[-122.34225524797,47.6206909181925]],[[-122.342256256153,47.620694574334],[-122.342256070649,47.620693167182],[-122.342255676127,47.6206917797397]],[[-122.342256079704,47.6206972530125],[-122.342256256153,47.620694574334]],[[-122.342255420123,47.6206992390997],[-122.34225582052,47.6206982567093],[-122.342256079704,47.6206972530125]],[[-122.342255113164,47.6206997577462],[-122.342255284007,47.6206995030919],[-122.342255420123,47.6206992390997]],[[-122.342254875759,47.6207000595642],[-122.342255113164,47.6206997577462]],[[-122.342254151964,47.6207006116252],[-122.342254431642,47.6207004516121],[-122.342254674566,47.6207002663266],[-122.342254875759,47.6207000595642]],[[-122.342253630862,47.62070072019],[-122.342253769372,47.620700715283],[-122.34225390481,47.6207006951224],[-122.342254033504,47.6207006602547],[-122.342254151964,47.6207006116252]],[[-122.342253321006,47.6207006802173],[-122.342253630862,47.62070072019]],[[-122.342253014201,47.620700561938],[-122.342253160337,47.6207006296404],[-122.342253321006,47.6207006802173]],[[-122.34225244065,47.6207001008456],[-122.342252602582,47.6207002703816],[-122.342252794777,47.6207004248921],[-122.342253014201,47.620700561938]],[[-122.34225244065,47.6207001008456],[-122.342251661655,47.6207043924166]],[[-122.342251661655,47.6207043924166],[-122.342251888345,47.6207052350443]],[[-122.342251888345,47.6207052350443],[-122.342251409807,47.6207063065268]],[[-122.342251409807,47.6207063065268],[-122.342250401113,47.6207063028077]],[[-122.342250401113,47.6207063028077],[-122.34225039274,47.6207056929833]],[[-122.34225039274,47.6207056929833],[-122.342251276354,47.6207056965615]],[[-122.342251276354,47.6207056965615],[-122.34225146019,47.620705291099]],[[-122.34225146019,47.620705291099],[-122.342251259138,47.620704506606]],[[-122.342251259138,47.620704506606],[-122.342251536883,47.620702567863]],[[-122.342251536883,47.620702567863],[-122.342247917275,47.6207025537795]],[[-122.342247917275,47.6207025537795],[-122.342247858362,47.6207029081072]],[[-122.34224837631,47.6207031954125],[-122.342248222591,47.6207030848048],[-122.342248048973,47.620702988499],[-122.342247858362,47.6207029081072]],[[-122.342248765528,47.6207035860805],[-122.342248595622,47.620703379565],[-122.34224837631,47.6207031954125]],[[-122.342248814037,47.6207037446683],[-122.342248765528,47.6207035860805]],[[-122.342248813438,47.6207038157454],[-122.342248814037,47.6207037446683]],[[-122.342248797998,47.6207038798224],[-122.342248813438,47.6207038157454]],[[-122.342248770276,47.620703933267],[-122.342248797998,47.6207038798224]],[[-122.342248734233,47.6207039751269],[-122.342248770276,47.620703933267]],[[-122.342248689793,47.6207040027044],[-122.342248734233,47.6207039751269]],[[-122.342248639589,47.6207040150649],[-122.342248689793,47.6207040027044]],[[-122.342248639589,47.6207040150649],[-122.342246660983,47.6207041978298]],[[-122.342246594193,47.6207041888196],[-122.342246660983,47.6207041978298]],[[-122.342246542815,47.6207041607132],[-122.342246594193,47.6207041888196]],[[-122.342246509563,47.620704115274],[-122.342246542815,47.6207041607132]],[[-122.342246491828,47.6207040543357],[-122.342246509563,47.620704115274]],[[-122.34224650432,47.6207038886418],[-122.342246491828,47.6207040543357]],[[-122.342246578022,47.620703677156],[-122.34224650432,47.6207038886418]],[[-122.342246684584,47.6207034517403],[-122.342246578022,47.620703677156]],[[-122.342246822337,47.6207032466022],[-122.342246684584,47.6207034517403]],[[-122.342247349229,47.6207029247531],[-122.342247190961,47.6207029832686],[-122.342247048144,47.6207030576831],[-122.342246924262,47.6207031461807],[-122.342246822337,47.6207032466022]],[[-122.342247349229,47.6207029247531],[-122.342247494179,47.62070214197]],[[-122.342247494179,47.62070214197],[-122.342246656381,47.6206999103506]],[[-122.342246337528,47.6207002483332],[-122.342246656381,47.6206999103506]],[[-122.34224599463,47.6207004912761],[-122.342246180567,47.620700379095],[-122.342246337528,47.6207002483332]],[[-122.342245640961,47.6207006381034],[-122.34224599463,47.6207004912761]],[[-122.342245283118,47.6207006869286],[-122.342245405928,47.620700684389],[-122.342245526354,47.6207006679578],[-122.342245640961,47.6207006381034]],[[-122.342244764909,47.620700574151],[-122.342244927211,47.6207006315708],[-122.342245101644,47.6207006695326],[-122.342245283118,47.6207006869286]],[[-122.34224428329,47.6207002548777],[-122.342244421362,47.6207003760041],[-122.342244582935,47.6207004831131],[-122.342244764909,47.620700574151]],[[-122.342243472357,47.6206990871404],[-122.34224381322,47.620699691392],[-122.34224428329,47.6207002548777]],[[-122.342242932602,47.6206973598489],[-122.342243472357,47.6206990871404]],[[-122.342242747585,47.6206952473194],[-122.342242932602,47.6206973598489]],[[-122.34224296858,47.6206931411017],[-122.342242747585,47.6206952473194]],[[-122.342243538657,47.6206914179877],[-122.34224296858,47.6206931411017]],[[-122.342244371177,47.6206902563491],[-122.342243879855,47.6206908127281],[-122.342243538657,47.6206914179877]],[[-122.342244858349,47.620689941324],[-122.342244599037,47.6206900877877],[-122.342244371177,47.6206902563491]],[[-122.342245379452,47.6206898327592],[-122.342245240933,47.6206898376351],[-122.342245105485,47.6206898577865],[-122.342244976791,47.6206898926655],[-122.342244858349,47.620689941324]],[[-122.342245810214,47.620689912511],[-122.342245673465,47.6206898707246],[-122.342245528682,47.6206898439192],[-122.342245379452,47.6206898327592]],[[-122.3422462186,47.6206901382963],[-122.342246096466,47.6206900520004],[-122.34224595966,47.6206899763638],[-122.342245810214,47.620689912511]],[[-122.342246946911,47.6206909805706],[-122.342246753296,47.6206906813544],[-122.342246509425,47.6206903993234],[-122.3422462186,47.6206901382963]],[[-122.342247846729,47.6206938824766],[-122.342247554649,47.6206924092893],[-122.342246946911,47.6206909805706]],[[-122.342247846729,47.6206938824766],[-122.342248636559,47.6206935886279]],[[-122.342248846762,47.6206931288392],[-122.342248747685,47.6206932756159],[-122.342248677232,47.6206934297203],[-122.342248636559,47.6206935886279]],[[-122.342248846762,47.6206931288392],[-122.342248718366,47.6206917298491]],[[-122.342248718366,47.6206917298491],[-122.342248538728,47.6206917295319]],[[-122.342248538728,47.6206917295319],[-122.342248529103,47.6206913518234]],[[-122.342248529103,47.6206913518234],[-122.342249095663,47.6206912966325]],[[-122.342249095663,47.6206912966325],[-122.342249091466,47.6206917024122]],[[-122.342249091466,47.6206917024122],[-122.342248954416,47.62069170243]],[[-122.342248954416,47.62069170243],[-122.342249112047,47.6206931001329]],[[-122.34224927815,47.6206932301733],[-122.342249257306,47.6206931980094],[-122.342249229587,47.6206931682966],[-122.342249195612,47.6206931416979],[-122.342249156138,47.6206931188065],[-122.342249112047,47.6206931001329]],[[-122.342249416507,47.6206941009604],[-122.342249437168,47.6206938070454],[-122.342249390683,47.6206935144736],[-122.34224927815,47.6206932301733]],[[-122.342249416507,47.6206941009604],[-122.342251933082,47.6207002173275]],[[-122.342251933082,47.6207002173275],[-122.342252055135,47.6206995625925]],[[-122.342247018265,47.6206994503501],[-122.342247754281,47.6206971396693],[-122.342247907316,47.6206947785843]],[[-122.342247018265,47.6206994503501],[-122.342247658245,47.6207011007456]],[[-122.342247658245,47.6207011007456],[-122.342248729954,47.6206946066475]],[[-122.342248729954,47.6206946066475],[-122.342247907316,47.6206947785843]],[[-122.342251685119,47.6207016231066],[-122.342248073465,47.6207016080181]],[[-122.342248073465,47.6207016080181],[-122.342249085948,47.6206955033366]],[[-122.342249085948,47.6206955033366],[-122.342249121784,47.620696142484]],[[-122.342249121784,47.620696142484],[-122.342249011309,47.6206961412499]],[[-122.342249011309,47.6206961412499],[-122.342249021768,47.6206965477349]],[[-122.342249021768,47.6206965477349],[-122.342249504847,47.6206965503262]],[[-122.342249504847,47.6206965503262],[-122.342249495222,47.6206961726177]],[[-122.342249495222,47.6206961726177],[-122.342249370143,47.6206961724768]],[[-122.342249370143,47.6206961724768],[-122.342249348599,47.6206954755649]],[[-122.342249348599,47.6206954755649],[-122.342251743824,47.6207012615848]],[[-122.342251743824,47.6207012615848],[-122.342251685119,47.6207016231066]],[[-122.342246731409,47.620698643605],[-122.342247304598,47.6206968410537],[-122.342247418735,47.6206949991692]],[[-122.342246731409,47.620698643605],[-122.342245643815,47.6206955984517]],[[-122.342245643815,47.6206955984517],[-122.342247418735,47.6206949991692]],[[-122.342245443023,47.6206948229513],[-122.342247353037,47.6206940644461]],[[-122.342247353037,47.6206940644461],[-122.342247260108,47.6206934197347],[-122.342247080367,47.6206927834184]],[[-122.342247080367,47.6206927834184],[-122.342246627904,47.6206917719586]],[[-122.342246627904,47.6206917719586],[-122.342246473376,47.6206915346449],[-122.342246277023,47.6206913118214],[-122.342246041781,47.6206911068214]],[[-122.342246041781,47.6206911068214],[-122.342245713278,47.620690928556]],[[-122.342245713278,47.620690928556],[-122.342245634079,47.6206908990405],[-122.342245548915,47.6206908784053],[-122.342245459962,47.6206908671773],[-122.342245369492,47.6206908656432]],[[-122.342245369492,47.6206908656432],[-122.3422452228,47.6206908795504],[-122.342245081371,47.6206909092575],[-122.342244948927,47.6206909539833]],[[-122.342244948927,47.6206909539833],[-122.342244798891,47.6206910253534],[-122.342244666004,47.6206911107822],[-122.342244553139,47.6206912084226]],[[-122.342244553139,47.6206912084226],[-122.342244169339,47.6206916634525],[-122.342243880541,47.6206921493357]],[[-122.342243880541,47.6206921493357],[-122.342243600381,47.6206928395339],[-122.342243418043,47.6206935444651]],[[-122.342243418043,47.6206935444651],[-122.342243252119,47.620695251521],[-122.342243388035,47.6206969597816]],[[-122.342243388035,47.6206969597816],[-122.342243593857,47.6206977725188],[-122.342243960735,47.6206985590531],[-122.342244481938,47.6206993049549]],[[-122.342244481938,47.6206993049549],[-122.342244580356,47.6206993946551],[-122.342244697123,47.6206994737256],[-122.342244829746,47.620699540477],[-122.342244975389,47.6206995934827],[-122.342245130941,47.6206996316102],[-122.342245293077,47.6206996540446]],[[-122.342245293077,47.6206996540446],[-122.342245496247,47.6206996274926],[-122.342245691226,47.6206995807336],[-122.34224587362,47.620699514822],[-122.342246039314,47.6206994312441],[-122.342246184572,47.6206993318846],[-122.342246306118,47.6206992189842],[-122.342246401212,47.6206990950888]],[[-122.342246401212,47.6206990950888],[-122.342245293979,47.6206959233509]],[[-122.342245195449,47.6206958751787],[-122.342245213435,47.6206958925192],[-122.342245236645,47.6206959067635],[-122.34224526394,47.6206959172118],[-122.342245293979,47.6206959233509]],[[-122.342245113297,47.6206957494229],[-122.342245195449,47.6206958751787]],[[-122.342245057381,47.6206955648447],[-122.342245076143,47.6206956583996],[-122.342245113297,47.6206957494229]],[[-122.342245038942,47.6206953419859],[-122.342245057381,47.6206955648447]],[[-122.342245063013,47.6206951167644],[-122.342245040916,47.6206952288866],[-122.342245038942,47.6206953419859]],[[-122.342245124196,47.6206949324327],[-122.342245063013,47.6206951167644]],[[-122.342245212398,47.6206948080168],[-122.342245174795,47.6206948466929],[-122.342245145216,47.6206948884155],[-122.342245124196,47.6206949324327]],[[-122.342245264662,47.6206947749379],[-122.342245212398,47.6206948080168]],[[-122.342245320186,47.6206947625069],[-122.342245264662,47.6206947749379]],[[-122.342245384526,47.6206947787464],[-122.342245320186,47.6206947625069]],[[-122.342245414361,47.6206947981423],[-122.342245384526,47.6206947787464]],[[-122.342245443023,47.6206948229513],[-122.342245414361,47.6206947981423]],[[-122.342253395109,47.620695390429],[-122.342252641921,47.6206969207895],[-122.342252233492,47.6206985094837]],[[-122.342253417589,47.6206951562324],[-122.342253395109,47.620695390429]],[[-122.342253560167,47.6206948421774],[-122.342253489391,47.6206949416336],[-122.342253441506,47.6206950471112],[-122.342253417589,47.6206951562324]],[[-122.342253666625,47.6206947966851],[-122.342253640904,47.6206947998875],[-122.342253616554,47.6206948063261],[-122.342253594464,47.620694815766],[-122.342253575437,47.6206948278634],[-122.342253560167,47.6206948421774]],[[-122.342253721523,47.6206948085518],[-122.342253666625,47.6206947966851]],[[-122.342253773084,47.620694842953],[-122.342253721523,47.6206948085518]],[[-122.342253917776,47.6206951522996],[-122.342253893306,47.6206950445823],[-122.342253844695,47.6206949406524],[-122.342253773084,47.620694842953]],[[-122.3422539147,47.6206955967476],[-122.342253937478,47.6206953745904],[-122.342253917776,47.6206951522996]],[[-122.342253769279,47.6206959045429],[-122.342253840007,47.6206958071295],[-122.342253888831,47.6206957037899],[-122.3422539147,47.6206955967476]],[[-122.34225366303,47.6206959572294],[-122.342253688832,47.6206959516676],[-122.342253712961,47.6206959433673],[-122.342253734782,47.6206959325469],[-122.342253753721,47.6206959194909],[-122.342253769279,47.6206959045429]],[[-122.34225366303,47.6206959572294],[-122.342252943588,47.6206974921005],[-122.342252598795,47.6206990848887]],[[-122.342252598795,47.6206990848887],[-122.342252753787,47.6206992694637],[-122.342252951465,47.6206994344746],[-122.342253186508,47.6206995754804]],[[-122.342253186508,47.6206995754804],[-122.342253285102,47.620699619732],[-122.342253392454,47.6206996534782],[-122.342253506117,47.6206996759501],[-122.342253623504,47.6206996866359]],[[-122.342253623504,47.6206996866359],[-122.342253760096,47.6206996798614],[-122.342253893109,47.6206996578563],[-122.342254018832,47.6206996212346],[-122.342254133757,47.6206995710181]],[[-122.342254133757,47.6206995710181],[-122.342254308064,47.6206994688489],[-122.342254459985,47.6206993515612],[-122.342254586661,47.6206992213624]],[[-122.342254586661,47.6206992213624],[-122.342254849917,47.6206989000411],[-122.34225505581,47.6206985602264]],[[-122.34225505581,47.6206985602264],[-122.342255331865,47.6206979401297],[-122.342255521046,47.6206973053998]],[[-122.342255521046,47.6206973053998],[-122.342255735707,47.6206960817833]],[[-122.342255735707,47.6206960817833],[-122.342255773467,47.6206949522724]],[[-122.342255773467,47.6206949522724],[-122.342255589677,47.6206934325694]],[[-122.342255589677,47.6206934325694],[-122.342255185382,47.6206922009663]],[[-122.342255185382,47.6206922009663],[-122.342254979391,47.6206918108947],[-122.342254712185,47.6206914380737]],[[-122.342254712185,47.6206914380737],[-122.342254546358,47.6206912637479],[-122.342254343362,47.6206911083088]],[[-122.342254343362,47.6206911083088],[-122.3422542398,47.6206910407284],[-122.342254122175,47.620690984569],[-122.342253993232,47.6206909411414],[-122.342253855979,47.6206909114588]],[[-122.342253855979,47.6206909114588],[-122.342253732302,47.6206909019925],[-122.342253607998,47.6206909063641],[-122.342253486453,47.6206909244546]],[[-122.342253486453,47.6206909244546],[-122.342253284354,47.6206909949786],[-122.342253102966,47.6206910876192],[-122.342252947564,47.620691199683]],[[-122.342252947564,47.620691199683],[-122.342252679401,47.6206914641268],[-122.342252468582,47.620691751197]],[[-122.342252468582,47.620691751197],[-122.342252034041,47.6206926421743]],[[-122.342252034041,47.6206926421743],[-122.342251715687,47.6206938689648]],[[-122.342251715687,47.6206938689648],[-122.342251596557,47.6206948996978]],[[-122.342251596557,47.6206948996978],[-122.34225160681,47.62069594131]],[[-122.34225160681,47.62069594131],[-122.342251751296,47.6206970693042]],[[-122.342251751296,47.6206970693042],[-122.342251984975,47.6206979235341]],[[-122.342251984975,47.6206979235341],[-122.342252233492,47.6206985094837]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null}},{"type":"Feature","id":9352,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342245120565,47.6210064853341],[-122.342246795972,47.6210049319856]],[[-122.342246795972,47.6210049319856],[-122.342248147591,47.6210025372967]],[[-122.342248147591,47.6210025372967],[-122.342247513269,47.6210017243629]],[[-122.342247513269,47.6210017243629],[-122.342246175576,47.6210040486976]],[[-122.342246175576,47.6210040486976],[-122.342245385082,47.6210018425396]],[[-122.342245385082,47.6210018425396],[-122.342247411476,47.6210008297012]],[[-122.342247411476,47.6210008297012],[-122.342246929507,47.6209977918117]],[[-122.342246929507,47.6209977918117],[-122.342245820923,47.6209984731203]],[[-122.342245820923,47.6209984731203],[-122.342246091639,47.621000099624]],[[-122.342246091639,47.621000099624],[-122.342244679404,47.6210007714642]],[[-122.342244679404,47.6210007714642],[-122.342246580782,47.6209952190532]],[[-122.342246580782,47.6209952190532],[-122.34224548633,47.620994598439]],[[-122.342243127146,47.6210016160868],[-122.34224548633,47.620994598439]],[[-122.342243127146,47.6210016160868],[-122.342245120565,47.6210064853341]],[[-122.342242138623,47.6209981333092],[-122.342241799347,47.6209981342088]],[[-122.342242224083,47.6210331926673],[-122.342246306505,47.6210418683553]],[[-122.342245098764,47.6210340388709],[-122.342245071016,47.6210254209773]],[[-122.342245098764,47.6210340388709],[-122.342242224083,47.6210331926673]],[[-122.342247464464,47.6210340353941],[-122.342247436716,47.6210254175005]],[[-122.342250333742,47.6210331814068],[-122.342246306505,47.6210418683553]],[[-122.342247464464,47.6210340353941],[-122.342250333742,47.6210331814068]],[[-122.342247436716,47.6210254175005],[-122.342245071016,47.6210254209773]],[[-122.342247084373,47.6210077187514],[-122.34224709118,47.6210075864185]],[[-122.34224709118,47.6210075864185],[-122.342247073992,47.621007387674],[-122.34224702384,47.6210071914831]],[[-122.34224702384,47.6210071914831],[-122.34224695448,47.6210070383757],[-122.342246854188,47.6210068932627]],[[-122.342246854188,47.6210068932627],[-122.34224677358,47.6210068094124],[-122.342246676292,47.6210067340282],[-122.342246564255,47.6210066686058]],[[-122.342246564255,47.6210066686058],[-122.342246501426,47.6210066419826],[-122.342246433089,47.6210066224736],[-122.342246361003,47.6210066105806],[-122.342246287024,47.6210066066098]],[[-122.342246287024,47.6210066066098],[-122.342246212846,47.6210066107879],[-122.342246140624,47.6210066229325],[-122.342246072227,47.6210066427289],[-122.342246009427,47.6210066696645]],[[-122.342246009427,47.6210066696645],[-122.34224589772,47.6210067352841],[-122.342245800792,47.6210068108278],[-122.342245720565,47.6210068947982]],[[-122.342245720565,47.6210068947982],[-122.342245620888,47.6210070403796],[-122.342245552271,47.6210071939007]],[[-122.342245552271,47.6210071939007],[-122.342245503612,47.6210073901224],[-122.34224548788,47.6210075887835]],[[-122.34224548788,47.6210075887835],[-122.342245495705,47.6210077209224]],[[-122.342245658239,47.6210088288859],[-122.342245802307,47.6210088901902],[-122.342245959107,47.6210089351093],[-122.342246124573,47.6210089624779],[-122.342246294411,47.6210089715859]],[[-122.342245203636,47.621008477768],[-122.342245330155,47.6210086088382],[-122.342245482694,47.6210087266537],[-122.342245658239,47.6210088288859]],[[-122.342244973713,47.6210080741927],[-122.342245067728,47.6210082814021],[-122.342245203636,47.621008477768]],[[-122.342247609497,47.621008069834],[-122.34224768312,47.62100771801]],[[-122.342247381715,47.6210084740798],[-122.342247516592,47.6210082773293],[-122.342247609497,47.621008069834]],[[-122.342246928913,47.6210088273325],[-122.342247104051,47.6210087243608],[-122.342247255989,47.6210086058263],[-122.342247381715,47.6210084740798]],[[-122.342246294411,47.6210089715859],[-122.342246463965,47.6210089619874],[-122.342246629043,47.621008934191],[-122.342246785374,47.6210088889156],[-122.342246928913,47.6210088273325]],[[-122.342244896958,47.6210077216637],[-122.342245495705,47.6210077209224]],[[-122.342244896958,47.6210077216637],[-122.342244973713,47.6210080741927]],[[-122.342247084373,47.6210077187514],[-122.34224768312,47.62100771801]],[[-122.342241968763,47.6209981490553],[-122.34224206414,47.6209981441207],[-122.342242157332,47.6209981295775],[-122.342242246221,47.6209981057562],[-122.342242328787,47.6209980731984],[-122.342242403153,47.6209980326441]],[[-122.342242403153,47.6209980326441],[-122.342242598835,47.6209978908127],[-122.342242764693,47.6209977326514],[-122.34224289776,47.6209975609884]],[[-122.34224289776,47.6209975609884],[-122.342243061043,47.6209972650374],[-122.342243171677,47.6209969582167]],[[-122.342243171677,47.6209969582167],[-122.342243252473,47.6209965525174],[-122.342243278447,47.6209961435539]],[[-122.342243278447,47.6209961435539],[-122.342243249472,47.6209957346041],[-122.342243165674,47.620995329103]],[[-122.342243165674,47.620995329103],[-122.342243053484,47.6209950227279],[-122.342242888754,47.620994727337]],[[-122.342242888754,47.620994727337],[-122.34224275457,47.6209945557384],[-122.342242587572,47.6209943977639],[-122.342242390754,47.6209942562468]],[[-122.342242390754,47.6209942562468],[-122.342242316196,47.6209942160487],[-122.342242233537,47.6209941838422],[-122.342242144647,47.6209941603558],[-122.342242051536,47.6209941461207],[-122.342241956311,47.620994141459]],[[-122.342241956311,47.620994141459],[-122.342241861216,47.6209941465021],[-122.342241768317,47.6209941610957],[-122.342241679712,47.62099418491],[-122.342241597404,47.620994217407],[-122.342241523252,47.6209942578525]],[[-122.342241523252,47.6209942578525],[-122.342241327567,47.6209943996824],[-122.342241161709,47.6209945578439],[-122.342241028645,47.6209947295082]],[[-122.342241028645,47.6209947295082],[-122.342240865296,47.6209950259013],[-122.342240754753,47.6209953331792]],[[-122.342240754753,47.6209953331792],[-122.342240674002,47.6209957384301],[-122.342240647958,47.6209961469428]],[[-122.342240647958,47.6209961469428],[-122.34224067627,47.6209965558809],[-122.3422407594,47.6209969614113]],[[-122.3422407594,47.6209969614113],[-122.342240872186,47.6209972682634],[-122.342241037676,47.6209975640589]],[[-122.342241037676,47.6209975640589],[-122.342241171948,47.6209977353417],[-122.342241338936,47.6209978930125],[-122.342241535651,47.6209980342499]],[[-122.342241535651,47.6209980342499],[-122.342241609976,47.6209980743629],[-122.342241692372,47.6209981065257],[-122.342241780982,47.6209981300136],[-122.342241873809,47.6209981442974],[-122.342241968763,47.6209981490553]],[[-122.342241950778,47.620992528532],[-122.342241795103,47.6209925370988],[-122.34224164331,47.6209925619115],[-122.342241499108,47.620992602364],[-122.342241366019,47.620992657468],[-122.342241247294,47.6209927258773]],[[-122.342241247294,47.6209927258773],[-122.342240919087,47.6209929778388],[-122.34224064257,47.6209932565602],[-122.342240422488,47.6209935572567]],[[-122.342240422488,47.6209935572567],[-122.342240153833,47.620994074866],[-122.342239972662,47.6209946094667]],[[-122.342239972662,47.6209946094667],[-122.342239795843,47.6209960367928]],[[-122.342239795843,47.6209960367928],[-122.342239982267,47.6209974638011]],[[-122.342239982267,47.6209974638011],[-122.342240166708,47.6209979979156],[-122.342240438541,47.6209985147933]],[[-122.342240438541,47.6209985147933],[-122.342240660598,47.6209988149479],[-122.34224093899,47.6209990929486],[-122.342241268933,47.6209993440194]],[[-122.342241268933,47.6209993440194],[-122.342241388055,47.6209994119524],[-122.342241521414,47.6209994665568],[-122.34224166576,47.6209995065012],[-122.342241817572,47.6209995308113],[-122.342241973148,47.6209995388943]],[[-122.342241973148,47.6209995388943],[-122.342242129105,47.6209995304392],[-122.342242281192,47.6209995056783],[-122.34224242568,47.6209994652186],[-122.342242559027,47.620999410052],[-122.342242677962,47.6209993415314]],[[-122.342242677962,47.6209993415314],[-122.342243006169,47.62099908957],[-122.342243282687,47.6209988108486],[-122.342243502769,47.6209985101519]],[[-122.342243502769,47.6209985101519],[-122.342243771423,47.6209979925426],[-122.342243952595,47.6209974579419]],[[-122.342243952595,47.6209974579419],[-122.342244129414,47.6209960306158]],[[-122.342244129414,47.6209960306158],[-122.342243942989,47.6209946036075]],[[-122.342243942989,47.6209946036075],[-122.34224375849,47.6209940699498],[-122.342243486741,47.6209935535146]],[[-122.342243486741,47.6209935535146],[-122.342243264778,47.6209932530419],[-122.342242986375,47.6209929747372],[-122.342242656323,47.6209927233892]],[[-122.342242656323,47.6209927233892],[-122.342242536981,47.6209926553585],[-122.34224240336,47.6209926007027],[-122.342242258731,47.6209925607589],[-122.342242106629,47.6209925365042],[-122.342241950778,47.620992528532]],[[-122.342249786138,47.6209981992449],[-122.342249886377,47.6209981940813],[-122.342249984399,47.620998179037],[-122.342250078073,47.6209981544392],[-122.342250165361,47.6209981208229],[-122.342250244364,47.6209980789192]],[[-122.342250244364,47.6209980789192],[-122.342250448842,47.620997934873],[-122.342250622661,47.6209977735705],[-122.342250762652,47.6209975979534]],[[-122.342250762652,47.6209975979534],[-122.342250933633,47.6209972951064],[-122.342251049453,47.6209969806171]],[[-122.342251049453,47.6209969806171],[-122.342251134677,47.6209965664724],[-122.342251162378,47.6209961487801]],[[-122.342251162378,47.6209961487801],[-122.342251132493,47.6209957311965],[-122.342251045119,47.6209953172961]],[[-122.342251045119,47.6209953172961],[-122.342250926705,47.6209950029345],[-122.342250753124,47.6209947004367]],[[-122.342250753124,47.6209947004367],[-122.342250612199,47.620994525132],[-122.342250437513,47.6209943642259],[-122.342250232252,47.6209942206536]],[[-122.342250232252,47.6209942206536],[-122.342250152826,47.620994178935],[-122.342250065154,47.6209941455531],[-122.342249971145,47.6209941212356],[-122.342249872848,47.6209941065124],[-122.342249772407,47.6209941017045]],[[-122.342249772407,47.6209941017045],[-122.342249672173,47.6209941068818],[-122.342249574156,47.6209941219323],[-122.342249480485,47.6209941465293],[-122.342249393195,47.6209941801386],[-122.342249314181,47.6209942220302]],[[-122.342249314181,47.6209942220302],[-122.342249110175,47.6209943661264],[-122.342248936803,47.6209945274212],[-122.342248797223,47.6209947029785]],[[-122.342248797223,47.6209947029785],[-122.342248625564,47.6209950058045],[-122.342248509092,47.6209953203324]],[[-122.342248509092,47.6209953203324],[-122.342248423871,47.6209957344772],[-122.342248396168,47.6209961521694]],[[-122.342248396168,47.6209961521694],[-122.342248426666,47.6209965702173],[-122.342248514782,47.620996984535]],[[-122.342248514782,47.620996984535],[-122.342248633254,47.6209972984398],[-122.342248806751,47.6209976004952]],[[-122.342248806751,47.6209976004952],[-122.342248947255,47.6209977757551],[-122.342249121494,47.6209979366657],[-122.342249326293,47.6209980802959]],[[-122.342249326293,47.6209980802959],[-122.342249405715,47.6209981220184],[-122.342249493387,47.6209981554025],[-122.342249587397,47.6209981797203],[-122.342249685695,47.6209981944414],[-122.342249786138,47.6209981992449]],[[-122.342249768491,47.6209927739324],[-122.342249615246,47.6209927821725],[-122.342249465714,47.6209928062296],[-122.342249323467,47.6209928455289],[-122.342249191902,47.6209928991321],[-122.342249074162,47.6209929657587]],[[-122.342249074162,47.6209929657587],[-122.342248753988,47.6209932075532],[-122.34224848383,47.620993475656],[-122.342248268394,47.6209937653995]],[[-122.342248268394,47.6209937653995],[-122.342248004081,47.6209942640675],[-122.342247825453,47.6209947797346]],[[-122.342247825453,47.6209947797346],[-122.342247652416,47.6209961539336]],[[-122.342247652416,47.6209961539336],[-122.342247834641,47.6209975279206]],[[-122.342247834641,47.6209975279206],[-122.342248016163,47.6209980427265],[-122.342248283144,47.6209985403325]],[[-122.342248283144,47.6209985403325],[-122.342248500852,47.6209988294247],[-122.342248773154,47.6209990966708],[-122.342249095306,47.6209993374144]],[[-122.342249095306,47.6209993374144],[-122.34224921335,47.6209994036061],[-122.342249345107,47.6209994567572],[-122.342249487435,47.6209994955997],[-122.34224963694,47.6209995192074],[-122.342249790054,47.620999527017]],[[-122.342249790054,47.620999527017],[-122.342249943305,47.620999518792],[-122.342250092843,47.6209994947418],[-122.342250235093,47.6209994554416],[-122.342250366655,47.6209994018307],[-122.342250484383,47.6209993351907]],[[-122.342250484383,47.6209993351907],[-122.342250804935,47.6209990937218],[-122.342251075546,47.6209988259156],[-122.342251291507,47.6209985364316]],[[-122.342251291507,47.6209985364316],[-122.34225155514,47.6209980377441],[-122.342251733118,47.6209975221141]],[[-122.342251733118,47.6209975221141],[-122.342251906155,47.6209961479151]],[[-122.342251906155,47.6209961479151],[-122.34225172393,47.6209947739281]],[[-122.34225172393,47.6209947739281],[-122.342251542471,47.6209942586645],[-122.342251275401,47.6209937606169]],[[-122.342251275401,47.6209937606169],[-122.342251058104,47.6209934715723],[-122.342250786249,47.6209932043222],[-122.342250464569,47.6209929635175]],[[-122.342250464569,47.6209929635175],[-122.342250346291,47.6209928972432],[-122.342250214269,47.6209928440498],[-122.342250071661,47.6209928052088],[-122.342249921875,47.6209927816486],[-122.342249768491,47.6209927739324]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null}},{"type":"Feature","id":10208,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342391052771,47.6207203106444],[-122.342391013017,47.6207189401663]],[[-122.342374024937,47.6207100253822],[-122.342382378167,47.6207067156114]],[[-122.342382378167,47.6207067156114],[-122.342381384905,47.6207100420443]],[[-122.342374024937,47.6207100253822],[-122.342380934115,47.6207151892915]],[[-122.342391013017,47.6207189401663],[-122.342390806627,47.6207174818694],[-122.342390273197,47.6207160617616],[-122.342389425169,47.6207147129639],[-122.342388282322,47.6207134669342],[-122.342386871308,47.6207123527333],[-122.342385225039,47.6207113963478],[-122.342383381909,47.6207106200832],[-122.342381384905,47.6207100420443]],[[-122.342388830311,47.6207194261095],[-122.342388658735,47.6207182443706],[-122.342388213876,47.6207170954707],[-122.342387506779,47.6207160079384],[-122.342386555004,47.6207150087785],[-122.342385382183,47.6207141228013],[-122.342384017439,47.6207133720067],[-122.342382494661,47.6207127750379],[-122.342380851661,47.6207123467182]],[[-122.342391052771,47.6207203106444],[-122.342388856814,47.6207203397616]],[[-122.342388856814,47.6207203397616],[-122.342388830311,47.6207194261095]],[[-122.342380851661,47.6207123467182],[-122.342380934115,47.6207151892915]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1461,"F_area":null,"OBJECTID":10208,"SHAPE__Length":7.3831173270609245,"InstallationDate":null}},{"type":"Feature","id":12061,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342472907716,47.6211195894135],[-122.342464699594,47.6211164362684]],[[-122.342464699594,47.6211164362684],[-122.342465732808,47.6211196701594]],[[-122.342472907716,47.6211195894135],[-122.342466270799,47.6211246846476]],[[-122.342465732808,47.6211196701594],[-122.342463796867,47.6211202512883],[-122.342462014784,47.6211210243345],[-122.342460428119,47.6211219712689],[-122.342459073878,47.6211230700072],[-122.342457983644,47.6211242949246],[-122.342457182842,47.6211256174537],[-122.342456690151,47.6211270067503],[-122.342456517059,47.6211284304133]],[[-122.342466296807,47.6211219117053],[-122.342464703278,47.621122343836],[-122.342463230234,47.6211229393158],[-122.342461914247,47.6211236833609],[-122.342460787988,47.6211245574987],[-122.342459879419,47.621125540027],[-122.342459211098,47.6211266065526],[-122.342458799617,47.6211277305967],[-122.342458655191,47.6211288842526]],[[-122.342456505254,47.6211297664904],[-122.34245864646,47.6211297758818]],[[-122.342456505254,47.6211297664904],[-122.342456517059,47.6211284304133]],[[-122.34245864646,47.6211297758818],[-122.342458655191,47.6211288842526]],[[-122.342466296807,47.6211219117053],[-122.342466270799,47.6211246846476]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1481,"F_area":null,"OBJECTID":12061,"SHAPE__Length":7.199097111302678,"InstallationDate":null}},{"type":"Feature","id":12223,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342291514723,47.6206576681664],[-122.342299721432,47.6206608213417]],[[-122.342299721432,47.6206608213417],[-122.342298689542,47.6206575865323]],[[-122.342291514723,47.6206576681664],[-122.342298150267,47.6206525729601]],[[-122.342298689542,47.6206575865323],[-122.34230062515,47.6206570053848],[-122.34230240692,47.6206562323722],[-122.342303993308,47.6206552855188],[-122.342305347322,47.6206541869024],[-122.342306437391,47.6206529621394],[-122.342307238099,47.6206516397877],[-122.342307730774,47.6206502506806],[-122.34230790393,47.6206488272079]],[[-122.342298125555,47.6206553449856],[-122.342299719053,47.6206549128403],[-122.342301192068,47.6206543173528],[-122.342302508032,47.6206535733061],[-122.342303634275,47.6206526991717],[-122.342304542838,47.6206517166504],[-122.342305211165,47.6206506501336],[-122.342305622666,47.6206495260981],[-122.342305767123,47.6206483724488]],[[-122.342307915712,47.6206474902316],[-122.342305774552,47.6206474817366]],[[-122.342307915712,47.6206474902316],[-122.34230790393,47.6206488272079]],[[-122.342305774552,47.6206474817366],[-122.342305767123,47.6206483724488]],[[-122.342298125555,47.6206553449856],[-122.342298150267,47.6206525729601]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1479,"F_area":null,"OBJECTID":12223,"SHAPE__Length":7.198510346489918,"InstallationDate":null}},{"type":"Feature","id":13091,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342663294195,47.6208569470229],[-122.342658529673,47.6208626453652]],[[-122.342658529673,47.6208626453652],[-122.342663433204,47.6208619218211]],[[-122.342663294195,47.6208569470229],[-122.342671038367,47.6208615375855]],[[-122.342663433204,47.6208619218211],[-122.342664313387,47.6208632601387],[-122.342665486169,47.6208644922856],[-122.342666924095,47.6208655894177],[-122.342668593504,47.6208665258515],[-122.342670455314,47.6208672796656],[-122.342672465944,47.6208678332135],[-122.342674578323,47.6208681735369],[-122.342676743002,47.6208682926688]],[[-122.342666832025,47.6208615258987],[-122.342667486532,47.6208626275954],[-122.342668390064,47.620863646155],[-122.342669520111,47.6208645562025],[-122.342670848521,47.6208653350664],[-122.342672342201,47.6208659633434],[-122.342673963937,47.6208664253814],[-122.342675673331,47.6208667096699],[-122.342677427795,47.6208668091266]],[[-122.342678770984,47.6208682981598],[-122.342678779783,47.6208668127872]],[[-122.342678770984,47.6208682981598],[-122.342676743002,47.6208682926688]],[[-122.342678779783,47.6208668127872],[-122.342677427795,47.6208668091266]],[[-122.342666832025,47.6208615258987],[-122.342671038367,47.6208615375855]],[[-122.342699179533,47.6208589396419],[-122.342699184216,47.6208580003871]],[[-122.342699179533,47.6208589396419],[-122.342706281577,47.6208578162998]],[[-122.342702932585,47.6208574073113],[-122.342699191818,47.6208567948091]],[[-122.342699184216,47.6208580003871],[-122.342702932585,47.6208574073113]],[[-122.342699163288,47.6208614524678],[-122.342699169356,47.6208606526341]],[[-122.342699169356,47.6208606526341],[-122.342707869466,47.6208606766913]],[[-122.342707869466,47.6208606766913],[-122.342707878264,47.6208591913187]],[[-122.342711350201,47.6208578300435],[-122.342711354938,47.6208570302275]],[[-122.34271132852,47.6208614854459],[-122.342711342081,47.6208592011566]],[[-122.342699156521,47.620862595062],[-122.342711321753,47.6208626280402]],[[-122.342699163288,47.6208614524678],[-122.34271132852,47.6208614854459]],[[-122.342707878264,47.6208591913187],[-122.342711342081,47.6208592011566]],[[-122.342706281577,47.6208578162998],[-122.342711350201,47.6208578300435]],[[-122.342706286314,47.6208570164838],[-122.342711354938,47.6208570302275]],[[-122.342699138222,47.6208656791673],[-122.34269914296,47.6208648793513]],[[-122.342699151757,47.6208633939787],[-122.342706586362,47.6208634141283]],[[-122.34269914296,47.6208648793513],[-122.342706586362,47.6208634141283]],[[-122.342702378362,47.6208666014775],[-122.342708053792,47.6208666170695]],[[-122.342703436855,47.6208674042853],[-122.342706984494,47.6208674139113]],[[-122.342703431415,47.6208683174616],[-122.342706979054,47.6208683270875]],[[-122.342702363448,47.6208691142857],[-122.342708037547,47.6208691298953]],[[-122.342703436855,47.6208674042853],[-122.342703319449,47.6208674111251],[-122.342703205578,47.620867431576],[-122.342703098688,47.6208674650191],[-122.342703002014,47.6208675104423],[-122.342702918482,47.6208675664709],[-122.34270285062,47.6208676314093],[-122.342702800481,47.6208677032923],[-122.342702769584,47.6208677799444],[-122.342702758862,47.6208678590458],[-122.342702768641,47.6208679382027],[-122.342702798624,47.6208680150196],[-122.342702847905,47.6208680871716],[-122.342702914991,47.6208681524753],[-122.342702997853,47.6208682089542],[-122.342703093982,47.6208682548992],[-122.34270320047,47.6208682889199],[-122.342703314094,47.6208683099865],[-122.342703431415,47.6208683174616]],[[-122.342706979054,47.6208683270875],[-122.342707096518,47.6208683202956],[-122.342707210455,47.6208682998795],[-122.342707317416,47.6208682664574],[-122.342707414159,47.6208682210417],[-122.342707497755,47.6208681650081],[-122.342707565672,47.6208681000538],[-122.342707615852,47.6208680281463],[-122.342707646776,47.6208679514635],[-122.342707657507,47.6208678723283],[-122.342707647719,47.6208677931375],[-122.34270761771,47.6208677162898],[-122.342707568388,47.620867644113],[-122.342707501247,47.6208675787931],[-122.342707418321,47.6208675223089],[-122.342707322122,47.620867476371],[-122.342707215564,47.6208674423711],[-122.342707101873,47.6208674213388],[-122.342706984494,47.6208674139113]],[[-122.342702378362,47.6208666014775],[-122.34270172218,47.6208666253702],[-122.342701074597,47.6208667006327],[-122.342700564066,47.6208668076796],[-122.342700081604,47.6208669629939],[-122.342699803312,47.6208670884007],[-122.342699554064,47.6208672390259],[-122.34269933885,47.620867411854],[-122.342699247905,47.6208675113652],[-122.342699181024,47.6208676191982],[-122.342699139834,47.6208677327296],[-122.342699125338,47.6208678491972],[-122.342699138385,47.620867965859],[-122.342699178208,47.6208680797309],[-122.342699243836,47.6208681880385],[-122.34269933367,47.6208682881427],[-122.342699546806,47.620868461703],[-122.3426997941,47.6208686132869],[-122.342700070619,47.6208687398691],[-122.342700551176,47.6208688976995],[-122.342701060359,47.6208690074213],[-122.342701707266,47.6208690865405],[-122.342702363448,47.6208691142857]],[[-122.342711303455,47.6208657121455],[-122.342711308192,47.6208649123295]],[[-122.342699138222,47.6208656791673],[-122.342711303455,47.6208657121455]],[[-122.342703873588,47.6208648921802],[-122.342711308192,47.6208649123295]],[[-122.342703873588,47.6208648921802],[-122.34271131699,47.620863426957]],[[-122.342708053792,47.6208666170695],[-122.342708709304,47.6208666448753],[-122.342709355551,47.6208667239515],[-122.342709864734,47.6208668336719],[-122.342710345291,47.6208669915036],[-122.342710622277,47.6208671180153],[-122.342710870021,47.620867269595],[-122.342711083569,47.6208674432122],[-122.34271117305,47.6208675433814],[-122.342711238332,47.6208676517113],[-122.342711277826,47.620867765566],[-122.342711290571,47.6208678821754],[-122.34271127637,47.6208679985812],[-122.342711235507,47.6208681120859],[-122.342711168975,47.6208682199324],[-122.34271107839,47.6208683195009],[-122.342710862766,47.6208684923985],[-122.342710613069,47.6208686430315],[-122.342710334306,47.6208687683788],[-122.342709852492,47.6208689236233],[-122.342709342642,47.6208690307224],[-122.3427086944,47.6208691060455],[-122.342708037547,47.6208691298953]],[[-122.34271131699,47.620863426957],[-122.342711321753,47.6208626280402]],[[-122.342699151757,47.6208633939787],[-122.342699156521,47.620862595062]],[[-122.342706286314,47.6208570164838],[-122.342699197831,47.6208558555367]],[[-122.342699191818,47.6208567948091],[-122.342699197831,47.6208558555367]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null}},{"type":"Feature","id":13487,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342661244925,47.6209161046563],[-122.342658947392,47.6209149719301]],[[-122.342658947392,47.6209149719301],[-122.342655405451,47.6209140581191]],[[-122.342655405451,47.6209140581191],[-122.342654204392,47.6209144869682]],[[-122.342654204392,47.6209144869682],[-122.342657640917,47.6209153904823]],[[-122.342657640917,47.6209153904823],[-122.342654379196,47.6209159258249]],[[-122.342654379196,47.6209159258249],[-122.342652879787,47.6209145558125]],[[-122.342652879787,47.6209145558125],[-122.342648386513,47.6209148816854]],[[-122.342648386513,47.6209148816854],[-122.342649395531,47.6209156302737]],[[-122.342649395531,47.6209156302737],[-122.342651801283,47.6209154481345]],[[-122.342651801283,47.6209154481345],[-122.342652794969,47.6209164020371]],[[-122.342652794969,47.6209164020371],[-122.342644581202,47.6209151174698]],[[-122.342644581202,47.6209151174698],[-122.342643663245,47.6209158565281]],[[-122.342654044266,47.6209174524066],[-122.342643663245,47.6209158565281]],[[-122.342654044266,47.6209174524066],[-122.342661244925,47.6209161046563]],[[-122.342648892943,47.620918119862],[-122.342648892972,47.6209183501618]],[[-122.342700748518,47.620918062785],[-122.342713580519,47.6209153026277]],[[-122.342701998773,47.6209161192395],[-122.342689253561,47.6209161380328]],[[-122.342701998773,47.6209161192395],[-122.342700748518,47.620918062785]],[[-122.342701993616,47.6209145198016],[-122.342689248405,47.6209145385948]],[[-122.342700730485,47.6209125799019],[-122.342713580519,47.6209153026277]],[[-122.342701993616,47.6209145198016],[-122.342700730485,47.6209125799019]],[[-122.342689248405,47.6209145385948],[-122.342689253561,47.6209161380328]],[[-122.34266306921,47.6209147760287],[-122.342662873479,47.6209147714276]],[[-122.342662873479,47.6209147714276],[-122.342662580168,47.6209147830968],[-122.342662290669,47.6209148169403]],[[-122.342662290669,47.6209148169403],[-122.34266206415,47.6209148638559],[-122.342661849578,47.6209149316427]],[[-122.342661849578,47.6209149316427],[-122.342661725382,47.6209149864743],[-122.342661613888,47.6209150525548],[-122.342661517321,47.6209151285656]],[[-122.342661517321,47.6209151285656],[-122.342661477894,47.6209151710837],[-122.342661449025,47.620915217294],[-122.342661431453,47.6209152660149],[-122.342661425625,47.6209153160009]],[[-122.342661425625,47.6209153160009],[-122.342661431768,47.6209153661188],[-122.342661449716,47.6209154149307],[-122.342661479007,47.6209154611815],[-122.34266151889,47.6209155036821]],[[-122.34266151889,47.6209155036821],[-122.342661615849,47.6209155791522],[-122.342661727586,47.6209156446852],[-122.342661851882,47.6209156989794]],[[-122.342661851882,47.6209156989794],[-122.342662066534,47.6209157658443],[-122.342662292923,47.6209158118789]],[[-122.342662292923,47.6209158118789],[-122.342662583103,47.6209158452286],[-122.342662877012,47.6209158563102]],[[-122.342662877012,47.6209158563102],[-122.342663072455,47.6209158510195]],[[-122.34266471255,47.6209157411071],[-122.34266480292,47.6209156435361],[-122.342664869018,47.6209155374912],[-122.342664909148,47.6209154256934],[-122.342664922281,47.620915311011]],[[-122.342664191891,47.6209160484817],[-122.34266438637,47.6209159629133],[-122.342664561079,47.6209158597728],[-122.34266471255,47.6209157411071]],[[-122.342663594973,47.6209162039339],[-122.342663901537,47.6209161403466],[-122.342664191891,47.6209160484817]],[[-122.342663589842,47.6209144218748],[-122.342663068136,47.6209143721181]],[[-122.342664187754,47.6209145758752],[-122.34266389683,47.6209144847078],[-122.342663589842,47.6209144218748]],[[-122.342664708915,47.6209148820279],[-122.342664557177,47.6209147637629],[-122.342664382301,47.6209146610333],[-122.342664187754,47.6209145758752]],[[-122.342664922281,47.620915311011],[-122.342664908153,47.6209151964547],[-122.342664867069,47.6209150848886],[-122.342664800084,47.6209149791755],[-122.342664708915,47.6209148820279]],[[-122.342663074859,47.6209162549124],[-122.342663072455,47.6209158510195]],[[-122.342663074859,47.6209162549124],[-122.342663594973,47.6209162039339]],[[-122.34266306921,47.6209147760287],[-122.342663068136,47.6209143721181]],[[-122.342648916234,47.6209182347032],[-122.342648908797,47.6209181704744],[-122.34264888723,47.6209181077119],[-122.342648852014,47.6209180478199],[-122.342648803937,47.6209179921388],[-122.342648744077,47.6209179419143]],[[-122.342648744077,47.6209179419143],[-122.342648534478,47.6209178097037],[-122.342648300538,47.6209176975662],[-122.342648046458,47.6209176075149]],[[-122.342648046458,47.6209176075149],[-122.342647608159,47.6209174970967],[-122.34264715358,47.6209174223414]],[[-122.34264715358,47.6209174223414],[-122.342646553548,47.6209173677184],[-122.342645948629,47.6209173501593]],[[-122.342645948629,47.6209173501593],[-122.342645344415,47.6209173693375],[-122.342644745296,47.6209174254917]],[[-122.342644745296,47.6209174254917],[-122.342644291347,47.6209175017667],[-122.342643853935,47.6209176136361]],[[-122.342643853935,47.6209176136361],[-122.342643600416,47.6209177045029],[-122.342643367204,47.6209178174059],[-122.342643158488,47.6209179503169]],[[-122.342643158488,47.6209179503169],[-122.342643098689,47.6209180007482],[-122.342643050749,47.6209180566386],[-122.342643015744,47.6209181167318],[-122.342642994461,47.6209181796771],[-122.34264298738,47.6209182440597]],[[-122.34264298738,47.6209182440597],[-122.342642994835,47.6209183082857],[-122.34264301641,47.6209183710451],[-122.342643051625,47.6209184309352],[-122.342643099692,47.6209184866179],[-122.342643159537,47.6209185368486]],[[-122.342643159537,47.6209185368486],[-122.34264336955,47.6209186691186],[-122.342643603939,47.6209187812519],[-122.342643858486,47.6209188712304]],[[-122.342643858486,47.6209188712304],[-122.342644296131,47.6209189816063],[-122.342644750034,47.6209190564215]],[[-122.342644750034,47.6209190564215],[-122.342645350066,47.6209191110438],[-122.342645954985,47.6209191286037]],[[-122.342645954985,47.6209191286037],[-122.342646559885,47.6209191090098],[-122.342647159622,47.6209190523543]],[[-122.342647159622,47.6209190523543],[-122.342647612865,47.620918976482],[-122.342648049679,47.6209188651268]],[[-122.342648049679,47.6209188651268],[-122.342648303664,47.6209187743179],[-122.342648537325,47.6209186614075],[-122.342648746456,47.6209185284284]],[[-122.342648746456,47.6209185284284],[-122.342648805953,47.6209184779307],[-122.3426488536,47.6209184220128],[-122.34264888833,47.6209183619276],[-122.342648909366,47.6209182990212],[-122.342648916234,47.6209182347032]],[[-122.342640603038,47.6209182468923],[-122.342640615391,47.6209183519796],[-122.342640651782,47.6209184545028],[-122.34264071133,47.6209185519795],[-122.342640792592,47.6209186420492],[-122.342640893601,47.6209187225311]],[[-122.342640893601,47.6209187225311],[-122.342641266306,47.6209189446668],[-122.34264167903,47.620919131921],[-122.342642124637,47.6209192810562]],[[-122.342642124637,47.6209192810562],[-122.342642889425,47.6209194626212],[-122.34264367961,47.620919585194]],[[-122.34264367961,47.620919585194],[-122.342645792069,47.6209197047153]],[[-122.342645792069,47.6209197047153],[-122.342647902726,47.620919578667]],[[-122.342647902726,47.620919578667],[-122.34264869219,47.6209194538946],[-122.342649455893,47.6209192701942]],[[-122.342649455893,47.6209192701942],[-122.342649900145,47.6209191199239],[-122.342650311339,47.6209189316982],[-122.34265068238,47.6209187087654]],[[-122.34265068238,47.6209187087654],[-122.342650783119,47.62091862794],[-122.342650864005,47.6209185375467],[-122.342650923074,47.6209184397806],[-122.34265095889,47.620918337016],[-122.342650970585,47.6209182317485]],[[-122.342650970585,47.6209182317485],[-122.342650958227,47.620918126662],[-122.342650921834,47.6209180241397],[-122.342650862286,47.6209179266636],[-122.342650781027,47.6209178365934],[-122.342650680022,47.6209177561098]],[[-122.342650680022,47.6209177561098],[-122.342650307249,47.6209175342906],[-122.342649894536,47.6209173473389],[-122.342649449012,47.620917198484]],[[-122.342649449012,47.620917198484],[-122.342648684225,47.6209170169163],[-122.342647894039,47.6209168943464]],[[-122.342647894039,47.6209168943464],[-122.34264578158,47.6209167748251]],[[-122.34264578158,47.6209167748251],[-122.342643672254,47.6209169008557]],[[-122.342643672254,47.6209169008557],[-122.342642882112,47.6209170255851],[-122.342642117756,47.620917209346]],[[-122.342642117756,47.620917209346],[-122.3426416735,47.6209173596114],[-122.342641262305,47.6209175478374],[-122.34264089127,47.6209177707748]],[[-122.34264089127,47.6209177707748],[-122.342640790675,47.6209178514505],[-122.342640709865,47.6209179416676],[-122.342640650796,47.6209180392418],[-122.342640614897,47.6209181418111],[-122.342640603038,47.6209182468923]],[[-122.342648990454,47.6209129503103],[-122.342648982622,47.6209128825482],[-122.342648960139,47.6209128162918],[-122.34264892349,47.6209127529725],[-122.342648873467,47.6209126939581],[-122.34264881115,47.6209126405235]],[[-122.34264881115,47.6209126405235],[-122.342648598291,47.6209125023647],[-122.342648359705,47.6209123848439],[-122.342648099761,47.6209122901138]],[[-122.342648099761,47.6209122901138],[-122.342647651953,47.6209121740788],[-122.342647186645,47.620912095313]],[[-122.342647186645,47.620912095313],[-122.342646574105,47.6209120381509],[-122.342645956318,47.6209120198689]],[[-122.342645956318,47.6209120198689],[-122.342645338646,47.6209120400772],[-122.342644726488,47.6209120991512]],[[-122.342644726488,47.6209120991512],[-122.342644262102,47.6209121792744],[-122.342643815437,47.6209122965528]],[[-122.342643815437,47.6209122965528],[-122.342643555956,47.6209123919172],[-122.342643317958,47.6209125100258],[-122.342643105802,47.6209126487151]],[[-122.342643105802,47.6209126487151],[-122.342643044162,47.6209127023405],[-122.342642994829,47.6209127614692],[-122.342642958866,47.6209128248278],[-122.342642937048,47.6209128910519],[-122.342642929844,47.6209129587152]],[[-122.342642929844,47.6209129587152],[-122.342642937292,47.6209130266116],[-122.342642959449,47.6209130930352],[-122.342642995834,47.6209131565465],[-122.342643045659,47.6209132157688],[-122.342643107843,47.6209132694188]],[[-122.342643107843,47.6209132694188],[-122.342643320783,47.6209134072533],[-122.342643559357,47.6209135244708],[-122.342643819206,47.6209136189293]],[[-122.342643819206,47.6209136189293],[-122.342644267014,47.6209137349644],[-122.342644732322,47.6209138137302]],[[-122.342644732322,47.6209138137302],[-122.342645344844,47.6209138713429],[-122.342645962675,47.6209138900735]],[[-122.342645962675,47.6209138900735],[-122.342646580366,47.6209138694153],[-122.342647192479,47.620913809892]],[[-122.342647192479,47.620913809892],[-122.342647657542,47.6209137298119],[-122.342648104861,47.6209136124726]],[[-122.342648104861,47.6209136124726],[-122.34264836387,47.6209135170458],[-122.342648601419,47.6209133989448],[-122.342648813165,47.620913260328]],[[-122.342648813165,47.620913260328],[-122.342648875083,47.6209132067583],[-122.342648924695,47.6209131476543],[-122.342648960931,47.6209130842904],[-122.342648983009,47.6209130180328],[-122.342648990454,47.6209129503103]],[[-122.34264096466,47.6209129622865],[-122.342640976955,47.6209130655985],[-122.342641012574,47.6209131664231],[-122.342641070679,47.6209132623824],[-122.342641149898,47.6209133512128],[-122.342641248364,47.6209134308192]],[[-122.342641248364,47.6209134308192],[-122.342641605627,47.6209136474632],[-122.342642002195,47.6209138304211],[-122.342642431126,47.6209139764905]],[[-122.342642431126,47.6209139764905],[-122.342643168582,47.6209141547031],[-122.342643931383,47.6209142750565]],[[-122.342643931383,47.6209142750565],[-122.34264494384,47.6209143640073],[-122.342645963959,47.6209143929384]],[[-122.342645963959,47.6209143929384],[-122.34264698408,47.6209143613426],[-122.342647996192,47.6209142697293]],[[-122.342647996192,47.6209142697293],[-122.342648758449,47.6209141470103],[-122.342649494957,47.6209139664761]],[[-122.342649494957,47.6209139664761],[-122.342649922832,47.62091381914],[-122.342650318118,47.620913635032],[-122.342650673899,47.6209134173727]],[[-122.342650673899,47.6209134173727],[-122.342650771859,47.6209133374078],[-122.342650850485,47.6209132482707],[-122.342650907921,47.6209131520664],[-122.342650942812,47.6209130510664],[-122.342650954333,47.6209129476558]],[[-122.342650954333,47.6209129476558],[-122.34265094221,47.6209128441522],[-122.34265090667,47.6209127431278],[-122.342650848554,47.6209126469751],[-122.342650769239,47.6209125579712],[-122.342650670603,47.6209124782237]],[[-122.342650670603,47.6209124782237],[-122.342650313341,47.6209122615789],[-122.342649916773,47.620912078621],[-122.342649487841,47.6209119325526]],[[-122.342649487841,47.6209119325526],[-122.342648750385,47.6209117543401],[-122.342647987584,47.6209116339866]],[[-122.342647987584,47.6209116339866],[-122.342646975127,47.6209115450361],[-122.342645955009,47.6209115161048]],[[-122.342645955009,47.6209115161048],[-122.342644934887,47.6209115477009],[-122.342643922775,47.6209116393138]],[[-122.342643922775,47.6209116393138],[-122.342643161195,47.6209117620734],[-122.342642425341,47.6209119425493]],[[-122.342642425341,47.6209119425493],[-122.342641997461,47.6209120898812],[-122.342641602175,47.6209122739894],[-122.342641246398,47.6209124916526]],[[-122.342641246398,47.6209124916526],[-122.342641147993,47.6209125716991],[-122.342641068998,47.620912660984],[-122.342641011287,47.6209127573881],[-122.34264097623,47.6209128586232],[-122.34264096466,47.6209129622865]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null}},{"type":"Feature","id":13943,"geometry":{"type":"MultiLineString","coordinates":[[[-122.34252080702,47.6210167234944],[-122.342520819449,47.6210153631196]],[[-122.342520819449,47.6210153631196],[-122.342514249803,47.6210098420687]],[[-122.342514249803,47.6210098420687],[-122.342507614107,47.621015299832]],[[-122.342507614107,47.621015299832],[-122.342507602251,47.6210166799906]],[[-122.342507602251,47.6210166799906],[-122.342514229863,47.6210112187362]],[[-122.342514229863,47.6210112187362],[-122.34252080702,47.6210167234944]],[[-122.342520818264,47.6210139921299],[-122.342520831111,47.6210126461433]],[[-122.342520831111,47.6210126461433],[-122.342514255023,47.6210071323747]],[[-122.342514255023,47.6210071323747],[-122.34250765284,47.6210125986897]],[[-122.34250765284,47.6210125986897],[-122.342507641428,47.6210139482557]],[[-122.342507641428,47.6210139482557],[-122.342514268074,47.6210084996086]],[[-122.342514268074,47.6210084996086],[-122.342520818264,47.6210139921299]],[[-122.342511968848,47.6210239584058],[-122.342511528765,47.6210230070567]],[[-122.342512231977,47.6210248644221],[-122.342511968848,47.6210239584058]],[[-122.342512405887,47.6210258597833],[-122.342512231977,47.6210248644221]],[[-122.342512480093,47.6210268123857],[-122.342512405887,47.6210258597833]],[[-122.342512475406,47.6210277516405],[-122.342512480093,47.6210268123857]],[[-122.342512383403,47.6210287082461],[-122.342512475406,47.6210277516405]],[[-122.342512209665,47.6210296452446],[-122.342512383403,47.6210287082461]],[[-122.342511993102,47.6210303902944],[-122.342512209665,47.6210296452446]],[[-122.342511739921,47.6210310197801],[-122.342511993102,47.6210303902944]],[[-122.342511335112,47.6210317430367],[-122.342511739921,47.6210310197801]],[[-122.342511029404,47.6210321213282],[-122.342511335112,47.6210317430367]],[[-122.342510703744,47.6210324081241],[-122.342510881189,47.621032272266],[-122.342511029404,47.6210321213282]],[[-122.342510484124,47.621032543279],[-122.342510703744,47.6210324081241]],[[-122.342510246144,47.6210326417933],[-122.342510484124,47.621032543279]],[[-122.342510009468,47.6210326935107],[-122.342510246144,47.6210326417933]],[[-122.342509862011,47.6210327017633],[-122.342510009468,47.6210326935107]],[[-122.342509648571,47.621032683003],[-122.342509862011,47.6210327017633]],[[-122.342509411216,47.6210326195793],[-122.342509648571,47.621032683003]],[[-122.34250917373,47.6210325057791],[-122.342509411216,47.6210326195793]],[[-122.342508977006,47.6210323752456],[-122.34250917373,47.6210325057791]],[[-122.34250870911,47.6210321305057],[-122.342508977006,47.6210323752456]],[[-122.342508335926,47.6210316505646],[-122.34250870911,47.6210321305057]],[[-122.342507906458,47.6210307899352],[-122.342508335926,47.6210316505646]],[[-122.342507326414,47.6210279953422],[-122.342507511927,47.6210294024937],[-122.342507906458,47.6210307899352]],[[-122.342507502851,47.6210253166634],[-122.342507326414,47.6210279953422]],[[-122.342508162427,47.6210233305748],[-122.342507762032,47.6210243129661],[-122.342507502851,47.6210253166634]],[[-122.342508469385,47.6210228119276],[-122.342508298542,47.6210230665823],[-122.342508162427,47.6210233305748]],[[-122.34250870679,47.621022510109],[-122.342508469385,47.6210228119276]],[[-122.34250943056,47.6210219571472],[-122.3425091508,47.6210221174428],[-122.342508907882,47.6210223030324],[-122.34250870679,47.621022510109]],[[-122.342509951666,47.6210218485812],[-122.342509813163,47.6210218535161],[-122.342509677732,47.6210218736852],[-122.342509549038,47.6210219085432],[-122.34250943056,47.6210219571472]],[[-122.34251026288,47.6210218894348],[-122.342509951666,47.6210218485812]],[[-122.342510569687,47.6210220077134],[-122.342510423547,47.6210219400138],[-122.34251026288,47.6210218894348]],[[-122.342511143244,47.6210224688045],[-122.342510981301,47.6210222992733],[-122.342510789105,47.6210221447636],[-122.342510569687,47.6210220077134]],[[-122.342511143244,47.6210224688045],[-122.342511920892,47.6210181772494]],[[-122.342511920892,47.6210181772494],[-122.342511694197,47.6210173346223]],[[-122.342511694197,47.6210173346223],[-122.342512174062,47.621016263121]],[[-122.342512174062,47.621016263121],[-122.342513182762,47.6210162668378]],[[-122.342513182762,47.6210162668378],[-122.342513189782,47.6210168757805]],[[-122.342513189782,47.6210168757805],[-122.342512306189,47.6210168731036]],[[-122.342512306189,47.6210168731036],[-122.342512122354,47.6210172785665]],[[-122.342512122354,47.6210172785665],[-122.342512323385,47.6210180621598]],[[-122.342512323385,47.6210180621598],[-122.342512045648,47.6210200009034]],[[-122.342512045648,47.6210200009034],[-122.342515665304,47.6210200158778]],[[-122.342515665304,47.6210200158778],[-122.34251572419,47.6210196606507]],[[-122.342515206263,47.6210193742458],[-122.342515360056,47.6210194845364],[-122.342515533665,47.621019580539],[-122.34251572419,47.6210196606507]],[[-122.342514817015,47.6210189826795],[-122.34251498684,47.6210191896627],[-122.342515206263,47.6210193742458]],[[-122.342514768531,47.6210188249911],[-122.342514817015,47.6210189826795]],[[-122.34251476913,47.621018753914],[-122.342514768531,47.6210188249911]],[[-122.342514784569,47.6210186898369],[-122.34251476913,47.621018753914]],[[-122.342514812291,47.6210186363923],[-122.342514784569,47.6210186898369]],[[-122.342514849664,47.6210185945147],[-122.342514812291,47.6210186363923]],[[-122.342514894078,47.6210185660379],[-122.342514849664,47.6210185945147]],[[-122.342514942978,47.6210185545941],[-122.342514894078,47.6210185660379]],[[-122.342514942978,47.6210185545941],[-122.342516921569,47.6210183709253]],[[-122.342516989716,47.621018380817],[-122.342516921569,47.6210183709253]],[[-122.342517039764,47.6210184089408],[-122.342516989716,47.621018380817]],[[-122.342517073017,47.62101845438],[-122.342517039764,47.6210184089408]],[[-122.342517090752,47.6210185153183],[-122.342517073017,47.62101845438]],[[-122.342517078235,47.6210186801129],[-122.342517090752,47.6210185153183]],[[-122.34251700456,47.6210188924981],[-122.342517078235,47.6210186801129]],[[-122.342516897999,47.6210191179141],[-122.34251700456,47.6210188924981]],[[-122.342516760245,47.6210193230525],[-122.342516897999,47.6210191179141]],[[-122.342516233352,47.6210196449028],[-122.342516391618,47.6210195863851],[-122.342516534435,47.6210195119699],[-122.342516658318,47.6210194234727],[-122.342516760245,47.6210193230525]],[[-122.342516233352,47.6210196449028],[-122.342516088405,47.6210204276862]],[[-122.342516088405,47.6210204276862],[-122.34251692622,47.6210226593037]],[[-122.342517246403,47.6210223213027],[-122.34251692622,47.6210226593037]],[[-122.342517587946,47.6210220774774],[-122.342517402633,47.621022190136],[-122.342517246403,47.6210223213027]],[[-122.342517941617,47.6210219306492],[-122.342517587946,47.6210220774774]],[[-122.342518299487,47.6210218827224],[-122.342518176746,47.6210218849787],[-122.342518056314,47.6210219011073],[-122.342517941617,47.6210219306492]],[[-122.3425188177,47.6210219954987],[-122.3425186554,47.6210219380727],[-122.342518480965,47.621021900111],[-122.342518299487,47.6210218827224]],[[-122.342519299297,47.6210223138717],[-122.342519161138,47.6210221930657],[-122.342518999576,47.6210220862607],[-122.3425188177,47.6210219954987]],[[-122.342520111597,47.6210234824886],[-122.342519770154,47.6210228777461],[-122.342519299297,47.6210223138717]],[[-122.342520651365,47.6210252097788],[-122.342520111597,47.6210234824886]],[[-122.342520836369,47.6210273214086],[-122.342520651365,47.6210252097788]],[[-122.342520614053,47.6210294276444],[-122.342520836369,47.6210273214086]],[[-122.342520043983,47.6210311507598],[-122.342520614053,47.6210294276444]],[[-122.342519211463,47.6210323124003],[-122.342519702794,47.6210317560231],[-122.342520043983,47.6210311507598]],[[-122.342518724289,47.6210326274267],[-122.342518983608,47.6210324809663],[-122.342519211463,47.6210323124003]],[[-122.342518203184,47.6210327359927],[-122.342518341712,47.6210327311442],[-122.342518477169,47.6210327110008],[-122.342518605864,47.6210326761114],[-122.342518724289,47.6210326274267]],[[-122.342517772444,47.6210326571412],[-122.34251790926,47.6210326986201],[-122.342518054034,47.6210327251226],[-122.342518203184,47.6210327359927]],[[-122.342517364054,47.6210324313569],[-122.342517486193,47.6210325176497],[-122.342517623001,47.6210325932857],[-122.342517772444,47.6210326571412]],[[-122.342516637064,47.6210315890667],[-122.342516830258,47.6210318882465],[-122.342517073686,47.6210321702819],[-122.342517364054,47.6210324313569]],[[-122.342515735869,47.6210286862811],[-122.342516028528,47.6210301599507],[-122.342516637064,47.6210315890667]],[[-122.342515735869,47.6210286862811],[-122.342514946036,47.6210289801318]],[[-122.34251473586,47.6210294408202],[-122.342514835041,47.6210292937567],[-122.342514905485,47.6210291393476],[-122.342514946036,47.6210289801318]],[[-122.34251473586,47.6210294408202],[-122.342514864237,47.6210308389107]],[[-122.342514864237,47.6210308389107],[-122.342515043903,47.6210308401267]],[[-122.342515043903,47.6210308401267],[-122.34251505486,47.6210312178176]],[[-122.34251505486,47.6210312178176],[-122.342514486966,47.6210312730274]],[[-122.342514486966,47.6210312730274],[-122.342514491162,47.6210308672478]],[[-122.342514491162,47.6210308672478],[-122.342514629543,47.621030867212]],[[-122.342514629543,47.621030867212],[-122.342514470573,47.6210294695271]],[[-122.342514304468,47.6210293394871],[-122.342514325327,47.6210293716453],[-122.342514353051,47.6210294013537],[-122.342514387025,47.6210294279511],[-122.342514426492,47.6210294508455],[-122.342514470573,47.6210294695271]],[[-122.342514166106,47.6210284687003],[-122.342514145452,47.6210287626152],[-122.342514191939,47.6210290551865],[-122.342514304468,47.6210293394871]],[[-122.342514166106,47.6210284687003],[-122.342511649484,47.6210223523391]],[[-122.342511649484,47.6210223523391],[-122.342511528765,47.6210230070567]],[[-122.342516564336,47.621023119305],[-122.34251582833,47.6210254299878],[-122.342515675304,47.6210277910729]],[[-122.342516564336,47.621023119305],[-122.342515924344,47.6210214689111]],[[-122.342515924344,47.6210214689111],[-122.342514852661,47.6210279630117]],[[-122.342514852661,47.6210279630117],[-122.342515675304,47.6210277910729]],[[-122.342511898772,47.6210209465417],[-122.342515510448,47.6210209616219]],[[-122.342515510448,47.6210209616219],[-122.342514496634,47.6210270654241]],[[-122.342514496634,47.6210270654241],[-122.342514460821,47.621026427176]],[[-122.342514460821,47.621026427176],[-122.34251457127,47.6210264275107]],[[-122.34251457127,47.6210264275107],[-122.342514560835,47.621026021925]],[[-122.342514560835,47.621026021925],[-122.342514077753,47.6210260193348]],[[-122.342514077753,47.6210260193348],[-122.34251408738,47.6210263970432]],[[-122.34251408738,47.6210263970432],[-122.34251421246,47.6210263971838]],[[-122.34251421246,47.6210263971838],[-122.342514234008,47.6210270940957]],[[-122.342514234008,47.6210270940957],[-122.342511838739,47.6210213080813]],[[-122.342511838739,47.6210213080813],[-122.342511898772,47.6210209465417]],[[-122.342516851172,47.6210239251503],[-122.342516277894,47.6210257281489],[-122.342516163887,47.6210275704869]],[[-122.342516851172,47.6210239251503],[-122.342517938815,47.6210269712002]],[[-122.342517938815,47.6210269712002],[-122.342516163887,47.6210275704869]],[[-122.342518139612,47.6210277467],[-122.342516229564,47.6210285043106]],[[-122.342516229564,47.6210285043106],[-122.342516322497,47.6210291490217],[-122.342516502242,47.6210297853376]],[[-122.342516502242,47.6210297853376],[-122.34251695474,47.6210307976955]],[[-122.34251695474,47.6210307976955],[-122.342517109274,47.6210310350073],[-122.34251730563,47.6210312578301],[-122.342517540869,47.6210314628313]],[[-122.342517540869,47.6210314628313],[-122.342517869376,47.621031641096]],[[-122.342517869376,47.621031641096],[-122.342517948581,47.6210316706027],[-122.342518033745,47.6210316912345],[-122.342518122695,47.621031702465],[-122.342518213164,47.6210317040079]],[[-122.342518213164,47.6210317040079],[-122.342518360314,47.6210316901802],[-122.342518502196,47.6210316604656],[-122.342518635061,47.6210316156492]],[[-122.342518635061,47.6210316156492],[-122.342518784709,47.621031543938],[-122.342518917141,47.6210314582131],[-122.342519029494,47.6210313603273]],[[-122.342519029494,47.6210313603273],[-122.342519413229,47.621030905736],[-122.342519702119,47.6210304203118]],[[-122.342519702119,47.6210304203118],[-122.342519982276,47.6210297301131],[-122.342520164612,47.6210290251813]],[[-122.342520164612,47.6210290251813],[-122.342520330529,47.6210273181252],[-122.342520194602,47.6210256098648]],[[-122.342520194602,47.6210256098648],[-122.342519988779,47.6210247971273],[-122.342519621895,47.6210240105935],[-122.342519100679,47.6210232646942]],[[-122.342519100679,47.6210232646942],[-122.342519002274,47.6210231749846],[-122.342518885511,47.6210230959071],[-122.342518752888,47.6210230291526],[-122.342518607238,47.6210229761485],[-122.342518451678,47.6210229380281],[-122.342518289533,47.6210229156065]],[[-122.342518289533,47.6210229156065],[-122.342518086359,47.6210229421536],[-122.342517891375,47.6210229889099],[-122.342517708978,47.6210230548208],[-122.342517543282,47.6210231383998],[-122.342517398025,47.6210232377617],[-122.342517276482,47.6210233506656],[-122.342517181394,47.6210234745649]],[[-122.342517181394,47.6210234745649],[-122.342518288651,47.6210266463001]],[[-122.342518388512,47.6210266944544],[-122.342518370256,47.6210266770033],[-122.342518346711,47.6210266627179],[-122.342518319049,47.6210266523105],[-122.342518288651,47.6210266463001]],[[-122.342518469335,47.6210268202277],[-122.342518388512,47.6210266944544]],[[-122.342518525226,47.6210270039065],[-122.342518506391,47.6210269108076],[-122.342518469335,47.6210268202277]],[[-122.342518543693,47.6210272276645],[-122.342518525226,47.6210270039065]],[[-122.342518520953,47.6210274528685],[-122.342518542376,47.6210273407277],[-122.342518543693,47.6210272276645]],[[-122.34251845977,47.6210276372002],[-122.342518520953,47.6210274528685]],[[-122.342518370212,47.6210277607347],[-122.342518408182,47.6210277223831],[-122.342518438214,47.6210276809576],[-122.34251845977,47.6210276372002]],[[-122.342518317974,47.621027794713],[-122.342518370212,47.6210277607347]],[[-122.342518262424,47.6210278062449],[-122.342518317974,47.621027794713]],[[-122.342518199414,47.6210277899879],[-122.342518262424,47.6210278062449]],[[-122.342518168274,47.621027771509],[-122.342518199414,47.6210277899879]],[[-122.342518139612,47.6210277467],[-122.342518168274,47.621027771509]],[[-122.342510187473,47.6210271792409],[-122.342510940743,47.6210256484368],[-122.342511349055,47.6210240592843]],[[-122.342510164967,47.6210274125383],[-122.342510187473,47.6210271792409]],[[-122.342510022416,47.6210277274928],[-122.342510093315,47.6210276277529],[-122.342510141194,47.6210275219686],[-122.342510164967,47.6210274125383]],[[-122.342509917287,47.6210277729677],[-122.342509942708,47.6210277696282],[-122.342509966745,47.6210277631284],[-122.342509988542,47.6210277536999],[-122.342510007322,47.6210277416786],[-122.342510022416,47.6210277274928]],[[-122.342509861059,47.6210277611188],[-122.342509917287,47.6210277729677]],[[-122.342509809498,47.6210277267177],[-122.342509861059,47.6210277611188]],[[-122.342509664803,47.6210274173715],[-122.34250968928,47.6210275250875],[-122.342509737892,47.6210276290168],[-122.342509809498,47.6210277267177]],[[-122.342509667877,47.6210269729235],[-122.342509645102,47.6210271950807],[-122.342509664803,47.6210274173715]],[[-122.342509813297,47.6210266651278],[-122.342509742572,47.6210267625419],[-122.342509693748,47.6210268658815],[-122.342509667877,47.6210269729235]],[[-122.342509920877,47.6210266124235],[-122.342509894772,47.6210266178735],[-122.342509870338,47.6210266261244],[-122.342509848231,47.6210266369546],[-122.342509829046,47.6210266500732],[-122.342509813297,47.6210266651278]],[[-122.342509920877,47.6210266124235],[-122.34251063963,47.6210250775205],[-122.342510983773,47.6210234847794]],[[-122.342510983773,47.6210234847794],[-122.342510828787,47.6210233002009],[-122.342510631106,47.6210231351899],[-122.342510396054,47.621022994189]],[[-122.342510396054,47.621022994189],[-122.342510297464,47.6210229499301],[-122.342510190112,47.6210229161812],[-122.342510076445,47.6210228937119],[-122.342509959055,47.6210228830345]],[[-122.342509959055,47.6210228830345],[-122.34250982246,47.6210228898029],[-122.342509689444,47.6210229118064],[-122.34250956372,47.6210229484308],[-122.342509448799,47.6210229986535]],[[-122.342509448799,47.6210229986535],[-122.342509274957,47.6210231008724],[-122.342509123483,47.6210232181531],[-122.342508997225,47.6210233482925]],[[-122.342508997225,47.6210233482925],[-122.342508733961,47.6210236696121],[-122.342508528075,47.6210240094296]],[[-122.342508528075,47.6210240094296],[-122.342508251346,47.6210246295131],[-122.342508061512,47.6210252642748]],[[-122.342508061512,47.6210252642748],[-122.342507846856,47.6210264878918]],[[-122.342507846856,47.6210264878918],[-122.342507809101,47.6210276174027]],[[-122.342507809101,47.6210276174027],[-122.3425079929,47.6210291371053]],[[-122.3425079929,47.6210291371053],[-122.342508397204,47.6210303687076]],[[-122.342508397204,47.6210303687076],[-122.342508603199,47.6210307587783],[-122.342508870407,47.6210311315991]],[[-122.342508870407,47.6210311315991],[-122.34250903624,47.6210313059229],[-122.342509239234,47.6210314613632]],[[-122.342509239234,47.6210314613632],[-122.342509342805,47.6210315289363],[-122.342509460432,47.6210315850923],[-122.342509589373,47.6210316285218],[-122.342509726621,47.621031658212]],[[-122.342509726621,47.621031658212],[-122.3425098503,47.6210316676725],[-122.342509974603,47.6210316633007],[-122.34251009615,47.6210316452155]],[[-122.34251009615,47.6210316452155],[-122.342510298248,47.6210315746889],[-122.342510479636,47.6210314820481],[-122.342510635041,47.6210313699858]],[[-122.342510635041,47.6210313699858],[-122.342510903275,47.6210311051058],[-122.342511113997,47.6210308175715]],[[-122.342511113997,47.6210308175715],[-122.342511548563,47.6210299274925]],[[-122.342511548563,47.6210299274925],[-122.342511866913,47.6210287007013]],[[-122.342511866913,47.6210287007013],[-122.342511987342,47.6210276690511]],[[-122.342511987342,47.6210276690511],[-122.34251197578,47.6210266283558]],[[-122.34251197578,47.6210266283558],[-122.342511831261,47.6210254994626]],[[-122.342511831261,47.6210254994626],[-122.342511598907,47.6210246452156]],[[-122.342511598907,47.6210246452156],[-122.342511349081,47.6210240601836]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null}},{"type":"Feature","id":15647,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342387706198,47.6211274581372],[-122.342387666445,47.621126087659]],[[-122.342370678232,47.6211171728746],[-122.342379031528,47.6211138631041]],[[-122.342379031528,47.6211138631041],[-122.342378038258,47.6211171895369]],[[-122.342370678232,47.6211171728746],[-122.342377587464,47.621122336784]],[[-122.342387666445,47.621126087659],[-122.342387460044,47.6211246293641],[-122.342386926605,47.6211232092587],[-122.342386078568,47.6211218604632],[-122.342384935711,47.621120614435],[-122.34238352469,47.6211195002346],[-122.342381878411,47.6211185438481],[-122.342380035272,47.6211177675806],[-122.342378038258,47.6211171895369]],[[-122.342385483722,47.6211265736022],[-122.342385312253,47.6211253917554],[-122.342384867467,47.6211242427385],[-122.342384160409,47.6211231550839],[-122.342383208637,47.6211221558005],[-122.342382035784,47.6211212697026],[-122.342380670976,47.6211205187941],[-122.342379148104,47.6211199217215],[-122.342377504983,47.6211194933115]],[[-122.342387706198,47.6211274581372],[-122.342385510224,47.6211274872544]],[[-122.342385510224,47.6211274872544],[-122.342385483722,47.6211265736022]],[[-122.342377504983,47.6211194933115],[-122.342377587464,47.621122336784]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1604,"F_area":null,"OBJECTID":15647,"SHAPE__Length":7.383453926158872,"InstallationDate":null}},{"type":"Feature","id":15688,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342515090135,47.6211521473998],[-122.342513414758,47.6211537016516]],[[-122.342513414758,47.6211537016516],[-122.342512063121,47.6211560954444]],[[-122.342512063121,47.6211560954444],[-122.342512697449,47.6211569083767]],[[-122.342512697449,47.6211569083767],[-122.342514035134,47.6211545840389]],[[-122.342514035134,47.6211545840389],[-122.342514825641,47.621156790195]],[[-122.342514825641,47.621156790195],[-122.342512799247,47.6211578030382]],[[-122.342512799247,47.6211578030382],[-122.342513281233,47.6211608409264]],[[-122.342513281233,47.6211608409264],[-122.342514389817,47.6211601596153]],[[-122.342514389817,47.6211601596153],[-122.342514119092,47.6211585331122]],[[-122.342514119092,47.6211585331122],[-122.342515531327,47.6211578612686]],[[-122.342515531327,47.6211578612686],[-122.342513629998,47.6211634145834]],[[-122.342513629998,47.6211634145834],[-122.342514724431,47.6211640342957]],[[-122.342517083585,47.6211570166424],[-122.342514724431,47.6211640342957]],[[-122.342517083585,47.6211570166424],[-122.342515090135,47.6211521473998]],[[-122.34251807213,47.6211604994176],[-122.342518411433,47.6211604994163]],[[-122.342517987814,47.6211254400422],[-122.34251390401,47.6211167643816]],[[-122.342515111819,47.6211245947624],[-122.342515139586,47.6211332117566]],[[-122.342515111819,47.6211245947624],[-122.342517987814,47.6211254400422]],[[-122.342512747445,47.6211245982271],[-122.342512773882,47.621133215239]],[[-122.342509876836,47.6211254522386],[-122.34251390401,47.6211167643816]],[[-122.342512747445,47.6211245982271],[-122.342509876836,47.6211254522386]],[[-122.342512773882,47.621133215239],[-122.342515139586,47.6211332117566]],[[-122.342513126315,47.6211509139872],[-122.342513119509,47.6211510463201]],[[-122.342513119509,47.6211510463201],[-122.342513136699,47.6211512450645],[-122.342513186851,47.6211514412554]],[[-122.342513186851,47.6211514412554],[-122.342513256212,47.6211515943626],[-122.342513356505,47.6211517394754]],[[-122.342513356505,47.6211517394754],[-122.342513437111,47.6211518233266],[-122.3425135344,47.6211518987108],[-122.34251364644,47.6211519641317]],[[-122.34251364644,47.6211519641317],[-122.342513709265,47.6211519907623],[-122.342513777602,47.6211520102742],[-122.34251384969,47.6211520221645],[-122.342513923673,47.621152026127]],[[-122.342513923673,47.621152026127],[-122.342513997854,47.6211520219594],[-122.34251407008,47.6211520098179],[-122.342514138477,47.6211519900173],[-122.342514201269,47.6211519630716]],[[-122.342514201269,47.6211519630716],[-122.342514312982,47.6211518974552],[-122.34251440991,47.6211518219109],[-122.342514490131,47.6211517379372]],[[-122.342514490131,47.6211517379372],[-122.34251458981,47.6211515923562],[-122.342514658424,47.6211514388343]],[[-122.342514658424,47.6211514388343],[-122.342514707022,47.6211512430599],[-122.342514722839,47.6211510448506]],[[-122.342514722839,47.6211510448506],[-122.342514714988,47.6211509118125]],[[-122.342514552447,47.6211498038494],[-122.342514408299,47.6211497427768],[-122.342514251477,47.6211496980894],[-122.342514086047,47.621149670946],[-122.342513916299,47.6211496620501]],[[-122.342515007079,47.6211501558654],[-122.342514880655,47.621150024474],[-122.342514728102,47.6211499063546],[-122.342514552447,47.6211498038494]],[[-122.342515237005,47.6211505594402],[-122.342515142993,47.62115035223],[-122.342515007079,47.6211501558654]],[[-122.342512602518,47.6211505628882],[-122.342512527593,47.6211509156292]],[[-122.342512828969,47.6211501586595],[-122.342512694772,47.6211503554363],[-122.342512602518,47.6211505628882]],[[-122.34251328177,47.6211498054057],[-122.342513106638,47.6211499083813],[-122.3425129547,47.6211500269159],[-122.342512828969,47.6211501586595]],[[-122.342513916299,47.6211496620501],[-122.342513746822,47.6211496714357],[-122.342513581768,47.6211496990072],[-122.342513425403,47.6211497440521],[-122.34251328177,47.6211498054057]],[[-122.342515313736,47.6211509110697],[-122.342514714988,47.6211509118125]],[[-122.342515313736,47.6211509110697],[-122.342515237005,47.6211505594402]],[[-122.342513126315,47.6211509139872],[-122.342512527593,47.6211509156292]],[[-122.34251824199,47.621160483671],[-122.342518146618,47.6211604886184],[-122.34251805343,47.6211605031676],[-122.342517964544,47.6211605269883],[-122.342517881975,47.6211605595399],[-122.3425178076,47.6211606000833]],[[-122.3425178076,47.6211606000833],[-122.342517611923,47.6211607419178],[-122.342517446066,47.6211609000792],[-122.342517312993,47.6211610717403]],[[-122.342517312993,47.6211610717403],[-122.34251714965,47.6211613681345],[-122.342517039105,47.6211616754119]],[[-122.342517039105,47.6211616754119],[-122.342516958358,47.6211620806631],[-122.342516932313,47.6211624891757]],[[-122.342516932313,47.6211624891757],[-122.342516961291,47.6211628981254],[-122.34251704509,47.6211633036263]],[[-122.34251704509,47.6211633036263],[-122.342517157222,47.6211636104584],[-122.34251732204,47.6211639062908]],[[-122.34251732204,47.6211639062908],[-122.342517456321,47.62116407757],[-122.342517623309,47.62116423524],[-122.342517820019,47.6211643764806]],[[-122.342517820019,47.6211643764806],[-122.34251789457,47.6211644166866],[-122.342517977228,47.6211644488977],[-122.34251806612,47.6211644723844],[-122.342518159235,47.6211644866151],[-122.342518254463,47.6211644912674]],[[-122.342518254463,47.6211644912674],[-122.342518349475,47.6211644863779],[-122.34251844233,47.6211644719561],[-122.342518530936,47.6211644483268],[-122.342518613294,47.6211644160227],[-122.342518687549,47.6211643757721]],[[-122.342518687549,47.6211643757721],[-122.342518883322,47.621164233661],[-122.342519049173,47.6211640751953],[-122.34251918213,47.6211639032158]],[[-122.34251918213,47.6211639032158],[-122.342519345417,47.6211636072653],[-122.342519456045,47.6211633004434]],[[-122.342519456045,47.6211633004434],[-122.342519537508,47.6211628947557],[-122.342519564141,47.6211624857627]],[[-122.342519564141,47.6211624857627],[-122.34251953516,47.6211620768132],[-122.342519451363,47.6211616713121]],[[-122.342519451363,47.6211616713121],[-122.342519338515,47.6211613649177],[-122.342519173109,47.6211610695645]],[[-122.342519173109,47.6211610695645],[-122.342519038931,47.621160897963],[-122.342518871931,47.6211607399884],[-122.342518675104,47.6211605984755]],[[-122.342518675104,47.6211605984755],[-122.342518600771,47.6211605583707],[-122.342518518373,47.6211605262128],[-122.342518429765,47.6211605027257],[-122.342518336941,47.6211604884379],[-122.34251824199,47.621160483671]],[[-122.342518260005,47.6211661041943],[-122.342518415686,47.6211660956406],[-122.342518567484,47.6211660708336],[-122.34251871169,47.6211660303799],[-122.342518844777,47.6211659752687],[-122.34251896349,47.6211659068473]],[[-122.34251896349,47.6211659068473],[-122.342519291702,47.6211656548874],[-122.342519568219,47.621165376165],[-122.342519788295,47.6211650754659]],[[-122.342519788295,47.6211650754659],[-122.342520056949,47.6211645578563],[-122.342520238117,47.6211640232548]],[[-122.342520238117,47.6211640232548],[-122.342520414929,47.6211625959282]],[[-122.342520414929,47.6211625959282],[-122.342520228496,47.6211611689204]],[[-122.342520228496,47.6211611689204],[-122.342520043994,47.621160635263],[-122.342519772241,47.6211601188287]],[[-122.342519772241,47.6211601188287],[-122.342519550191,47.6211598186707],[-122.342519271796,47.6211595406702],[-122.342518941842,47.6211592896046]],[[-122.342518941842,47.6211592896046],[-122.342518822822,47.6211592214693],[-122.342518689505,47.6211591666671],[-122.342518545146,47.621159126537],[-122.342518393274,47.6211591020593],[-122.342518237597,47.6211590938321]],[[-122.342518237597,47.6211590938321],[-122.342518081645,47.621159102301],[-122.342517929563,47.6211591270685],[-122.342517785078,47.6211591675277],[-122.342517651729,47.6211592226876],[-122.342517532783,47.6211592911968]],[[-122.342517532783,47.6211592911968],[-122.342517204488,47.6211595434397],[-122.342516927977,47.6211598224656],[-122.342516708004,47.6211601234775]],[[-122.342516708004,47.6211601234775],[-122.34251643941,47.621160640644],[-122.342516258156,47.6211611747892]],[[-122.342516258156,47.6211611747892],[-122.342516081344,47.6211626021158]],[[-122.342516081344,47.6211626021158],[-122.342516267777,47.6211640291236]],[[-122.342516267777,47.6211640291236],[-122.342516452222,47.6211645632375],[-122.342516724058,47.6211650801147]],[[-122.342516724058,47.6211650801147],[-122.342516946117,47.6211653802686],[-122.342517224511,47.6211656582686],[-122.342517554457,47.6211659093388]],[[-122.342517554457,47.6211659093388],[-122.342517673792,47.6211659773778],[-122.342517807411,47.6211660320383],[-122.342517952044,47.6211660719823],[-122.34251810415,47.6211660962322],[-122.342518260005,47.6211661041943]],[[-122.342510424591,47.6211604334998],[-122.342510324356,47.6211604386757],[-122.342510226338,47.6211604537257],[-122.342510132666,47.6211604783231],[-122.342510045376,47.6211605119334],[-122.342509966363,47.6211605538266]],[[-122.342509966363,47.6211605538266],[-122.342509762355,47.6211606979217],[-122.342509588983,47.621160859217],[-122.342509449406,47.621161034776]],[[-122.342509449406,47.621161034776],[-122.342509277682,47.6211613380443],[-122.342509161304,47.6211616530299]],[[-122.342509161304,47.6211616530299],[-122.342509076082,47.6211620671747],[-122.342509048383,47.6211624848671]],[[-122.342509048383,47.6211624848671],[-122.342509078271,47.6211629024506],[-122.342509165646,47.6211633163508]],[[-122.342509165646,47.6211633163508],[-122.342509284127,47.6211636302539],[-122.342509457619,47.6211639323103]],[[-122.342509457619,47.6211639323103],[-122.342509598543,47.6211641076154],[-122.342509773231,47.6211642685212],[-122.342509978495,47.6211644120922]],[[-122.342509978495,47.6211644120922],[-122.342510057915,47.6211644538186],[-122.342510145586,47.6211644872048],[-122.342510239598,47.6211645115226],[-122.342510337898,47.6211645262415],[-122.342510438342,47.6211645310403]],[[-122.342510438342,47.6211645310403],[-122.342510538581,47.6211645258748],[-122.342510636603,47.6211645108295],[-122.342510730276,47.6211644862316],[-122.342510817565,47.621164452616],[-122.342510896569,47.6211644107135]],[[-122.342510896569,47.6211644107135],[-122.34251110058,47.6211642666196],[-122.342511273952,47.6211641053241],[-122.342511413527,47.6211639297641]],[[-122.342511413527,47.6211639297641],[-122.342511585187,47.621163626938],[-122.342511701655,47.6211633124095]],[[-122.342511701655,47.6211633124095],[-122.342511786876,47.6211628982645],[-122.342511814576,47.6211624805722]],[[-122.342511814576,47.6211624805722],[-122.342511784027,47.6211620629763],[-122.342511695983,47.6211616491061]],[[-122.342511695983,47.6211616491061],[-122.342511578224,47.6211613347648],[-122.342511405314,47.6211610322297]],[[-122.342511405314,47.6211610322297],[-122.342511264384,47.6211608569272],[-122.342511089696,47.6211606960218],[-122.342510884437,47.6211605524479]],[[-122.342510884437,47.6211605524479],[-122.342510805008,47.6211605107334],[-122.342510717334,47.6211604773541],[-122.342510623326,47.621160453037],[-122.342510525031,47.621160438312],[-122.342510424591,47.6211604334998]],[[-122.342510442265,47.6211658588123],[-122.342510595424,47.6211658507245],[-122.34251074491,47.6211658268388],[-122.342510887157,47.6211657877248],[-122.342511018774,47.6211657343152],[-122.342511136621,47.6211656678837]],[[-122.342511136621,47.6211656678837],[-122.342511457252,47.6211654261291],[-122.342511727856,47.6211651580189],[-122.342511943718,47.6211648682234]],[[-122.342511943718,47.6211648682234],[-122.342512207347,47.621164369535],[-122.342512385325,47.621163853905]],[[-122.342512385325,47.621163853905],[-122.342512558356,47.6211624797055]],[[-122.342512558356,47.6211624797055],[-122.342512376123,47.621161105719]],[[-122.342512376123,47.621161105719],[-122.342512194659,47.6211605904561],[-122.342511927588,47.6211600924088]],[[-122.342511927588,47.6211600924088],[-122.342511709876,47.6211598033178],[-122.342511437572,47.6211595360724],[-122.342511115419,47.6211592953289]],[[-122.342511115419,47.6211592953289],[-122.342510997367,47.6211592291458],[-122.342510865607,47.621159176],[-122.34251072328,47.6211591371583],[-122.34251057378,47.6211591135466],[-122.342510420668,47.6211591057278]],[[-122.342510420668,47.6211591057278],[-122.342510267422,47.6211591139663],[-122.342510117888,47.6211591380228],[-122.342509975641,47.6211591773226],[-122.342509844076,47.621159230927],[-122.342509726338,47.6211592975557]],[[-122.342509726338,47.6211592975557],[-122.342509405698,47.6211595393058],[-122.342509135094,47.6211598074165],[-122.342508919241,47.6211600972159]],[[-122.342508919241,47.6211600972159],[-122.342508655609,47.6211605959038],[-122.342508477634,47.6211611115343]],[[-122.342508477634,47.6211611115343],[-122.342508304603,47.6211624857338]],[[-122.342508304603,47.6211624857338],[-122.342508486836,47.6211638597203]],[[-122.342508486836,47.6211638597203],[-122.342508668359,47.6211643745262],[-122.342508935345,47.6211648721313]],[[-122.342508935345,47.6211648721313],[-122.342509153051,47.6211651612246],[-122.342509425355,47.6211654284703],[-122.342509747513,47.6211656692112]],[[-122.342509747513,47.6211656692112],[-122.342509865554,47.6211657354072],[-122.342509997312,47.6211657885605],[-122.342510139641,47.621165827403],[-122.342510289148,47.621165851008],[-122.342510442265,47.6211658588123]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null}},{"type":"Feature","id":15872,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342242324729,47.6207606752466],[-122.342242312267,47.6207620347222]],[[-122.342242312267,47.6207620347222],[-122.342248881853,47.6207675557888]],[[-122.342248881853,47.6207675557888],[-122.342255517545,47.6207620980406]],[[-122.342255517545,47.6207620980406],[-122.342255529407,47.6207607178819]],[[-122.342255529407,47.6207607178819],[-122.342248901826,47.6207661800206]],[[-122.342248901826,47.6207661800206],[-122.342242324729,47.6207606752466]],[[-122.342242312141,47.6207634066287],[-122.342242300617,47.6207647525978]],[[-122.342242300617,47.6207647525978],[-122.342248876619,47.6207702654828]],[[-122.342248876619,47.6207702654828],[-122.342255477494,47.6207648000997]],[[-122.342255477494,47.6207648000997],[-122.342255490217,47.6207634496168]],[[-122.342255490217,47.6207634496168],[-122.342248863601,47.6207688991481]],[[-122.342248863601,47.6207688991481],[-122.342242312141,47.6207634066287]],[[-122.342251161538,47.6207534394745],[-122.342251602971,47.6207543917063]],[[-122.342250898415,47.6207525334576],[-122.342251161538,47.6207534394745]],[[-122.342250724511,47.620751538096],[-122.342250898415,47.6207525334576]],[[-122.34225065031,47.6207505854934],[-122.342250724511,47.620751538096]],[[-122.342250656358,47.6207496471203],[-122.34225065031,47.6207505854934]],[[-122.342250747035,47.6207486905325],[-122.342250656358,47.6207496471203]],[[-122.342250920751,47.6207477526351],[-122.342250747035,47.6207486905325]],[[-122.342251138647,47.6207470075682],[-122.342250920751,47.6207477526351]],[[-122.342251390499,47.6207463781007],[-122.342251138647,47.6207470075682]],[[-122.342251796666,47.6207456557267],[-122.342251390499,47.6207463781007]],[[-122.342252101044,47.6207452774535],[-122.342251796666,47.6207456557267]],[[-122.342252426678,47.620744989759],[-122.342252249177,47.6207451260551],[-122.342252101044,47.6207452774535]],[[-122.342252647627,47.620744854587],[-122.342252426678,47.620744989759]],[[-122.342252885606,47.6207447560732],[-122.342252647627,47.620744854587]],[[-122.342253120977,47.6207447052733],[-122.342252885606,47.6207447560732]],[[-122.342253269737,47.6207446961041],[-122.342253120977,47.6207447052733]],[[-122.342253481846,47.6207447148825],[-122.342253269737,47.6207446961041]],[[-122.342253719226,47.620744779206],[-122.342253481846,47.6207447148825]],[[-122.34225395671,47.6207448930067],[-122.342253719226,47.620744779206]],[[-122.342254153405,47.6207450226415],[-122.34225395671,47.6207448930067]],[[-122.34225442263,47.6207452673643],[-122.342254153405,47.6207450226415]],[[-122.342254795809,47.6207457473063],[-122.34225442263,47.6207452673643]],[[-122.342255223967,47.6207466088535],[-122.342254795809,47.6207457473063]],[[-122.342255803993,47.6207494034478],[-122.342255618493,47.6207479962955],[-122.342255223967,47.6207466088535]],[[-122.342255628875,47.6207520821086],[-122.342255803993,47.6207494034478]],[[-122.342254967937,47.6207540673142],[-122.342255368958,47.6207530853831],[-122.342255628875,47.6207520821086]],[[-122.342254662333,47.6207545868423],[-122.342254832543,47.6207543317305],[-122.342254967937,47.6207540673142]],[[-122.342254424902,47.6207548877611],[-122.342254662333,47.6207545868423]],[[-122.342253699803,47.6207554407389],[-122.342253980045,47.6207552805068],[-122.342254223413,47.6207550949092],[-122.342254424902,47.6207548877611]],[[-122.342253180029,47.6207555492861],[-122.342253318194,47.6207555442704],[-122.342253453277,47.6207555240784],[-122.342253581634,47.6207554892548],[-122.342253699803,47.6207554407389]],[[-122.342252868817,47.6207555084317],[-122.342253180029,47.6207555492861]],[[-122.342252562038,47.6207553910518],[-122.34225270823,47.6207554582882],[-122.342252868817,47.6207555084317]],[[-122.342251988486,47.6207549299594],[-122.342252150426,47.6207550994914],[-122.342252342621,47.6207552540016],[-122.342252562038,47.6207553910518]],[[-122.342251988486,47.6207549299594],[-122.342251209491,47.6207592215303]],[[-122.342251209491,47.6207592215303],[-122.342251437511,47.6207600641404]],[[-122.342251437511,47.6207600641404],[-122.342250957642,47.6207611356406]],[[-122.342250957642,47.6207611356406],[-122.342249948922,47.6207611310222]],[[-122.342249948922,47.6207611310222],[-122.342249940574,47.6207605220971]],[[-122.342249940574,47.6207605220971],[-122.342250825519,47.6207605256576]],[[-122.342250825519,47.6207605256576],[-122.342251008026,47.6207601202127]],[[-122.342251008026,47.6207601202127],[-122.342250808303,47.6207593357021]],[[-122.342250808303,47.6207593357021],[-122.342251086049,47.6207573969591]],[[-122.342251086049,47.6207573969591],[-122.342247465107,47.6207573828932]],[[-122.342247465107,47.6207573828932],[-122.342247406193,47.620757737221]],[[-122.342247925472,47.6207580245086],[-122.34224777134,47.6207579138451],[-122.342247597273,47.6207578175436],[-122.342247406193,47.620757737221]],[[-122.342248313361,47.6207584151943],[-122.342248144096,47.6207582087193],[-122.342247925472,47.6207580245086]],[[-122.3422483632,47.6207585737644],[-122.342248313361,47.6207584151943]],[[-122.34224836127,47.6207586448592],[-122.3422483632,47.6207585737644]],[[-122.342248345805,47.6207587080369],[-122.34224836127,47.6207586448592]],[[-122.342248319438,47.620758762363],[-122.342248345805,47.6207587080369]],[[-122.342248282066,47.6207588042406],[-122.342248319438,47.620758762363]],[[-122.342248237626,47.6207588318181],[-122.342248282066,47.6207588042406]],[[-122.342248188752,47.620758844161],[-122.342248237626,47.6207588318181]],[[-122.342248188752,47.620758844161],[-122.342246208814,47.6207590269435]],[[-122.342246142023,47.6207590179333],[-122.342246208814,47.6207590269435]],[[-122.342246091975,47.6207589898093],[-122.342246142023,47.6207590179333]],[[-122.342246057393,47.6207589443877],[-122.342246091975,47.6207589898093]],[[-122.342246040963,47.6207588825325],[-122.342246057393,47.6207589443877]],[[-122.342246052151,47.6207587177556],[-122.342246040963,47.6207588825325]],[[-122.342246125826,47.6207585053705],[-122.342246052151,47.6207587177556]],[[-122.342246232414,47.6207582808541],[-122.342246125826,47.6207585053705]],[[-122.342246371472,47.620758074799],[-122.342246232414,47.6207582808541]],[[-122.342246897034,47.6207577529676],[-122.342246739146,47.620757811577],[-122.342246596691,47.620757886015],[-122.342246473132,47.6207579744723],[-122.342246371472,47.620758074799]],[[-122.342246897034,47.6207577529676],[-122.34224704201,47.6207569710838]],[[-122.34224704201,47.6207569710838],[-122.342246205515,47.6207547385475]],[[-122.342245885332,47.6207550765477],[-122.342246205515,47.6207547385475]],[[-122.34224554379,47.6207553203721],[-122.342245729104,47.6207552077148],[-122.342245885332,47.6207550765477]],[[-122.34224518879,47.6207554672171],[-122.34224554379,47.6207553203721]],[[-122.342244832277,47.6207555160247],[-122.342244954633,47.6207555133873],[-122.342245074602,47.6207554969632],[-122.34224518879,47.6207554672171]],[[-122.342244312738,47.6207554032648],[-122.342244475459,47.6207554607702],[-122.342244650347,47.6207554987276],[-122.342244832277,47.6207555160247]],[[-122.342243831118,47.6207550839914],[-122.342243969198,47.6207552051126],[-122.34224413077,47.6207553122212],[-122.342244312738,47.6207554032648]],[[-122.342243020184,47.6207539162541],[-122.342243361053,47.6207545205037],[-122.342243831118,47.6207550839914]],[[-122.342242480403,47.6207521880633],[-122.342243020184,47.6207539162541]],[[-122.342242295411,47.6207500764331],[-122.342242480403,47.6207521880633]],[[-122.342242517737,47.6207479701978],[-122.342242295411,47.6207500764331]],[[-122.342243087814,47.6207462470838],[-122.342242517737,47.6207479701978]],[[-122.342243919005,47.6207450854629],[-122.34224342837,47.6207456418788],[-122.342243087814,47.6207462470838]],[[-122.342244407508,47.6207447704201],[-122.342244147505,47.6207449168452],[-122.342243919005,47.6207450854629]],[[-122.342244927281,47.6207446618729],[-122.342244789103,47.6207446668429],[-122.342244654006,47.6207446870212],[-122.342244525649,47.6207447218615],[-122.342244407508,47.6207447704201]],[[-122.342245358044,47.6207447416247],[-122.342245221297,47.6207446998318],[-122.342245076513,47.6207446730263],[-122.342244927281,47.6207446618729]],[[-122.34224576776,47.6207449673923],[-122.342245645211,47.6207448810441],[-122.342245507956,47.620744805412],[-122.342245358044,47.6207447416247]],[[-122.342246494742,47.6207458096843],[-122.342246301548,47.6207455105049],[-122.342246058123,47.6207452284691],[-122.34224576776,47.6207449673923]],[[-122.342247395891,47.6207487115728],[-122.342247103153,47.6207472383602],[-122.342246494742,47.6207458096843]],[[-122.342247395891,47.6207487115728],[-122.342248184392,47.6207484177416]],[[-122.342248395925,47.6207479579353],[-122.342248296384,47.6207481046748],[-122.342248225486,47.6207482587862],[-122.342248184392,47.6207484177416]],[[-122.342248395925,47.6207479579353],[-122.342248266199,47.6207465589628]],[[-122.342248266199,47.6207465589628],[-122.34224808789,47.620746558628]],[[-122.34224808789,47.620746558628],[-122.342248076936,47.6207461809372]],[[-122.342248076936,47.6207461809372],[-122.342248643496,47.6207461257463]],[[-122.342248643496,47.6207461257463],[-122.342248640629,47.6207465315083]],[[-122.342248640629,47.6207465315083],[-122.342248502222,47.6207465306445]],[[-122.342248502222,47.6207465306445],[-122.34224866121,47.620747929229]],[[-122.342248825984,47.620748059287],[-122.342248805363,47.6207480271894],[-122.342248777899,47.620747997512],[-122.3422487442,47.620747970913],[-122.342248705014,47.6207479479825],[-122.34224866121,47.620747929229]],[[-122.34224896434,47.6207489300742],[-122.342248985016,47.6207486361586],[-122.34224893853,47.6207483435859],[-122.342248825984,47.620748059287]],[[-122.34224896434,47.6207489300742],[-122.342251482248,47.6207550464236]],[[-122.342251482248,47.6207550464236],[-122.342251602971,47.6207543917063]],[[-122.342246566095,47.6207542794639],[-122.342247302218,47.6207519683381],[-122.342247455121,47.6207496067988]],[[-122.342246566095,47.6207542794639],[-122.342247207406,47.6207559298417]],[[-122.342247207406,47.6207559298417],[-122.342248279117,47.6207494357436]],[[-122.342248279117,47.6207494357436],[-122.342247455121,47.6207496067988]],[[-122.342251232928,47.6207564513211],[-122.342247621297,47.6207564371318]],[[-122.342247621297,47.6207564371318],[-122.342248633781,47.6207503324504]],[[-122.342248633781,47.6207503324504],[-122.342248669591,47.6207509706985]],[[-122.342248669591,47.6207509706985],[-122.342248560472,47.620750970346]],[[-122.342248560472,47.620750970346],[-122.342248569601,47.6207513768486]],[[-122.342248569601,47.6207513768486],[-122.342249053984,47.6207513785231]],[[-122.342249053984,47.6207513785231],[-122.342249043056,47.6207510017314]],[[-122.342249043056,47.6207510017314],[-122.34224891928,47.6207510006736]],[[-122.34224891928,47.6207510006736],[-122.342248897762,47.620750304661]],[[-122.342248897762,47.620750304661],[-122.342251292989,47.6207560906809]],[[-122.342251292989,47.6207560906809],[-122.342251232928,47.6207564513211]],[[-122.34224628057,47.620753472701],[-122.342246853182,47.6207516696741],[-122.34224696654,47.6207498273836]],[[-122.34224628057,47.620753472701],[-122.342245191618,47.6207504266661]],[[-122.342245191618,47.6207504266661],[-122.34224696654,47.6207498273836]],[[-122.342244992182,47.6207496520474],[-122.342246900868,47.6207488935598]],[[-122.342246900868,47.6207488935598],[-122.342246808601,47.6207482488605],[-122.342246629528,47.6207476125145]],[[-122.342246629528,47.6207476125145],[-122.342246177064,47.6207466010547]],[[-122.342246177064,47.6207466010547],[-122.342246022529,47.6207463637435],[-122.342245826176,47.6207461409204],[-122.342245590941,47.6207459359175]],[[-122.342245590941,47.6207459359175],[-122.342245262438,47.6207457576521]],[[-122.342245262438,47.6207457576521],[-122.342245183238,47.6207457281358],[-122.342245098075,47.6207457075002],[-122.342245009122,47.6207456962725],[-122.342244918651,47.6207456947393]],[[-122.342244918651,47.6207456947393],[-122.34224477157,47.6207457082786],[-122.342244629682,47.6207457376901],[-122.34224449673,47.6207457821977]],[[-122.34224449673,47.6207457821977],[-122.342244347085,47.6207458539105],[-122.342244214654,47.6207459396349],[-122.342244102298,47.6207460375187]],[[-122.342244102298,47.6207460375187],[-122.342243717811,47.6207464925203],[-122.342243428368,47.6207469784495]],[[-122.342243428368,47.6207469784495],[-122.342243148881,47.620747668661],[-122.3422429672,47.6207483735612]],[[-122.3422429672,47.6207483735612],[-122.34224280127,47.620750080617],[-122.342242937192,47.6207517888777]],[[-122.342242937192,47.6207517888777],[-122.342243143002,47.620752601617],[-122.342243509881,47.620753388152],[-122.342244031097,47.620754134051]],[[-122.342244031097,47.620754134051],[-122.342244129348,47.6207542236644],[-122.342244245912,47.6207543026788],[-122.342244378305,47.6207543694095],[-122.342244523703,47.6207544224339],[-122.342244679008,47.6207544606216],[-122.342244840906,47.6207544831583]],[[-122.342244840906,47.6207544831583],[-122.342245044387,47.620754456617],[-122.342245239664,47.6207544098115],[-122.342245422321,47.6207543438],[-122.34224558823,47.6207542600751],[-122.342245733639,47.6207541605295],[-122.342245855261,47.6207540474139],[-122.342245950346,47.6207539232857]],[[-122.342245950346,47.6207539232857],[-122.342244841808,47.6207507524646]],[[-122.342244743252,47.6207507033932],[-122.342244761089,47.620750720983],[-122.342244784262,47.6207507354731],[-122.342244811622,47.6207507461437],[-122.342244841808,47.6207507524646]],[[-122.3422446611,47.6207505776374],[-122.342244743252,47.6207507033932]],[[-122.34224460654,47.6207503939407],[-122.342244624716,47.6207504870175],[-122.3422446611,47.6207505776374]],[[-122.342244586771,47.6207501710996],[-122.34224460654,47.6207503939407]],[[-122.342244610842,47.620749945878],[-122.342244588749,47.6207500580005],[-122.342244586771,47.6207501710996]],[[-122.342244672025,47.6207497615464],[-122.342244610842,47.620749945878]],[[-122.342244761557,47.6207496371129],[-122.342244723484,47.6207496757447],[-122.342244693458,47.6207497174749],[-122.342244672025,47.6207497615464]],[[-122.342244812465,47.6207496031524],[-122.342244761557,47.6207496371129]],[[-122.342244869345,47.620749591603],[-122.342244812465,47.6207496031524]],[[-122.342244932355,47.6207496078601],[-122.342244869345,47.620749591603]],[[-122.34224496352,47.6207496272384],[-122.342244932355,47.6207496078601]],[[-122.342244992182,47.6207496520474],[-122.34224496352,47.6207496272384]],[[-122.342252944276,47.620750219525],[-122.342252190408,47.6207517498585],[-122.342251781328,47.6207533385974]],[[-122.342252966757,47.6207499853285],[-122.342252944276,47.620750219525]],[[-122.342253108005,47.6207496712912],[-122.342253037688,47.6207497707903],[-122.342252990249,47.6207498762609],[-122.342252966757,47.6207499853285]],[[-122.342253214463,47.6207496257989],[-122.342253188744,47.6207496290043],[-122.342253164396,47.6207496354441],[-122.342253142306,47.6207496448837],[-122.342253123278,47.6207496569795],[-122.342253108005,47.6207496712912]],[[-122.342253269361,47.6207496376655],[-122.342253214463,47.6207496257989]],[[-122.342253322252,47.6207496720491],[-122.342253269361,47.6207496376655]],[[-122.342253465614,47.6207499814133],[-122.342253441569,47.6207498737395],[-122.342253393404,47.620749769805],[-122.342253322252,47.6207496720491]],[[-122.342253463868,47.6207504258437],[-122.342253485978,47.6207502036664],[-122.342253465614,47.6207499814133]],[[-122.342253318447,47.620750733639],[-122.342253389159,47.6207506362215],[-122.342253437982,47.6207505328829],[-122.342253463868,47.6207504258437]],[[-122.342253210867,47.6207507863432],[-122.342253236954,47.6207507808681],[-122.342253261373,47.6207507726069],[-122.342253283474,47.6207507617794],[-122.342253302669,47.6207507486739],[-122.342253318447,47.620750733639]],[[-122.342253210867,47.6207507863432],[-122.342252491431,47.6207523212152],[-122.342252146632,47.6207539140024]],[[-122.342252146632,47.6207539140024],[-122.342252301738,47.620754098254],[-122.342252499403,47.6207542629589],[-122.342252734319,47.6207544036949]],[[-122.342252734319,47.6207544036949],[-122.34225283283,47.6207544481892],[-122.342252940161,47.6207544821707],[-122.342253053864,47.6207545048636],[-122.342253171342,47.6207545157496]],[[-122.342253171342,47.6207545157496],[-122.342253307933,47.6207545089729],[-122.342253440945,47.6207544869672],[-122.342253566669,47.6207544503463],[-122.342253681596,47.6207544001318]],[[-122.342253681596,47.6207544001318],[-122.342253855906,47.6207542979648],[-122.342254007827,47.6207541806769],[-122.342254134499,47.6207540504762]],[[-122.342254134499,47.6207540504762],[-122.342254397817,47.6207537287162],[-122.342254603624,47.6207533884409]],[[-122.342254603624,47.6207533884409],[-122.342254879682,47.6207527683448],[-122.34225506886,47.6207521336143]],[[-122.34225506886,47.6207521336143],[-122.342255283547,47.6207509108971]],[[-122.342255283547,47.6207509108971],[-122.342255321307,47.6207497813862]],[[-122.342255321307,47.6207497813862],[-122.342255137517,47.6207482616832]],[[-122.342255137517,47.6207482616832],[-122.342254733221,47.62074703008]],[[-122.342254733221,47.62074703008],[-122.342254527234,47.6207466400075],[-122.342254260024,47.6207462671874]],[[-122.342254260024,47.6207462671874],[-122.342254094202,47.6207460928589],[-122.3422538912,47.6207459374226]],[[-122.3422538912,47.6207459374226],[-122.342253787935,47.62074586992],[-122.342253670642,47.6207458137866],[-122.342253542049,47.620745770328],[-122.342253405148,47.620745740555]],[[-122.342253405148,47.620745740555],[-122.342253281535,47.6207457307976],[-122.342253157223,47.6207457348667],[-122.342253035595,47.6207457526514]],[[-122.342253035595,47.6207457526514],[-122.342252833502,47.6207458231822],[-122.342252652115,47.6207459158222],[-122.342252496705,47.6207460278799]],[[-122.342252496705,47.6207460278799],[-122.342252227788,47.6207462927299],[-122.342252016419,47.6207465803108]],[[-122.342252016419,47.6207465803108],[-122.342251581851,47.6207474703888]],[[-122.342251581851,47.6207474703888],[-122.342251263523,47.6207486980785]],[[-122.342251263523,47.6207486980785],[-122.342251144393,47.6207497288115]],[[-122.342251144393,47.6207497288115],[-122.342251155975,47.6207507704061]],[[-122.342251155975,47.6207507704061],[-122.342251299132,47.620751898418]],[[-122.342251299132,47.620751898418],[-122.342251532811,47.6207527526479]],[[-122.342251532811,47.6207527526479],[-122.342251781328,47.6207533385974]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null}},{"type":"Feature","id":16041,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342751554993,47.6208392893398],[-122.342753842146,47.6208404311979]],[[-122.342753842146,47.6208404311979],[-122.34275737519,47.6208413595175]],[[-122.34275737519,47.6208413595175],[-122.342758581723,47.6208409359924]],[[-122.342758581723,47.6208409359924],[-122.342755152765,47.6208400179873]],[[-122.342755152765,47.6208400179873],[-122.342758420218,47.6208394969594]],[[-122.342758420218,47.6208394969594],[-122.342759905152,47.6208408725601]],[[-122.342759905152,47.6208408725601],[-122.342764401628,47.620840565532]],[[-122.342764401628,47.620840565532],[-122.342763400459,47.6208398123426]],[[-122.342763400459,47.6208398123426],[-122.342760993094,47.6208399846099]],[[-122.342760993094,47.6208399846099],[-122.342760007258,47.6208390261061]],[[-122.342760007258,47.6208390261061],[-122.342768210062,47.6208403458951]],[[-122.342768210062,47.6208403458951],[-122.342769133441,47.6208396103623]],[[-122.34275876847,47.6208379711003],[-122.342769133441,47.6208396103623]],[[-122.34275876847,47.6208379711003],[-122.342751554993,47.6208392893398]],[[-122.342763925731,47.6208373251517],[-122.342763927058,47.6208370957335]],[[-122.342712070599,47.6208371654467],[-122.342699214441,47.6208398719478]],[[-122.342710802899,47.620839103826],[-122.342723548327,47.6208391390038]],[[-122.342710802899,47.620839103826],[-122.342712070599,47.6208371654467]],[[-122.342710793425,47.620840703458],[-122.342723538828,47.6208407377365]],[[-122.342712038064,47.6208426481008],[-122.342699214441,47.6208398719478]],[[-122.342710793425,47.620840703458],[-122.342712038064,47.6208426481008]],[[-122.342723538828,47.6208407377365],[-122.342723548327,47.6208391390038]],[[-122.342749718482,47.620840609135],[-122.342749914238,47.6208406146352]],[[-122.342749914238,47.6208406146352],[-122.342750208144,47.6208406043536],[-122.342750498456,47.6208405718021]],[[-122.342750498456,47.6208405718021],[-122.342750725578,47.620840525819],[-122.342750940928,47.6208404588803]],[[-122.342750940928,47.6208404588803],[-122.342751065436,47.6208404046651],[-122.342751177391,47.6208403391836],[-122.342751274567,47.6208402637381]],[[-122.342751274567,47.6208402637381],[-122.342751314339,47.6208402212744],[-122.342751343551,47.6208401750779],[-122.342751361455,47.6208401263319],[-122.342751367592,47.6208400762851]],[[-122.342751367592,47.6208400762851],[-122.342751361754,47.6208400262209],[-122.342751344135,47.6208399774265],[-122.342751315189,47.6208399311529],[-122.342751275658,47.6208398885863]],[[-122.342751275658,47.6208398885863],[-122.342751179605,47.6208398129133],[-122.342751068755,47.6208397470689],[-122.3427509453,47.6208396923547]],[[-122.3427509453,47.6208396923547],[-122.342750730768,47.6208396241071],[-122.342750504181,47.6208395767577]],[[-122.342750504181,47.6208395767577],[-122.342750214052,47.6208395425019],[-122.342749920041,47.6208395305284]],[[-122.342749920041,47.6208395305284],[-122.342749724571,47.62083953492]],[[-122.342748084297,47.6208396385388],[-122.34274799315,47.6208397355338],[-122.342747926106,47.6208398410816],[-122.342747884879,47.620839952483],[-122.342747870524,47.6208400668894]],[[-122.342748607666,47.620839332927],[-122.342748412395,47.6208394178107],[-122.342748236775,47.6208395203607],[-122.342748084297,47.6208396385388]],[[-122.342749205992,47.6208391801545],[-122.342748898864,47.620839242368],[-122.342748607666,47.620839332927]],[[-122.342749195139,47.620840961526],[-122.342749715592,47.6208410139977]],[[-122.342748598505,47.6208408057099],[-122.342748888699,47.6208408977487],[-122.342749195139,47.620840961526]],[[-122.342748079952,47.6208404977238],[-122.342748230714,47.620840616503],[-122.342748404712,47.6208407198467],[-122.342748598505,47.6208408057099]],[[-122.342747870524,47.6208400668894],[-122.342747883453,47.6208401817506],[-122.342747923466,47.6208402937402],[-122.342747989532,47.620840399976],[-122.342748079952,47.6208404977238]],[[-122.342749727487,47.6208391309565],[-122.342749724571,47.62083953492]],[[-122.342749727487,47.6208391309565],[-122.342749205992,47.6208391801545]],[[-122.342749718482,47.620840609135],[-122.342749715592,47.6208410139977]],[[-122.34276390377,47.6208372102929],[-122.342763910571,47.6208372746029],[-122.342763931546,47.6208373375069],[-122.342763966225,47.6208373975935],[-122.34276401383,47.6208374535148],[-122.342764073293,47.6208375040162]],[[-122.342764073293,47.6208375040162],[-122.342764281843,47.620837637065],[-122.342764514918,47.6208377501193],[-122.34276476833,47.6208378411479]],[[-122.34276476833,47.6208378411479],[-122.342765205199,47.6208379533152],[-122.342765658651,47.6208380299528]],[[-122.342765658651,47.6208380299528],[-122.342766257914,47.6208380872564],[-122.342766862427,47.6208381075469]],[[-122.342766862427,47.6208381075469],[-122.34276746722,47.6208380906428],[-122.342768067218,47.6208380366919]],[[-122.342768067218,47.6208380366919],[-122.342768521695,47.6208379626733],[-122.342768960039,47.6208378530251]],[[-122.342768960039,47.6208378530251],[-122.342769214283,47.6208377631194],[-122.342769448412,47.6208376511093],[-122.342769658222,47.6208375190062]],[[-122.342769658222,47.6208375190062],[-122.342769718452,47.6208374688471],[-122.342769766888,47.6208374131853],[-122.342769802441,47.6208373532705],[-122.342769824314,47.6208372904476],[-122.342769832015,47.6208372261272]],[[-122.342769832015,47.6208372261272],[-122.342769825185,47.6208371618216],[-122.342769804196,47.6208370989228],[-122.342769769518,47.6208370388389],[-122.342769721928,47.6208369829153],[-122.342769662491,47.6208369324039]],[[-122.342769662491,47.6208369324039],[-122.34276945394,47.620836799357],[-122.342769220865,47.6208366863028],[-122.342768967455,47.6208365952722]],[[-122.342768967455,47.6208365952722],[-122.342768530587,47.6208364831044],[-122.342768077133,47.6208364064673]],[[-122.342768077133,47.6208364064673],[-122.342767477871,47.6208363491629],[-122.342766873358,47.6208363288732]],[[-122.342766873358,47.6208363288732],[-122.342766267896,47.6208363457443],[-122.342765667237,47.6208363997459]],[[-122.342765667237,47.6208363997459],[-122.342765213436,47.6208364738045],[-122.342764775746,47.6208365833949]],[[-122.342764775746,47.6208365833949],[-122.342764521028,47.6208366732344],[-122.342764286449,47.6208367852523],[-122.342764076233,47.6208369174316]],[[-122.342764076233,47.6208369174316],[-122.342764016277,47.6208369676464],[-122.342763968119,47.6208370233332],[-122.342763932838,47.620837083243],[-122.342763911227,47.6208371460323],[-122.34276390377,47.6208372102929]],[[-122.342772216614,47.6208372322844],[-122.342772205097,47.6208371271833],[-122.342772169541,47.6208370245571],[-122.342772110807,47.620836926888],[-122.342772030316,47.6208368365385],[-122.342771930015,47.6208367556938]],[[-122.342771930015,47.6208367556938],[-122.342771559318,47.6208365322074],[-122.342771148336,47.6208363434233],[-122.342770704169,47.6208361926031]],[[-122.342770704169,47.6208361926031],[-122.342769940887,47.6208360079147],[-122.342769151675,47.6208358821371]],[[-122.342769151675,47.6208358821371],[-122.342767041618,47.6208357535901]],[[-122.342767041618,47.6208357535901],[-122.342764929375,47.6208358706656]],[[-122.342764929375,47.6208358706656],[-122.34276413875,47.6208359922503],[-122.342763373367,47.6208361728803]],[[-122.342763373367,47.6208361728803],[-122.342762927636,47.6208363212105],[-122.342762514605,47.6208365076518],[-122.342762141407,47.6208367289854]],[[-122.342762141407,47.6208367289854],[-122.34276203982,47.6208368092618],[-122.34276195795,47.6208368991939],[-122.342761897784,47.6208369966015],[-122.342761860778,47.6208370991235],[-122.342761847831,47.6208372042746]],[[-122.342761847831,47.6208372042746],[-122.34276185943,47.620837309621],[-122.342761895172,47.6208374124733],[-122.34276195419,47.6208375103332],[-122.342762035049,47.6208376008237],[-122.342762135786,47.6208376817468]],[[-122.342762135786,47.6208376817468],[-122.342762506136,47.6208379048579],[-122.342762916658,47.6208380933438],[-122.342763360276,47.6208382439559]],[[-122.342763360276,47.6208382439559],[-122.342764124185,47.6208384291416],[-122.342764914126,47.6208385553037]],[[-122.342764914126,47.6208385553037],[-122.342767024157,47.6208386829515]],[[-122.342767024157,47.6208386829515],[-122.342769135097,47.6208385667929]],[[-122.342769135097,47.6208385667929],[-122.342769926396,47.6208384452456],[-122.342770692434,47.6208382645604]],[[-122.342770692434,47.6208382645604],[-122.342771138158,47.6208381162218],[-122.342771551188,47.6208379297809],[-122.342771924394,47.6208377084553]],[[-122.342771924394,47.6208377084553],[-122.342772025833,47.6208376279635],[-122.34277210749,47.6208375378272],[-122.342772167381,47.6208374402349],[-122.342772204053,47.6208373375563],[-122.342772216614,47.6208372322844]],[[-122.342763781653,47.6208424944217],[-122.342763788624,47.6208425622119],[-122.342763810262,47.6208426285809],[-122.342763846101,47.620842692095],[-122.342763895366,47.6208427513818],[-122.342763956993,47.6208428051604]],[[-122.342763956993,47.6208428051604],[-122.342764168396,47.6208429440898],[-122.342764405667,47.6208430625312],[-122.34276466447,47.6208431583202]],[[-122.34276466447,47.6208431583202],[-122.342765111499,47.6208432761443],[-122.34276557636,47.6208433567348]],[[-122.34276557636,47.6208433567348],[-122.342766188124,47.620843416577],[-122.342766805511,47.6208434375907]],[[-122.342766805511,47.6208434375907],[-122.342767423759,47.6208434196581],[-122.3427680368,47.6208433627858]],[[-122.3427680368,47.6208433627858],[-122.342768502386,47.6208432849631],[-122.34276895064,47.6208431698442]],[[-122.34276895064,47.6208431698442],[-122.342769210844,47.6208430754408],[-122.342769449759,47.6208429582253],[-122.342769663011,47.6208428203436]],[[-122.342769663011,47.6208428203436],[-122.342769725077,47.620842766985],[-122.3427697749,47.6208427080828],[-122.34276981141,47.6208426449033],[-122.342769833823,47.6208425788046],[-122.342769841655,47.6208425112074]],[[-122.342769841655,47.6208425112074],[-122.342769834677,47.6208424434183],[-122.342769813036,47.6208423770504],[-122.342769777197,47.620842313537],[-122.342769727936,47.6208422542496],[-122.342769666315,47.6208422004686]],[[-122.342769666315,47.6208422004686],[-122.342769454505,47.620842061475],[-122.342769216784,47.6208419430375],[-122.342768957508,47.6208418473266]],[[-122.342768957508,47.6208418473266],[-122.342768511135,47.6208417295428],[-122.342768046949,47.6208416488944]],[[-122.342768046949,47.6208416488944],[-122.34276743454,47.6208415885675],[-122.342766816441,47.6208415671568]],[[-122.342766816441,47.6208415671568],[-122.342766198862,47.6208415851252],[-122.342765586483,47.6208416419441]],[[-122.342765586483,47.6208416419441],[-122.342765120866,47.6208417202106],[-122.342764672668,47.6208418357849]],[[-122.342764672668,47.6208418357849],[-122.342764412535,47.6208419299079],[-122.342764173613,47.6208420468205],[-122.342763960271,47.6208421843862]],[[-122.342763960271,47.6208421843862],[-122.342763898065,47.6208422378963],[-122.342763848169,47.6208422969747],[-122.34276381166,47.6208423603451],[-122.342763789327,47.6208424266381],[-122.342763781653,47.6208424944217]],[[-122.342771805767,47.6208425166442],[-122.342771794519,47.6208424131185],[-122.342771759831,47.620842311983],[-122.342771702527,47.620842215634],[-122.342771623963,47.6208421263546],[-122.342771526,47.6208420462603]],[[-122.342771526,47.6208420462603],[-122.342771171234,47.6208418280067],[-122.342770776846,47.6208416432118],[-122.342770349733,47.6208414951066]],[[-122.342770349733,47.6208414951066],[-122.342769613785,47.6208413137756],[-122.342768851954,47.6208411902121]],[[-122.342768851954,47.6208411902121],[-122.34276784031,47.6208410972248],[-122.342766820477,47.6208410642214]],[[-122.342766820477,47.6208410642214],[-122.342765799836,47.6208410917489],[-122.342764786681,47.6208411793568]],[[-122.342764786681,47.6208411793568],[-122.342764023944,47.6208412989278],[-122.342763286407,47.6208414763343]],[[-122.342763286407,47.6208414763343],[-122.342762857054,47.6208416217294],[-122.342762459932,47.6208418040529],[-122.34276210199,47.6208420201139]],[[-122.34276210199,47.6208420201139],[-122.342762003284,47.6208420997293],[-122.342761923861,47.6208421886062],[-122.342761865599,47.6208422846419],[-122.342761829878,47.620842385564],[-122.342761817542,47.6208424889847]],[[-122.342761817542,47.6208424889847],[-122.342761828576,47.6208425924507],[-122.342761863016,47.620842693553],[-122.342761920045,47.6208427899008],[-122.342761998316,47.620842879216],[-122.342762095978,47.6208429593863]],[[-122.342762095978,47.6208429593863],[-122.342762451229,47.6208431773815],[-122.342762846055,47.6208433618695],[-122.342763273549,47.6208435096232]],[[-122.342763273549,47.6208435096232],[-122.342764009468,47.6208436914133],[-122.342764771354,47.620843815417]],[[-122.342764771354,47.620843815417],[-122.342765783015,47.620843907953],[-122.342766802806,47.6208439405085]],[[-122.342766802806,47.6208439405085],[-122.34276782343,47.6208439134304],[-122.342768836627,47.6208438262723]],[[-122.342768836627,47.6208438262723],[-122.342769599363,47.6208437066993],[-122.342770336902,47.6208435292947]],[[-122.342770336902,47.6208435292947],[-122.34277076625,47.6208433838945],[-122.342771163371,47.6208432015713],[-122.342771521318,47.6208429855151]],[[-122.342771521318,47.6208429855151],[-122.342771620006,47.6208429058923],[-122.342771699419,47.6208428170136],[-122.342771757679,47.62084272098],[-122.34277179341,47.6208426200617],[-122.342771805767,47.6208425166442]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null}},{"type":"Feature","id":16581,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342520355136,47.6210715526088],[-122.342520367566,47.621070192234]],[[-122.342520367566,47.621070192234],[-122.342513797913,47.6210646711831]],[[-122.342513797913,47.6210646711831],[-122.34250716221,47.6210701289463]],[[-122.34250716221,47.6210701289463],[-122.342507150354,47.621071509105]],[[-122.342507150354,47.621071509105],[-122.342513777973,47.6210660478505]],[[-122.342513777973,47.6210660478505],[-122.342520355136,47.6210715526088]],[[-122.342520367711,47.6210688212267],[-122.342520379227,47.6210674752576]],[[-122.342520379227,47.6210674752576],[-122.342513803133,47.6210619614891]],[[-122.342513803133,47.6210619614891],[-122.342507202273,47.6210674277864]],[[-122.342507202273,47.6210674277864],[-122.342507189531,47.6210687773701]],[[-122.342507189531,47.6210687773701],[-122.342513816158,47.6210633278236]],[[-122.342513816158,47.6210633278236],[-122.342520367711,47.6210688212267]],[[-122.342511518285,47.6210787875025],[-122.342511076845,47.6210778352717]],[[-122.342511781415,47.6210796935188],[-122.342511518285,47.6210787875025]],[[-122.342511955325,47.62108068888],[-122.342511781415,47.6210796935188]],[[-122.34251202953,47.6210816414824],[-122.342511955325,47.62108068888]],[[-122.342512023514,47.6210825807549],[-122.34251202953,47.6210816414824]],[[-122.342511932841,47.6210835373428],[-122.342512023514,47.6210825807549]],[[-122.342511759102,47.6210844743412],[-122.342511932841,47.6210835373428]],[[-122.342511541209,47.6210852194087],[-122.342511759102,47.6210844743412]],[[-122.342511289358,47.6210858488768],[-122.342511541209,47.6210852194087]],[[-122.342510883192,47.6210865712518],[-122.342511289358,47.6210858488768]],[[-122.342510578814,47.6210869495256],[-122.342510883192,47.6210865712518]],[[-122.34251025318,47.6210872372208],[-122.342510430684,47.6210871009256],[-122.342510578814,47.6210869495256]],[[-122.34251003223,47.6210873723933],[-122.34251025318,47.6210872372208]],[[-122.34250979425,47.6210874709077],[-122.34251003223,47.6210873723933]],[[-122.342509558903,47.6210875226074],[-122.34250979425,47.6210874709077]],[[-122.342509410116,47.6210875308776],[-122.342509558903,47.6210875226074]],[[-122.342509198006,47.6210875120996],[-122.342509410116,47.6210875308776]],[[-122.34250896065,47.621087448676],[-122.342509198006,47.6210875120996]],[[-122.342508723138,47.6210873339766],[-122.34250896065,47.621087448676]],[[-122.34250852644,47.6210872043422],[-122.342508723138,47.6210873339766]],[[-122.342508257213,47.62108695962],[-122.34250852644,47.6210872043422]],[[-122.342507884029,47.6210864796789],[-122.342508257213,47.62108695962]],[[-122.342507455865,47.6210856181326],[-122.342507884029,47.6210864796789]],[[-122.342506875846,47.6210828244389],[-122.342507061409,47.6210842311376],[-122.342507455865,47.6210856181326]],[[-122.342507050927,47.6210801448785],[-122.342506875846,47.6210828244389]],[[-122.34250771186,47.6210781596715],[-122.342507310841,47.6210791416035],[-122.342507050927,47.6210801448785]],[[-122.342508017463,47.6210776401426],[-122.342507847254,47.6210778952549],[-122.34250771186,47.6210781596715]],[[-122.342508254894,47.6210773392233],[-122.342508017463,47.6210776401426]],[[-122.342508979995,47.6210767862439],[-122.342508699756,47.6210769464799],[-122.342508456389,47.6210771320777],[-122.342508254894,47.6210773392233]],[[-122.342509499771,47.6210766776955],[-122.342509361609,47.6210766827242],[-122.34250922653,47.6210767029203],[-122.342509098172,47.6210767377396],[-122.342508979995,47.6210767862439]],[[-122.342509810985,47.6210767185492],[-122.342509499771,47.6210766776955]],[[-122.342510117793,47.6210768368277],[-122.342509971656,47.621076769124],[-122.342509810985,47.6210767185492]],[[-122.342510691324,47.6210772970196],[-122.342510529303,47.6210771278043],[-122.342510337117,47.6210769735977],[-122.342510117793,47.6210768368277]],[[-122.342510691324,47.6210772970196],[-122.342511470303,47.6210730054468]],[[-122.342511470303,47.6210730054468],[-122.342511242304,47.6210721637366]],[[-122.342511242304,47.6210721637366],[-122.34251172217,47.6210710922354]],[[-122.34251172217,47.6210710922354],[-122.342512730871,47.6210710959521]],[[-122.342512730871,47.6210710959521],[-122.342512739221,47.6210717048772]],[[-122.342512739221,47.6210717048772],[-122.34251185427,47.6210717013187]],[[-122.34251185427,47.6210717013187],[-122.342511671765,47.621072106764]],[[-122.342511671765,47.621072106764],[-122.342511871493,47.6210728912741]],[[-122.342511871493,47.6210728912741],[-122.342511593755,47.6210748300178]],[[-122.342511593755,47.6210748300178],[-122.342515214745,47.6210748449745]],[[-122.342515214745,47.6210748449745],[-122.342515273631,47.6210744897474]],[[-122.342514754348,47.6210742024609],[-122.342514908477,47.6210743131273],[-122.342515082547,47.6210744094286],[-122.342515273631,47.6210744897474]],[[-122.342514366455,47.6210738117762],[-122.342514535719,47.6210740182522],[-122.342514754348,47.6210742024609]],[[-122.342514316641,47.6210736541055],[-122.342514366455,47.6210738117762]],[[-122.342514318544,47.6210735821114],[-122.342514316641,47.6210736541055]],[[-122.342514334009,47.6210735189337],[-122.342514318544,47.6210735821114]],[[-122.342514360402,47.6210734655067],[-122.342514334009,47.6210735189337]],[[-122.342514397774,47.6210734236291],[-122.342514360402,47.6210734655067]],[[-122.342514442188,47.6210733951522],[-122.342514397774,47.6210734236291]],[[-122.342514491088,47.6210733837084],[-122.342514442188,47.6210733951522]],[[-122.342514491088,47.6210733837084],[-122.342516471012,47.6210732000221]],[[-122.342516537829,47.6210732099314],[-122.342516471012,47.6210732000221]],[[-122.342516587851,47.6210732371559],[-122.342516537829,47.6210732099314]],[[-122.342516622433,47.6210732825775],[-122.342516587851,47.6210732371559]],[[-122.342516638864,47.6210733444326],[-122.342516622433,47.6210732825775]],[[-122.342516627677,47.6210735092096],[-122.342516638864,47.6210733444326]],[[-122.342516554003,47.6210737215948],[-122.342516627677,47.6210735092096]],[[-122.342516447415,47.6210739461115],[-122.342516554003,47.6210737215948]],[[-122.342516308358,47.6210741521669],[-122.342516447415,47.6210739461115]],[[-122.342515782794,47.6210744739996],[-122.342515940691,47.6210744153972],[-122.34251608315,47.6210743409606],[-122.342516206708,47.6210742525],[-122.342516308358,47.6210741521669]],[[-122.342515782794,47.6210744739996],[-122.342515637847,47.621075256783]],[[-122.342515637847,47.621075256783],[-122.342516474332,47.621077488418]],[[-122.342516794515,47.621077150417],[-122.342516474332,47.621077488418]],[[-122.342517136059,47.6210769065918],[-122.342516950748,47.6210770192517],[-122.342516794515,47.621077150417]],[[-122.34251749106,47.6210767597459],[-122.342517136059,47.6210769065918]],[[-122.342517847601,47.6210767118367],[-122.342517725312,47.6210767141805],[-122.342517605334,47.6210767303022],[-122.34251749106,47.6210767597459]],[[-122.342518367144,47.6210768245954],[-122.34251820443,47.6210767670759],[-122.342518029538,47.6210767291184],[-122.342517847601,47.6210767118367]],[[-122.342518848742,47.6210771429684],[-122.342518710578,47.6210770221656],[-122.342518549016,47.6210769153609],[-122.342518367144,47.6210768245954]],[[-122.342519659713,47.621078311603],[-122.342519318917,47.6210777068909],[-122.342518848742,47.6210771429684]],[[-122.342520199482,47.6210800388931],[-122.342519659713,47.621078311603]],[[-122.342520384485,47.621082150523],[-122.342520199482,47.6210800388931]],[[-122.342520162169,47.6210842567587],[-122.342520384485,47.621082150523]],[[-122.342519592098,47.6210859798741],[-122.342520162169,47.6210842567587]],[[-122.342518760908,47.621087141497],[-122.342519251547,47.6210865850809],[-122.342519592098,47.6210859798741]],[[-122.342518272404,47.621087456541],[-122.342518532409,47.6210873101169],[-122.342518760908,47.621087141497]],[[-122.342517752628,47.6210875650894],[-122.34251789081,47.6210875601319],[-122.342518025911,47.621087539957],[-122.342518154269,47.6210875051118],[-122.342518272404,47.621087456541]],[[-122.342517321887,47.6210874862379],[-122.342517458704,47.6210875277163],[-122.342517603478,47.6210875542187],[-122.342517752628,47.6210875650894]],[[-122.342516912167,47.6210872604713],[-122.342517034724,47.6210873468144],[-122.342517171979,47.6210874224458],[-122.342517321887,47.6210874862379]],[[-122.342516185176,47.621086418181],[-122.342516378378,47.6210867173582],[-122.342516621805,47.6210869993932],[-122.342516912167,47.6210872604713]],[[-122.34251528398,47.6210835153954],[-122.342515576646,47.6210849890641],[-122.342516185176,47.621086418181]],[[-122.34251528398,47.6210835153954],[-122.342514495476,47.6210838092285]],[[-122.34251428397,47.6210842699345],[-122.342514383608,47.621084122907],[-122.342514454499,47.6210839684911],[-122.342514495476,47.6210838092285]],[[-122.34251428397,47.6210842699345],[-122.342514413678,47.6210856680074]],[[-122.342514413678,47.6210856680074],[-122.342514592014,47.6210856692411]],[[-122.342514592014,47.6210856692411],[-122.342514602944,47.6210860460326]],[[-122.342514602944,47.6210860460326],[-122.342514036406,47.6210861021241]],[[-122.342514036406,47.6210861021241],[-122.342514039246,47.6210856954628]],[[-122.342514039246,47.6210856954628],[-122.342514177653,47.6210856963263]],[[-122.342514177653,47.6210856963263],[-122.342514018683,47.6210842986414]],[[-122.342513853908,47.6210841685838],[-122.342513874549,47.621084200673],[-122.342513902021,47.6210842303443],[-122.342513935718,47.6210842569414],[-122.342513974894,47.6210842798761],[-122.342514018683,47.6210842986414]],[[-122.342513715546,47.621083297797],[-122.342513694874,47.6210835917126],[-122.342513741362,47.621083884285],[-122.342513853908,47.6210841685838]],[[-122.342513715546,47.621083297797],[-122.342511197565,47.6210771805542]],[[-122.342511197565,47.6210771805542],[-122.342511076845,47.6210778352717]],[[-122.342516113778,47.6210779484017],[-122.34251537776,47.6210802590836],[-122.342515224745,47.6210826201696]],[[-122.342516113778,47.6210779484017],[-122.342515472455,47.6210762980254]],[[-122.342515472455,47.6210762980254],[-122.342514400771,47.621082792126]],[[-122.342514400771,47.621082792126],[-122.342515224745,47.6210826201696]],[[-122.342511446879,47.6210757756561],[-122.342515058533,47.6210757898371]],[[-122.342515058533,47.6210757898371],[-122.342514046074,47.6210818945208]],[[-122.342514046074,47.6210818945208],[-122.342514010261,47.6210812562727]],[[-122.342514010261,47.6210812562727],[-122.34251411938,47.621081256625]],[[-122.34251411938,47.621081256625],[-122.342514110249,47.6210808501224]],[[-122.342514110249,47.6210808501224],[-122.342513625862,47.6210808484491]],[[-122.342513625862,47.6210808484491],[-122.342513636819,47.6210812261399]],[[-122.342513636819,47.6210812261399],[-122.342513760569,47.6210812262982]],[[-122.342513760569,47.6210812262982],[-122.342513782117,47.6210819232101]],[[-122.342513782117,47.6210819232101],[-122.342511386846,47.6210761371957]],[[-122.342511386846,47.6210761371957],[-122.342511446879,47.6210757756561]],[[-122.342516399284,47.6210787542646],[-122.342515826678,47.621080557293],[-122.342515713328,47.6210823995836]],[[-122.342516399284,47.6210787542646],[-122.342517488258,47.6210818002969]],[[-122.342517488258,47.6210818002969],[-122.342515713328,47.6210823995836]],[[-122.342517687699,47.6210825749151],[-122.342515779006,47.6210833334073]],[[-122.342515779006,47.6210833334073],[-122.342515871276,47.6210839781064],[-122.342516050354,47.6210846144519]],[[-122.342516050354,47.6210846144519],[-122.342516502852,47.6210856268099]],[[-122.342516502852,47.6210856268099],[-122.342516657395,47.6210858641187],[-122.34251685375,47.621086086941],[-122.342517088982,47.6210862919457]],[[-122.342517088982,47.6210862919457],[-122.342517417489,47.6210864702103]],[[-122.342517417489,47.6210864702103],[-122.342517496773,47.6210864994865],[-122.342517581957,47.6210865198872],[-122.342517670872,47.6210865308928],[-122.342517761252,47.621086532223]],[[-122.342517761252,47.621086532223],[-122.342517908337,47.6210865186915],[-122.342518050227,47.6210864892794],[-122.342518183175,47.6210864447636]],[[-122.342518183175,47.6210864447636],[-122.342518332826,47.6210863730545],[-122.342518465258,47.6210862873294],[-122.342518577609,47.6210861894417]],[[-122.342518577609,47.6210861894417],[-122.342518962027,47.6210857348775],[-122.342519251564,47.6210852494085]],[[-122.342519251564,47.6210852494085],[-122.342519531097,47.6210845587507],[-122.342519712701,47.6210838533965]],[[-122.342519712701,47.6210838533965],[-122.342519878623,47.6210821463403],[-122.342519742692,47.6210804380799]],[[-122.342519742692,47.6210804380799],[-122.34251953677,47.6210796256505],[-122.342519169895,47.6210788394212],[-122.342518648794,47.6210780938086]],[[-122.342518648794,47.6210780938086],[-122.342518550653,47.6210780040262],[-122.342518434147,47.621077924843],[-122.342518301765,47.6210778579497],[-122.342518156332,47.6210778047746],[-122.342518000955,47.6210777664532],[-122.342517838951,47.6210777438039]],[[-122.342517838951,47.6210777438039],[-122.342517635479,47.6210777703625],[-122.342517440213,47.6210778171783],[-122.342517257563,47.6210778831937],[-122.342517091658,47.6210779669169],[-122.342516946246,47.6210780664561],[-122.342516824613,47.6210781795621],[-122.342516729507,47.6210783036792]],[[-122.342516729507,47.6210783036792],[-122.342517838095,47.6210814753968]],[[-122.342517936626,47.6210815235688],[-122.342517918647,47.621081506224],[-122.342517895437,47.6210814919776],[-122.342517868138,47.6210814815305],[-122.342517838095,47.6210814753968]],[[-122.342518018779,47.6210816493244],[-122.342517936626,47.6210815235688]],[[-122.34251807334,47.6210818330209],[-122.342518055163,47.6210817399443],[-122.342518018779,47.6210816493244]],[[-122.342518093111,47.6210820558619],[-122.34251807334,47.6210818330209]],[[-122.342518069041,47.6210822810836],[-122.342518091134,47.6210821689611],[-122.342518093111,47.6210820558619]],[[-122.342518007884,47.6210824663146],[-122.342518069041,47.6210822810836]],[[-122.342517918326,47.6210825898491],[-122.342517956302,47.6210825514997],[-122.342517986334,47.6210825100738],[-122.342518007884,47.6210824663146]],[[-122.342517867418,47.6210826238097],[-122.342517918326,47.6210825898491]],[[-122.342517810537,47.6210826353593],[-122.342517867418,47.6210826238097]],[[-122.342517747528,47.6210826191023],[-122.342517810537,47.6210826353593]],[[-122.342517716388,47.6210826006233],[-122.342517747528,47.6210826191023]],[[-122.342517687699,47.6210825749151],[-122.342517716388,47.6210826006233]],[[-122.342509735578,47.6210820083553],[-122.342510489526,47.6210804775776],[-122.342510898492,47.621078888381]],[[-122.342509713072,47.6210822416526],[-122.342509735578,47.6210820083553]],[[-122.342509571851,47.6210825565895],[-122.342509642284,47.6210824568046],[-122.342509689716,47.6210823510279],[-122.342509713072,47.6210822416526]],[[-122.342509465392,47.621082602082],[-122.342509491093,47.6210825988448],[-122.342509515423,47.6210825923918],[-122.342509537505,47.6210825829556],[-122.342509556543,47.6210825708763],[-122.342509571851,47.6210825565895]],[[-122.342509410494,47.6210825902155],[-122.342509465392,47.621082602082]],[[-122.342509357603,47.6210825558321],[-122.342509410494,47.6210825902155]],[[-122.342509214212,47.6210822455689],[-122.342509238137,47.6210823535526],[-122.342509286313,47.6210824577933],[-122.342509357603,47.6210825558321]],[[-122.342509215982,47.6210818020378],[-122.342509193945,47.621082023765],[-122.342509214212,47.6210822455689]],[[-122.342509361402,47.6210814942421],[-122.342509290685,47.6210815916585],[-122.342509241862,47.6210816949975],[-122.342509215982,47.6210818020378]],[[-122.342509468982,47.6210814415378],[-122.342509442879,47.6210814469912],[-122.342509418447,47.6210814552435],[-122.342509396341,47.6210814660734],[-122.342509377155,47.6210814791902],[-122.342509361402,47.6210814942421]],[[-122.342509468982,47.6210814415378],[-122.342510188413,47.6210799066638],[-122.342510533209,47.6210783138761]],[[-122.342510533209,47.6210783138761],[-122.342510378213,47.6210781293023],[-122.342510180533,47.621077964292],[-122.342509945489,47.6210778232857]],[[-122.342509945489,47.6210778232857],[-122.342509846971,47.621077778801],[-122.342509739638,47.6210777448234],[-122.342509625938,47.6210777221278],[-122.342509508464,47.621077711232]],[[-122.342509508464,47.621077711232],[-122.342509371876,47.6210777180219],[-122.342509238867,47.6210777400318],[-122.342509113143,47.6210777766482],[-122.342508998207,47.6210778268509]],[[-122.342508998207,47.6210778268509],[-122.342508823811,47.6210779292965],[-122.342508671895,47.6210780468885],[-122.342508545329,47.6210781774069]],[[-122.342508545329,47.6210781774069],[-122.342508282067,47.6210784987272],[-122.342508076179,47.6210788385439]],[[-122.342508076179,47.6210788385439],[-122.342507800122,47.6210794586407],[-122.342507610945,47.6210800933715]],[[-122.342507610945,47.6210800933715],[-122.342507396289,47.6210813169885]],[[-122.342507396289,47.6210813169885],[-122.342507358508,47.6210824456002]],[[-122.342507358508,47.6210824456002],[-122.342507542333,47.621083966202]],[[-122.342507542333,47.621083966202],[-122.342507946637,47.6210851978043]],[[-122.342507946637,47.6210851978043],[-122.342508152682,47.6210855874175],[-122.342508419815,47.6210859597966]],[[-122.342508419815,47.6210859597966],[-122.34250858557,47.6210861345909],[-122.342508788669,47.6210862904598]],[[-122.342508788669,47.6210862904598],[-122.342508892031,47.6210863577155],[-122.342509009349,47.6210864136108],[-122.342509137899,47.621086456849],[-122.3425092747,47.6210864864271]],[[-122.3425092747,47.6210864864271],[-122.342509398313,47.6210864961932],[-122.342509522627,47.6210864921238],[-122.342509644255,47.6210864743298]],[[-122.342509644255,47.6210864743298],[-122.342509846355,47.6210864038051],[-122.342510027743,47.6210863111642],[-122.342510183146,47.6210861991001]],[[-122.342510183146,47.6210861991001],[-122.342510452066,47.6210859342504],[-122.342510663433,47.6210856466681]],[[-122.342510663433,47.6210856466681],[-122.342511098,47.6210847565892]],[[-122.342511098,47.6210847565892],[-122.34251141635,47.6210835297979]],[[-122.34251141635,47.6210835297979],[-122.342511535449,47.6210824981654]],[[-122.342511535449,47.6210824981654],[-122.342511523888,47.6210814574702]],[[-122.342511523888,47.6210814574702],[-122.342511380699,47.6210803285594]],[[-122.342511380699,47.6210803285594],[-122.342511147014,47.6210794743299]],[[-122.342511147014,47.6210794743299],[-122.342510898518,47.6210788892803]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null}},{"type":"Feature","id":16832,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342248877829,47.6206252492718],[-122.342250553223,47.6206236959232]],[[-122.342250553223,47.6206236959232],[-122.342251906163,47.6206213012166]],[[-122.342251906163,47.6206213012166],[-122.342251270515,47.6206204883005]],[[-122.342251270515,47.6206204883005],[-122.342249934162,47.6206228126176]],[[-122.342249934162,47.6206228126176],[-122.342249143674,47.6206206064596]],[[-122.342249143674,47.6206206064596],[-122.342251168722,47.6206195936387]],[[-122.342251168722,47.6206195936387],[-122.342250686757,47.6206165557493]],[[-122.342250686757,47.6206165557493],[-122.342249579511,47.6206172370402]],[[-122.342249579511,47.6206172370402],[-122.342249850225,47.620618863544]],[[-122.342249850225,47.620618863544],[-122.342248438001,47.6206195353842]],[[-122.342248438001,47.6206195353842],[-122.342250338035,47.6206139829907]],[[-122.342250338035,47.6206139829907],[-122.34224924492,47.620613362359]],[[-122.342246885754,47.6206203800068],[-122.34224924492,47.620613362359]],[[-122.342246885754,47.6206203800068],[-122.342248877829,47.6206252492718]],[[-122.342245897238,47.6206168972292],[-122.342245557964,47.6206168981289]],[[-122.34224598137,47.6206519566053],[-122.342250063762,47.6206606322932]],[[-122.342248856004,47.6206528019096],[-122.342248829612,47.6206441848975]],[[-122.342248856004,47.6206528019096],[-122.34224598137,47.6206519566053]],[[-122.342251221713,47.6206527993319],[-122.342251193964,47.6206441814382]],[[-122.34225409097,47.6206519453445],[-122.342250063762,47.6206606322932]],[[-122.342251221713,47.6206527993319],[-122.34225409097,47.6206519453445]],[[-122.342251193964,47.6206441814382],[-122.342248829612,47.6206441848975]],[[-122.342250842953,47.6206264826714],[-122.34225084976,47.6206263503385]],[[-122.34225084976,47.6206263503385],[-122.342250832568,47.6206261515943],[-122.34225078242,47.620625955403]],[[-122.34225078242,47.620625955403],[-122.342250713056,47.6206258022968],[-122.342250612769,47.6206256571826]],[[-122.342250612769,47.6206256571826],[-122.342250532156,47.6206255733356],[-122.342250434869,47.6206254979518],[-122.342250322839,47.6206254325257]],[[-122.342250322839,47.6206254325257],[-122.342250259711,47.6206254058062],[-122.342250191038,47.6206253862651],[-122.3422501186,47.6206253744097],[-122.342250044279,47.6206253705474]],[[-122.342250044279,47.6206253705474],[-122.342249970104,47.6206253747305],[-122.342249897883,47.6206253868765],[-122.342249829487,47.6206254066711],[-122.342249766685,47.6206254336021]],[[-122.342249766685,47.6206254336021],[-122.342249655452,47.6206254992778],[-122.342249558974,47.6206255748136],[-122.342249479155,47.6206256587182]],[[-122.342249479155,47.6206256587182],[-122.342249379474,47.6206258042984],[-122.342249310862,47.6206259578207]],[[-122.342249310862,47.6206259578207],[-122.3422492622,47.6206261540422],[-122.342249246472,47.6206263527035]],[[-122.342249246472,47.6206263527035],[-122.342249254296,47.6206264848424]],[[-122.342249416829,47.6206275928059],[-122.342249560598,47.6206276540138],[-122.34224971706,47.6206276989009],[-122.342249882172,47.620627726307],[-122.342250051667,47.6206277355236]],[[-122.3422489609,47.6206272417057],[-122.342249087831,47.620627372828],[-122.342249240818,47.6206274906394],[-122.342249416829,47.6206275928059]],[[-122.342248732308,47.6206268381128],[-122.342248825672,47.6206270452955],[-122.3422489609,47.6206272417057]],[[-122.342251366743,47.6206268337716],[-122.342251440365,47.6206264819476]],[[-122.342251140292,47.6206272379999],[-122.342251274487,47.6206270412228],[-122.342251366743,47.6206268337716]],[[-122.342250687494,47.6206275912525],[-122.342250862624,47.6206274882768],[-122.342251014561,47.6206273697427],[-122.342251140292,47.6206272379999]],[[-122.342250051667,47.6206277355236],[-122.342250221565,47.6206277260235],[-122.342250386994,47.6206276982552],[-122.34225054366,47.6206276529393],[-122.342250687494,47.6206275912525]],[[-122.342248655554,47.6206264855838],[-122.342249254296,47.6206264848424]],[[-122.342248655554,47.6206264855838],[-122.342248732308,47.6206268381128]],[[-122.342250842953,47.6206264826714],[-122.342251440365,47.6206264819476]],[[-122.34224572738,47.6206169129754],[-122.342245822478,47.6206169079434],[-122.342245915381,47.6206168933549],[-122.342246003988,47.6206168695399],[-122.342246086293,47.6206168370371],[-122.342246160436,47.6206167965818]],[[-122.342246160436,47.6206167965818],[-122.342246356589,47.6206166547997],[-122.342246522893,47.6206164966307],[-122.34224665637,47.6206163249084]],[[-122.34224665637,47.6206163249084],[-122.342246818975,47.6206160289376],[-122.342246928955,47.6206157221543]],[[-122.342246928955,47.6206157221543],[-122.342247010419,47.6206153164668],[-122.342247037054,47.6206149074739]],[[-122.342247037054,47.6206149074739],[-122.342247008076,47.6206144985242],[-122.342246924282,47.620614093023]],[[-122.342246924282,47.620614093023],[-122.342246812088,47.6206137866486],[-122.342246647364,47.620613491257]],[[-122.342246647364,47.620613491257],[-122.342246513174,47.6206133196613],[-122.342246346177,47.6206131616871],[-122.342246149367,47.6206130201668]],[[-122.342246149367,47.6206130201668],[-122.342246074806,47.6206129799732],[-122.342245992146,47.6206129477693],[-122.342245903258,47.6206129242831],[-122.34224581015,47.6206129100457],[-122.342245714928,47.6206129053789]],[[-122.342245714928,47.6206129053789],[-122.342245619831,47.6206129104154],[-122.342245526929,47.6206129250059],[-122.342245438324,47.6206129488206],[-122.342245356017,47.6206129813211],[-122.342245281871,47.6206130217725]],[[-122.342245281871,47.6206130217725],[-122.342245085718,47.6206131635542],[-122.342244919413,47.6206133217233],[-122.342244785938,47.620613493446]],[[-122.342244785938,47.620613493446],[-122.342244622595,47.62061378984],[-122.342244512048,47.6206140971169]],[[-122.342244512048,47.6206140971169],[-122.342244431301,47.620614502368],[-122.342244405254,47.6206149108805]],[[-122.342244405254,47.6206149108805],[-122.34224443423,47.6206153198302],[-122.342244518025,47.6206157253314]],[[-122.342244518025,47.6206157253314],[-122.342244630156,47.6206160321635],[-122.342244794969,47.6206163279966]],[[-122.342244794969,47.6206163279966],[-122.34224492925,47.620616499275],[-122.342245096236,47.6206166569453],[-122.34224529294,47.6206167981876]],[[-122.34224529294,47.6206167981876],[-122.342245367494,47.6206168383901],[-122.342245450151,47.6206168705992],[-122.342245539042,47.6206168940859],[-122.342245632154,47.6206169083187],[-122.34224572738,47.6206169129754]],[[-122.342245709394,47.620611292452],[-122.342245553718,47.6206113010113],[-122.342245401923,47.6206113258206],[-122.34224525772,47.6206113662736],[-122.342245124633,47.6206114213814],[-122.342245005916,47.6206114897973]],[[-122.342245005916,47.6206114897973],[-122.342244677705,47.6206117417556],[-122.342244401189,47.6206120204774],[-122.342244181115,47.6206123211768]],[[-122.342244181115,47.6206123211768],[-122.342243912459,47.6206128387854],[-122.342243731293,47.6206133733868]],[[-122.342243731293,47.6206133733868],[-122.342243554475,47.6206148007129]],[[-122.342243554475,47.6206148007129],[-122.342243739568,47.6206162277389]],[[-122.342243739568,47.6206162277389],[-122.342243924722,47.6206167614147],[-122.342244197143,47.6206172778141]],[[-122.342244197143,47.6206172778141],[-122.342244418688,47.6206175782423],[-122.342244696641,47.6206178565513],[-122.342245026225,47.6206181079571]],[[-122.342245026225,47.6206181079571],[-122.342245145571,47.6206181759822],[-122.342245279192,47.6206182306347],[-122.342245423819,47.6206182705781],[-122.342245575917,47.6206182948357],[-122.342245731765,47.6206183028143]],[[-122.342245731765,47.6206183028143],[-122.342245887443,47.6206182942586],[-122.342246039239,47.6206182694509],[-122.342246183443,47.6206182289977],[-122.342246316529,47.620618173888],[-122.342246435243,47.620618105469]],[[-122.342246435243,47.620618105469],[-122.342246763457,47.6206178535119],[-122.342247039973,47.62061757479],[-122.342247260044,47.6206172740895]],[[-122.342247260044,47.6206172740895],[-122.342247528701,47.6206167564811],[-122.342247709867,47.6206162218795]],[[-122.342247709867,47.6206162218795],[-122.342247886684,47.6206147945534]],[[-122.342247886684,47.6206147945534],[-122.342247701591,47.6206133675274]],[[-122.342247701591,47.6206133675274],[-122.34224751709,47.6206128338704],[-122.342247245346,47.6206123174346]],[[-122.342247245346,47.6206123174346],[-122.342247023379,47.6206120169646],[-122.342246744978,47.6206117386603],[-122.342246414934,47.6206114873093]],[[-122.342246414934,47.6206114873093],[-122.342246295588,47.6206114192835],[-122.342246161968,47.6206113646307],[-122.34224601734,47.6206113246872],[-122.342245865243,47.6206113004299],[-122.342245709394,47.620611292452]],[[-122.342253544697,47.6206169631648],[-122.342253644933,47.6206169579947],[-122.342253742952,47.6206169429475],[-122.342253836624,47.6206169183501],[-122.342253923912,47.6206168847371],[-122.34225400292,47.6206168428391]],[[-122.34225400292,47.6206168428391],[-122.342254206926,47.6206166987437],[-122.342254380296,47.6206165374488],[-122.342254519874,47.6206163618908]],[[-122.342254519874,47.6206163618908],[-122.342254691532,47.6206160590648],[-122.342254808003,47.6206157445369]],[[-122.342254808003,47.6206157445369],[-122.342254893223,47.6206153303921],[-122.342254920926,47.6206149126999]],[[-122.342254920926,47.6206149126999],[-122.342254890379,47.6206144951039],[-122.342254802339,47.6206140812335]],[[-122.342254802339,47.6206140812335],[-122.342254683931,47.6206137668707],[-122.342254510346,47.620613464374]],[[-122.342254510346,47.620613464374],[-122.342254369839,47.6206132891159],[-122.342254195601,47.6206131282055],[-122.342253990807,47.6206129845734]],[[-122.342253990807,47.6206129845734],[-122.342253911379,47.620612942859],[-122.342253823706,47.6206129094796],[-122.342253729699,47.6206128851624],[-122.342253631405,47.620612870437],[-122.342253530966,47.6206128656243]],[[-122.342253530966,47.6206128656243],[-122.34225343073,47.6206128707952],[-122.342253332712,47.6206128858428],[-122.34225323904,47.6206129104402],[-122.342253151752,47.6206129440527],[-122.342253072743,47.62061298595]],[[-122.342253072743,47.62061298595],[-122.342252868268,47.6206131299971],[-122.34225269445,47.6206132912995],[-122.342252554459,47.6206134669159]],[[-122.342252554459,47.6206134669159],[-122.34225238348,47.6206137697629],[-122.34225226766,47.6206140842522]],[[-122.34225226766,47.6206140842522],[-122.342252182437,47.6206144983969],[-122.342252154737,47.6206149160892]],[[-122.342252154737,47.6206149160892],[-122.342252184621,47.6206153336729],[-122.342252271994,47.6206157475732]],[[-122.342252271994,47.6206157475732],[-122.342252390406,47.6206160619351],[-122.342252563987,47.6206163644326]],[[-122.342252563987,47.6206163644326],[-122.342252704907,47.6206165397391],[-122.342252879592,47.6206167006454],[-122.342253084856,47.6206168442157]],[[-122.342253084856,47.6206168442157],[-122.342253164274,47.6206168859425],[-122.342253251944,47.6206169193291],[-122.342253345955,47.6206169436471],[-122.342253444254,47.620616958366],[-122.342253544697,47.6206169631648]],[[-122.34225352705,47.6206115378522],[-122.342253373803,47.6206115460851],[-122.342253224269,47.6206115701388],[-122.342253082022,47.6206116094386],[-122.342252950459,47.6206116630455],[-122.342252832726,47.6206117296785]],[[-122.342252832726,47.6206117296785],[-122.342252512085,47.6206119714262],[-122.342252241482,47.6206122395365],[-122.342252025634,47.620612529337]],[[-122.342252025634,47.620612529337],[-122.342251762061,47.6206130275809],[-122.342251584,47.6206135427552]],[[-122.342251584,47.6206135427552],[-122.34225141099,47.6206149178535]],[[-122.34225141099,47.6206149178535],[-122.342251593215,47.6206162918405]],[[-122.342251593215,47.6206162918405],[-122.34225177408,47.6206168066275],[-122.342252040384,47.6206173042701]],[[-122.342252040384,47.6206173042701],[-122.3422522581,47.620617593358],[-122.3422525304,47.6206178606035],[-122.34225285254,47.6206181013518]],[[-122.34225285254,47.6206181013518],[-122.34225297081,47.620618167635],[-122.342253102828,47.6206182208335],[-122.342253245438,47.6206182596751],[-122.342253395227,47.6206182832307],[-122.342253548613,47.6206182909369]],[[-122.342253548613,47.6206182909369],[-122.34225370186,47.6206182827046],[-122.342253851394,47.6206182586511],[-122.342253993642,47.6206182193513],[-122.342254125204,47.6206181657441],[-122.342254242937,47.6206180991105]],[[-122.342254242937,47.6206180991105],[-122.342254563018,47.6206178575948],[-122.342254833179,47.6206175897961],[-122.342255048725,47.620617300369]],[[-122.342255048725,47.620617300369],[-122.342255313034,47.6206168017005],[-122.342255491663,47.6206162860339]],[[-122.342255491663,47.6206162860339],[-122.342255664699,47.6206149118348]],[[-122.342255664699,47.6206149118348],[-122.342255482474,47.6206135378478]],[[-122.342255482474,47.6206135378478],[-122.342255301013,47.6206130225848],[-122.342255033949,47.6206125245366]],[[-122.342255033949,47.6206125245366],[-122.342254816239,47.6206122354461],[-122.342254543939,47.6206119682003],[-122.342254221793,47.6206117274549]],[[-122.342254221793,47.6206117274549],[-122.342254103742,47.6206116612719],[-122.342253971984,47.620611608126],[-122.342253829659,47.6206115692841],[-122.34225368016,47.6206115456718],[-122.34225352705,47.6206115378522]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null}},{"type":"Feature","id":17392,"geometry":{"type":"MultiLineString","coordinates":[[[-122.342374212151,47.6206493694081],[-122.342374251904,47.6206507398864]],[[-122.342391239965,47.6206596546704],[-122.342382886743,47.6206629644419]],[[-122.342382886743,47.6206629644419],[-122.342383880004,47.6206596380089]],[[-122.342391239965,47.6206596546704],[-122.342384330793,47.6206544907617]],[[-122.342374251904,47.6206507398864],[-122.342374458259,47.6206521981914],[-122.342374991666,47.620653618309],[-122.342375839682,47.620654967116],[-122.342376982528,47.6206562131525],[-122.342378393549,47.6206573273554],[-122.342380039832,47.6206582837368],[-122.342381882981,47.6206590599899],[-122.342383880004,47.6206596380089]],[[-122.342376434608,47.6206502539434],[-122.342376606028,47.6206514358011],[-122.34237705078,47.6206525848314],[-122.342377757818,47.6206536724987],[-122.342378709582,47.6206546717911],[-122.342379882437,47.6206555578917],[-122.342381247254,47.6206563087945],[-122.34238277014,47.6206569058513],[-122.342384413274,47.6206573342343]],[[-122.342374212151,47.6206493694081],[-122.342376408105,47.6206493402913]],[[-122.342376408105,47.6206493402913],[-122.342376434608,47.6206502539434]],[[-122.342384413274,47.6206573342343],[-122.342384330793,47.6206544907617]]]},"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1601,"F_area":null,"OBJECTID":17392,"SHAPE__Length":7.383407826866961,"InstallationDate":null}}]},"streets":{"type":"FeatureCollection","features":[{"type":"Feature","id":10576131,"geometry":{"type":"LineString","coordinates":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]]},"properties":{"OBJECTID":10576131,"COMPKEY":10073,"UNITID":"06390","UNITID2":"0030","UNITIDSORT":"063900030","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST","STNAME_ORD":"DEXTER AVE N","ONSTREET":"DEXTER AVE N","STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","XSTRLO":"THOMAS ST","XSTRHI":"HARRISON ST","ARTCLASS":2,"ARTDESCRIPT":"Minor Arterial","OWNER":" ","BLOCKNBR":300,"SPEEDLIMIT":25,"SEGDIR":"N","ONEWAY":"N","ONEWAYDIR":" ","FLOW":" ","SEGLENGTH":426,"SURFACEWIDTH":74,"SURFACETYPE_1":"AC/PCC","SURFACEDATE_1":1667174400000,"SURFACETYPE_2":null,"SURFACEDATE_2":null,"INTRLO":"DEXTER AVE N AND THOMAS ST","DIRLO":"N","INTKEYLO":28788,"INTRHI":"DEXTER AVE N AND HARRISON ST","DIRHI":"S","INTKEYHI":28783,"GIS_MID_X":1268289.41918352,"GIS_MID_Y":230342.67830393,"SE_ANNO_CAD_DATA":"","SGNDBKROUTE":"Y","NGHBRHDGRNWY":"N","NATIONHWYSYS":"N","STREETTYPE":"Urban Village Neighborhood","MJTRK_STR_FLAG":null,"PVMTCONDINDX1":51,"PVMTCONDINDX2":0,"TRANCLASS":2,"TRANDESCRIPT":"MAJOR TRANSIT ROUTE","OVERRIDECOMMENT":null,"BLOCK_URL":"http://wdcsqlpwrk03/ReportServer/Pages/ReportViewer.aspx?/DOT/Asset%20Management/Blocks/Block%20Report&StreetName=06390&StreetSegment=0030","SLOPE_PCT":3,"PVMTCATEGORY":"ART","PARKBOULEVARD":"N","Shape__Length":425.816348698866}},{"type":"Feature","id":10578378,"geometry":{"type":"LineString","coordinates":[[-122.343684649472,47.6208931702858],[-122.343510322059,47.6208954829118],[-122.34238173082,47.6208883946043]]},"properties":{"OBJECTID":10578378,"COMPKEY":13136,"UNITID":"10055","UNITID2":"0070","UNITIDSORT":"100550070","UNITDESC":"THOMAS ST BETWEEN AURORA AVE N AND DEXTER AVE N","STNAME_ORD":"THOMAS ST","ONSTREET":"THOMAS ST","STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","XSTRLO":"AURORA AVE N","XSTRHI":"DEXTER AVE N","ARTCLASS":0,"ARTDESCRIPT":"Not Designated","OWNER":" ","BLOCKNBR":700,"SPEEDLIMIT":20,"SEGDIR":"E","ONEWAY":"N","ONEWAYDIR":" ","FLOW":" ","SEGLENGTH":321,"SURFACEWIDTH":42,"SURFACETYPE_1":"PCC","SURFACEDATE_1":1388448000000,"SURFACETYPE_2":null,"SURFACEDATE_2":null,"INTRLO":"7TH AVE N AND THOMAS ST","DIRLO":"E","INTKEYLO":28787,"INTRHI":"DEXTER AVE N AND THOMAS ST","DIRHI":"W","INTKEYHI":28788,"GIS_MID_X":1268123.39915136,"GIS_MID_Y":230134.48265572,"SE_ANNO_CAD_DATA":"","SGNDBKROUTE":"N","NGHBRHDGRNWY":"N","NATIONHWYSYS":"N","STREETTYPE":"Urban Village Neighborhood Access","MJTRK_STR_FLAG":null,"PVMTCONDINDX1":61,"PVMTCONDINDX2":0,"TRANCLASS":0,"TRANDESCRIPT":"NOT DESIGNATED","OVERRIDECOMMENT":null,"BLOCK_URL":"http://wdcsqlpwrk03/ReportServer/Pages/ReportViewer.aspx?/DOT/Asset%20Management/Blocks/Block%20Report&StreetName=10055&StreetSegment=0070","SLOPE_PCT":3,"PVMTCATEGORY":"NON-ART","PARKBOULEVARD":"N","Shape__Length":321.34174716890016}},{"type":"Feature","id":10578379,"geometry":{"type":"LineString","coordinates":[[-122.34238173082,47.6208883946043],[-122.341076469081,47.6208839263646]]},"properties":{"OBJECTID":10578379,"COMPKEY":13137,"UNITID":"10055","UNITID2":"0075","UNITIDSORT":"100550075","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N","STNAME_ORD":"THOMAS ST","ONSTREET":"THOMAS ST","STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","XSTRLO":"DEXTER AVE N","XSTRHI":"8TH AVE N","ARTCLASS":0,"ARTDESCRIPT":"Not Designated","OWNER":" ","BLOCKNBR":700,"SPEEDLIMIT":20,"SEGDIR":"E","ONEWAY":"N","ONEWAYDIR":" ","FLOW":" ","SEGLENGTH":322,"SURFACEWIDTH":42,"SURFACETYPE_1":"PCC","SURFACEDATE_1":1388448000000,"SURFACETYPE_2":null,"SURFACEDATE_2":null,"INTRLO":"DEXTER AVE N AND THOMAS ST","DIRLO":"E","INTKEYLO":28788,"INTRHI":"8TH AVE N AND THOMAS ST","DIRHI":"W","INTKEYHI":28789,"GIS_MID_X":1268444.89668769,"GIS_MID_Y":230125.8699837,"SE_ANNO_CAD_DATA":"","SGNDBKROUTE":"N","NGHBRHDGRNWY":"N","NATIONHWYSYS":"N","STREETTYPE":"Urban Village Neighborhood Access","MJTRK_STR_FLAG":null,"PVMTCONDINDX1":64,"PVMTCONDINDX2":0,"TRANCLASS":0,"TRANDESCRIPT":"NOT DESIGNATED","OVERRIDECOMMENT":null,"BLOCK_URL":"http://wdcsqlpwrk03/ReportServer/Pages/ReportViewer.aspx?/DOT/Asset%20Management/Blocks/Block%20Report&StreetName=10055&StreetSegment=0075","SLOPE_PCT":4,"PVMTCATEGORY":"NON-ART","PARKBOULEVARD":"N","Shape__Length":321.9034708542293}},{"type":"Feature","id":10591189,"geometry":{"type":"LineString","coordinates":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]]},"properties":{"OBJECTID":10591189,"COMPKEY":10072,"UNITID":"06390","UNITID2":"0020","UNITIDSORT":"063900020","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST","STNAME_ORD":"DEXTER AVE N","ONSTREET":"DEXTER AVE N","STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","XSTRLO":"JOHN ST","XSTRHI":"THOMAS ST","ARTCLASS":2,"ARTDESCRIPT":"Minor Arterial","OWNER":" ","BLOCKNBR":200,"SPEEDLIMIT":25,"SEGDIR":"N","ONEWAY":"N","ONEWAYDIR":" ","FLOW":" ","SEGLENGTH":426,"SURFACEWIDTH":74,"SURFACETYPE_1":"AC/PCC","SURFACEDATE_1":1667174400000,"SURFACETYPE_2":null,"SURFACEDATE_2":null,"INTRLO":"DEXTER AVE N AND JOHN ST","DIRLO":"N","INTKEYLO":28797,"INTRHI":"DEXTER AVE N AND THOMAS ST","DIRHI":"S","INTKEYHI":28788,"GIS_MID_X":1268278.58359951,"GIS_MID_Y":229916.73884749,"SE_ANNO_CAD_DATA":"","SGNDBKROUTE":"Y","NGHBRHDGRNWY":"N","NATIONHWYSYS":"N","STREETTYPE":"Urban Village Neighborhood","MJTRK_STR_FLAG":null,"PVMTCONDINDX1":51,"PVMTCONDINDX2":0,"TRANCLASS":2,"TRANDESCRIPT":"MAJOR TRANSIT ROUTE","OVERRIDECOMMENT":null,"BLOCK_URL":"http://wdcsqlpwrk03/ReportServer/Pages/ReportViewer.aspx?/DOT/Asset%20Management/Blocks/Block%20Report&StreetName=06390&StreetSegment=0020","SLOPE_PCT":3,"PVMTCATEGORY":"ART","PARKBOULEVARD":"N","Shape__Length":426.3381699058609}}]},"sidewalks":{"type":"FeatureCollection","features":[{"type":"Feature","id":33562573,"geometry":{"type":"LineString","coordinates":[[-122.342175201367,47.6208588840411],[-122.342173819526,47.6208474827147]]},"properties":{"OBJECTID":33562573,"COMPKEY":856878,"COMPTYPE":97,"SEGKEY":13137,"UNITID":"SDW-46881","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N, S SIDE","ADDDTTM":1666742400000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1666742400000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1666742400000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1640995200000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1778025600000,"OWNERSHIP":null,"SIDE":"S","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1666742400000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":4.172747146851806}},{"type":"Feature","id":33563117,"geometry":{"type":"LineString","coordinates":[[-122.342259770943,47.6209799874073],[-122.342304742092,47.6209796097653]]},"properties":{"OBJECTID":33563117,"COMPKEY":856606,"COMPTYPE":97,"SEGKEY":10073,"UNITID":"SDW-46877","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST, E SIDE","ADDDTTM":1665705600000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1665705600000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1665705600000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1665705600000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1665705600000,"OWNERSHIP":null,"SIDE":"E","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1665705600000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":11.091471695616075}},{"type":"Feature","id":33563218,"geometry":{"type":"LineString","coordinates":[[-122.342460443363,47.6209828322793],[-122.342504693864,47.620981922549]]},"properties":{"OBJECTID":33563218,"COMPKEY":856604,"COMPTYPE":97,"SEGKEY":10073,"UNITID":"SDW-46876","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST, W SIDE","ADDDTTM":1665705600000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1665705600000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1665705600000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1665705600000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1665705600000,"OWNERSHIP":null,"SIDE":"W","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1665705600000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":10.91793632899789}},{"type":"Feature","id":33563382,"geometry":{"type":"LineString","coordinates":[[-122.342260467565,47.6207920164056],[-122.342309880159,47.6207927889489]]},"properties":{"OBJECTID":33563382,"COMPKEY":856871,"COMPTYPE":97,"SEGKEY":10072,"UNITID":"SDW-46880","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST, E SIDE","ADDDTTM":1666742400000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1666742400000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1666742400000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1640995200000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1778025600000,"OWNERSHIP":null,"SIDE":"E","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1666742400000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":12.189250605258138}},{"type":"Feature","id":33567168,"geometry":{"type":"LineString","coordinates":[[-122.342176484248,47.6209115580757],[-122.342177438231,47.6209284850797]]},"properties":{"OBJECTID":33567168,"COMPKEY":856879,"COMPTYPE":97,"SEGKEY":13137,"UNITID":"SDW-46882","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N, N SIDE","ADDDTTM":1666742400000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1778025600000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1778025600000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1767225600000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1778025600000,"OWNERSHIP":null,"SIDE":"N","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1778025600000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":6.178864097770812}},{"type":"Feature","id":33567857,"geometry":{"type":"LineString","coordinates":[[-122.342466680308,47.6207935931198],[-122.342498441998,47.6207939771028]]},"properties":{"OBJECTID":33567857,"COMPKEY":856870,"COMPTYPE":97,"SEGKEY":10072,"UNITID":"SDW-46879","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST, W SIDE","ADDDTTM":1666742400000,"ASBLT":"792-408","CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1666742400000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1666742400000,"FILLERTYPE":"NONE","FILLERWID":0,"INSTALL_DATE":1640995200000,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1778025600000,"OWNERSHIP":null,"SIDE":"W","SURFTYPE":"PCC","BUILDERCD":"CIP-SDOT","GSITYPECD":null,"HANSEN7ID":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":0,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"MEDISLD","MAINTENANCE_GROUP":null,"LAST_VERIFY_DATE":1666742400000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":7.834229293712433}},{"type":"Feature","id":33571585,"geometry":{"type":"LineString","coordinates":[[-122.34258351357,47.6197778425813],[-122.342578410839,47.620785962673],[-122.342581533054,47.620824787113]]},"properties":{"OBJECTID":33571585,"COMPKEY":293310,"COMPTYPE":97,"SEGKEY":10072,"UNITID":"SDW-3833","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST, W SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"FAIR","CONDITION_ASSESSMENT_DATE":1498435200000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1280534400000,"FILLERTYPE":"LSCP","FILLERWID":64,"INSTALL_DATE":null,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1517961600000,"OWNERSHIP":null,"SIDE":"W","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"063900020W","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-3833_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-35820_Insp.PDF","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-3833L.JPG","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-35820H.JPG","ATTACHMENT_5":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A8070612151140.JPG","ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":5,"PRIMARYCROSSSLOPE":1.6,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1498435200000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":381.91208213154215}},{"type":"Feature","id":33572077,"geometry":{"type":"LineString","coordinates":[[-122.342198540482,47.619788502299],[-122.34219079677,47.6208022555591],[-122.342174419357,47.6208249935148]]},"properties":{"OBJECTID":33572077,"COMPKEY":293311,"COMPTYPE":97,"SEGKEY":10072,"UNITID":"SDW-34999","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST, E SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"FAIR","CONDITION_ASSESSMENT_DATE":1498435200000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1280534400000,"FILLERTYPE":"LSCP","FILLERWID":42,"INSTALL_DATE":null,"SW_WIDTH":120,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1517961600000,"OWNERSHIP":null,"SIDE":"E","SURFTYPE":"PVCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"063900020E","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-34999_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-34999L.JPG","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-34999H.JPG","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A8070613102610.JPG","ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":4,"PRIMARYCROSSSLOPE":1.3,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1498435200000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"Y","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":379.01209316667286}},{"type":"Feature","id":33573069,"geometry":{"type":"LineString","coordinates":[[-122.342223337695,47.6207979432208],[-122.342177380398,47.6207903723604],[-122.341138002514,47.6207868135537]]},"properties":{"OBJECTID":33573069,"COMPKEY":294731,"COMPTYPE":97,"SEGKEY":13137,"UNITID":"SDW-4420","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N, S SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1498435200000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1280534400000,"FILLERTYPE":"PCC","FILLERWID":60,"INSTALL_DATE":null,"SW_WIDTH":75,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1536883200000,"OWNERSHIP":null,"SIDE":"S","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"100550075S","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-4420H_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-4420H.JPG","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-4420_Insp.PDF","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-4420L.JPG","ATTACHMENT_5":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A8070612150752.JPG","ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":5,"PRIMARYCROSSSLOPE":3.1,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1498435200000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":267.9971613476053}},{"type":"Feature","id":33573070,"geometry":{"type":"LineString","coordinates":[[-122.343540124808,47.6208060068142],[-122.342588696971,47.6208004332323],[-122.342540473183,47.6207919758716]]},"properties":{"OBJECTID":33573070,"COMPKEY":294732,"COMPTYPE":97,"SEGKEY":13136,"UNITID":"SDW-35820","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN AURORA AVE N AND DEXTER AVE N, S SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1498435200000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1493683200000,"FILLERTYPE":"PCC","FILLERWID":65,"INSTALL_DATE":null,"SW_WIDTH":75,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1554249600000,"OWNERSHIP":null,"SIDE":"S","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"100550070S","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-3833_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-35820_Insp.PDF","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-35820H.JPG","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A8070612151457.JPG","ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":4,"PRIMARYCROSSSLOPE":3.4,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1498435200000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":246.93358804849038}},{"type":"Feature","id":33580447,"geometry":{"type":"LineString","coordinates":[[-122.342578551338,47.6209322085823],[-122.342577536346,47.620987301554],[-122.342568797494,47.6219934735954]]},"properties":{"OBJECTID":33580447,"COMPKEY":302155,"COMPTYPE":97,"SEGKEY":10073,"UNITID":"SDW-11691","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST, W SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1185926400000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1502064000000,"FILLERTYPE":"TR/PCC","FILLERWID":66,"INSTALL_DATE":null,"SW_WIDTH":87,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1502064000000,"OWNERSHIP":null,"SIDE":"W","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"063900030W","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-11691_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-11691L.JPG","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-11691H.JPG","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A1070612091917.JPG","ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":4,"PRIMARYCROSSSLOPE":0,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":null,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":387.1205235033974}},{"type":"Feature","id":33580448,"geometry":{"type":"LineString","coordinates":[[-122.342179999588,47.6209500003744],[-122.342184218654,47.6209740314908],[-122.34217170355,47.6219944142207]]},"properties":{"OBJECTID":33580448,"COMPKEY":302156,"COMPTYPE":97,"SEGKEY":10073,"UNITID":"SDW-11692","UNITTYPE":"SDW","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST, E SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"FAIR","CONDITION_ASSESSMENT_DATE":1498435200000,"CURBTYPE":"410A","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1280534400000,"FILLERTYPE":"TR/PCC","FILLERWID":90,"INSTALL_DATE":null,"SW_WIDTH":72,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1517961600000,"OWNERSHIP":null,"SIDE":"E","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"063900030E","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-11692H.JPG","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-11692H_Insp.PDF","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-11692L.JPG","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-11692_Insp.PDF","ATTACHMENT_5":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A1070612091014.JPG","ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":3,"NUM_ATTACHMENTS":5,"PRIMARYCROSSSLOPE":1.2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1498435200000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":381.0402502055342}},{"type":"Feature","id":33585530,"geometry":{"type":"LineString","coordinates":[[-122.342219999821,47.6209800001186],[-122.342170505182,47.6209767717874],[-122.341120389932,47.620973176098]]},"properties":{"OBJECTID":33585530,"COMPKEY":307711,"COMPTYPE":97,"SEGKEY":13137,"UNITID":"SDW-13019","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N, N SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"EXCELLENT","CONDITION_ASSESSMENT_DATE":1647820800000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1647820800000,"FILLERTYPE":"LSCP","FILLERWID":54,"INSTALL_DATE":1546300800000,"SW_WIDTH":72,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1647820800000,"OWNERSHIP":null,"SIDE":"N","SURFTYPE":"PCC","BUILDERCD":"PRIDEV","GSITYPECD":null,"HANSEN7ID":"100550075N","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM_CRINSP\\CurbRamp_SDW-13019H_Insp.pdf","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-13019L_Insp.pdf","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-13019_Insp.PDF","ATTACHMENT_4":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-13019H.JPG","ATTACHMENT_5":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-13019L.JPG","ATTACHMENT_6":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A1070612090829.JPG","ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":6,"PRIMARYCROSSSLOPE":2,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":1647820800000,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":271.2416933146951}},{"type":"Feature","id":33585531,"geometry":{"type":"LineString","coordinates":[[-122.343533822844,47.6209842546117],[-122.34261594624,47.6209785733572],[-122.342536543551,47.6209783641654]]},"properties":{"OBJECTID":33585531,"COMPKEY":307712,"COMPTYPE":97,"SEGKEY":13136,"UNITID":"SDW-40144","UNITTYPE":"SDW","UNITDESC":"THOMAS ST BETWEEN AURORA AVE N AND DEXTER AVE N, N SIDE","ADDDTTM":1190764800000,"ASBLT":null,"CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1185926400000,"CURBTYPE":"410C","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1502064000000,"FILLERTYPE":"TR/PCC","FILLERWID":68,"INSTALL_DATE":null,"SW_WIDTH":72,"MAINTAINED_BY":null,"MATL":null,"MODDTTM":1553212800000,"OWNERSHIP":null,"SIDE":"N","SURFTYPE":"PCC","BUILDERCD":null,"GSITYPECD":null,"HANSEN7ID":"100550070N","ATTACHMENT_1":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\ATTACHMENTS\\AM Condition Assessments\\CurbRamp_SDW-40144_Insp.PDF","ATTACHMENT_2":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\CurbRamp_SDW-40144H.JPG","ATTACHMENT_3":"\\\\dotnas\\InfoPublicSector\\H8\\PROD\\Attachments\\IMAGES\\SIDEWALKS\\A1070612091122.JPG","ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"SRTS_SIDEWALK_RANK":1,"NUM_ATTACHMENTS":3,"PRIMARYCROSSSLOPE":0,"MINIMUMVARIABLEWIDTH":0,"SW_CATEGORY":"BLOCK","MAINTENANCE_GROUP":"SSRP_NW3_SWShim","LAST_VERIFY_DATE":null,"COLOR":null,"OWNERSHIP_DATE":null,"NATURE_OF_MAINT_RESP":null,"MAINT_FINANCIAL_RESP":null,"VARIABLEWIDTHYN":"N","MAINTBYRDWYSTRUCTYN":"N","SWINCOMPLETEYN":"N","MULTIPLESURFACEYN":"N","DATE_MVW_LAST_UPDATED":1787598544000,"EXPDATE":null,"Shape__Length":245.95491506400185}}]},"crosswalks":{"type":"FeatureCollection","features":[{"type":"Feature","id":4832861,"geometry":{"type":"Point","coordinates":[-122.342381088231,47.6209623820276]},"properties":{"OBJECTID":4832861,"COMPKEY":845584,"UNITID":"XWK-6149","UNITDESC":"DEXTER AVE N 0030 BLOCK C SIDE ( 27) 27 FT N/O THOMAS ST","CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1627776000000,"OWNERSHIP":"SDOT","CURRENT_STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","COMPTYPE":16,"SEGKEY":10073,"DISTANCE":27,"WIDTH":0,"UNITTYPE":"XWK","OLD_ID":null,"APPROACH":"N","MARKING_TYPE":"LADER","SCHOOL":"N","MIDBLOCK_CROSSWALK":"N","INSTALL_DATE":null,"COLOR":"WHT","COMMENTS":null,"CATEGORY":"XWK","OWNERSHIP_DATE":null,"CURRENT_STATUS_DATE":1627776000000,"MAINTAINED_BY":"SDOT","MAINTENANCE_AGREEMENT":null,"CURBSPACEID":null,"CITY_SECTOR":"W","NBRHOOD_DISTRICT":"LKUN","MAINT_DISTRICT":"CENTRAL","OVERRIDECOMMENT":null,"SHAPE_LNG":-122.342381089322,"SHAPE_LAT":47.6209623815648,"CROSSWALK_CONTROL":" ","MATERIAL":"THRPL","ONSTREET":"DEXTER AVE N","XSTRLOW":"THOMAS ST","MEAS_FROM_LOW":"Y","DISTTOLOW":27,"STPOINT":0,"XSTRHI":"HARRISON ST","MEAS_FROM_HI":"N","DISTTOHI":399,"OFFSET":0,"SIDE":"C","MEASUREMENT_ORIGIN":"XStreet Centerline","ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"MAINTENANCE_GROUP":"XWK-CD7-YEAR3","NUM_ATTACHMENTS":0}},{"type":"Feature","id":4837515,"geometry":{"type":"Point","coordinates":[-122.342382385921,47.620811753049]},"properties":{"OBJECTID":4837515,"COMPKEY":845585,"UNITID":"XWK-6150","UNITDESC":"DEXTER AVE N 0020 BLOCK C SIDE ( 399) 27 FT S/O THOMAS ST","CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1627776000000,"OWNERSHIP":"SDOT","CURRENT_STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","COMPTYPE":16,"SEGKEY":10072,"DISTANCE":399,"WIDTH":0,"UNITTYPE":"XWK","OLD_ID":null,"APPROACH":"S","MARKING_TYPE":"LADER","SCHOOL":"N","MIDBLOCK_CROSSWALK":"N","INSTALL_DATE":null,"COLOR":"WHT","COMMENTS":null,"CATEGORY":"XWK","OWNERSHIP_DATE":null,"CURRENT_STATUS_DATE":1627776000000,"MAINTAINED_BY":"SDOT","MAINTENANCE_AGREEMENT":null,"CURBSPACEID":null,"CITY_SECTOR":"W","NBRHOOD_DISTRICT":"LKUN","MAINT_DISTRICT":"CENTRAL","OVERRIDECOMMENT":null,"SHAPE_LNG":-122.342382386791,"SHAPE_LAT":47.6208117531801,"CROSSWALK_CONTROL":" ","MATERIAL":"THRPL","ONSTREET":"DEXTER AVE N","XSTRLOW":"JOHN ST","MEAS_FROM_LOW":"N","DISTTOLOW":399,"STPOINT":0,"XSTRHI":"THOMAS ST","MEAS_FROM_HI":"Y","DISTTOHI":27,"OFFSET":0,"SIDE":"C","MEASUREMENT_ORIGIN":"XStreet Centerline","ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"MAINTENANCE_GROUP":"XWK-CD7-YEAR3","NUM_ATTACHMENTS":0}}]},"bikeFacilities":{"type":"FeatureCollection","features":[{"type":"Feature","id":4712115,"geometry":{"type":"LineString","coordinates":[[-122.342381731008,47.6208883949931],[-122.342371585489,47.622055745315]]},"properties":{"OBJECTID":4712115,"COMPKEY":832721,"COMPTYPE":16,"SEGKEY":10073,"UNITID":"BKF-1465","UNITTYPE":"BKF","UNITDESC":"DEXTER AVE N BETWEEN THOMAS ST AND HARRISON ST (BKF-PBL)","CATEGORY":"BKF-PBL","MATERIAL":null,"STYLE":"BKF-DELPST","MODEL_TYPE":"BKF-ONEWAY","ASSET_WIDTH":5,"ASSET_HEIGHT":0,"INSTALL_DATE":1451520000000,"ASBLT":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"ATTACHMENT_10":null,"NUM_ATTACHMENTS":0,"COMMENTS":"PROJECT NUMBER 413","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1451520000000,"CONDITION":null,"CONDITION_ASSESSMENT_DATE":null,"LAST_ASSET_VERIFICATION_DATE":1648771200000,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"OWNERSHIP":null,"OWNERSHIP_DATE":null,"MAINTAINED_BY":null,"MAINTENANCE_AGREEMENT":null,"MAINTENANCE_FINANCIAL_RESP":null,"ADDBY":"SP_BKF_DATALOAD","ADDDTTM":1631318400000,"MODBY":"RSUSER","MODDTTM":1665014400000,"DATE_MVW_LAST_UPDATED":1787598760000,"COLOR":"WHT","MOUNT_TYPE":"SUFMT","MOUNT_MATERIAL":"PLASTIC","EXPBY":null,"EXPDATE":null,"MAINT_GRP_PAINT":null,"MAINT_GRP_PLANTS":null,"MAINT_GRP_POST":null,"MAINT_GRP_SNOW":null,"MAINT_GRP_SWEEP":"BKF-PB18-309-SWP","Shape__Length":425.8162262903265}},{"type":"Feature","id":4712832,"geometry":{"type":"LineString","coordinates":[[-122.342381731008,47.6208883949931],[-122.341076469708,47.620883926549]]},"properties":{"OBJECTID":4712832,"COMPKEY":833454,"COMPTYPE":16,"SEGKEY":13137,"UNITID":"BKF-2198","UNITTYPE":"BKF","UNITDESC":"THOMAS ST BETWEEN DEXTER AVE N AND 8TH AVE N (BKF-NGW)","CATEGORY":"BKF-NGW","MATERIAL":null,"STYLE":null,"MODEL_TYPE":null,"ASSET_WIDTH":0,"ASSET_HEIGHT":0,"INSTALL_DATE":1735603200000,"ASBLT":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"ATTACHMENT_10":null,"NUM_ATTACHMENTS":0,"COMMENTS":"PROJECT NUMBER 837","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1731456000000,"CONDITION":null,"CONDITION_ASSESSMENT_DATE":null,"LAST_ASSET_VERIFICATION_DATE":1731456000000,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"OWNERSHIP":null,"OWNERSHIP_DATE":null,"MAINTAINED_BY":null,"MAINTENANCE_AGREEMENT":null,"MAINTENANCE_FINANCIAL_RESP":null,"ADDBY":"SP_BKF_DATALOAD","ADDDTTM":1631318400000,"MODBY":"LYNCHC","MODDTTM":1731456000000,"DATE_MVW_LAST_UPDATED":1787598760000,"COLOR":null,"MOUNT_TYPE":null,"MOUNT_MATERIAL":null,"EXPBY":null,"EXPDATE":null,"MAINT_GRP_PAINT":null,"MAINT_GRP_PLANTS":null,"MAINT_GRP_POST":null,"MAINT_GRP_SNOW":null,"MAINT_GRP_SWEEP":null,"Shape__Length":321.9033630900223}},{"type":"Feature","id":4713599,"geometry":{"type":"LineString","coordinates":[[-122.342381731008,47.6208883949931],[-122.343684649381,47.6208931701389]]},"properties":{"OBJECTID":4713599,"COMPKEY":863854,"COMPTYPE":16,"SEGKEY":13136,"UNITID":"BKF-7764","UNITTYPE":"BKF","UNITDESC":"THOMAS ST BETWEEN AURORA AVE N AND DEXTER AVE N (BKF-PBL)","CATEGORY":"BKF-PBL","MATERIAL":null,"STYLE":"BKF-DELPST","MODEL_TYPE":null,"ASSET_WIDTH":0,"ASSET_HEIGHT":0,"INSTALL_DATE":1640908800000,"ASBLT":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"ATTACHMENT_10":null,"NUM_ATTACHMENTS":0,"COMMENTS":null,"CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1685923200000,"CONDITION":null,"CONDITION_ASSESSMENT_DATE":null,"LAST_ASSET_VERIFICATION_DATE":1685923200000,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"OWNERSHIP":null,"OWNERSHIP_DATE":null,"MAINTAINED_BY":null,"MAINTENANCE_AGREEMENT":null,"MAINTENANCE_FINANCIAL_RESP":null,"ADDBY":"LYNCHC","ADDDTTM":1685923200000,"MODBY":"LYNCHC","MODDTTM":1685923200000,"DATE_MVW_LAST_UPDATED":1787598760000,"COLOR":null,"MOUNT_TYPE":null,"MOUNT_MATERIAL":null,"EXPBY":null,"EXPDATE":null,"MAINT_GRP_PAINT":null,"MAINT_GRP_PLANTS":null,"MAINT_GRP_POST":null,"MAINT_GRP_SNOW":null,"MAINT_GRP_SWEEP":null,"Shape__Length":321.32612406459555}},{"type":"Feature","id":4713761,"geometry":{"type":"LineString","coordinates":[[-122.342391712128,47.6197196128321],[-122.342381731008,47.6208883949931]]},"properties":{"OBJECTID":4713761,"COMPKEY":836599,"COMPTYPE":16,"SEGKEY":10072,"UNITID":"BKF-5343","UNITTYPE":"BKF","UNITDESC":"DEXTER AVE N BETWEEN JOHN ST AND THOMAS ST (BKF-PBL)","CATEGORY":"BKF-PBL","MATERIAL":null,"STYLE":"BKF-DELPST","MODEL_TYPE":"BKF-ONEWAY","ASSET_WIDTH":5,"ASSET_HEIGHT":0,"INSTALL_DATE":1451520000000,"ASBLT":null,"ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"ATTACHMENT_10":null,"NUM_ATTACHMENTS":0,"COMMENTS":"PROJECT NUMBER 413","CURRENT_STATUS":"INSVC","CURRENT_STATUS_DATE":1451520000000,"CONDITION":null,"CONDITION_ASSESSMENT_DATE":null,"LAST_ASSET_VERIFICATION_DATE":1648771200000,"PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":null,"OVERRIDEYN":"N","OVERRIDECOMMENT":null,"OWNERSHIP":null,"OWNERSHIP_DATE":null,"MAINTAINED_BY":null,"MAINTENANCE_AGREEMENT":null,"MAINTENANCE_FINANCIAL_RESP":null,"ADDBY":"SP_BKF_DATALOAD","ADDDTTM":1631318400000,"MODBY":"RSUSER","MODDTTM":1665014400000,"DATE_MVW_LAST_UPDATED":1787598760000,"COLOR":"WHT","MOUNT_TYPE":"SUFMT","MOUNT_MATERIAL":"PLASTIC","EXPBY":null,"EXPDATE":null,"MAINT_GRP_PAINT":null,"MAINT_GRP_PLANTS":null,"MAINT_GRP_POST":null,"MAINT_GRP_SNOW":null,"MAINT_GRP_SWEEP":"BKF-PB18-309-SWP","Shape__Length":426.3382543821929}}]}},"derived":{"laneBands":[{"id":"lane-10073-1","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"widthMeters":3.6576000000000004,"offsetWidths":-1.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":1.4195515536652437},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10073-2","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"widthMeters":3.6576000000000004,"offsetWidths":-0.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":1.4195515536652437},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10073-3","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"widthMeters":3.6576000000000004,"offsetWidths":0.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":1.4195515536652437},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10073-4","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"widthMeters":3.6576000000000004,"offsetWidths":1.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":1.4195515536652437},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10072-1","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"widthMeters":3.6576000000000004,"offsetWidths":-1.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":55.53763718774784},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10072-2","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"widthMeters":3.6576000000000004,"offsetWidths":-0.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":55.53763718774784},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10072-3","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"widthMeters":3.6576000000000004,"offsetWidths":0.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":55.53763718774784},"representation":"cartographic depiction; not surveyed lane geometry"}},{"id":"lane-10072-4","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"widthMeters":3.6576000000000004,"offsetWidths":1.5,"kind":"vehicle","source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167}],"derived":true,"derivation":{"operation":"centered equal-width lane band from official street centerline","parameters":{"laneWidthFeet":12,"laneCount":4,"offsetUnits":"rendered path widths","spatialJoinResidualMeters":55.53763718774784},"representation":"cartographic depiction; not surveyed lane geometry"}}],"crosswalkGuides":[{"id":"crosswalk-guide-4832861","path":[[-122.3422307895019,47.62096178019977],[-122.34253138696009,47.62096298385543]],"widthMeters":3,"dashMeters":[0.6,0.6],"dashPixels":[7,7],"justified":true,"transverseMarkingObjectIds":[14358,19237,22932,24340,27743,41202,42867,47021,59963,60163,60836,62760,64287,66235,68701,71659,76892,77723,81067,85002,86477,88743,95894,98496,101051,103842,109050,112545,113204,114388],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"53635945962e42b9a1f4473557176861","layerId":0,"layerName":"Marked Crosswalks","objectId":4832861},{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131}],"properties":{"OBJECTID":4832861,"COMPKEY":845584,"UNITID":"XWK-6149","UNITDESC":"DEXTER AVE N 0030 BLOCK C SIDE ( 27) 27 FT N/O THOMAS ST","CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1627776000000,"OWNERSHIP":"SDOT","CURRENT_STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","COMPTYPE":16,"SEGKEY":10073,"DISTANCE":27,"WIDTH":0,"UNITTYPE":"XWK","OLD_ID":null,"APPROACH":"N","MARKING_TYPE":"LADER","SCHOOL":"N","MIDBLOCK_CROSSWALK":"N","INSTALL_DATE":null,"COLOR":"WHT","COMMENTS":null,"CATEGORY":"XWK","OWNERSHIP_DATE":null,"CURRENT_STATUS_DATE":1627776000000,"MAINTAINED_BY":"SDOT","MAINTENANCE_AGREEMENT":null,"CURBSPACEID":null,"CITY_SECTOR":"W","NBRHOOD_DISTRICT":"LKUN","MAINT_DISTRICT":"CENTRAL","OVERRIDECOMMENT":null,"SHAPE_LNG":-122.342381089322,"SHAPE_LAT":47.6209623815648,"CROSSWALK_CONTROL":" ","MATERIAL":"THRPL","ONSTREET":"DEXTER AVE N","XSTRLOW":"THOMAS ST","MEAS_FROM_LOW":"Y","DISTTOLOW":27,"STPOINT":0,"XSTRHI":"HARRISON ST","MEAS_FROM_HI":"N","DISTTOHI":399,"OFFSET":0,"SIDE":"C","MEASUREMENT_ORIGIN":"XStreet Centerline","ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"MAINTENANCE_GROUP":"XWK-CD7-YEAR3","NUM_ATTACHMENTS":0},"derived":true,"derivation":{"operation":"perpendicular crosswalk guide centered on inventory point","parameters":{"streetSurfaceWidthFeet":74,"sourceToCenterlineResidualMeters":0.00003030096785350793,"barWidthMeters":0.6,"gapWidthMeters":0.6},"representation":"cartographic crosswalk extent replacing matched SDOT stripe polygons in the display; raw linework remains pinned"}},{"id":"crosswalk-guide-4837515","path":[[-122.34223208753518,47.6208111616402],[-122.34253268430682,47.620812344457796]],"widthMeters":3,"dashMeters":[0.6,0.6],"dashPixels":[7,7],"justified":true,"transverseMarkingObjectIds":[12644,13281,28173,28392,31839,35100,48367,48465,49735,49983,50102,52722,55032,56849,57092,57536,61327,63017,65576,72746,82730,84752,85699,90926,94715,103900,109348,113138,113466,113850],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"53635945962e42b9a1f4473557176861","layerId":0,"layerName":"Marked Crosswalks","objectId":4837515},{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189}],"properties":{"OBJECTID":4837515,"COMPKEY":845585,"UNITID":"XWK-6150","UNITDESC":"DEXTER AVE N 0020 BLOCK C SIDE ( 399) 27 FT S/O THOMAS ST","CONDITION":"GOOD","CONDITION_ASSESSMENT_DATE":1627776000000,"OWNERSHIP":"SDOT","CURRENT_STATUS":"INSVC","PRIMARYDISTRICTCD":"DISTRICT7","SECONDARYDISTRICTCD":" ","OVERRIDEYN":"N","COMPTYPE":16,"SEGKEY":10072,"DISTANCE":399,"WIDTH":0,"UNITTYPE":"XWK","OLD_ID":null,"APPROACH":"S","MARKING_TYPE":"LADER","SCHOOL":"N","MIDBLOCK_CROSSWALK":"N","INSTALL_DATE":null,"COLOR":"WHT","COMMENTS":null,"CATEGORY":"XWK","OWNERSHIP_DATE":null,"CURRENT_STATUS_DATE":1627776000000,"MAINTAINED_BY":"SDOT","MAINTENANCE_AGREEMENT":null,"CURBSPACEID":null,"CITY_SECTOR":"W","NBRHOOD_DISTRICT":"LKUN","MAINT_DISTRICT":"CENTRAL","OVERRIDECOMMENT":null,"SHAPE_LNG":-122.342382386791,"SHAPE_LAT":47.6208117531801,"CROSSWALK_CONTROL":" ","MATERIAL":"THRPL","ONSTREET":"DEXTER AVE N","XSTRLOW":"JOHN ST","MEAS_FROM_LOW":"N","DISTTOLOW":399,"STPOINT":0,"XSTRHI":"THOMAS ST","MEAS_FROM_HI":"Y","DISTTOHI":27,"OFFSET":0,"SIDE":"C","MEASUREMENT_ORIGIN":"XStreet Centerline","ATTACHMENT_1":null,"ATTACHMENT_2":null,"ATTACHMENT_3":null,"ATTACHMENT_4":null,"ATTACHMENT_5":null,"ATTACHMENT_6":null,"ATTACHMENT_7":null,"ATTACHMENT_8":null,"ATTACHMENT_9":null,"MAINTENANCE_GROUP":"XWK-CD7-YEAR3","NUM_ATTACHMENTS":0},"derived":true,"derivation":{"operation":"perpendicular crosswalk guide centered on inventory point","parameters":{"streetSurfaceWidthFeet":74,"sourceToCenterlineResidualMeters":0.00004318420594374883,"barWidthMeters":0.6,"gapWidthMeters":0.6},"representation":"cartographic crosswalk extent replacing matched SDOT stripe polygons in the display; raw linework remains pinned"}}],"symbolPaths":[{"id":"symbol-2396-0","label":"Pavement symbol","path":[[-122.342370864122,47.6210565169188],[-122.342370903875,47.621057887397],[-122.342371110377,47.6210593457629],[-122.342371643947,47.6210607659253],[-122.342372492139,47.6210621147595],[-122.342373635171,47.6210633608045],[-122.342375046381,47.6210644749966],[-122.342376692854,47.6210654313476],[-122.342378536185,47.621066207551],[-122.34238053338,47.6210667855021],[-122.342379538781,47.6210701119526],[-122.342387892068,47.6210668021814],[-122.342380982842,47.6210616382726],[-122.342381065323,47.6210644817451],[-122.342379422223,47.6210640533172],[-122.342377899371,47.6210634562341],[-122.342376534579,47.6210627053218],[-122.342375361736,47.6210618192258],[-122.342374409965,47.6210608199483],[-122.342373702899,47.6210597323021],[-122.342373258094,47.6210585832938],[-122.342373086595,47.6210574014541],[-122.342373060093,47.621056487802],[-122.342370864122,47.6210565169188]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":2396}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1600,"F_area":null,"OBJECTID":2396,"SHAPE__Length":7.383572653801148,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-0","label":"Pavement symbol","path":[[-122.342518431995,47.6207656954769],[-122.342516757935,47.6207672488119],[-122.342515405003,47.6207696435216],[-122.342516039301,47.6207704555547],[-122.342517377002,47.620768132116],[-122.342518167504,47.6207703382721],[-122.342516141124,47.6207713511154],[-122.342516623107,47.6207743890037],[-122.342517731657,47.6207737067933],[-122.342517460933,47.6207720802902],[-122.342518873158,47.6207714084466],[-122.342516973173,47.6207769617438],[-122.342518066294,47.620777582373],[-122.342520425405,47.6207705638202],[-122.342518431995,47.6207656954769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-1","label":"Pavement symbol","path":[[-122.342521413969,47.6207740474947],[-122.342521753243,47.6207740465942]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-2","label":"Pavement symbol","path":[[-122.342521329625,47.6207389872197],[-122.342517247207,47.6207303124408],[-122.342513220037,47.6207389993987],[-122.342516089295,47.6207381454048],[-122.342516117062,47.6207467623991],[-122.342518481418,47.6207467589343],[-122.342518453651,47.62073814194],[-122.342521329625,47.6207389872197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-3","label":"Pavement symbol","path":[[-122.34251646819,47.6207644620643],[-122.342516461384,47.6207645943972],[-122.342516478636,47.6207647926886],[-122.342516528699,47.6207649884333],[-122.342516597987,47.6207651420008],[-122.342516698378,47.6207652875526],[-122.342516779077,47.6207653710835],[-122.342516876353,47.6207654461635],[-122.342516988285,47.6207655113095],[-122.342517051396,47.6207655380531],[-122.34251712007,47.6207655576034],[-122.342517192515,47.620765569451],[-122.342517266845,47.6207655732872],[-122.3425173406,47.6207655692248],[-122.342517412446,47.6207655572775],[-122.34251748054,47.6207655377519],[-122.342517543136,47.6207655111488],[-122.342517654843,47.6207654455291],[-122.34251775177,47.6207653699851],[-122.342517831996,47.6207652860143],[-122.342517931673,47.6207651404331],[-122.342518000287,47.6207649869114],[-122.342518048947,47.6207647906897],[-122.342518064676,47.6207645920285],[-122.342518056851,47.6207644598896],[-122.342518655594,47.6207644591468],[-122.342518578838,47.620764106618],[-122.342518484826,47.620763899408],[-122.342518348914,47.6207637030433],[-122.342518222486,47.6207635716543],[-122.342518069935,47.6207634535351],[-122.342517894285,47.6207633510272],[-122.342517750129,47.6207632899675],[-122.342517593308,47.6207632452853],[-122.342517427884,47.6207632181378],[-122.342517258142,47.620763209228],[-122.342517088587,47.6207632188219],[-122.342516923509,47.6207632466174],[-122.342516767179,47.6207632918949],[-122.342516623643,47.6207633534829],[-122.342516448601,47.6207634561807],[-122.342516296659,47.6207635744113],[-122.34251617082,47.6207637058373],[-122.342516036627,47.6207639026151],[-122.342515944371,47.6207641100662],[-122.342515869446,47.6207644628072],[-122.34251646819,47.6207644620643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-4","label":"Pavement symbol","path":[[-122.342521583827,47.6207740317481],[-122.342521488813,47.6207740366271],[-122.342521395954,47.6207740510442],[-122.342521307347,47.6207740746741],[-122.342521224991,47.6207741069835],[-122.342521150744,47.6207741472435],[-122.342520954504,47.6207742893064],[-122.342520788206,47.6207744477797],[-122.342520654838,47.6207746198174],[-122.342520491558,47.620774915769],[-122.342520380925,47.6207752225898],[-122.342520300132,47.6207756282893],[-122.34252027416,47.6207760372528],[-122.342520303139,47.6207764462025],[-122.342520386936,47.6207768517035],[-122.342520499131,47.6207771580777],[-122.342520663859,47.6207774534687],[-122.342520798049,47.6207776250642],[-122.342520965047,47.620777783038],[-122.342521161859,47.6207779245577],[-122.342521236426,47.6207779647455],[-122.342521319087,47.6207779969459],[-122.342521407974,47.6207780204315],[-122.34252150108,47.6207780346716],[-122.342521596301,47.6207780393445],[-122.342521691394,47.6207780342961],[-122.342521784291,47.6207780196999],[-122.342521872894,47.6207779958856],[-122.342521955203,47.620777963391],[-122.342522029358,47.6207779229499],[-122.342522225506,47.6207777811648],[-122.342522391809,47.6207776229956],[-122.34252252529,47.6207774512753],[-122.342522687957,47.6207771548613],[-122.342522797847,47.6207768476213],[-122.34252287931,47.6207764419336],[-122.342522905942,47.6207760329406],[-122.342522876915,47.6207756244429],[-122.342522793192,47.6207752193892],[-122.342522681058,47.6207749125575],[-122.342522516243,47.6207746167247],[-122.342522381961,47.6207744454467],[-122.342522214974,47.6207742877769],[-122.342522018269,47.6207741465349],[-122.342521943719,47.6207741063269],[-122.342521861063,47.6207740741147],[-122.34252177217,47.6207740506279],[-122.342521679056,47.6207740363983],[-122.342521583827,47.6207740317481]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-5","label":"Pavement symbol","path":[[-122.342521601817,47.6207796513722],[-122.34252175741,47.6207796429775],[-122.342521909164,47.6207796183451],[-122.34252205337,47.6207795780769],[-122.342522186506,47.6207795231562],[-122.342522305322,47.6207794549244],[-122.342522633621,47.6207792026842],[-122.34252291013,47.620778923658],[-122.342523130095,47.6207786226437],[-122.34252339869,47.6207781054777],[-122.342523579939,47.6207775713318],[-122.34252375675,47.6207761440053],[-122.342523570319,47.6207747169974],[-122.342523385878,47.620774182883],[-122.342523114041,47.6207736660064],[-122.342522891989,47.6207733658498],[-122.342522613597,47.6207730878495],[-122.342522283648,47.6207728367824],[-122.342522164536,47.6207727688388],[-122.342522031179,47.6207727142282],[-122.342521886831,47.6207726742835],[-122.342521735014,47.6207726499795],[-122.342521579435,47.6207726419092],[-122.342521423752,47.6207726504525],[-122.34252127195,47.6207726752547],[-122.342521127743,47.6207727157091],[-122.34252099466,47.6207727708257],[-122.342520875955,47.6207728392562],[-122.342520547274,47.6207730911685],[-122.342520270311,47.6207733698985],[-122.342520049827,47.6207736706553],[-122.342519781177,47.6207741882655],[-122.342519600008,47.6207747228664],[-122.342519423198,47.620776150193],[-122.342519609629,47.6207775772008],[-122.342519794132,47.6207781108577],[-122.34252006588,47.6207786272926],[-122.342520287935,47.6207789274479],[-122.342520566327,47.620779205448],[-122.342520896274,47.6207794565167],[-122.342521015595,47.6207795245702],[-122.34252114921,47.6207795792393],[-122.342521293845,47.6207796191843],[-122.342521445956,47.6207796434266],[-122.342521601817,47.6207796513722]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-6","label":"Pavement symbol","path":[[-122.342513766486,47.6207739815772],[-122.342513666246,47.6207739867361],[-122.342513568222,47.6207740017783],[-122.342513474548,47.6207740263766],[-122.342513387262,47.6207740599956],[-122.342513308262,47.6207741019039],[-122.342513104251,47.6207742459968],[-122.34251293088,47.6207744072924],[-122.342512791309,47.6207745828534],[-122.34251261965,47.6207748856793],[-122.342512503182,47.6207752002079],[-122.342512417963,47.6207756143529],[-122.342512390263,47.6207760320452],[-122.342512420811,47.6207764496411],[-122.342512508855,47.6207768635113],[-122.342512626613,47.6207771778525],[-122.342512799521,47.6207774803877],[-122.342512940539,47.6207776553743],[-122.342513115214,47.620777815976],[-122.342513320368,47.6207779592703],[-122.342513399701,47.6207780011877],[-122.342513487334,47.6207780347644],[-122.342513581353,47.6207780592669],[-122.342513679704,47.6207780741598],[-122.342513780237,47.6207780791176],[-122.342513880556,47.6207780737925],[-122.342513978618,47.6207780585728],[-122.342514072289,47.6207780337901],[-122.342514159529,47.6207779999843],[-122.342514238435,47.6207779578916],[-122.342514442452,47.6207778138015],[-122.342514615823,47.6207776525055],[-122.342514755389,47.6207774769421],[-122.34251492705,47.6207771741166],[-122.342515043515,47.6207768595875],[-122.342515128736,47.6207764454426],[-122.342515156435,47.6207760277503],[-122.342515126547,47.6207756101667],[-122.342515039173,47.6207751962665],[-122.342514920693,47.6207748823634],[-122.342514747202,47.6207745803071],[-122.342514606281,47.620774405001],[-122.342514431594,47.6207742440951],[-122.342514226329,47.6207741005252],[-122.342514146915,47.620774058793],[-122.342514059246,47.6207740254034],[-122.342513965234,47.6207740010853],[-122.342513866932,47.6207739863694],[-122.342513766486,47.6207739815772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8245-7","label":"Pavement symbol","path":[[-122.34251378416,47.6207794068897],[-122.342513937403,47.620779398644],[-122.342514086932,47.6207793745842],[-122.342514229177,47.6207793352848],[-122.342514360742,47.6207792816841],[-122.342514478486,47.6207792150618],[-122.342514799121,47.6207789733106],[-122.342515069723,47.6207787052],[-122.342515285576,47.6207784154015],[-122.342515549206,47.6207779167135],[-122.34251572718,47.620777401083],[-122.34251590021,47.6207760268835],[-122.342515717978,47.620774652897],[-122.342515536456,47.6207741380911],[-122.342515269472,47.6207736404861],[-122.34251505177,47.6207733513919],[-122.342514779467,47.6207730841461],[-122.342514457309,47.6207728434061],[-122.342514339354,47.6207727770267],[-122.342514207636,47.6207727236867],[-122.3425140653,47.6207726846595],[-122.342513915744,47.6207726608766],[-122.342513762537,47.6207726529058],[-122.342513609299,47.6207726611644],[-122.342513459775,47.62077268523],[-122.342513317533,47.6207727245286],[-122.342513185966,47.6207727781227],[-122.342513068212,47.6207728447338],[-122.342512747581,47.6207730864874],[-122.34251247698,47.6207733545977],[-122.342512261122,47.620773644394],[-122.342511997494,47.6207741430824],[-122.342511819518,47.6207746587125],[-122.342511646488,47.6207760329119],[-122.34251182872,47.6207774068985],[-122.342512010183,47.6207779221613],[-122.342512277251,47.6207784202087],[-122.342512494963,47.6207787092989],[-122.342512767266,47.6207789765441],[-122.342513089414,47.6207792172886],[-122.342513207471,47.6207792834655],[-122.342513339231,47.6207793366077],[-122.342513481555,47.6207793754489],[-122.342513631052,47.6207793990638],[-122.34251378416,47.6207794068897]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1464,"F_area":null,"OBJECTID":8245,"SHAPE__Length":22.64774122738812,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-0","label":"Pavement symbol","path":[[-122.342242775573,47.6207058461505],[-122.342242764467,47.6207072065077],[-122.34224933269,47.6207127266927],[-122.342255968374,47.6207072689444],[-122.342255980236,47.6207058887858],[-122.342249352663,47.6207113509246],[-122.342242775573,47.6207058461505]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-1","label":"Pavement symbol","path":[[-122.342242764314,47.6207085775151],[-122.342242751461,47.6207099235017],[-122.342249327456,47.6207154363867],[-122.342255929654,47.620709970986],[-122.342255941073,47.6207086214199],[-122.342249314438,47.6207140700521],[-122.342242764314,47.6207085775151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"6,7,8,9,10,11","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-2","label":"Pavement symbol","path":[[-122.342251613703,47.6206986103608],[-122.342252055135,47.6206995625925],[-122.342251933082,47.6207002173275],[-122.342249416507,47.6206941009604],[-122.342249437168,47.6206938070454],[-122.342249390683,47.6206935144736],[-122.34224927815,47.6206932301733],[-122.342249257306,47.6206931980094],[-122.342249229587,47.6206931682966],[-122.342249195612,47.6206931416979],[-122.342249156138,47.6206931188065],[-122.342249112047,47.6206931001329],[-122.342248954416,47.62069170243],[-122.342249091466,47.6206917024122],[-122.342249095663,47.6206912966325],[-122.342248529103,47.6206913518234],[-122.342248538728,47.6206917295319],[-122.342248718366,47.6206917298491],[-122.342248846762,47.6206931288392],[-122.342248747685,47.6206932756159],[-122.342248677232,47.6206934297203],[-122.342248636559,47.6206935886279],[-122.342247846729,47.6206938824766],[-122.342247554649,47.6206924092893],[-122.342246946911,47.6206909805706],[-122.342246753296,47.6206906813544],[-122.342246509425,47.6206903993234],[-122.3422462186,47.6206901382963],[-122.342246096466,47.6206900520004],[-122.34224595966,47.6206899763638],[-122.342245810214,47.620689912511],[-122.342245673465,47.6206898707246],[-122.342245528682,47.6206898439192],[-122.342245379452,47.6206898327592],[-122.342245240933,47.6206898376351],[-122.342245105485,47.6206898577865],[-122.342244976791,47.6206898926655],[-122.342244858349,47.620689941324],[-122.342244599037,47.6206900877877],[-122.342244371177,47.6206902563491],[-122.342243879855,47.6206908127281],[-122.342243538657,47.6206914179877],[-122.34224296858,47.6206931411017],[-122.342242747585,47.6206952473194],[-122.342242932602,47.6206973598489],[-122.342243472357,47.6206990871404],[-122.34224381322,47.620699691392],[-122.34224428329,47.6207002548777],[-122.342244421362,47.6207003760041],[-122.342244582935,47.6207004831131],[-122.342244764909,47.620700574151],[-122.342244927211,47.6207006315708],[-122.342245101644,47.6207006695326],[-122.342245283118,47.6207006869286],[-122.342245405928,47.620700684389],[-122.342245526354,47.6207006679578],[-122.342245640961,47.6207006381034],[-122.34224599463,47.6207004912761],[-122.342246180567,47.620700379095],[-122.342246337528,47.6207002483332],[-122.342246656381,47.6206999103506],[-122.342247494179,47.62070214197],[-122.342247349229,47.6207029247531],[-122.342247190961,47.6207029832686],[-122.342247048144,47.6207030576831],[-122.342246924262,47.6207031461807],[-122.342246822337,47.6207032466022],[-122.342246684584,47.6207034517403],[-122.342246578022,47.620703677156],[-122.34224650432,47.6207038886418],[-122.342246491828,47.6207040543357],[-122.342246509563,47.620704115274],[-122.342246542815,47.6207041607132],[-122.342246594193,47.6207041888196],[-122.342246660983,47.6207041978298],[-122.342248639589,47.6207040150649],[-122.342248689793,47.6207040027044],[-122.342248734233,47.6207039751269],[-122.342248770276,47.620703933267],[-122.342248797998,47.6207038798224],[-122.342248813438,47.6207038157454],[-122.342248814037,47.6207037446683],[-122.342248765528,47.6207035860805],[-122.342248595622,47.620703379565],[-122.34224837631,47.6207031954125],[-122.342248222591,47.6207030848048],[-122.342248048973,47.620702988499],[-122.342247858362,47.6207029081072],[-122.342247917275,47.6207025537795],[-122.342251536883,47.620702567863],[-122.342251259138,47.620704506606],[-122.34225146019,47.620705291099],[-122.342251276354,47.6207056965615],[-122.34225039274,47.6207056929833],[-122.342250401113,47.6207063028077],[-122.342251409807,47.6207063065268],[-122.342251888345,47.6207052350443],[-122.342251661655,47.6207043924166],[-122.34225244065,47.6207001008456],[-122.342252602582,47.6207002703816],[-122.342252794777,47.6207004248921],[-122.342253014201,47.620700561938],[-122.342253160337,47.6207006296404],[-122.342253321006,47.6207006802173],[-122.342253630862,47.62070072019],[-122.342253769372,47.620700715283],[-122.34225390481,47.6207006951224],[-122.342254033504,47.6207006602547],[-122.342254151964,47.6207006116252],[-122.342254431642,47.6207004516121],[-122.342254674566,47.6207002663266],[-122.342254875759,47.6207000595642],[-122.342255113164,47.6206997577462],[-122.342255284007,47.6206995030919],[-122.342255420123,47.6206992390997],[-122.34225582052,47.6206982567093],[-122.342256079704,47.6206972530125],[-122.342256256153,47.620694574334],[-122.342256070649,47.620693167182],[-122.342255676127,47.6206917797397],[-122.34225524797,47.6206909181925],[-122.34225487479,47.6206904382506],[-122.342254605567,47.6206901935277],[-122.342254408871,47.6206900638929],[-122.342254171387,47.6206899500923],[-122.342253934007,47.6206898857688],[-122.342253721899,47.6206898669903],[-122.342253573139,47.6206898761595],[-122.342253336464,47.6206899278763],[-122.342253098459,47.6206900254909],[-122.34225287884,47.6206901606453],[-122.342252701338,47.6206902969402],[-122.342252553207,47.6206904483397],[-122.3422522475,47.6206908266305],[-122.342251842663,47.6206915489869],[-122.342251590837,47.6206921793537],[-122.342251372942,47.6206929244207],[-122.3422511992,47.6206938614187],[-122.342251107193,47.6206948180242],[-122.342251102501,47.620695757279],[-122.342251176702,47.6206967098815],[-122.342251350606,47.6206977052431],[-122.342251613703,47.6206986103608]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107","sourcePathCount":96,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-3","label":"Pavement symbol","path":[[-122.342247018265,47.6206994503501],[-122.342247754281,47.6206971396693],[-122.342247907316,47.6206947785843],[-122.342248729954,47.6206946066475],[-122.342247658245,47.6207011007456],[-122.342247018265,47.6206994503501]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"108,109,110,111","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-4","label":"Pavement symbol","path":[[-122.342251685119,47.6207016231066],[-122.342248073465,47.6207016080181],[-122.342249085948,47.6206955033366],[-122.342249121784,47.620696142484],[-122.342249011309,47.6206961412499],[-122.342249021768,47.6206965477349],[-122.342249504847,47.6206965503262],[-122.342249495222,47.6206961726177],[-122.342249370143,47.6206961724768],[-122.342249348599,47.6206954755649],[-122.342251743824,47.6207012615848],[-122.342251685119,47.6207016231066]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"112,113,114,115,116,117,118,119,120,121,122","sourcePathCount":11,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-5","label":"Pavement symbol","path":[[-122.342246731409,47.620698643605],[-122.342247304598,47.6206968410537],[-122.342247418735,47.6206949991692],[-122.342245643815,47.6206955984517],[-122.342246731409,47.620698643605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"123,124,125","sourcePathCount":3,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-6","label":"Pavement symbol","path":[[-122.342245443023,47.6206948229513],[-122.342247353037,47.6206940644461],[-122.342247260108,47.6206934197347],[-122.342247080367,47.6206927834184],[-122.342246627904,47.6206917719586],[-122.342246473376,47.6206915346449],[-122.342246277023,47.6206913118214],[-122.342246041781,47.6206911068214],[-122.342245713278,47.620690928556],[-122.342245634079,47.6206908990405],[-122.342245548915,47.6206908784053],[-122.342245459962,47.6206908671773],[-122.342245369492,47.6206908656432],[-122.3422452228,47.6206908795504],[-122.342245081371,47.6206909092575],[-122.342244948927,47.6206909539833],[-122.342244798891,47.6206910253534],[-122.342244666004,47.6206911107822],[-122.342244553139,47.6206912084226],[-122.342244169339,47.6206916634525],[-122.342243880541,47.6206921493357],[-122.342243600381,47.6206928395339],[-122.342243418043,47.6206935444651],[-122.342243252119,47.620695251521],[-122.342243388035,47.6206969597816],[-122.342243593857,47.6206977725188],[-122.342243960735,47.6206985590531],[-122.342244481938,47.6206993049549],[-122.342244580356,47.6206993946551],[-122.342244697123,47.6206994737256],[-122.342244829746,47.620699540477],[-122.342244975389,47.6206995934827],[-122.342245130941,47.6206996316102],[-122.342245293077,47.6206996540446],[-122.342245496247,47.6206996274926],[-122.342245691226,47.6206995807336],[-122.34224587362,47.620699514822],[-122.342246039314,47.6206994312441],[-122.342246184572,47.6206993318846],[-122.342246306118,47.6206992189842],[-122.342246401212,47.6206990950888],[-122.342245293979,47.6206959233509],[-122.34224526394,47.6206959172118],[-122.342245236645,47.6206959067635],[-122.342245213435,47.6206958925192],[-122.342245195449,47.6206958751787],[-122.342245113297,47.6206957494229],[-122.342245076143,47.6206956583996],[-122.342245057381,47.6206955648447],[-122.342245038942,47.6206953419859],[-122.342245040916,47.6206952288866],[-122.342245063013,47.6206951167644],[-122.342245124196,47.6206949324327],[-122.342245145216,47.6206948884155],[-122.342245174795,47.6206948466929],[-122.342245212398,47.6206948080168],[-122.342245264662,47.6206947749379],[-122.342245320186,47.6206947625069],[-122.342245384526,47.6206947787464],[-122.342245414361,47.6206947981423],[-122.342245443023,47.6206948229513]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152","sourcePathCount":27,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-8887-7","label":"Pavement symbol","path":[[-122.342253395109,47.620695390429],[-122.342252641921,47.6206969207895],[-122.342252233492,47.6206985094837],[-122.342251984975,47.6206979235341],[-122.342251751296,47.6206970693042],[-122.34225160681,47.62069594131],[-122.342251596557,47.6206948996978],[-122.342251715687,47.6206938689648],[-122.342252034041,47.6206926421743],[-122.342252468582,47.620691751197],[-122.342252679401,47.6206914641268],[-122.342252947564,47.620691199683],[-122.342253102966,47.6206910876192],[-122.342253284354,47.6206909949786],[-122.342253486453,47.6206909244546],[-122.342253607998,47.6206909063641],[-122.342253732302,47.6206909019925],[-122.342253855979,47.6206909114588],[-122.342253993232,47.6206909411414],[-122.342254122175,47.620690984569],[-122.3422542398,47.6206910407284],[-122.342254343362,47.6206911083088],[-122.342254546358,47.6206912637479],[-122.342254712185,47.6206914380737],[-122.342254979391,47.6206918108947],[-122.342255185382,47.6206922009663],[-122.342255589677,47.6206934325694],[-122.342255773467,47.6206949522724],[-122.342255735707,47.6206960817833],[-122.342255521046,47.6206973053998],[-122.342255331865,47.6206979401297],[-122.34225505581,47.6206985602264],[-122.342254849917,47.6206989000411],[-122.342254586661,47.6206992213624],[-122.342254459985,47.6206993515612],[-122.342254308064,47.6206994688489],[-122.342254133757,47.6206995710181],[-122.342254018832,47.6206996212346],[-122.342253893109,47.6206996578563],[-122.342253760096,47.6206996798614],[-122.342253623504,47.6206996866359],[-122.342253506117,47.6206996759501],[-122.342253392454,47.6206996534782],[-122.342253285102,47.620699619732],[-122.342253186508,47.6206995754804],[-122.342252951465,47.6206994344746],[-122.342252753787,47.6206992694637],[-122.342252598795,47.6206990848887],[-122.342252943588,47.6206974921005],[-122.34225366303,47.6206959572294],[-122.342253688832,47.6206959516676],[-122.342253712961,47.6206959433673],[-122.342253734782,47.6206959325469],[-122.342253753721,47.6206959194909],[-122.342253769279,47.6206959045429],[-122.342253840007,47.6206958071295],[-122.342253888831,47.6206957037899],[-122.3422539147,47.6206955967476],[-122.342253937478,47.6206953745904],[-122.342253917776,47.6206951522996],[-122.342253893306,47.6206950445823],[-122.342253844695,47.6206949406524],[-122.342253773084,47.620694842953],[-122.342253721523,47.6206948085518],[-122.342253666625,47.6206947966851],[-122.342253640904,47.6206947998875],[-122.342253616554,47.6206948063261],[-122.342253594464,47.620694815766],[-122.342253575437,47.6206948278634],[-122.342253560167,47.6206948421774],[-122.342253489391,47.6206949416336],[-122.342253441506,47.6206950471112],[-122.342253417589,47.6206951562324],[-122.342253395109,47.620695390429]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1480,"F_area":null,"OBJECTID":8887,"SHAPE__Length":37.16284568183786,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186","sourcePathCount":34,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-0","label":"Pavement symbol","path":[[-122.342245120565,47.6210064853341],[-122.342246795972,47.6210049319856],[-122.342248147591,47.6210025372967],[-122.342247513269,47.6210017243629],[-122.342246175576,47.6210040486976],[-122.342245385082,47.6210018425396],[-122.342247411476,47.6210008297012],[-122.342246929507,47.6209977918117],[-122.342245820923,47.6209984731203],[-122.342246091639,47.621000099624],[-122.342244679404,47.6210007714642],[-122.342246580782,47.6209952190532],[-122.34224548633,47.620994598439],[-122.342243127146,47.6210016160868],[-122.342245120565,47.6210064853341]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-1","label":"Pavement symbol","path":[[-122.342242138623,47.6209981333092],[-122.342241799347,47.6209981342088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-2","label":"Pavement symbol","path":[[-122.342242224083,47.6210331926673],[-122.342246306505,47.6210418683553],[-122.342250333742,47.6210331814068],[-122.342247464464,47.6210340353941],[-122.342247436716,47.6210254175005],[-122.342245071016,47.6210254209773],[-122.342245098764,47.6210340388709],[-122.342242224083,47.6210331926673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-3","label":"Pavement symbol","path":[[-122.342247084373,47.6210077187514],[-122.34224709118,47.6210075864185],[-122.342247073992,47.621007387674],[-122.34224702384,47.6210071914831],[-122.34224695448,47.6210070383757],[-122.342246854188,47.6210068932627],[-122.34224677358,47.6210068094124],[-122.342246676292,47.6210067340282],[-122.342246564255,47.6210066686058],[-122.342246501426,47.6210066419826],[-122.342246433089,47.6210066224736],[-122.342246361003,47.6210066105806],[-122.342246287024,47.6210066066098],[-122.342246212846,47.6210066107879],[-122.342246140624,47.6210066229325],[-122.342246072227,47.6210066427289],[-122.342246009427,47.6210066696645],[-122.34224589772,47.6210067352841],[-122.342245800792,47.6210068108278],[-122.342245720565,47.6210068947982],[-122.342245620888,47.6210070403796],[-122.342245552271,47.6210071939007],[-122.342245503612,47.6210073901224],[-122.34224548788,47.6210075887835],[-122.342245495705,47.6210077209224],[-122.342244896958,47.6210077216637],[-122.342244973713,47.6210080741927],[-122.342245067728,47.6210082814021],[-122.342245203636,47.621008477768],[-122.342245330155,47.6210086088382],[-122.342245482694,47.6210087266537],[-122.342245658239,47.6210088288859],[-122.342245802307,47.6210088901902],[-122.342245959107,47.6210089351093],[-122.342246124573,47.6210089624779],[-122.342246294411,47.6210089715859],[-122.342246463965,47.6210089619874],[-122.342246629043,47.621008934191],[-122.342246785374,47.6210088889156],[-122.342246928913,47.6210088273325],[-122.342247104051,47.6210087243608],[-122.342247255989,47.6210086058263],[-122.342247381715,47.6210084740798],[-122.342247516592,47.6210082773293],[-122.342247609497,47.621008069834],[-122.34224768312,47.62100771801],[-122.342247084373,47.6210077187514]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-4","label":"Pavement symbol","path":[[-122.342241968763,47.6209981490553],[-122.34224206414,47.6209981441207],[-122.342242157332,47.6209981295775],[-122.342242246221,47.6209981057562],[-122.342242328787,47.6209980731984],[-122.342242403153,47.6209980326441],[-122.342242598835,47.6209978908127],[-122.342242764693,47.6209977326514],[-122.34224289776,47.6209975609884],[-122.342243061043,47.6209972650374],[-122.342243171677,47.6209969582167],[-122.342243252473,47.6209965525174],[-122.342243278447,47.6209961435539],[-122.342243249472,47.6209957346041],[-122.342243165674,47.620995329103],[-122.342243053484,47.6209950227279],[-122.342242888754,47.620994727337],[-122.34224275457,47.6209945557384],[-122.342242587572,47.6209943977639],[-122.342242390754,47.6209942562468],[-122.342242316196,47.6209942160487],[-122.342242233537,47.6209941838422],[-122.342242144647,47.6209941603558],[-122.342242051536,47.6209941461207],[-122.342241956311,47.620994141459],[-122.342241861216,47.6209941465021],[-122.342241768317,47.6209941610957],[-122.342241679712,47.62099418491],[-122.342241597404,47.620994217407],[-122.342241523252,47.6209942578525],[-122.342241327567,47.6209943996824],[-122.342241161709,47.6209945578439],[-122.342241028645,47.6209947295082],[-122.342240865296,47.6209950259013],[-122.342240754753,47.6209953331792],[-122.342240674002,47.6209957384301],[-122.342240647958,47.6209961469428],[-122.34224067627,47.6209965558809],[-122.3422407594,47.6209969614113],[-122.342240872186,47.6209972682634],[-122.342241037676,47.6209975640589],[-122.342241171948,47.6209977353417],[-122.342241338936,47.6209978930125],[-122.342241535651,47.6209980342499],[-122.342241609976,47.6209980743629],[-122.342241692372,47.6209981065257],[-122.342241780982,47.6209981300136],[-122.342241873809,47.6209981442974],[-122.342241968763,47.6209981490553]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-5","label":"Pavement symbol","path":[[-122.342241950778,47.620992528532],[-122.342241795103,47.6209925370988],[-122.34224164331,47.6209925619115],[-122.342241499108,47.620992602364],[-122.342241366019,47.620992657468],[-122.342241247294,47.6209927258773],[-122.342240919087,47.6209929778388],[-122.34224064257,47.6209932565602],[-122.342240422488,47.6209935572567],[-122.342240153833,47.620994074866],[-122.342239972662,47.6209946094667],[-122.342239795843,47.6209960367928],[-122.342239982267,47.6209974638011],[-122.342240166708,47.6209979979156],[-122.342240438541,47.6209985147933],[-122.342240660598,47.6209988149479],[-122.34224093899,47.6209990929486],[-122.342241268933,47.6209993440194],[-122.342241388055,47.6209994119524],[-122.342241521414,47.6209994665568],[-122.34224166576,47.6209995065012],[-122.342241817572,47.6209995308113],[-122.342241973148,47.6209995388943],[-122.342242129105,47.6209995304392],[-122.342242281192,47.6209995056783],[-122.34224242568,47.6209994652186],[-122.342242559027,47.620999410052],[-122.342242677962,47.6209993415314],[-122.342243006169,47.62099908957],[-122.342243282687,47.6209988108486],[-122.342243502769,47.6209985101519],[-122.342243771423,47.6209979925426],[-122.342243952595,47.6209974579419],[-122.342244129414,47.6209960306158],[-122.342243942989,47.6209946036075],[-122.34224375849,47.6209940699498],[-122.342243486741,47.6209935535146],[-122.342243264778,47.6209932530419],[-122.342242986375,47.6209929747372],[-122.342242656323,47.6209927233892],[-122.342242536981,47.6209926553585],[-122.34224240336,47.6209926007027],[-122.342242258731,47.6209925607589],[-122.342242106629,47.6209925365042],[-122.342241950778,47.620992528532]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-6","label":"Pavement symbol","path":[[-122.342249786138,47.6209981992449],[-122.342249886377,47.6209981940813],[-122.342249984399,47.620998179037],[-122.342250078073,47.6209981544392],[-122.342250165361,47.6209981208229],[-122.342250244364,47.6209980789192],[-122.342250448842,47.620997934873],[-122.342250622661,47.6209977735705],[-122.342250762652,47.6209975979534],[-122.342250933633,47.6209972951064],[-122.342251049453,47.6209969806171],[-122.342251134677,47.6209965664724],[-122.342251162378,47.6209961487801],[-122.342251132493,47.6209957311965],[-122.342251045119,47.6209953172961],[-122.342250926705,47.6209950029345],[-122.342250753124,47.6209947004367],[-122.342250612199,47.620994525132],[-122.342250437513,47.6209943642259],[-122.342250232252,47.6209942206536],[-122.342250152826,47.620994178935],[-122.342250065154,47.6209941455531],[-122.342249971145,47.6209941212356],[-122.342249872848,47.6209941065124],[-122.342249772407,47.6209941017045],[-122.342249672173,47.6209941068818],[-122.342249574156,47.6209941219323],[-122.342249480485,47.6209941465293],[-122.342249393195,47.6209941801386],[-122.342249314181,47.6209942220302],[-122.342249110175,47.6209943661264],[-122.342248936803,47.6209945274212],[-122.342248797223,47.6209947029785],[-122.342248625564,47.6209950058045],[-122.342248509092,47.6209953203324],[-122.342248423871,47.6209957344772],[-122.342248396168,47.6209961521694],[-122.342248426666,47.6209965702173],[-122.342248514782,47.620996984535],[-122.342248633254,47.6209972984398],[-122.342248806751,47.6209976004952],[-122.342248947255,47.6209977757551],[-122.342249121494,47.6209979366657],[-122.342249326293,47.6209980802959],[-122.342249405715,47.6209981220184],[-122.342249493387,47.6209981554025],[-122.342249587397,47.6209981797203],[-122.342249685695,47.6209981944414],[-122.342249786138,47.6209981992449]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-9352-7","label":"Pavement symbol","path":[[-122.342249768491,47.6209927739324],[-122.342249615246,47.6209927821725],[-122.342249465714,47.6209928062296],[-122.342249323467,47.6209928455289],[-122.342249191902,47.6209928991321],[-122.342249074162,47.6209929657587],[-122.342248753988,47.6209932075532],[-122.34224848383,47.620993475656],[-122.342248268394,47.6209937653995],[-122.342248004081,47.6209942640675],[-122.342247825453,47.6209947797346],[-122.342247652416,47.6209961539336],[-122.342247834641,47.6209975279206],[-122.342248016163,47.6209980427265],[-122.342248283144,47.6209985403325],[-122.342248500852,47.6209988294247],[-122.342248773154,47.6209990966708],[-122.342249095306,47.6209993374144],[-122.34224921335,47.6209994036061],[-122.342249345107,47.6209994567572],[-122.342249487435,47.6209994955997],[-122.34224963694,47.6209995192074],[-122.342249790054,47.620999527017],[-122.342249943305,47.620999518792],[-122.342250092843,47.6209994947418],[-122.342250235093,47.6209994554416],[-122.342250366655,47.6209994018307],[-122.342250484383,47.6209993351907],[-122.342250804935,47.6209990937218],[-122.342251075546,47.6209988259156],[-122.342251291507,47.6209985364316],[-122.34225155514,47.6209980377441],[-122.342251733118,47.6209975221141],[-122.342251906155,47.6209961479151],[-122.34225172393,47.6209947739281],[-122.342251542471,47.6209942586645],[-122.342251275401,47.6209937606169],[-122.342251058104,47.6209934715723],[-122.342250786249,47.6209932043222],[-122.342250464569,47.6209929635175],[-122.342250346291,47.6209928972432],[-122.342250214269,47.6209928440498],[-122.342250071661,47.6209928052088],[-122.342249921875,47.6209927816486],[-122.342249768491,47.6209927739324]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1463,"F_area":null,"OBJECTID":9352,"SHAPE__Length":22.648746041224133,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-10208-0","label":"Pavement symbol","path":[[-122.342391052771,47.6207203106444],[-122.342391013017,47.6207189401663],[-122.342390806627,47.6207174818694],[-122.342390273197,47.6207160617616],[-122.342389425169,47.6207147129639],[-122.342388282322,47.6207134669342],[-122.342386871308,47.6207123527333],[-122.342385225039,47.6207113963478],[-122.342383381909,47.6207106200832],[-122.342381384905,47.6207100420443],[-122.342382378167,47.6207067156114],[-122.342374024937,47.6207100253822],[-122.342380934115,47.6207151892915],[-122.342380851661,47.6207123467182],[-122.342382494661,47.6207127750379],[-122.342384017439,47.6207133720067],[-122.342385382183,47.6207141228013],[-122.342386555004,47.6207150087785],[-122.342387506779,47.6207160079384],[-122.342388213876,47.6207170954707],[-122.342388658735,47.6207182443706],[-122.342388830311,47.6207194261095],[-122.342388856814,47.6207203397616],[-122.342391052771,47.6207203106444]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":10208}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1461,"F_area":null,"OBJECTID":10208,"SHAPE__Length":7.3831173270609245,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-12061-0","label":"Pavement symbol","path":[[-122.342472907716,47.6211195894135],[-122.342464699594,47.6211164362684],[-122.342465732808,47.6211196701594],[-122.342463796867,47.6211202512883],[-122.342462014784,47.6211210243345],[-122.342460428119,47.6211219712689],[-122.342459073878,47.6211230700072],[-122.342457983644,47.6211242949246],[-122.342457182842,47.6211256174537],[-122.342456690151,47.6211270067503],[-122.342456517059,47.6211284304133],[-122.342456505254,47.6211297664904],[-122.34245864646,47.6211297758818],[-122.342458655191,47.6211288842526],[-122.342458799617,47.6211277305967],[-122.342459211098,47.6211266065526],[-122.342459879419,47.621125540027],[-122.342460787988,47.6211245574987],[-122.342461914247,47.6211236833609],[-122.342463230234,47.6211229393158],[-122.342464703278,47.621122343836],[-122.342466296807,47.6211219117053],[-122.342466270799,47.6211246846476],[-122.342472907716,47.6211195894135]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":12061}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1481,"F_area":null,"OBJECTID":12061,"SHAPE__Length":7.199097111302678,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-12223-0","label":"Pavement symbol","path":[[-122.342291514723,47.6206576681664],[-122.342299721432,47.6206608213417],[-122.342298689542,47.6206575865323],[-122.34230062515,47.6206570053848],[-122.34230240692,47.6206562323722],[-122.342303993308,47.6206552855188],[-122.342305347322,47.6206541869024],[-122.342306437391,47.6206529621394],[-122.342307238099,47.6206516397877],[-122.342307730774,47.6206502506806],[-122.34230790393,47.6206488272079],[-122.342307915712,47.6206474902316],[-122.342305774552,47.6206474817366],[-122.342305767123,47.6206483724488],[-122.342305622666,47.6206495260981],[-122.342305211165,47.6206506501336],[-122.342304542838,47.6206517166504],[-122.342303634275,47.6206526991717],[-122.342302508032,47.6206535733061],[-122.342301192068,47.6206543173528],[-122.342299719053,47.6206549128403],[-122.342298125555,47.6206553449856],[-122.342298150267,47.6206525729601],[-122.342291514723,47.6206576681664]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":12223}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1479,"F_area":null,"OBJECTID":12223,"SHAPE__Length":7.198510346489918,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-0","label":"Pavement symbol","path":[[-122.342663294195,47.6208569470229],[-122.342658529673,47.6208626453652],[-122.342663433204,47.6208619218211],[-122.342664313387,47.6208632601387],[-122.342665486169,47.6208644922856],[-122.342666924095,47.6208655894177],[-122.342668593504,47.6208665258515],[-122.342670455314,47.6208672796656],[-122.342672465944,47.6208678332135],[-122.342674578323,47.6208681735369],[-122.342676743002,47.6208682926688],[-122.342678770984,47.6208682981598],[-122.342678779783,47.6208668127872],[-122.342677427795,47.6208668091266],[-122.342675673331,47.6208667096699],[-122.342673963937,47.6208664253814],[-122.342672342201,47.6208659633434],[-122.342670848521,47.6208653350664],[-122.342669520111,47.6208645562025],[-122.342668390064,47.620863646155],[-122.342667486532,47.6208626275954],[-122.342666832025,47.6208615258987],[-122.342671038367,47.6208615375855],[-122.342663294195,47.6208569470229]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-1","label":"Pavement symbol","path":[[-122.342699179533,47.6208589396419],[-122.342699184216,47.6208580003871],[-122.342702932585,47.6208574073113],[-122.342699191818,47.6208567948091],[-122.342699197831,47.6208558555367],[-122.342706286314,47.6208570164838],[-122.342711354938,47.6208570302275],[-122.342711350201,47.6208578300435],[-122.342706281577,47.6208578162998],[-122.342699179533,47.6208589396419]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"9,10,11,12,16,21,22,40,41","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-2","label":"Pavement symbol","path":[[-122.342699163288,47.6208614524678],[-122.342699169356,47.6208606526341],[-122.342707869466,47.6208606766913],[-122.342707878264,47.6208591913187],[-122.342711342081,47.6208592011566],[-122.34271132852,47.6208614854459],[-122.342699163288,47.6208614524678]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"13,14,15,17,19,20","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-3","label":"Pavement symbol","path":[[-122.342699156521,47.620862595062],[-122.342711321753,47.6208626280402],[-122.34271131699,47.620863426957],[-122.342703873588,47.6208648921802],[-122.342711308192,47.6208649123295],[-122.342711303455,47.6208657121455],[-122.342699138222,47.6208656791673],[-122.34269914296,47.6208648793513],[-122.342706586362,47.6208634141283],[-122.342699151757,47.6208633939787],[-122.342699156521,47.620862595062]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"18,23,24,25,33,34,35,36,38,39","sourcePathCount":10,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-4","label":"Pavement symbol","path":[[-122.342702378362,47.6208666014775],[-122.342708053792,47.6208666170695],[-122.342708709304,47.6208666448753],[-122.342709355551,47.6208667239515],[-122.342709864734,47.6208668336719],[-122.342710345291,47.6208669915036],[-122.342710622277,47.6208671180153],[-122.342710870021,47.620867269595],[-122.342711083569,47.6208674432122],[-122.34271117305,47.6208675433814],[-122.342711238332,47.6208676517113],[-122.342711277826,47.620867765566],[-122.342711290571,47.6208678821754],[-122.34271127637,47.6208679985812],[-122.342711235507,47.6208681120859],[-122.342711168975,47.6208682199324],[-122.34271107839,47.6208683195009],[-122.342710862766,47.6208684923985],[-122.342710613069,47.6208686430315],[-122.342710334306,47.6208687683788],[-122.342709852492,47.6208689236233],[-122.342709342642,47.6208690307224],[-122.3427086944,47.6208691060455],[-122.342708037547,47.6208691298953],[-122.342702363448,47.6208691142857],[-122.342701707266,47.6208690865405],[-122.342701060359,47.6208690074213],[-122.342700551176,47.6208688976995],[-122.342700070619,47.6208687398691],[-122.3426997941,47.6208686132869],[-122.342699546806,47.620868461703],[-122.34269933367,47.6208682881427],[-122.342699243836,47.6208681880385],[-122.342699178208,47.6208680797309],[-122.342699138385,47.620867965859],[-122.342699125338,47.6208678491972],[-122.342699139834,47.6208677327296],[-122.342699181024,47.6208676191982],[-122.342699247905,47.6208675113652],[-122.34269933885,47.620867411854],[-122.342699554064,47.6208672390259],[-122.342699803312,47.6208670884007],[-122.342700081604,47.6208669629939],[-122.342700564066,47.6208668076796],[-122.342701074597,47.6208667006327],[-122.34270172218,47.6208666253702],[-122.342702378362,47.6208666014775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"26,29,32,37","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13091-5","label":"Pavement symbol","path":[[-122.342703436855,47.6208674042853],[-122.342706984494,47.6208674139113],[-122.342707101873,47.6208674213388],[-122.342707215564,47.6208674423711],[-122.342707322122,47.620867476371],[-122.342707418321,47.6208675223089],[-122.342707501247,47.6208675787931],[-122.342707568388,47.620867644113],[-122.34270761771,47.6208677162898],[-122.342707647719,47.6208677931375],[-122.342707657507,47.6208678723283],[-122.342707646776,47.6208679514635],[-122.342707615852,47.6208680281463],[-122.342707565672,47.6208681000538],[-122.342707497755,47.6208681650081],[-122.342707414159,47.6208682210417],[-122.342707317416,47.6208682664574],[-122.342707210455,47.6208682998795],[-122.342707096518,47.6208683202956],[-122.342706979054,47.6208683270875],[-122.342703431415,47.6208683174616],[-122.342703314094,47.6208683099865],[-122.34270320047,47.6208682889199],[-122.342703093982,47.6208682548992],[-122.342702997853,47.6208682089542],[-122.342702914991,47.6208681524753],[-122.342702847905,47.6208680871716],[-122.342702798624,47.6208680150196],[-122.342702768641,47.6208679382027],[-122.342702758862,47.6208678590458],[-122.342702769584,47.6208677799444],[-122.342702800481,47.6208677032923],[-122.34270285062,47.6208676314093],[-122.342702918482,47.6208675664709],[-122.342703002014,47.6208675104423],[-122.342703098688,47.6208674650191],[-122.342703205578,47.620867431576],[-122.342703319449,47.6208674111251],[-122.342703436855,47.6208674042853]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9879,"F_area":null,"OBJECTID":13091,"SHAPE__Length":25.855328758660974,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"27,28,30,31","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-0","label":"Pavement symbol","path":[[-122.342661244925,47.6209161046563],[-122.342658947392,47.6209149719301],[-122.342655405451,47.6209140581191],[-122.342654204392,47.6209144869682],[-122.342657640917,47.6209153904823],[-122.342654379196,47.6209159258249],[-122.342652879787,47.6209145558125],[-122.342648386513,47.6209148816854],[-122.342649395531,47.6209156302737],[-122.342651801283,47.6209154481345],[-122.342652794969,47.6209164020371],[-122.342644581202,47.6209151174698],[-122.342643663245,47.6209158565281],[-122.342654044266,47.6209174524066],[-122.342661244925,47.6209161046563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-1","label":"Pavement symbol","path":[[-122.342648892943,47.620918119862],[-122.342648892972,47.6209183501618]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-2","label":"Pavement symbol","path":[[-122.342700748518,47.620918062785],[-122.342713580519,47.6209153026277],[-122.342700730485,47.6209125799019],[-122.342701993616,47.6209145198016],[-122.342689248405,47.6209145385948],[-122.342689253561,47.6209161380328],[-122.342701998773,47.6209161192395],[-122.342700748518,47.620918062785]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-3","label":"Pavement symbol","path":[[-122.34266306921,47.6209147760287],[-122.342662873479,47.6209147714276],[-122.342662580168,47.6209147830968],[-122.342662290669,47.6209148169403],[-122.34266206415,47.6209148638559],[-122.342661849578,47.6209149316427],[-122.342661725382,47.6209149864743],[-122.342661613888,47.6209150525548],[-122.342661517321,47.6209151285656],[-122.342661477894,47.6209151710837],[-122.342661449025,47.620915217294],[-122.342661431453,47.6209152660149],[-122.342661425625,47.6209153160009],[-122.342661431768,47.6209153661188],[-122.342661449716,47.6209154149307],[-122.342661479007,47.6209154611815],[-122.34266151889,47.6209155036821],[-122.342661615849,47.6209155791522],[-122.342661727586,47.6209156446852],[-122.342661851882,47.6209156989794],[-122.342662066534,47.6209157658443],[-122.342662292923,47.6209158118789],[-122.342662583103,47.6209158452286],[-122.342662877012,47.6209158563102],[-122.342663072455,47.6209158510195],[-122.342663074859,47.6209162549124],[-122.342663594973,47.6209162039339],[-122.342663901537,47.6209161403466],[-122.342664191891,47.6209160484817],[-122.34266438637,47.6209159629133],[-122.342664561079,47.6209158597728],[-122.34266471255,47.6209157411071],[-122.34266480292,47.6209156435361],[-122.342664869018,47.6209155374912],[-122.342664909148,47.6209154256934],[-122.342664922281,47.620915311011],[-122.342664908153,47.6209151964547],[-122.342664867069,47.6209150848886],[-122.342664800084,47.6209149791755],[-122.342664708915,47.6209148820279],[-122.342664557177,47.6209147637629],[-122.342664382301,47.6209146610333],[-122.342664187754,47.6209145758752],[-122.34266389683,47.6209144847078],[-122.342663589842,47.6209144218748],[-122.342663068136,47.6209143721181],[-122.34266306921,47.6209147760287]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-4","label":"Pavement symbol","path":[[-122.342648916234,47.6209182347032],[-122.342648908797,47.6209181704744],[-122.34264888723,47.6209181077119],[-122.342648852014,47.6209180478199],[-122.342648803937,47.6209179921388],[-122.342648744077,47.6209179419143],[-122.342648534478,47.6209178097037],[-122.342648300538,47.6209176975662],[-122.342648046458,47.6209176075149],[-122.342647608159,47.6209174970967],[-122.34264715358,47.6209174223414],[-122.342646553548,47.6209173677184],[-122.342645948629,47.6209173501593],[-122.342645344415,47.6209173693375],[-122.342644745296,47.6209174254917],[-122.342644291347,47.6209175017667],[-122.342643853935,47.6209176136361],[-122.342643600416,47.6209177045029],[-122.342643367204,47.6209178174059],[-122.342643158488,47.6209179503169],[-122.342643098689,47.6209180007482],[-122.342643050749,47.6209180566386],[-122.342643015744,47.6209181167318],[-122.342642994461,47.6209181796771],[-122.34264298738,47.6209182440597],[-122.342642994835,47.6209183082857],[-122.34264301641,47.6209183710451],[-122.342643051625,47.6209184309352],[-122.342643099692,47.6209184866179],[-122.342643159537,47.6209185368486],[-122.34264336955,47.6209186691186],[-122.342643603939,47.6209187812519],[-122.342643858486,47.6209188712304],[-122.342644296131,47.6209189816063],[-122.342644750034,47.6209190564215],[-122.342645350066,47.6209191110438],[-122.342645954985,47.6209191286037],[-122.342646559885,47.6209191090098],[-122.342647159622,47.6209190523543],[-122.342647612865,47.620918976482],[-122.342648049679,47.6209188651268],[-122.342648303664,47.6209187743179],[-122.342648537325,47.6209186614075],[-122.342648746456,47.6209185284284],[-122.342648805953,47.6209184779307],[-122.3426488536,47.6209184220128],[-122.34264888833,47.6209183619276],[-122.342648909366,47.6209182990212],[-122.342648916234,47.6209182347032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-5","label":"Pavement symbol","path":[[-122.342640603038,47.6209182468923],[-122.342640615391,47.6209183519796],[-122.342640651782,47.6209184545028],[-122.34264071133,47.6209185519795],[-122.342640792592,47.6209186420492],[-122.342640893601,47.6209187225311],[-122.342641266306,47.6209189446668],[-122.34264167903,47.620919131921],[-122.342642124637,47.6209192810562],[-122.342642889425,47.6209194626212],[-122.34264367961,47.620919585194],[-122.342645792069,47.6209197047153],[-122.342647902726,47.620919578667],[-122.34264869219,47.6209194538946],[-122.342649455893,47.6209192701942],[-122.342649900145,47.6209191199239],[-122.342650311339,47.6209189316982],[-122.34265068238,47.6209187087654],[-122.342650783119,47.62091862794],[-122.342650864005,47.6209185375467],[-122.342650923074,47.6209184397806],[-122.34265095889,47.620918337016],[-122.342650970585,47.6209182317485],[-122.342650958227,47.620918126662],[-122.342650921834,47.6209180241397],[-122.342650862286,47.6209179266636],[-122.342650781027,47.6209178365934],[-122.342650680022,47.6209177561098],[-122.342650307249,47.6209175342906],[-122.342649894536,47.6209173473389],[-122.342649449012,47.620917198484],[-122.342648684225,47.6209170169163],[-122.342647894039,47.6209168943464],[-122.34264578158,47.6209167748251],[-122.342643672254,47.6209169008557],[-122.342642882112,47.6209170255851],[-122.342642117756,47.620917209346],[-122.3426416735,47.6209173596114],[-122.342641262305,47.6209175478374],[-122.34264089127,47.6209177707748],[-122.342640790675,47.6209178514505],[-122.342640709865,47.6209179416676],[-122.342640650796,47.6209180392418],[-122.342640614897,47.6209181418111],[-122.342640603038,47.6209182468923]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-6","label":"Pavement symbol","path":[[-122.342648990454,47.6209129503103],[-122.342648982622,47.6209128825482],[-122.342648960139,47.6209128162918],[-122.34264892349,47.6209127529725],[-122.342648873467,47.6209126939581],[-122.34264881115,47.6209126405235],[-122.342648598291,47.6209125023647],[-122.342648359705,47.6209123848439],[-122.342648099761,47.6209122901138],[-122.342647651953,47.6209121740788],[-122.342647186645,47.620912095313],[-122.342646574105,47.6209120381509],[-122.342645956318,47.6209120198689],[-122.342645338646,47.6209120400772],[-122.342644726488,47.6209120991512],[-122.342644262102,47.6209121792744],[-122.342643815437,47.6209122965528],[-122.342643555956,47.6209123919172],[-122.342643317958,47.6209125100258],[-122.342643105802,47.6209126487151],[-122.342643044162,47.6209127023405],[-122.342642994829,47.6209127614692],[-122.342642958866,47.6209128248278],[-122.342642937048,47.6209128910519],[-122.342642929844,47.6209129587152],[-122.342642937292,47.6209130266116],[-122.342642959449,47.6209130930352],[-122.342642995834,47.6209131565465],[-122.342643045659,47.6209132157688],[-122.342643107843,47.6209132694188],[-122.342643320783,47.6209134072533],[-122.342643559357,47.6209135244708],[-122.342643819206,47.6209136189293],[-122.342644267014,47.6209137349644],[-122.342644732322,47.6209138137302],[-122.342645344844,47.6209138713429],[-122.342645962675,47.6209138900735],[-122.342646580366,47.6209138694153],[-122.342647192479,47.620913809892],[-122.342647657542,47.6209137298119],[-122.342648104861,47.6209136124726],[-122.34264836387,47.6209135170458],[-122.342648601419,47.6209133989448],[-122.342648813165,47.620913260328],[-122.342648875083,47.6209132067583],[-122.342648924695,47.6209131476543],[-122.342648960931,47.6209130842904],[-122.342648983009,47.6209130180328],[-122.342648990454,47.6209129503103]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13487-7","label":"Pavement symbol","path":[[-122.34264096466,47.6209129622865],[-122.342640976955,47.6209130655985],[-122.342641012574,47.6209131664231],[-122.342641070679,47.6209132623824],[-122.342641149898,47.6209133512128],[-122.342641248364,47.6209134308192],[-122.342641605627,47.6209136474632],[-122.342642002195,47.6209138304211],[-122.342642431126,47.6209139764905],[-122.342643168582,47.6209141547031],[-122.342643931383,47.6209142750565],[-122.34264494384,47.6209143640073],[-122.342645963959,47.6209143929384],[-122.34264698408,47.6209143613426],[-122.342647996192,47.6209142697293],[-122.342648758449,47.6209141470103],[-122.342649494957,47.6209139664761],[-122.342649922832,47.62091381914],[-122.342650318118,47.620913635032],[-122.342650673899,47.6209134173727],[-122.342650771859,47.6209133374078],[-122.342650850485,47.6209132482707],[-122.342650907921,47.6209131520664],[-122.342650942812,47.6209130510664],[-122.342650954333,47.6209129476558],[-122.34265094221,47.6209128441522],[-122.34265090667,47.6209127431278],[-122.342650848554,47.6209126469751],[-122.342650769239,47.6209125579712],[-122.342650670603,47.6209124782237],[-122.342650313341,47.6209122615789],[-122.342649916773,47.620912078621],[-122.342649487841,47.6209119325526],[-122.342648750385,47.6209117543401],[-122.342647987584,47.6209116339866],[-122.342646975127,47.6209115450361],[-122.342645955009,47.6209115161048],[-122.342644934887,47.6209115477009],[-122.342643922775,47.6209116393138],[-122.342643161195,47.6209117620734],[-122.342642425341,47.6209119425493],[-122.342641997461,47.6209120898812],[-122.342641602175,47.6209122739894],[-122.342641246398,47.6209124916526],[-122.342641147993,47.6209125716991],[-122.342641068998,47.620912660984],[-122.342641011287,47.6209127573881],[-122.34264097623,47.6209128586232],[-122.34264096466,47.6209129622865]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9876,"F_area":null,"OBJECTID":13487,"SHAPE__Length":22.606262741914364,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-0","label":"Pavement symbol","path":[[-122.34252080702,47.6210167234944],[-122.342520819449,47.6210153631196],[-122.342514249803,47.6210098420687],[-122.342507614107,47.621015299832],[-122.342507602251,47.6210166799906],[-122.342514229863,47.6210112187362],[-122.34252080702,47.6210167234944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-1","label":"Pavement symbol","path":[[-122.342520818264,47.6210139921299],[-122.342520831111,47.6210126461433],[-122.342514255023,47.6210071323747],[-122.34250765284,47.6210125986897],[-122.342507641428,47.6210139482557],[-122.342514268074,47.6210084996086],[-122.342520818264,47.6210139921299]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"6,7,8,9,10,11","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-2","label":"Pavement symbol","path":[[-122.342511968848,47.6210239584058],[-122.342511528765,47.6210230070567],[-122.342511649484,47.6210223523391],[-122.342514166106,47.6210284687003],[-122.342514145452,47.6210287626152],[-122.342514191939,47.6210290551865],[-122.342514304468,47.6210293394871],[-122.342514325327,47.6210293716453],[-122.342514353051,47.6210294013537],[-122.342514387025,47.6210294279511],[-122.342514426492,47.6210294508455],[-122.342514470573,47.6210294695271],[-122.342514629543,47.621030867212],[-122.342514491162,47.6210308672478],[-122.342514486966,47.6210312730274],[-122.34251505486,47.6210312178176],[-122.342515043903,47.6210308401267],[-122.342514864237,47.6210308389107],[-122.34251473586,47.6210294408202],[-122.342514835041,47.6210292937567],[-122.342514905485,47.6210291393476],[-122.342514946036,47.6210289801318],[-122.342515735869,47.6210286862811],[-122.342516028528,47.6210301599507],[-122.342516637064,47.6210315890667],[-122.342516830258,47.6210318882465],[-122.342517073686,47.6210321702819],[-122.342517364054,47.6210324313569],[-122.342517486193,47.6210325176497],[-122.342517623001,47.6210325932857],[-122.342517772444,47.6210326571412],[-122.34251790926,47.6210326986201],[-122.342518054034,47.6210327251226],[-122.342518203184,47.6210327359927],[-122.342518341712,47.6210327311442],[-122.342518477169,47.6210327110008],[-122.342518605864,47.6210326761114],[-122.342518724289,47.6210326274267],[-122.342518983608,47.6210324809663],[-122.342519211463,47.6210323124003],[-122.342519702794,47.6210317560231],[-122.342520043983,47.6210311507598],[-122.342520614053,47.6210294276444],[-122.342520836369,47.6210273214086],[-122.342520651365,47.6210252097788],[-122.342520111597,47.6210234824886],[-122.342519770154,47.6210228777461],[-122.342519299297,47.6210223138717],[-122.342519161138,47.6210221930657],[-122.342518999576,47.6210220862607],[-122.3425188177,47.6210219954987],[-122.3425186554,47.6210219380727],[-122.342518480965,47.621021900111],[-122.342518299487,47.6210218827224],[-122.342518176746,47.6210218849787],[-122.342518056314,47.6210219011073],[-122.342517941617,47.6210219306492],[-122.342517587946,47.6210220774774],[-122.342517402633,47.621022190136],[-122.342517246403,47.6210223213027],[-122.34251692622,47.6210226593037],[-122.342516088405,47.6210204276862],[-122.342516233352,47.6210196449028],[-122.342516391618,47.6210195863851],[-122.342516534435,47.6210195119699],[-122.342516658318,47.6210194234727],[-122.342516760245,47.6210193230525],[-122.342516897999,47.6210191179141],[-122.34251700456,47.6210188924981],[-122.342517078235,47.6210186801129],[-122.342517090752,47.6210185153183],[-122.342517073017,47.62101845438],[-122.342517039764,47.6210184089408],[-122.342516989716,47.621018380817],[-122.342516921569,47.6210183709253],[-122.342514942978,47.6210185545941],[-122.342514894078,47.6210185660379],[-122.342514849664,47.6210185945147],[-122.342514812291,47.6210186363923],[-122.342514784569,47.6210186898369],[-122.34251476913,47.621018753914],[-122.342514768531,47.6210188249911],[-122.342514817015,47.6210189826795],[-122.34251498684,47.6210191896627],[-122.342515206263,47.6210193742458],[-122.342515360056,47.6210194845364],[-122.342515533665,47.621019580539],[-122.34251572419,47.6210196606507],[-122.342515665304,47.6210200158778],[-122.342512045648,47.6210200009034],[-122.342512323385,47.6210180621598],[-122.342512122354,47.6210172785665],[-122.342512306189,47.6210168731036],[-122.342513189782,47.6210168757805],[-122.342513182762,47.6210162668378],[-122.342512174062,47.621016263121],[-122.342511694197,47.6210173346223],[-122.342511920892,47.6210181772494],[-122.342511143244,47.6210224688045],[-122.342510981301,47.6210222992733],[-122.342510789105,47.6210221447636],[-122.342510569687,47.6210220077134],[-122.342510423547,47.6210219400138],[-122.34251026288,47.6210218894348],[-122.342509951666,47.6210218485812],[-122.342509813163,47.6210218535161],[-122.342509677732,47.6210218736852],[-122.342509549038,47.6210219085432],[-122.34250943056,47.6210219571472],[-122.3425091508,47.6210221174428],[-122.342508907882,47.6210223030324],[-122.34250870679,47.621022510109],[-122.342508469385,47.6210228119276],[-122.342508298542,47.6210230665823],[-122.342508162427,47.6210233305748],[-122.342507762032,47.6210243129661],[-122.342507502851,47.6210253166634],[-122.342507326414,47.6210279953422],[-122.342507511927,47.6210294024937],[-122.342507906458,47.6210307899352],[-122.342508335926,47.6210316505646],[-122.34250870911,47.6210321305057],[-122.342508977006,47.6210323752456],[-122.34250917373,47.6210325057791],[-122.342509411216,47.6210326195793],[-122.342509648571,47.621032683003],[-122.342509862011,47.6210327017633],[-122.342510009468,47.6210326935107],[-122.342510246144,47.6210326417933],[-122.342510484124,47.621032543279],[-122.342510703744,47.6210324081241],[-122.342510881189,47.621032272266],[-122.342511029404,47.6210321213282],[-122.342511335112,47.6210317430367],[-122.342511739921,47.6210310197801],[-122.342511993102,47.6210303902944],[-122.342512209665,47.6210296452446],[-122.342512383403,47.6210287082461],[-122.342512475406,47.6210277516405],[-122.342512480093,47.6210268123857],[-122.342512405887,47.6210258597833],[-122.342512231977,47.6210248644221],[-122.342511968848,47.6210239584058]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107","sourcePathCount":96,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-3","label":"Pavement symbol","path":[[-122.342516564336,47.621023119305],[-122.34251582833,47.6210254299878],[-122.342515675304,47.6210277910729],[-122.342514852661,47.6210279630117],[-122.342515924344,47.6210214689111],[-122.342516564336,47.621023119305]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"108,109,110,111","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-4","label":"Pavement symbol","path":[[-122.342511898772,47.6210209465417],[-122.342515510448,47.6210209616219],[-122.342514496634,47.6210270654241],[-122.342514460821,47.621026427176],[-122.34251457127,47.6210264275107],[-122.342514560835,47.621026021925],[-122.342514077753,47.6210260193348],[-122.34251408738,47.6210263970432],[-122.34251421246,47.6210263971838],[-122.342514234008,47.6210270940957],[-122.342511838739,47.6210213080813],[-122.342511898772,47.6210209465417]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"112,113,114,115,116,117,118,119,120,121,122","sourcePathCount":11,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-5","label":"Pavement symbol","path":[[-122.342516851172,47.6210239251503],[-122.342516277894,47.6210257281489],[-122.342516163887,47.6210275704869],[-122.342517938815,47.6210269712002],[-122.342516851172,47.6210239251503]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"123,124,125","sourcePathCount":3,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-6","label":"Pavement symbol","path":[[-122.342518139612,47.6210277467],[-122.342516229564,47.6210285043106],[-122.342516322497,47.6210291490217],[-122.342516502242,47.6210297853376],[-122.34251695474,47.6210307976955],[-122.342517109274,47.6210310350073],[-122.34251730563,47.6210312578301],[-122.342517540869,47.6210314628313],[-122.342517869376,47.621031641096],[-122.342517948581,47.6210316706027],[-122.342518033745,47.6210316912345],[-122.342518122695,47.621031702465],[-122.342518213164,47.6210317040079],[-122.342518360314,47.6210316901802],[-122.342518502196,47.6210316604656],[-122.342518635061,47.6210316156492],[-122.342518784709,47.621031543938],[-122.342518917141,47.6210314582131],[-122.342519029494,47.6210313603273],[-122.342519413229,47.621030905736],[-122.342519702119,47.6210304203118],[-122.342519982276,47.6210297301131],[-122.342520164612,47.6210290251813],[-122.342520330529,47.6210273181252],[-122.342520194602,47.6210256098648],[-122.342519988779,47.6210247971273],[-122.342519621895,47.6210240105935],[-122.342519100679,47.6210232646942],[-122.342519002274,47.6210231749846],[-122.342518885511,47.6210230959071],[-122.342518752888,47.6210230291526],[-122.342518607238,47.6210229761485],[-122.342518451678,47.6210229380281],[-122.342518289533,47.6210229156065],[-122.342518086359,47.6210229421536],[-122.342517891375,47.6210229889099],[-122.342517708978,47.6210230548208],[-122.342517543282,47.6210231383998],[-122.342517398025,47.6210232377617],[-122.342517276482,47.6210233506656],[-122.342517181394,47.6210234745649],[-122.342518288651,47.6210266463001],[-122.342518319049,47.6210266523105],[-122.342518346711,47.6210266627179],[-122.342518370256,47.6210266770033],[-122.342518388512,47.6210266944544],[-122.342518469335,47.6210268202277],[-122.342518506391,47.6210269108076],[-122.342518525226,47.6210270039065],[-122.342518543693,47.6210272276645],[-122.342518542376,47.6210273407277],[-122.342518520953,47.6210274528685],[-122.34251845977,47.6210276372002],[-122.342518438214,47.6210276809576],[-122.342518408182,47.6210277223831],[-122.342518370212,47.6210277607347],[-122.342518317974,47.621027794713],[-122.342518262424,47.6210278062449],[-122.342518199414,47.6210277899879],[-122.342518168274,47.621027771509],[-122.342518139612,47.6210277467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152","sourcePathCount":27,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-13943-7","label":"Pavement symbol","path":[[-122.342510187473,47.6210271792409],[-122.342510940743,47.6210256484368],[-122.342511349055,47.6210240592843],[-122.342511349081,47.6210240601836],[-122.342511598907,47.6210246452156],[-122.342511831261,47.6210254994626],[-122.34251197578,47.6210266283558],[-122.342511987342,47.6210276690511],[-122.342511866913,47.6210287007013],[-122.342511548563,47.6210299274925],[-122.342511113997,47.6210308175715],[-122.342510903275,47.6210311051058],[-122.342510635041,47.6210313699858],[-122.342510479636,47.6210314820481],[-122.342510298248,47.6210315746889],[-122.34251009615,47.6210316452155],[-122.342509974603,47.6210316633007],[-122.3425098503,47.6210316676725],[-122.342509726621,47.621031658212],[-122.342509589373,47.6210316285218],[-122.342509460432,47.6210315850923],[-122.342509342805,47.6210315289363],[-122.342509239234,47.6210314613632],[-122.34250903624,47.6210313059229],[-122.342508870407,47.6210311315991],[-122.342508603199,47.6210307587783],[-122.342508397204,47.6210303687076],[-122.3425079929,47.6210291371053],[-122.342507809101,47.6210276174027],[-122.342507846856,47.6210264878918],[-122.342508061512,47.6210252642748],[-122.342508251346,47.6210246295131],[-122.342508528075,47.6210240094296],[-122.342508733961,47.6210236696121],[-122.342508997225,47.6210233482925],[-122.342509123483,47.6210232181531],[-122.342509274957,47.6210231008724],[-122.342509448799,47.6210229986535],[-122.34250956372,47.6210229484308],[-122.342509689444,47.6210229118064],[-122.34250982246,47.6210228898029],[-122.342509959055,47.6210228830345],[-122.342510076445,47.6210228937119],[-122.342510190112,47.6210229161812],[-122.342510297464,47.6210229499301],[-122.342510396054,47.621022994189],[-122.342510631106,47.6210231351899],[-122.342510828787,47.6210233002009],[-122.342510983773,47.6210234847794],[-122.34251063963,47.6210250775205],[-122.342509920877,47.6210266124235],[-122.342509894772,47.6210266178735],[-122.342509870338,47.6210266261244],[-122.342509848231,47.6210266369546],[-122.342509829046,47.6210266500732],[-122.342509813297,47.6210266651278],[-122.342509742572,47.6210267625419],[-122.342509693748,47.6210268658815],[-122.342509667877,47.6210269729235],[-122.342509645102,47.6210271950807],[-122.342509664803,47.6210274173715],[-122.34250968928,47.6210275250875],[-122.342509737892,47.6210276290168],[-122.342509809498,47.6210277267177],[-122.342509861059,47.6210277611188],[-122.342509917287,47.6210277729677],[-122.342509942708,47.6210277696282],[-122.342509966745,47.6210277631284],[-122.342509988542,47.6210277536999],[-122.342510007322,47.6210277416786],[-122.342510022416,47.6210277274928],[-122.342510093315,47.6210276277529],[-122.342510141194,47.6210275219686],[-122.342510164967,47.6210274125383],[-122.342510187473,47.6210271792409]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1467,"F_area":null,"OBJECTID":13943,"SHAPE__Length":37.16371679399471,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186","sourcePathCount":34,"bridgeCount":1,"maximumBridgeDistanceMeters":0.00009942757506160335},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15647-0","label":"Pavement symbol","path":[[-122.342387706198,47.6211274581372],[-122.342387666445,47.621126087659],[-122.342387460044,47.6211246293641],[-122.342386926605,47.6211232092587],[-122.342386078568,47.6211218604632],[-122.342384935711,47.621120614435],[-122.34238352469,47.6211195002346],[-122.342381878411,47.6211185438481],[-122.342380035272,47.6211177675806],[-122.342378038258,47.6211171895369],[-122.342379031528,47.6211138631041],[-122.342370678232,47.6211171728746],[-122.342377587464,47.621122336784],[-122.342377504983,47.6211194933115],[-122.342379148104,47.6211199217215],[-122.342380670976,47.6211205187941],[-122.342382035784,47.6211212697026],[-122.342383208637,47.6211221558005],[-122.342384160409,47.6211231550839],[-122.342384867467,47.6211242427385],[-122.342385312253,47.6211253917554],[-122.342385483722,47.6211265736022],[-122.342385510224,47.6211274872544],[-122.342387706198,47.6211274581372]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15647}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1604,"F_area":null,"OBJECTID":15647,"SHAPE__Length":7.383453926158872,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-0","label":"Pavement symbol","path":[[-122.342515090135,47.6211521473998],[-122.342513414758,47.6211537016516],[-122.342512063121,47.6211560954444],[-122.342512697449,47.6211569083767],[-122.342514035134,47.6211545840389],[-122.342514825641,47.621156790195],[-122.342512799247,47.6211578030382],[-122.342513281233,47.6211608409264],[-122.342514389817,47.6211601596153],[-122.342514119092,47.6211585331122],[-122.342515531327,47.6211578612686],[-122.342513629998,47.6211634145834],[-122.342514724431,47.6211640342957],[-122.342517083585,47.6211570166424],[-122.342515090135,47.6211521473998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-1","label":"Pavement symbol","path":[[-122.34251807213,47.6211604994176],[-122.342518411433,47.6211604994163]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-2","label":"Pavement symbol","path":[[-122.342517987814,47.6211254400422],[-122.34251390401,47.6211167643816],[-122.342509876836,47.6211254522386],[-122.342512747445,47.6211245982271],[-122.342512773882,47.621133215239],[-122.342515139586,47.6211332117566],[-122.342515111819,47.6211245947624],[-122.342517987814,47.6211254400422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-3","label":"Pavement symbol","path":[[-122.342513126315,47.6211509139872],[-122.342513119509,47.6211510463201],[-122.342513136699,47.6211512450645],[-122.342513186851,47.6211514412554],[-122.342513256212,47.6211515943626],[-122.342513356505,47.6211517394754],[-122.342513437111,47.6211518233266],[-122.3425135344,47.6211518987108],[-122.34251364644,47.6211519641317],[-122.342513709265,47.6211519907623],[-122.342513777602,47.6211520102742],[-122.34251384969,47.6211520221645],[-122.342513923673,47.621152026127],[-122.342513997854,47.6211520219594],[-122.34251407008,47.6211520098179],[-122.342514138477,47.6211519900173],[-122.342514201269,47.6211519630716],[-122.342514312982,47.6211518974552],[-122.34251440991,47.6211518219109],[-122.342514490131,47.6211517379372],[-122.34251458981,47.6211515923562],[-122.342514658424,47.6211514388343],[-122.342514707022,47.6211512430599],[-122.342514722839,47.6211510448506],[-122.342514714988,47.6211509118125],[-122.342515313736,47.6211509110697],[-122.342515237005,47.6211505594402],[-122.342515142993,47.62115035223],[-122.342515007079,47.6211501558654],[-122.342514880655,47.621150024474],[-122.342514728102,47.6211499063546],[-122.342514552447,47.6211498038494],[-122.342514408299,47.6211497427768],[-122.342514251477,47.6211496980894],[-122.342514086047,47.621149670946],[-122.342513916299,47.6211496620501],[-122.342513746822,47.6211496714357],[-122.342513581768,47.6211496990072],[-122.342513425403,47.6211497440521],[-122.34251328177,47.6211498054057],[-122.342513106638,47.6211499083813],[-122.3425129547,47.6211500269159],[-122.342512828969,47.6211501586595],[-122.342512694772,47.6211503554363],[-122.342512602518,47.6211505628882],[-122.342512527593,47.6211509156292],[-122.342513126315,47.6211509139872]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-4","label":"Pavement symbol","path":[[-122.34251824199,47.621160483671],[-122.342518146618,47.6211604886184],[-122.34251805343,47.6211605031676],[-122.342517964544,47.6211605269883],[-122.342517881975,47.6211605595399],[-122.3425178076,47.6211606000833],[-122.342517611923,47.6211607419178],[-122.342517446066,47.6211609000792],[-122.342517312993,47.6211610717403],[-122.34251714965,47.6211613681345],[-122.342517039105,47.6211616754119],[-122.342516958358,47.6211620806631],[-122.342516932313,47.6211624891757],[-122.342516961291,47.6211628981254],[-122.34251704509,47.6211633036263],[-122.342517157222,47.6211636104584],[-122.34251732204,47.6211639062908],[-122.342517456321,47.62116407757],[-122.342517623309,47.62116423524],[-122.342517820019,47.6211643764806],[-122.34251789457,47.6211644166866],[-122.342517977228,47.6211644488977],[-122.34251806612,47.6211644723844],[-122.342518159235,47.6211644866151],[-122.342518254463,47.6211644912674],[-122.342518349475,47.6211644863779],[-122.34251844233,47.6211644719561],[-122.342518530936,47.6211644483268],[-122.342518613294,47.6211644160227],[-122.342518687549,47.6211643757721],[-122.342518883322,47.621164233661],[-122.342519049173,47.6211640751953],[-122.34251918213,47.6211639032158],[-122.342519345417,47.6211636072653],[-122.342519456045,47.6211633004434],[-122.342519537508,47.6211628947557],[-122.342519564141,47.6211624857627],[-122.34251953516,47.6211620768132],[-122.342519451363,47.6211616713121],[-122.342519338515,47.6211613649177],[-122.342519173109,47.6211610695645],[-122.342519038931,47.621160897963],[-122.342518871931,47.6211607399884],[-122.342518675104,47.6211605984755],[-122.342518600771,47.6211605583707],[-122.342518518373,47.6211605262128],[-122.342518429765,47.6211605027257],[-122.342518336941,47.6211604884379],[-122.34251824199,47.621160483671]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-5","label":"Pavement symbol","path":[[-122.342518260005,47.6211661041943],[-122.342518415686,47.6211660956406],[-122.342518567484,47.6211660708336],[-122.34251871169,47.6211660303799],[-122.342518844777,47.6211659752687],[-122.34251896349,47.6211659068473],[-122.342519291702,47.6211656548874],[-122.342519568219,47.621165376165],[-122.342519788295,47.6211650754659],[-122.342520056949,47.6211645578563],[-122.342520238117,47.6211640232548],[-122.342520414929,47.6211625959282],[-122.342520228496,47.6211611689204],[-122.342520043994,47.621160635263],[-122.342519772241,47.6211601188287],[-122.342519550191,47.6211598186707],[-122.342519271796,47.6211595406702],[-122.342518941842,47.6211592896046],[-122.342518822822,47.6211592214693],[-122.342518689505,47.6211591666671],[-122.342518545146,47.621159126537],[-122.342518393274,47.6211591020593],[-122.342518237597,47.6211590938321],[-122.342518081645,47.621159102301],[-122.342517929563,47.6211591270685],[-122.342517785078,47.6211591675277],[-122.342517651729,47.6211592226876],[-122.342517532783,47.6211592911968],[-122.342517204488,47.6211595434397],[-122.342516927977,47.6211598224656],[-122.342516708004,47.6211601234775],[-122.34251643941,47.621160640644],[-122.342516258156,47.6211611747892],[-122.342516081344,47.6211626021158],[-122.342516267777,47.6211640291236],[-122.342516452222,47.6211645632375],[-122.342516724058,47.6211650801147],[-122.342516946117,47.6211653802686],[-122.342517224511,47.6211656582686],[-122.342517554457,47.6211659093388],[-122.342517673792,47.6211659773778],[-122.342517807411,47.6211660320383],[-122.342517952044,47.6211660719823],[-122.34251810415,47.6211660962322],[-122.342518260005,47.6211661041943]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-6","label":"Pavement symbol","path":[[-122.342510424591,47.6211604334998],[-122.342510324356,47.6211604386757],[-122.342510226338,47.6211604537257],[-122.342510132666,47.6211604783231],[-122.342510045376,47.6211605119334],[-122.342509966363,47.6211605538266],[-122.342509762355,47.6211606979217],[-122.342509588983,47.621160859217],[-122.342509449406,47.621161034776],[-122.342509277682,47.6211613380443],[-122.342509161304,47.6211616530299],[-122.342509076082,47.6211620671747],[-122.342509048383,47.6211624848671],[-122.342509078271,47.6211629024506],[-122.342509165646,47.6211633163508],[-122.342509284127,47.6211636302539],[-122.342509457619,47.6211639323103],[-122.342509598543,47.6211641076154],[-122.342509773231,47.6211642685212],[-122.342509978495,47.6211644120922],[-122.342510057915,47.6211644538186],[-122.342510145586,47.6211644872048],[-122.342510239598,47.6211645115226],[-122.342510337898,47.6211645262415],[-122.342510438342,47.6211645310403],[-122.342510538581,47.6211645258748],[-122.342510636603,47.6211645108295],[-122.342510730276,47.6211644862316],[-122.342510817565,47.621164452616],[-122.342510896569,47.6211644107135],[-122.34251110058,47.6211642666196],[-122.342511273952,47.6211641053241],[-122.342511413527,47.6211639297641],[-122.342511585187,47.621163626938],[-122.342511701655,47.6211633124095],[-122.342511786876,47.6211628982645],[-122.342511814576,47.6211624805722],[-122.342511784027,47.6211620629763],[-122.342511695983,47.6211616491061],[-122.342511578224,47.6211613347648],[-122.342511405314,47.6211610322297],[-122.342511264384,47.6211608569272],[-122.342511089696,47.6211606960218],[-122.342510884437,47.6211605524479],[-122.342510805008,47.6211605107334],[-122.342510717334,47.6211604773541],[-122.342510623326,47.621160453037],[-122.342510525031,47.621160438312],[-122.342510424591,47.6211604334998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15688-7","label":"Pavement symbol","path":[[-122.342510442265,47.6211658588123],[-122.342510595424,47.6211658507245],[-122.34251074491,47.6211658268388],[-122.342510887157,47.6211657877248],[-122.342511018774,47.6211657343152],[-122.342511136621,47.6211656678837],[-122.342511457252,47.6211654261291],[-122.342511727856,47.6211651580189],[-122.342511943718,47.6211648682234],[-122.342512207347,47.621164369535],[-122.342512385325,47.621163853905],[-122.342512558356,47.6211624797055],[-122.342512376123,47.621161105719],[-122.342512194659,47.6211605904561],[-122.342511927588,47.6211600924088],[-122.342511709876,47.6211598033178],[-122.342511437572,47.6211595360724],[-122.342511115419,47.6211592953289],[-122.342510997367,47.6211592291458],[-122.342510865607,47.621159176],[-122.34251072328,47.6211591371583],[-122.34251057378,47.6211591135466],[-122.342510420668,47.6211591057278],[-122.342510267422,47.6211591139663],[-122.342510117888,47.6211591380228],[-122.342509975641,47.6211591773226],[-122.342509844076,47.621159230927],[-122.342509726338,47.6211592975557],[-122.342509405698,47.6211595393058],[-122.342509135094,47.6211598074165],[-122.342508919241,47.6211600972159],[-122.342508655609,47.6211605959038],[-122.342508477634,47.6211611115343],[-122.342508304603,47.6211624857338],[-122.342508486836,47.6211638597203],[-122.342508668359,47.6211643745262],[-122.342508935345,47.6211648721313],[-122.342509153051,47.6211651612246],[-122.342509425355,47.6211654284703],[-122.342509747513,47.6211656692112],[-122.342509865554,47.6211657354072],[-122.342509997312,47.6211657885605],[-122.342510139641,47.621165827403],[-122.342510289148,47.621165851008],[-122.342510442265,47.6211658588123]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1469,"F_area":null,"OBJECTID":15688,"SHAPE__Length":22.648969205534094,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-0","label":"Pavement symbol","path":[[-122.342242324729,47.6207606752466],[-122.342242312267,47.6207620347222],[-122.342248881853,47.6207675557888],[-122.342255517545,47.6207620980406],[-122.342255529407,47.6207607178819],[-122.342248901826,47.6207661800206],[-122.342242324729,47.6207606752466]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-1","label":"Pavement symbol","path":[[-122.342242312141,47.6207634066287],[-122.342242300617,47.6207647525978],[-122.342248876619,47.6207702654828],[-122.342255477494,47.6207648000997],[-122.342255490217,47.6207634496168],[-122.342248863601,47.6207688991481],[-122.342242312141,47.6207634066287]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"6,7,8,9,10,11","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-2","label":"Pavement symbol","path":[[-122.342251161538,47.6207534394745],[-122.342251602971,47.6207543917063],[-122.342251482248,47.6207550464236],[-122.34224896434,47.6207489300742],[-122.342248985016,47.6207486361586],[-122.34224893853,47.6207483435859],[-122.342248825984,47.620748059287],[-122.342248805363,47.6207480271894],[-122.342248777899,47.620747997512],[-122.3422487442,47.620747970913],[-122.342248705014,47.6207479479825],[-122.34224866121,47.620747929229],[-122.342248502222,47.6207465306445],[-122.342248640629,47.6207465315083],[-122.342248643496,47.6207461257463],[-122.342248076936,47.6207461809372],[-122.34224808789,47.620746558628],[-122.342248266199,47.6207465589628],[-122.342248395925,47.6207479579353],[-122.342248296384,47.6207481046748],[-122.342248225486,47.6207482587862],[-122.342248184392,47.6207484177416],[-122.342247395891,47.6207487115728],[-122.342247103153,47.6207472383602],[-122.342246494742,47.6207458096843],[-122.342246301548,47.6207455105049],[-122.342246058123,47.6207452284691],[-122.34224576776,47.6207449673923],[-122.342245645211,47.6207448810441],[-122.342245507956,47.620744805412],[-122.342245358044,47.6207447416247],[-122.342245221297,47.6207446998318],[-122.342245076513,47.6207446730263],[-122.342244927281,47.6207446618729],[-122.342244789103,47.6207446668429],[-122.342244654006,47.6207446870212],[-122.342244525649,47.6207447218615],[-122.342244407508,47.6207447704201],[-122.342244147505,47.6207449168452],[-122.342243919005,47.6207450854629],[-122.34224342837,47.6207456418788],[-122.342243087814,47.6207462470838],[-122.342242517737,47.6207479701978],[-122.342242295411,47.6207500764331],[-122.342242480403,47.6207521880633],[-122.342243020184,47.6207539162541],[-122.342243361053,47.6207545205037],[-122.342243831118,47.6207550839914],[-122.342243969198,47.6207552051126],[-122.34224413077,47.6207553122212],[-122.342244312738,47.6207554032648],[-122.342244475459,47.6207554607702],[-122.342244650347,47.6207554987276],[-122.342244832277,47.6207555160247],[-122.342244954633,47.6207555133873],[-122.342245074602,47.6207554969632],[-122.34224518879,47.6207554672171],[-122.34224554379,47.6207553203721],[-122.342245729104,47.6207552077148],[-122.342245885332,47.6207550765477],[-122.342246205515,47.6207547385475],[-122.34224704201,47.6207569710838],[-122.342246897034,47.6207577529676],[-122.342246739146,47.620757811577],[-122.342246596691,47.620757886015],[-122.342246473132,47.6207579744723],[-122.342246371472,47.620758074799],[-122.342246232414,47.6207582808541],[-122.342246125826,47.6207585053705],[-122.342246052151,47.6207587177556],[-122.342246040963,47.6207588825325],[-122.342246057393,47.6207589443877],[-122.342246091975,47.6207589898093],[-122.342246142023,47.6207590179333],[-122.342246208814,47.6207590269435],[-122.342248188752,47.620758844161],[-122.342248237626,47.6207588318181],[-122.342248282066,47.6207588042406],[-122.342248319438,47.620758762363],[-122.342248345805,47.6207587080369],[-122.34224836127,47.6207586448592],[-122.3422483632,47.6207585737644],[-122.342248313361,47.6207584151943],[-122.342248144096,47.6207582087193],[-122.342247925472,47.6207580245086],[-122.34224777134,47.6207579138451],[-122.342247597273,47.6207578175436],[-122.342247406193,47.620757737221],[-122.342247465107,47.6207573828932],[-122.342251086049,47.6207573969591],[-122.342250808303,47.6207593357021],[-122.342251008026,47.6207601202127],[-122.342250825519,47.6207605256576],[-122.342249940574,47.6207605220971],[-122.342249948922,47.6207611310222],[-122.342250957642,47.6207611356406],[-122.342251437511,47.6207600641404],[-122.342251209491,47.6207592215303],[-122.342251988486,47.6207549299594],[-122.342252150426,47.6207550994914],[-122.342252342621,47.6207552540016],[-122.342252562038,47.6207553910518],[-122.34225270823,47.6207554582882],[-122.342252868817,47.6207555084317],[-122.342253180029,47.6207555492861],[-122.342253318194,47.6207555442704],[-122.342253453277,47.6207555240784],[-122.342253581634,47.6207554892548],[-122.342253699803,47.6207554407389],[-122.342253980045,47.6207552805068],[-122.342254223413,47.6207550949092],[-122.342254424902,47.6207548877611],[-122.342254662333,47.6207545868423],[-122.342254832543,47.6207543317305],[-122.342254967937,47.6207540673142],[-122.342255368958,47.6207530853831],[-122.342255628875,47.6207520821086],[-122.342255803993,47.6207494034478],[-122.342255618493,47.6207479962955],[-122.342255223967,47.6207466088535],[-122.342254795809,47.6207457473063],[-122.34225442263,47.6207452673643],[-122.342254153405,47.6207450226415],[-122.34225395671,47.6207448930067],[-122.342253719226,47.620744779206],[-122.342253481846,47.6207447148825],[-122.342253269737,47.6207446961041],[-122.342253120977,47.6207447052733],[-122.342252885606,47.6207447560732],[-122.342252647627,47.620744854587],[-122.342252426678,47.620744989759],[-122.342252249177,47.6207451260551],[-122.342252101044,47.6207452774535],[-122.342251796666,47.6207456557267],[-122.342251390499,47.6207463781007],[-122.342251138647,47.6207470075682],[-122.342250920751,47.6207477526351],[-122.342250747035,47.6207486905325],[-122.342250656358,47.6207496471203],[-122.34225065031,47.6207505854934],[-122.342250724511,47.620751538096],[-122.342250898415,47.6207525334576],[-122.342251161538,47.6207534394745]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107","sourcePathCount":96,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-3","label":"Pavement symbol","path":[[-122.342246566095,47.6207542794639],[-122.342247302218,47.6207519683381],[-122.342247455121,47.6207496067988],[-122.342248279117,47.6207494357436],[-122.342247207406,47.6207559298417],[-122.342246566095,47.6207542794639]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"108,109,110,111","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-4","label":"Pavement symbol","path":[[-122.342251232928,47.6207564513211],[-122.342247621297,47.6207564371318],[-122.342248633781,47.6207503324504],[-122.342248669591,47.6207509706985],[-122.342248560472,47.620750970346],[-122.342248569601,47.6207513768486],[-122.342249053984,47.6207513785231],[-122.342249043056,47.6207510017314],[-122.34224891928,47.6207510006736],[-122.342248897762,47.620750304661],[-122.342251292989,47.6207560906809],[-122.342251232928,47.6207564513211]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"112,113,114,115,116,117,118,119,120,121,122","sourcePathCount":11,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-5","label":"Pavement symbol","path":[[-122.34224628057,47.620753472701],[-122.342246853182,47.6207516696741],[-122.34224696654,47.6207498273836],[-122.342245191618,47.6207504266661],[-122.34224628057,47.620753472701]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"123,124,125","sourcePathCount":3,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-6","label":"Pavement symbol","path":[[-122.342244992182,47.6207496520474],[-122.342246900868,47.6207488935598],[-122.342246808601,47.6207482488605],[-122.342246629528,47.6207476125145],[-122.342246177064,47.6207466010547],[-122.342246022529,47.6207463637435],[-122.342245826176,47.6207461409204],[-122.342245590941,47.6207459359175],[-122.342245262438,47.6207457576521],[-122.342245183238,47.6207457281358],[-122.342245098075,47.6207457075002],[-122.342245009122,47.6207456962725],[-122.342244918651,47.6207456947393],[-122.34224477157,47.6207457082786],[-122.342244629682,47.6207457376901],[-122.34224449673,47.6207457821977],[-122.342244347085,47.6207458539105],[-122.342244214654,47.6207459396349],[-122.342244102298,47.6207460375187],[-122.342243717811,47.6207464925203],[-122.342243428368,47.6207469784495],[-122.342243148881,47.620747668661],[-122.3422429672,47.6207483735612],[-122.34224280127,47.620750080617],[-122.342242937192,47.6207517888777],[-122.342243143002,47.620752601617],[-122.342243509881,47.620753388152],[-122.342244031097,47.620754134051],[-122.342244129348,47.6207542236644],[-122.342244245912,47.6207543026788],[-122.342244378305,47.6207543694095],[-122.342244523703,47.6207544224339],[-122.342244679008,47.6207544606216],[-122.342244840906,47.6207544831583],[-122.342245044387,47.620754456617],[-122.342245239664,47.6207544098115],[-122.342245422321,47.6207543438],[-122.34224558823,47.6207542600751],[-122.342245733639,47.6207541605295],[-122.342245855261,47.6207540474139],[-122.342245950346,47.6207539232857],[-122.342244841808,47.6207507524646],[-122.342244811622,47.6207507461437],[-122.342244784262,47.6207507354731],[-122.342244761089,47.620750720983],[-122.342244743252,47.6207507033932],[-122.3422446611,47.6207505776374],[-122.342244624716,47.6207504870175],[-122.34224460654,47.6207503939407],[-122.342244586771,47.6207501710996],[-122.342244588749,47.6207500580005],[-122.342244610842,47.620749945878],[-122.342244672025,47.6207497615464],[-122.342244693458,47.6207497174749],[-122.342244723484,47.6207496757447],[-122.342244761557,47.6207496371129],[-122.342244812465,47.6207496031524],[-122.342244869345,47.620749591603],[-122.342244932355,47.6207496078601],[-122.34224496352,47.6207496272384],[-122.342244992182,47.6207496520474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152","sourcePathCount":27,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-15872-7","label":"Pavement symbol","path":[[-122.342252944276,47.620750219525],[-122.342252190408,47.6207517498585],[-122.342251781328,47.6207533385974],[-122.342251532811,47.6207527526479],[-122.342251299132,47.620751898418],[-122.342251155975,47.6207507704061],[-122.342251144393,47.6207497288115],[-122.342251263523,47.6207486980785],[-122.342251581851,47.6207474703888],[-122.342252016419,47.6207465803108],[-122.342252227788,47.6207462927299],[-122.342252496705,47.6207460278799],[-122.342252652115,47.6207459158222],[-122.342252833502,47.6207458231822],[-122.342253035595,47.6207457526514],[-122.342253157223,47.6207457348667],[-122.342253281535,47.6207457307976],[-122.342253405148,47.620745740555],[-122.342253542049,47.620745770328],[-122.342253670642,47.6207458137866],[-122.342253787935,47.62074586992],[-122.3422538912,47.6207459374226],[-122.342254094202,47.6207460928589],[-122.342254260024,47.6207462671874],[-122.342254527234,47.6207466400075],[-122.342254733221,47.62074703008],[-122.342255137517,47.6207482616832],[-122.342255321307,47.6207497813862],[-122.342255283547,47.6207509108971],[-122.34225506886,47.6207521336143],[-122.342254879682,47.6207527683448],[-122.342254603624,47.6207533884409],[-122.342254397817,47.6207537287162],[-122.342254134499,47.6207540504762],[-122.342254007827,47.6207541806769],[-122.342253855906,47.6207542979648],[-122.342253681596,47.6207544001318],[-122.342253566669,47.6207544503463],[-122.342253440945,47.6207544869672],[-122.342253307933,47.6207545089729],[-122.342253171342,47.6207545157496],[-122.342253053864,47.6207545048636],[-122.342252940161,47.6207544821707],[-122.34225283283,47.6207544481892],[-122.342252734319,47.6207544036949],[-122.342252499403,47.6207542629589],[-122.342252301738,47.620754098254],[-122.342252146632,47.6207539140024],[-122.342252491431,47.6207523212152],[-122.342253210867,47.6207507863432],[-122.342253236954,47.6207507808681],[-122.342253261373,47.6207507726069],[-122.342253283474,47.6207507617794],[-122.342253302669,47.6207507486739],[-122.342253318447,47.620750733639],[-122.342253389159,47.6207506362215],[-122.342253437982,47.6207505328829],[-122.342253463868,47.6207504258437],[-122.342253485978,47.6207502036664],[-122.342253465614,47.6207499814133],[-122.342253441569,47.6207498737395],[-122.342253393404,47.620749769805],[-122.342253322252,47.6207496720491],[-122.342253269361,47.6207496376655],[-122.342253214463,47.6207496257989],[-122.342253188744,47.6207496290043],[-122.342253164396,47.6207496354441],[-122.342253142306,47.6207496448837],[-122.342253123278,47.6207496569795],[-122.342253108005,47.6207496712912],[-122.342253037688,47.6207497707903],[-122.342252990249,47.6207498762609],[-122.342252966757,47.6207499853285],[-122.342252944276,47.620750219525]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1471,"F_area":null,"OBJECTID":15872,"SHAPE__Length":37.163606746882,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186","sourcePathCount":34,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-0","label":"Pavement symbol","path":[[-122.342751554993,47.6208392893398],[-122.342753842146,47.6208404311979],[-122.34275737519,47.6208413595175],[-122.342758581723,47.6208409359924],[-122.342755152765,47.6208400179873],[-122.342758420218,47.6208394969594],[-122.342759905152,47.6208408725601],[-122.342764401628,47.620840565532],[-122.342763400459,47.6208398123426],[-122.342760993094,47.6208399846099],[-122.342760007258,47.6208390261061],[-122.342768210062,47.6208403458951],[-122.342769133441,47.6208396103623],[-122.34275876847,47.6208379711003],[-122.342751554993,47.6208392893398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-1","label":"Pavement symbol","path":[[-122.342763925731,47.6208373251517],[-122.342763927058,47.6208370957335]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-2","label":"Pavement symbol","path":[[-122.342712070599,47.6208371654467],[-122.342699214441,47.6208398719478],[-122.342712038064,47.6208426481008],[-122.342710793425,47.620840703458],[-122.342723538828,47.6208407377365],[-122.342723548327,47.6208391390038],[-122.342710802899,47.620839103826],[-122.342712070599,47.6208371654467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-3","label":"Pavement symbol","path":[[-122.342749718482,47.620840609135],[-122.342749914238,47.6208406146352],[-122.342750208144,47.6208406043536],[-122.342750498456,47.6208405718021],[-122.342750725578,47.620840525819],[-122.342750940928,47.6208404588803],[-122.342751065436,47.6208404046651],[-122.342751177391,47.6208403391836],[-122.342751274567,47.6208402637381],[-122.342751314339,47.6208402212744],[-122.342751343551,47.6208401750779],[-122.342751361455,47.6208401263319],[-122.342751367592,47.6208400762851],[-122.342751361754,47.6208400262209],[-122.342751344135,47.6208399774265],[-122.342751315189,47.6208399311529],[-122.342751275658,47.6208398885863],[-122.342751179605,47.6208398129133],[-122.342751068755,47.6208397470689],[-122.3427509453,47.6208396923547],[-122.342750730768,47.6208396241071],[-122.342750504181,47.6208395767577],[-122.342750214052,47.6208395425019],[-122.342749920041,47.6208395305284],[-122.342749724571,47.62083953492],[-122.342749727487,47.6208391309565],[-122.342749205992,47.6208391801545],[-122.342748898864,47.620839242368],[-122.342748607666,47.620839332927],[-122.342748412395,47.6208394178107],[-122.342748236775,47.6208395203607],[-122.342748084297,47.6208396385388],[-122.34274799315,47.6208397355338],[-122.342747926106,47.6208398410816],[-122.342747884879,47.620839952483],[-122.342747870524,47.6208400668894],[-122.342747883453,47.6208401817506],[-122.342747923466,47.6208402937402],[-122.342747989532,47.620840399976],[-122.342748079952,47.6208404977238],[-122.342748230714,47.620840616503],[-122.342748404712,47.6208407198467],[-122.342748598505,47.6208408057099],[-122.342748888699,47.6208408977487],[-122.342749195139,47.620840961526],[-122.342749715592,47.6208410139977],[-122.342749718482,47.620840609135]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-4","label":"Pavement symbol","path":[[-122.34276390377,47.6208372102929],[-122.342763910571,47.6208372746029],[-122.342763931546,47.6208373375069],[-122.342763966225,47.6208373975935],[-122.34276401383,47.6208374535148],[-122.342764073293,47.6208375040162],[-122.342764281843,47.620837637065],[-122.342764514918,47.6208377501193],[-122.34276476833,47.6208378411479],[-122.342765205199,47.6208379533152],[-122.342765658651,47.6208380299528],[-122.342766257914,47.6208380872564],[-122.342766862427,47.6208381075469],[-122.34276746722,47.6208380906428],[-122.342768067218,47.6208380366919],[-122.342768521695,47.6208379626733],[-122.342768960039,47.6208378530251],[-122.342769214283,47.6208377631194],[-122.342769448412,47.6208376511093],[-122.342769658222,47.6208375190062],[-122.342769718452,47.6208374688471],[-122.342769766888,47.6208374131853],[-122.342769802441,47.6208373532705],[-122.342769824314,47.6208372904476],[-122.342769832015,47.6208372261272],[-122.342769825185,47.6208371618216],[-122.342769804196,47.6208370989228],[-122.342769769518,47.6208370388389],[-122.342769721928,47.6208369829153],[-122.342769662491,47.6208369324039],[-122.34276945394,47.620836799357],[-122.342769220865,47.6208366863028],[-122.342768967455,47.6208365952722],[-122.342768530587,47.6208364831044],[-122.342768077133,47.6208364064673],[-122.342767477871,47.6208363491629],[-122.342766873358,47.6208363288732],[-122.342766267896,47.6208363457443],[-122.342765667237,47.6208363997459],[-122.342765213436,47.6208364738045],[-122.342764775746,47.6208365833949],[-122.342764521028,47.6208366732344],[-122.342764286449,47.6208367852523],[-122.342764076233,47.6208369174316],[-122.342764016277,47.6208369676464],[-122.342763968119,47.6208370233332],[-122.342763932838,47.620837083243],[-122.342763911227,47.6208371460323],[-122.34276390377,47.6208372102929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-5","label":"Pavement symbol","path":[[-122.342772216614,47.6208372322844],[-122.342772205097,47.6208371271833],[-122.342772169541,47.6208370245571],[-122.342772110807,47.620836926888],[-122.342772030316,47.6208368365385],[-122.342771930015,47.6208367556938],[-122.342771559318,47.6208365322074],[-122.342771148336,47.6208363434233],[-122.342770704169,47.6208361926031],[-122.342769940887,47.6208360079147],[-122.342769151675,47.6208358821371],[-122.342767041618,47.6208357535901],[-122.342764929375,47.6208358706656],[-122.34276413875,47.6208359922503],[-122.342763373367,47.6208361728803],[-122.342762927636,47.6208363212105],[-122.342762514605,47.6208365076518],[-122.342762141407,47.6208367289854],[-122.34276203982,47.6208368092618],[-122.34276195795,47.6208368991939],[-122.342761897784,47.6208369966015],[-122.342761860778,47.6208370991235],[-122.342761847831,47.6208372042746],[-122.34276185943,47.620837309621],[-122.342761895172,47.6208374124733],[-122.34276195419,47.6208375103332],[-122.342762035049,47.6208376008237],[-122.342762135786,47.6208376817468],[-122.342762506136,47.6208379048579],[-122.342762916658,47.6208380933438],[-122.342763360276,47.6208382439559],[-122.342764124185,47.6208384291416],[-122.342764914126,47.6208385553037],[-122.342767024157,47.6208386829515],[-122.342769135097,47.6208385667929],[-122.342769926396,47.6208384452456],[-122.342770692434,47.6208382645604],[-122.342771138158,47.6208381162218],[-122.342771551188,47.6208379297809],[-122.342771924394,47.6208377084553],[-122.342772025833,47.6208376279635],[-122.34277210749,47.6208375378272],[-122.342772167381,47.6208374402349],[-122.342772204053,47.6208373375563],[-122.342772216614,47.6208372322844]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-6","label":"Pavement symbol","path":[[-122.342763781653,47.6208424944217],[-122.342763788624,47.6208425622119],[-122.342763810262,47.6208426285809],[-122.342763846101,47.620842692095],[-122.342763895366,47.6208427513818],[-122.342763956993,47.6208428051604],[-122.342764168396,47.6208429440898],[-122.342764405667,47.6208430625312],[-122.34276466447,47.6208431583202],[-122.342765111499,47.6208432761443],[-122.34276557636,47.6208433567348],[-122.342766188124,47.620843416577],[-122.342766805511,47.6208434375907],[-122.342767423759,47.6208434196581],[-122.3427680368,47.6208433627858],[-122.342768502386,47.6208432849631],[-122.34276895064,47.6208431698442],[-122.342769210844,47.6208430754408],[-122.342769449759,47.6208429582253],[-122.342769663011,47.6208428203436],[-122.342769725077,47.620842766985],[-122.3427697749,47.6208427080828],[-122.34276981141,47.6208426449033],[-122.342769833823,47.6208425788046],[-122.342769841655,47.6208425112074],[-122.342769834677,47.6208424434183],[-122.342769813036,47.6208423770504],[-122.342769777197,47.620842313537],[-122.342769727936,47.6208422542496],[-122.342769666315,47.6208422004686],[-122.342769454505,47.620842061475],[-122.342769216784,47.6208419430375],[-122.342768957508,47.6208418473266],[-122.342768511135,47.6208417295428],[-122.342768046949,47.6208416488944],[-122.34276743454,47.6208415885675],[-122.342766816441,47.6208415671568],[-122.342766198862,47.6208415851252],[-122.342765586483,47.6208416419441],[-122.342765120866,47.6208417202106],[-122.342764672668,47.6208418357849],[-122.342764412535,47.6208419299079],[-122.342764173613,47.6208420468205],[-122.342763960271,47.6208421843862],[-122.342763898065,47.6208422378963],[-122.342763848169,47.6208422969747],[-122.34276381166,47.6208423603451],[-122.342763789327,47.6208424266381],[-122.342763781653,47.6208424944217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16041-7","label":"Pavement symbol","path":[[-122.342771805767,47.6208425166442],[-122.342771794519,47.6208424131185],[-122.342771759831,47.620842311983],[-122.342771702527,47.620842215634],[-122.342771623963,47.6208421263546],[-122.342771526,47.6208420462603],[-122.342771171234,47.6208418280067],[-122.342770776846,47.6208416432118],[-122.342770349733,47.6208414951066],[-122.342769613785,47.6208413137756],[-122.342768851954,47.6208411902121],[-122.34276784031,47.6208410972248],[-122.342766820477,47.6208410642214],[-122.342765799836,47.6208410917489],[-122.342764786681,47.6208411793568],[-122.342764023944,47.6208412989278],[-122.342763286407,47.6208414763343],[-122.342762857054,47.6208416217294],[-122.342762459932,47.6208418040529],[-122.34276210199,47.6208420201139],[-122.342762003284,47.6208420997293],[-122.342761923861,47.6208421886062],[-122.342761865599,47.6208422846419],[-122.342761829878,47.620842385564],[-122.342761817542,47.6208424889847],[-122.342761828576,47.6208425924507],[-122.342761863016,47.620842693553],[-122.342761920045,47.6208427899008],[-122.342761998316,47.620842879216],[-122.342762095978,47.6208429593863],[-122.342762451229,47.6208431773815],[-122.342762846055,47.6208433618695],[-122.342763273549,47.6208435096232],[-122.342764009468,47.6208436914133],[-122.342764771354,47.620843815417],[-122.342765783015,47.620843907953],[-122.342766802806,47.6208439405085],[-122.34276782343,47.6208439134304],[-122.342768836627,47.6208438262723],[-122.342769599363,47.6208437066993],[-122.342770336902,47.6208435292947],[-122.34277076625,47.6208433838945],[-122.342771163371,47.6208432015713],[-122.342771521318,47.6208429855151],[-122.342771620006,47.6208429058923],[-122.342771699419,47.6208428170136],[-122.342771757679,47.62084272098],[-122.34277179341,47.6208426200617],[-122.342771805767,47.6208425166442]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":9875,"F_area":null,"OBJECTID":16041,"SHAPE__Length":22.606279049461794,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-0","label":"Pavement symbol","path":[[-122.342520355136,47.6210715526088],[-122.342520367566,47.621070192234],[-122.342513797913,47.6210646711831],[-122.34250716221,47.6210701289463],[-122.342507150354,47.621071509105],[-122.342513777973,47.6210660478505],[-122.342520355136,47.6210715526088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-1","label":"Pavement symbol","path":[[-122.342520367711,47.6210688212267],[-122.342520379227,47.6210674752576],[-122.342513803133,47.6210619614891],[-122.342507202273,47.6210674277864],[-122.342507189531,47.6210687773701],[-122.342513816158,47.6210633278236],[-122.342520367711,47.6210688212267]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"6,7,8,9,10,11","sourcePathCount":6,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-2","label":"Pavement symbol","path":[[-122.342511518285,47.6210787875025],[-122.342511076845,47.6210778352717],[-122.342511197565,47.6210771805542],[-122.342513715546,47.621083297797],[-122.342513694874,47.6210835917126],[-122.342513741362,47.621083884285],[-122.342513853908,47.6210841685838],[-122.342513874549,47.621084200673],[-122.342513902021,47.6210842303443],[-122.342513935718,47.6210842569414],[-122.342513974894,47.6210842798761],[-122.342514018683,47.6210842986414],[-122.342514177653,47.6210856963263],[-122.342514039246,47.6210856954628],[-122.342514036406,47.6210861021241],[-122.342514602944,47.6210860460326],[-122.342514592014,47.6210856692411],[-122.342514413678,47.6210856680074],[-122.34251428397,47.6210842699345],[-122.342514383608,47.621084122907],[-122.342514454499,47.6210839684911],[-122.342514495476,47.6210838092285],[-122.34251528398,47.6210835153954],[-122.342515576646,47.6210849890641],[-122.342516185176,47.621086418181],[-122.342516378378,47.6210867173582],[-122.342516621805,47.6210869993932],[-122.342516912167,47.6210872604713],[-122.342517034724,47.6210873468144],[-122.342517171979,47.6210874224458],[-122.342517321887,47.6210874862379],[-122.342517458704,47.6210875277163],[-122.342517603478,47.6210875542187],[-122.342517752628,47.6210875650894],[-122.34251789081,47.6210875601319],[-122.342518025911,47.621087539957],[-122.342518154269,47.6210875051118],[-122.342518272404,47.621087456541],[-122.342518532409,47.6210873101169],[-122.342518760908,47.621087141497],[-122.342519251547,47.6210865850809],[-122.342519592098,47.6210859798741],[-122.342520162169,47.6210842567587],[-122.342520384485,47.621082150523],[-122.342520199482,47.6210800388931],[-122.342519659713,47.621078311603],[-122.342519318917,47.6210777068909],[-122.342518848742,47.6210771429684],[-122.342518710578,47.6210770221656],[-122.342518549016,47.6210769153609],[-122.342518367144,47.6210768245954],[-122.34251820443,47.6210767670759],[-122.342518029538,47.6210767291184],[-122.342517847601,47.6210767118367],[-122.342517725312,47.6210767141805],[-122.342517605334,47.6210767303022],[-122.34251749106,47.6210767597459],[-122.342517136059,47.6210769065918],[-122.342516950748,47.6210770192517],[-122.342516794515,47.621077150417],[-122.342516474332,47.621077488418],[-122.342515637847,47.621075256783],[-122.342515782794,47.6210744739996],[-122.342515940691,47.6210744153972],[-122.34251608315,47.6210743409606],[-122.342516206708,47.6210742525],[-122.342516308358,47.6210741521669],[-122.342516447415,47.6210739461115],[-122.342516554003,47.6210737215948],[-122.342516627677,47.6210735092096],[-122.342516638864,47.6210733444326],[-122.342516622433,47.6210732825775],[-122.342516587851,47.6210732371559],[-122.342516537829,47.6210732099314],[-122.342516471012,47.6210732000221],[-122.342514491088,47.6210733837084],[-122.342514442188,47.6210733951522],[-122.342514397774,47.6210734236291],[-122.342514360402,47.6210734655067],[-122.342514334009,47.6210735189337],[-122.342514318544,47.6210735821114],[-122.342514316641,47.6210736541055],[-122.342514366455,47.6210738117762],[-122.342514535719,47.6210740182522],[-122.342514754348,47.6210742024609],[-122.342514908477,47.6210743131273],[-122.342515082547,47.6210744094286],[-122.342515273631,47.6210744897474],[-122.342515214745,47.6210748449745],[-122.342511593755,47.6210748300178],[-122.342511871493,47.6210728912741],[-122.342511671765,47.621072106764],[-122.34251185427,47.6210717013187],[-122.342512739221,47.6210717048772],[-122.342512730871,47.6210710959521],[-122.34251172217,47.6210710922354],[-122.342511242304,47.6210721637366],[-122.342511470303,47.6210730054468],[-122.342510691324,47.6210772970196],[-122.342510529303,47.6210771278043],[-122.342510337117,47.6210769735977],[-122.342510117793,47.6210768368277],[-122.342509971656,47.621076769124],[-122.342509810985,47.6210767185492],[-122.342509499771,47.6210766776955],[-122.342509361609,47.6210766827242],[-122.34250922653,47.6210767029203],[-122.342509098172,47.6210767377396],[-122.342508979995,47.6210767862439],[-122.342508699756,47.6210769464799],[-122.342508456389,47.6210771320777],[-122.342508254894,47.6210773392233],[-122.342508017463,47.6210776401426],[-122.342507847254,47.6210778952549],[-122.34250771186,47.6210781596715],[-122.342507310841,47.6210791416035],[-122.342507050927,47.6210801448785],[-122.342506875846,47.6210828244389],[-122.342507061409,47.6210842311376],[-122.342507455865,47.6210856181326],[-122.342507884029,47.6210864796789],[-122.342508257213,47.62108695962],[-122.34250852644,47.6210872043422],[-122.342508723138,47.6210873339766],[-122.34250896065,47.621087448676],[-122.342509198006,47.6210875120996],[-122.342509410116,47.6210875308776],[-122.342509558903,47.6210875226074],[-122.34250979425,47.6210874709077],[-122.34251003223,47.6210873723933],[-122.34251025318,47.6210872372208],[-122.342510430684,47.6210871009256],[-122.342510578814,47.6210869495256],[-122.342510883192,47.6210865712518],[-122.342511289358,47.6210858488768],[-122.342511541209,47.6210852194087],[-122.342511759102,47.6210844743412],[-122.342511932841,47.6210835373428],[-122.342512023514,47.6210825807549],[-122.34251202953,47.6210816414824],[-122.342511955325,47.62108068888],[-122.342511781415,47.6210796935188],[-122.342511518285,47.6210787875025]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107","sourcePathCount":96,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-3","label":"Pavement symbol","path":[[-122.342516113778,47.6210779484017],[-122.34251537776,47.6210802590836],[-122.342515224745,47.6210826201696],[-122.342514400771,47.621082792126],[-122.342515472455,47.6210762980254],[-122.342516113778,47.6210779484017]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"108,109,110,111","sourcePathCount":4,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-4","label":"Pavement symbol","path":[[-122.342511446879,47.6210757756561],[-122.342515058533,47.6210757898371],[-122.342514046074,47.6210818945208],[-122.342514010261,47.6210812562727],[-122.34251411938,47.621081256625],[-122.342514110249,47.6210808501224],[-122.342513625862,47.6210808484491],[-122.342513636819,47.6210812261399],[-122.342513760569,47.6210812262982],[-122.342513782117,47.6210819232101],[-122.342511386846,47.6210761371957],[-122.342511446879,47.6210757756561]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"112,113,114,115,116,117,118,119,120,121,122","sourcePathCount":11,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-5","label":"Pavement symbol","path":[[-122.342516399284,47.6210787542646],[-122.342515826678,47.621080557293],[-122.342515713328,47.6210823995836],[-122.342517488258,47.6210818002969],[-122.342516399284,47.6210787542646]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"123,124,125","sourcePathCount":3,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-6","label":"Pavement symbol","path":[[-122.342517687699,47.6210825749151],[-122.342515779006,47.6210833334073],[-122.342515871276,47.6210839781064],[-122.342516050354,47.6210846144519],[-122.342516502852,47.6210856268099],[-122.342516657395,47.6210858641187],[-122.34251685375,47.621086086941],[-122.342517088982,47.6210862919457],[-122.342517417489,47.6210864702103],[-122.342517496773,47.6210864994865],[-122.342517581957,47.6210865198872],[-122.342517670872,47.6210865308928],[-122.342517761252,47.621086532223],[-122.342517908337,47.6210865186915],[-122.342518050227,47.6210864892794],[-122.342518183175,47.6210864447636],[-122.342518332826,47.6210863730545],[-122.342518465258,47.6210862873294],[-122.342518577609,47.6210861894417],[-122.342518962027,47.6210857348775],[-122.342519251564,47.6210852494085],[-122.342519531097,47.6210845587507],[-122.342519712701,47.6210838533965],[-122.342519878623,47.6210821463403],[-122.342519742692,47.6210804380799],[-122.34251953677,47.6210796256505],[-122.342519169895,47.6210788394212],[-122.342518648794,47.6210780938086],[-122.342518550653,47.6210780040262],[-122.342518434147,47.621077924843],[-122.342518301765,47.6210778579497],[-122.342518156332,47.6210778047746],[-122.342518000955,47.6210777664532],[-122.342517838951,47.6210777438039],[-122.342517635479,47.6210777703625],[-122.342517440213,47.6210778171783],[-122.342517257563,47.6210778831937],[-122.342517091658,47.6210779669169],[-122.342516946246,47.6210780664561],[-122.342516824613,47.6210781795621],[-122.342516729507,47.6210783036792],[-122.342517838095,47.6210814753968],[-122.342517868138,47.6210814815305],[-122.342517895437,47.6210814919776],[-122.342517918647,47.621081506224],[-122.342517936626,47.6210815235688],[-122.342518018779,47.6210816493244],[-122.342518055163,47.6210817399443],[-122.34251807334,47.6210818330209],[-122.342518093111,47.6210820558619],[-122.342518091134,47.6210821689611],[-122.342518069041,47.6210822810836],[-122.342518007884,47.6210824663146],[-122.342517986334,47.6210825100738],[-122.342517956302,47.6210825514997],[-122.342517918326,47.6210825898491],[-122.342517867418,47.6210826238097],[-122.342517810537,47.6210826353593],[-122.342517747528,47.6210826191023],[-122.342517716388,47.6210826006233],[-122.342517687699,47.6210825749151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152","sourcePathCount":27,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16581-7","label":"Pavement symbol","path":[[-122.342509735578,47.6210820083553],[-122.342510489526,47.6210804775776],[-122.342510898492,47.621078888381],[-122.342510898518,47.6210788892803],[-122.342511147014,47.6210794743299],[-122.342511380699,47.6210803285594],[-122.342511523888,47.6210814574702],[-122.342511535449,47.6210824981654],[-122.34251141635,47.6210835297979],[-122.342511098,47.6210847565892],[-122.342510663433,47.6210856466681],[-122.342510452066,47.6210859342504],[-122.342510183146,47.6210861991001],[-122.342510027743,47.6210863111642],[-122.342509846355,47.6210864038051],[-122.342509644255,47.6210864743298],[-122.342509522627,47.6210864921238],[-122.342509398313,47.6210864961932],[-122.3425092747,47.6210864864271],[-122.342509137899,47.621086456849],[-122.342509009349,47.6210864136108],[-122.342508892031,47.6210863577155],[-122.342508788669,47.6210862904598],[-122.34250858557,47.6210861345909],[-122.342508419815,47.6210859597966],[-122.342508152682,47.6210855874175],[-122.342507946637,47.6210851978043],[-122.342507542333,47.621083966202],[-122.342507358508,47.6210824456002],[-122.342507396289,47.6210813169885],[-122.342507610945,47.6210800933715],[-122.342507800122,47.6210794586407],[-122.342508076179,47.6210788385439],[-122.342508282067,47.6210784987272],[-122.342508545329,47.6210781774069],[-122.342508671895,47.6210780468885],[-122.342508823811,47.6210779292965],[-122.342508998207,47.6210778268509],[-122.342509113143,47.6210777766482],[-122.342509238867,47.6210777400318],[-122.342509371876,47.6210777180219],[-122.342509508464,47.621077711232],[-122.342509625938,47.6210777221278],[-122.342509739638,47.6210777448234],[-122.342509846971,47.621077778801],[-122.342509945489,47.6210778232857],[-122.342510180533,47.621077964292],[-122.342510378213,47.6210781293023],[-122.342510533209,47.6210783138761],[-122.342510188413,47.6210799066638],[-122.342509468982,47.6210814415378],[-122.342509442879,47.6210814469912],[-122.342509418447,47.6210814552435],[-122.342509396341,47.6210814660734],[-122.342509377155,47.6210814791902],[-122.342509361402,47.6210814942421],[-122.342509290685,47.6210815916585],[-122.342509241862,47.6210816949975],[-122.342509215982,47.6210818020378],[-122.342509193945,47.621082023765],[-122.342509214212,47.6210822455689],[-122.342509238137,47.6210823535526],[-122.342509286313,47.6210824577933],[-122.342509357603,47.6210825558321],[-122.342509410494,47.6210825902155],[-122.342509465392,47.621082602082],[-122.342509491093,47.6210825988448],[-122.342509515423,47.6210825923918],[-122.342509537505,47.6210825829556],[-122.342509556543,47.6210825708763],[-122.342509571851,47.6210825565895],[-122.342509642284,47.6210824568046],[-122.342509689716,47.6210823510279],[-122.342509713072,47.6210822416526],[-122.342509735578,47.6210820083553]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1478,"F_area":null,"OBJECTID":16581,"SHAPE__Length":37.16453922254617,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186","sourcePathCount":34,"bridgeCount":1,"maximumBridgeDistanceMeters":0.00009942759594196398},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-0","label":"Pavement symbol","path":[[-122.342248877829,47.6206252492718],[-122.342250553223,47.6206236959232],[-122.342251906163,47.6206213012166],[-122.342251270515,47.6206204883005],[-122.342249934162,47.6206228126176],[-122.342249143674,47.6206206064596],[-122.342251168722,47.6206195936387],[-122.342250686757,47.6206165557493],[-122.342249579511,47.6206172370402],[-122.342249850225,47.620618863544],[-122.342248438001,47.6206195353842],[-122.342250338035,47.6206139829907],[-122.34224924492,47.620613362359],[-122.342246885754,47.6206203800068],[-122.342248877829,47.6206252492718]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8,9,10,11,12,13","sourcePathCount":14,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-1","label":"Pavement symbol","path":[[-122.342245897238,47.6206168972292],[-122.342245557964,47.6206168981289]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"14","sourcePathCount":1,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-2","label":"Pavement symbol","path":[[-122.34224598137,47.6206519566053],[-122.342250063762,47.6206606322932],[-122.34225409097,47.6206519453445],[-122.342251221713,47.6206527993319],[-122.342251193964,47.6206441814382],[-122.342248829612,47.6206441848975],[-122.342248856004,47.6206528019096],[-122.34224598137,47.6206519566053]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"15,16,17,18,19,20,21","sourcePathCount":7,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-3","label":"Pavement symbol","path":[[-122.342250842953,47.6206264826714],[-122.34225084976,47.6206263503385],[-122.342250832568,47.6206261515943],[-122.34225078242,47.620625955403],[-122.342250713056,47.6206258022968],[-122.342250612769,47.6206256571826],[-122.342250532156,47.6206255733356],[-122.342250434869,47.6206254979518],[-122.342250322839,47.6206254325257],[-122.342250259711,47.6206254058062],[-122.342250191038,47.6206253862651],[-122.3422501186,47.6206253744097],[-122.342250044279,47.6206253705474],[-122.342249970104,47.6206253747305],[-122.342249897883,47.6206253868765],[-122.342249829487,47.6206254066711],[-122.342249766685,47.6206254336021],[-122.342249655452,47.6206254992778],[-122.342249558974,47.6206255748136],[-122.342249479155,47.6206256587182],[-122.342249379474,47.6206258042984],[-122.342249310862,47.6206259578207],[-122.3422492622,47.6206261540422],[-122.342249246472,47.6206263527035],[-122.342249254296,47.6206264848424],[-122.342248655554,47.6206264855838],[-122.342248732308,47.6206268381128],[-122.342248825672,47.6206270452955],[-122.3422489609,47.6206272417057],[-122.342249087831,47.620627372828],[-122.342249240818,47.6206274906394],[-122.342249416829,47.6206275928059],[-122.342249560598,47.6206276540138],[-122.34224971706,47.6206276989009],[-122.342249882172,47.620627726307],[-122.342250051667,47.6206277355236],[-122.342250221565,47.6206277260235],[-122.342250386994,47.6206276982552],[-122.34225054366,47.6206276529393],[-122.342250687494,47.6206275912525],[-122.342250862624,47.6206274882768],[-122.342251014561,47.6206273697427],[-122.342251140292,47.6206272379999],[-122.342251274487,47.6206270412228],[-122.342251366743,47.6206268337716],[-122.342251440365,47.6206264819476],[-122.342250842953,47.6206264826714]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41","sourcePathCount":20,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-4","label":"Pavement symbol","path":[[-122.34224572738,47.6206169129754],[-122.342245822478,47.6206169079434],[-122.342245915381,47.6206168933549],[-122.342246003988,47.6206168695399],[-122.342246086293,47.6206168370371],[-122.342246160436,47.6206167965818],[-122.342246356589,47.6206166547997],[-122.342246522893,47.6206164966307],[-122.34224665637,47.6206163249084],[-122.342246818975,47.6206160289376],[-122.342246928955,47.6206157221543],[-122.342247010419,47.6206153164668],[-122.342247037054,47.6206149074739],[-122.342247008076,47.6206144985242],[-122.342246924282,47.620614093023],[-122.342246812088,47.6206137866486],[-122.342246647364,47.620613491257],[-122.342246513174,47.6206133196613],[-122.342246346177,47.6206131616871],[-122.342246149367,47.6206130201668],[-122.342246074806,47.6206129799732],[-122.342245992146,47.6206129477693],[-122.342245903258,47.6206129242831],[-122.34224581015,47.6206129100457],[-122.342245714928,47.6206129053789],[-122.342245619831,47.6206129104154],[-122.342245526929,47.6206129250059],[-122.342245438324,47.6206129488206],[-122.342245356017,47.6206129813211],[-122.342245281871,47.6206130217725],[-122.342245085718,47.6206131635542],[-122.342244919413,47.6206133217233],[-122.342244785938,47.620613493446],[-122.342244622595,47.62061378984],[-122.342244512048,47.6206140971169],[-122.342244431301,47.620614502368],[-122.342244405254,47.6206149108805],[-122.34224443423,47.6206153198302],[-122.342244518025,47.6206157253314],[-122.342244630156,47.6206160321635],[-122.342244794969,47.6206163279966],[-122.34224492925,47.620616499275],[-122.342245096236,47.6206166569453],[-122.34224529294,47.6206167981876],[-122.342245367494,47.6206168383901],[-122.342245450151,47.6206168705992],[-122.342245539042,47.6206168940859],[-122.342245632154,47.6206169083187],[-122.34224572738,47.6206169129754]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-5","label":"Pavement symbol","path":[[-122.342245709394,47.620611292452],[-122.342245553718,47.6206113010113],[-122.342245401923,47.6206113258206],[-122.34224525772,47.6206113662736],[-122.342245124633,47.6206114213814],[-122.342245005916,47.6206114897973],[-122.342244677705,47.6206117417556],[-122.342244401189,47.6206120204774],[-122.342244181115,47.6206123211768],[-122.342243912459,47.6206128387854],[-122.342243731293,47.6206133733868],[-122.342243554475,47.6206148007129],[-122.342243739568,47.6206162277389],[-122.342243924722,47.6206167614147],[-122.342244197143,47.6206172778141],[-122.342244418688,47.6206175782423],[-122.342244696641,47.6206178565513],[-122.342245026225,47.6206181079571],[-122.342245145571,47.6206181759822],[-122.342245279192,47.6206182306347],[-122.342245423819,47.6206182705781],[-122.342245575917,47.6206182948357],[-122.342245731765,47.6206183028143],[-122.342245887443,47.6206182942586],[-122.342246039239,47.6206182694509],[-122.342246183443,47.6206182289977],[-122.342246316529,47.620618173888],[-122.342246435243,47.620618105469],[-122.342246763457,47.6206178535119],[-122.342247039973,47.62061757479],[-122.342247260044,47.6206172740895],[-122.342247528701,47.6206167564811],[-122.342247709867,47.6206162218795],[-122.342247886684,47.6206147945534],[-122.342247701591,47.6206133675274],[-122.34224751709,47.6206128338704],[-122.342247245346,47.6206123174346],[-122.342247023379,47.6206120169646],[-122.342246744978,47.6206117386603],[-122.342246414934,47.6206114873093],[-122.342246295588,47.6206114192835],[-122.342246161968,47.6206113646307],[-122.34224601734,47.6206113246872],[-122.342245865243,47.6206113004299],[-122.342245709394,47.620611292452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-6","label":"Pavement symbol","path":[[-122.342253544697,47.6206169631648],[-122.342253644933,47.6206169579947],[-122.342253742952,47.6206169429475],[-122.342253836624,47.6206169183501],[-122.342253923912,47.6206168847371],[-122.34225400292,47.6206168428391],[-122.342254206926,47.6206166987437],[-122.342254380296,47.6206165374488],[-122.342254519874,47.6206163618908],[-122.342254691532,47.6206160590648],[-122.342254808003,47.6206157445369],[-122.342254893223,47.6206153303921],[-122.342254920926,47.6206149126999],[-122.342254890379,47.6206144951039],[-122.342254802339,47.6206140812335],[-122.342254683931,47.6206137668707],[-122.342254510346,47.620613464374],[-122.342254369839,47.6206132891159],[-122.342254195601,47.6206131282055],[-122.342253990807,47.6206129845734],[-122.342253911379,47.620612942859],[-122.342253823706,47.6206129094796],[-122.342253729699,47.6206128851624],[-122.342253631405,47.620612870437],[-122.342253530966,47.6206128656243],[-122.34225343073,47.6206128707952],[-122.342253332712,47.6206128858428],[-122.34225323904,47.6206129104402],[-122.342253151752,47.6206129440527],[-122.342253072743,47.62061298595],[-122.342252868268,47.6206131299971],[-122.34225269445,47.6206132912995],[-122.342252554459,47.6206134669159],[-122.34225238348,47.6206137697629],[-122.34225226766,47.6206140842522],[-122.342252182437,47.6206144983969],[-122.342252154737,47.6206149160892],[-122.342252184621,47.6206153336729],[-122.342252271994,47.6206157475732],[-122.342252390406,47.6206160619351],[-122.342252563987,47.6206163644326],[-122.342252704907,47.6206165397391],[-122.342252879592,47.6206167006454],[-122.342253084856,47.6206168442157],[-122.342253164274,47.6206168859425],[-122.342253251944,47.6206169193291],[-122.342253345955,47.6206169436471],[-122.342253444254,47.620616958366],[-122.342253544697,47.6206169631648]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-16832-7","label":"Pavement symbol","path":[[-122.34225352705,47.6206115378522],[-122.342253373803,47.6206115460851],[-122.342253224269,47.6206115701388],[-122.342253082022,47.6206116094386],[-122.342252950459,47.6206116630455],[-122.342252832726,47.6206117296785],[-122.342252512085,47.6206119714262],[-122.342252241482,47.6206122395365],[-122.342252025634,47.620612529337],[-122.342251762061,47.6206130275809],[-122.342251584,47.6206135427552],[-122.34225141099,47.6206149178535],[-122.342251593215,47.6206162918405],[-122.34225177408,47.6206168066275],[-122.342252040384,47.6206173042701],[-122.3422522581,47.620617593358],[-122.3422525304,47.6206178606035],[-122.34225285254,47.6206181013518],[-122.34225297081,47.620618167635],[-122.342253102828,47.6206182208335],[-122.342253245438,47.6206182596751],[-122.342253395227,47.6206182832307],[-122.342253548613,47.6206182909369],[-122.34225370186,47.6206182827046],[-122.342253851394,47.6206182586511],[-122.342253993642,47.6206182193513],[-122.342254125204,47.6206181657441],[-122.342254242937,47.6206180991105],[-122.342254563018,47.6206178575948],[-122.342254833179,47.6206175897961],[-122.342255048725,47.620617300369],[-122.342255313034,47.6206168017005],[-122.342255491663,47.6206162860339],[-122.342255664699,47.6206149118348],[-122.342255482474,47.6206135378478],[-122.342255301013,47.6206130225848],[-122.342255033949,47.6206125245366],[-122.342254816239,47.6206122354461],[-122.342254543939,47.6206119682003],[-122.342254221793,47.6206117274549],[-122.342254103742,47.6206116612719],[-122.342253971984,47.620611608126],[-122.342253829659,47.6206115692841],[-122.34225368016,47.6206115456718],[-122.34225352705,47.6206115378522]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1472,"F_area":null,"OBJECTID":16832,"SHAPE__Length":22.647839670234653,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105","sourcePathCount":16,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}},{"id":"symbol-17392-0","label":"Pavement symbol","path":[[-122.342374212151,47.6206493694081],[-122.342374251904,47.6206507398864],[-122.342374458259,47.6206521981914],[-122.342374991666,47.620653618309],[-122.342375839682,47.620654967116],[-122.342376982528,47.6206562131525],[-122.342378393549,47.6206573273554],[-122.342380039832,47.6206582837368],[-122.342381882981,47.6206590599899],[-122.342383880004,47.6206596380089],[-122.342382886743,47.6206629644419],[-122.342391239965,47.6206596546704],[-122.342384330793,47.6206544907617],[-122.342384413274,47.6206573342343],[-122.34238277014,47.6206569058513],[-122.342381247254,47.6206563087945],[-122.342379882437,47.6206555578917],[-122.342378709582,47.6206546717911],[-122.342377757818,47.6206536724987],[-122.34237705078,47.6206525848314],[-122.342376606028,47.6206514358011],[-122.342376434608,47.6206502539434],[-122.342376408105,47.6206493402913],[-122.342374212151,47.6206493694081]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":17392}],"properties":{"SegKey":null,"DataConfidence":null,"DateLastMaintained":null,"DateLastEdit":null,"Ownership":null,"MaintainedBy":null,"MaintenanceResponsibility":null,"ProjectORVPN":null,"Comments":null,"UseDesignation":null,"Type":null,"Material":null,"Area":null,"Blocktype":null,"autocad_entity":"autocad_line","autocad_block_number":1601,"F_area":null,"OBJECTID":17392,"SHAPE__Length":7.383407826866961,"InstallationDate":null},"derived":true,"derivation":{"operation":"endpoint-connected CAD fragment stitching","parameters":{"maximumJoinDistanceMeters":0.002,"sourcePathIndexes":"0,1,2,3,4,5,6,7,8","sourcePathCount":9,"bridgeCount":0,"maximumBridgeDistanceMeters":0},"representation":"topology-repaired display path; source coordinates retained and raw geometry remains pinned"}}]}} +{"dataset":"deck.gl PathStyleExtension Seattle road diagram","generatedAt":"2026-08-26T02:19:41.432Z","candidate":"Dexter Avenue N and Thomas Street, Seattle, Washington","displayBounds":[-122.3431,47.62025,-122.3415,47.6215],"assets":{"roadSurfaces":[{"id":"streets-10576131-0","label":"Street surface","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"}],"details":[],"style":{"widthMeters":22.555200000000003}},{"id":"streets-10578378-0","label":"Street surface","path":[[-122.343684649472,47.6208931702858],[-122.343510322059,47.6208954829118],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10578378,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10578378"}],"details":[],"style":{"widthMeters":12.8016}},{"id":"streets-10578379-0","label":"Street surface","path":[[-122.34238173082,47.6208883946043],[-122.341076469081,47.6208839263646]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10578379,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10578379"}],"details":[],"style":{"widthMeters":12.8016}},{"id":"streets-10591189-0","label":"Street surface","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"}],"details":[],"style":{"widthMeters":22.555200000000003}}],"sidewalks":[{"id":"sidewalks-33571585-0","label":"Sidewalk","path":[[-122.34258351357,47.6197778425813],[-122.342578410839,47.620785962673],[-122.342581533054,47.620824787113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33571585,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33571585"}],"details":[],"style":{"widthMeters":3.048}},{"id":"sidewalks-33572077-0","label":"Sidewalk","path":[[-122.342198540482,47.619788502299],[-122.34219079677,47.6208022555591],[-122.342174419357,47.6208249935148]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33572077,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33572077"}],"details":[],"style":{"widthMeters":3.048}},{"id":"sidewalks-33573069-0","label":"Sidewalk","path":[[-122.342223337695,47.6207979432208],[-122.342177380398,47.6207903723604],[-122.341138002514,47.6207868135537]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33573069,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33573069"}],"details":[],"style":{"widthMeters":1.905}},{"id":"sidewalks-33573070-0","label":"Sidewalk","path":[[-122.343540124808,47.6208060068142],[-122.342588696971,47.6208004332323],[-122.342540473183,47.6207919758716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33573070,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33573070"}],"details":[],"style":{"widthMeters":1.905}},{"id":"sidewalks-33580447-0","label":"Sidewalk","path":[[-122.342578551338,47.6209322085823],[-122.342577536346,47.620987301554],[-122.342568797494,47.6219934735954]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33580447,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33580447"}],"details":[],"style":{"widthMeters":2.2098}},{"id":"sidewalks-33580448-0","label":"Sidewalk","path":[[-122.342179999588,47.6209500003744],[-122.342184218654,47.6209740314908],[-122.34217170355,47.6219944142207]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33580448,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33580448"}],"details":[],"style":{"widthMeters":1.8288}},{"id":"sidewalks-33585530-0","label":"Sidewalk","path":[[-122.342219999821,47.6209800001186],[-122.342170505182,47.6209767717874],[-122.341120389932,47.620973176098]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33585530,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33585530"}],"details":[],"style":{"widthMeters":1.8288}},{"id":"sidewalks-33585531-0","label":"Sidewalk","path":[[-122.343533822844,47.6209842546117],[-122.34261594624,47.6209785733572],[-122.342536543551,47.6209783641654]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33585531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33585531"}],"details":[],"style":{"widthMeters":1.8288}}],"backgroundPaths":[{"id":"background-15973-0","label":"Source drafting line","path":[[-122.341726853979,47.6208010924903],[-122.341618183511,47.6208008234551]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15973,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15973"}],"details":[]},{"id":"background-15974-0","label":"Source drafting line","path":[[-122.341727255513,47.620814941157],[-122.341618071294,47.6208145304949]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15974,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15974"}],"details":[]},{"id":"background-15975-0","label":"Source drafting line","path":[[-122.341731786816,47.6209712224618],[-122.341616784275,47.6209707899506]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15975,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15975"}],"details":[]},{"id":"background-15976-0","label":"Source drafting line","path":[[-122.341731389347,47.6209575140804],[-122.341616896493,47.6209570829109]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15976,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15976"}],"details":[]}],"laneBands":[{"id":"lane-10073-1","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-1.5}},{"id":"lane-10073-2","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-0.5}},{"id":"lane-10073-3","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":0.5}},{"id":"lane-10073-4","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":1.5}},{"id":"lane-10072-1","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-1.5}},{"id":"lane-10072-2","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-0.5}},{"id":"lane-10072-3","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":0.5}},{"id":"lane-10072-4","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":1.5}}],"bikePanels":[{"id":"panelMarkings-833-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":833,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/833"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342515646048,47.6204015658624],[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663],[-122.342515194165,47.6204563949775],[-122.342515646048,47.6204015658624]]},{"id":"panelMarkings-835-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":835,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/835"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663],[-122.342535409227,47.6204564705625],[-122.342535865106,47.6204016422936],[-122.342531864936,47.6204016269687]]},{"id":"panelMarkings-836-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":836,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/836"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342515194165,47.6204563949775],[-122.342511195321,47.6204563796343],[-122.342511647209,47.6204015505191],[-122.342515646048,47.6204015658624],[-122.342515194165,47.6204563949775]]},{"id":"panelMarkings-1262-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1262,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1262"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513281185,47.6208509136487],[-122.34251331374,47.6208454309947],[-122.342501149843,47.6208453979778],[-122.342501117286,47.6208508806318],[-122.342513281185,47.6208509136487]]},{"id":"panelMarkings-1265-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1265"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342499150981,47.6208371768606],[-122.342501178936,47.6208371814555],[-122.342501211597,47.6208317023986],[-122.342499183512,47.6208316933073],[-122.342499150981,47.6208371768606]]},{"id":"panelMarkings-1282-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1282"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342250089733,47.6208496624511],[-122.342250122316,47.6208441797973],[-122.342237957089,47.6208441467698],[-122.342237924504,47.6208496294237],[-122.342250089733,47.6208496624511]]},{"id":"panelMarkings-1283-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1283,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1283"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235773082,47.6208770222771],[-122.342237801065,47.6208770277759],[-122.342237833754,47.620871548719],[-122.342235805667,47.6208715396232],[-122.342235773082,47.6208770222771]]},{"id":"panelMarkings-1285-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1285"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235586592,47.620918119823],[-122.342237614576,47.6209181253219],[-122.342237647265,47.620912646265],[-122.342235619177,47.6209126371691],[-122.342235586592,47.620918119823]]},{"id":"panelMarkings-1291-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1291,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1291"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262253631,47.6208496954949],[-122.342264281613,47.6208497009933],[-122.342264314273,47.6208442210372],[-122.342262286188,47.6208442119418],[-122.342262253631,47.6208496954949]]},{"id":"panelMarkings-1293-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1293"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262191918,47.620863394671],[-122.3422642199,47.6208634001694],[-122.342264251231,47.620857920231],[-122.342262224475,47.6208579111179],[-122.342262191918,47.620863394671]]},{"id":"panelMarkings-1483-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1483,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1483"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342250151449,47.620835963275],[-122.342250184032,47.6208304806211],[-122.342238020138,47.620830447576],[-122.342237987553,47.6208359302299],[-122.342250151449,47.620835963275]]},{"id":"panelMarkings-1485-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1485,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1485"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262316675,47.6208359963012],[-122.342262347901,47.6208305127656],[-122.342250184032,47.6208304806211],[-122.342250151449,47.620835963275],[-122.342262316675,47.6208359963012]]},{"id":"panelMarkings-1486-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1486"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262316675,47.6208359963012],[-122.342264343325,47.6208360018171],[-122.342264375986,47.620830521861],[-122.342262347901,47.6208305127656],[-122.342262316675,47.6208359963012]]},{"id":"panelMarkings-1487-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1487"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235959572,47.6208359247311],[-122.342237987553,47.6208359302299],[-122.342238018912,47.6208304511907],[-122.342235992157,47.6208304420772],[-122.342235959572,47.6208359247311]]},{"id":"panelMarkings-1488-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1488,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1488"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262253631,47.6208496954949],[-122.342262286188,47.6208442119418],[-122.342250122316,47.6208441797973],[-122.342250089733,47.6208496624511],[-122.342262253631,47.6208496954949]]},{"id":"panelMarkings-1489-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1489,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1489"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235897852,47.6208496239072],[-122.342237924504,47.6208496294237],[-122.342237957193,47.6208441503668],[-122.342235930437,47.6208441412533],[-122.342235897852,47.6208496239072]]},{"id":"panelMarkings-1490-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1490,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1490"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342250028016,47.6208633616272],[-122.34225005927,47.620857878991],[-122.342237895369,47.6208578459459],[-122.342237862784,47.6208633285998],[-122.342250028016,47.6208633616272]]},{"id":"panelMarkings-1491-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1491,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1491"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262191918,47.620863394671],[-122.342262224475,47.6208579111179],[-122.34225005927,47.620857878991],[-122.342250028016,47.6208633616272],[-122.342262191918,47.620863394671]]},{"id":"panelMarkings-1492-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1492,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1492"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235836132,47.6208633230833],[-122.342237862784,47.6208633285998],[-122.342237895474,47.620857849543],[-122.342235867387,47.6208578404471],[-122.342235836132,47.6208633230833]]},{"id":"panelMarkings-1493-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1493,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1493"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34224996497,47.620877060821],[-122.342249997554,47.6208715781671],[-122.34223783365,47.620871545122],[-122.342237801065,47.6208770277759],[-122.34224996497,47.620877060821]]},{"id":"panelMarkings-1494-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1494,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1494"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262130205,47.6208770938472],[-122.342262162761,47.620871610294],[-122.342249997554,47.6208715781671],[-122.34224996497,47.620877060821],[-122.342262130205,47.6208770938472]]},{"id":"panelMarkings-1495-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1495"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262130205,47.6208770938472],[-122.342264156858,47.6208770993632],[-122.342264189518,47.6208716194071],[-122.342262162761,47.620871610294],[-122.342262130205,47.6208770938472]]},{"id":"panelMarkings-1497-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1497,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1497"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262068492,47.6208907930233],[-122.342262099718,47.6208853094878],[-122.342249935837,47.6208852773432],[-122.342249903254,47.6208907599971],[-122.342262068492,47.6208907930233]]},{"id":"panelMarkings-1498-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1498,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1498"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249903254,47.6208907599971],[-122.342249935837,47.6208852773432],[-122.3422377706,47.6208852443157],[-122.342237739345,47.620890726952],[-122.342249903254,47.6208907599971]]},{"id":"panelMarkings-1499-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1499,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1499"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262068492,47.6208907930233],[-122.342264095145,47.6208907985393],[-122.342264127805,47.6208853185832],[-122.342262099718,47.6208853094878],[-122.342262068492,47.6208907930233]]},{"id":"panelMarkings-1500-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1500,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1500"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235711362,47.6208907214532],[-122.342237739345,47.620890726952],[-122.342237770704,47.6208852479128],[-122.342235743947,47.6208852387993],[-122.342235711362,47.6208907214532]]},{"id":"panelMarkings-1501-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1501,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1501"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249841537,47.6209044591733],[-122.342249874121,47.6208989765194],[-122.342237708881,47.6208989434919],[-122.342237676296,47.6209044261458],[-122.342249841537,47.6209044591733]]},{"id":"panelMarkings-1502-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1502,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1502"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262005449,47.620904492217],[-122.342262038005,47.6208990086639],[-122.342249874121,47.6208989765194],[-122.342249841537,47.6209044591733],[-122.342262005449,47.620904492217]]},{"id":"panelMarkings-1503-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1503,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1503"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235649642,47.6209044206293],[-122.342237676296,47.6209044261458],[-122.342237708985,47.6208989470889],[-122.342235682227,47.6208989379754],[-122.342235649642,47.6209044206293]]},{"id":"panelMarkings-1504-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1504,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1504"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262005449,47.620904492217],[-122.342264033432,47.6209044977155],[-122.342264066119,47.6208990186586],[-122.342262038005,47.6208990086639],[-122.342262005449,47.620904492217]]},{"id":"panelMarkings-1505-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1505,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1505"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249779821,47.6209181583494],[-122.342249811074,47.6209126757131],[-122.342237647161,47.6209126426679],[-122.342237614576,47.6209181253219],[-122.342249779821,47.6209181583494]]},{"id":"panelMarkings-1507-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1507,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1507"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261943736,47.6209181913932],[-122.342261976292,47.62091270784],[-122.342249811074,47.6209126757131],[-122.342249779821,47.6209181583494],[-122.342261943736,47.6209181913932]]},{"id":"panelMarkings-1509-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1509,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1509"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261943736,47.6209181913932],[-122.34226397172,47.6209181968915],[-122.342264003076,47.6209127178523],[-122.342261976292,47.62091270784],[-122.342261943736,47.6209181913932]]},{"id":"panelMarkings-1510-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1510,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1510"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249716774,47.6209318575431],[-122.342249749358,47.6209263748892],[-122.342237585441,47.6209263418441],[-122.342237552856,47.620931824498],[-122.342249716774,47.6209318575431]]},{"id":"panelMarkings-1511-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1511,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1511"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261882022,47.6209318905693],[-122.342261914579,47.6209264070161],[-122.342249749358,47.6209263748892],[-122.342249716774,47.6209318575431],[-122.342261882022,47.6209318905693]]},{"id":"panelMarkings-1512-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1512,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1512"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261882022,47.6209318905693],[-122.342263908677,47.6209318960853],[-122.342263941363,47.6209264170284],[-122.342261914579,47.6209264070161],[-122.342261882022,47.6209318905693]]},{"id":"panelMarkings-1513-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1513,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1513"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235524872,47.6209318189991],[-122.342237552856,47.620931824498],[-122.342237584216,47.6209263454587],[-122.342235557457,47.6209263363452],[-122.342235524872,47.6209318189991]]},{"id":"panelMarkings-1514-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1514"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249636437,47.6209455569661],[-122.342249668994,47.6209400734129],[-122.34223750377,47.6209400412847],[-122.342237472516,47.6209455239209],[-122.342249636437,47.6209455569661]]},{"id":"panelMarkings-1515-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1515,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1515"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261801662,47.620945589093],[-122.342263828317,47.6209455946091],[-122.342263861003,47.6209401155522],[-122.342261832914,47.6209401064568],[-122.342261801662,47.620945589093]]},{"id":"panelMarkings-1516-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1516,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1516"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261801662,47.620945589093],[-122.342261832914,47.6209401064568],[-122.342249668994,47.6209400734129],[-122.342249636437,47.6209455569661],[-122.342261801662,47.620945589093]]},{"id":"panelMarkings-1517-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1517,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1517"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34223544453,47.6209455184221],[-122.342237472516,47.6209455239209],[-122.342237503875,47.6209400448817],[-122.342235477115,47.6209400357682],[-122.34223544453,47.6209455184221]]},{"id":"panelMarkings-1518-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1518"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525508058,47.6208372474705],[-122.342525540612,47.6208317648165],[-122.342513375387,47.6208317318185],[-122.342513344162,47.6208372144548],[-122.342525508058,47.6208372474705]]},{"id":"panelMarkings-1519-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1519"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513344162,47.6208372144548],[-122.342513375387,47.6208317318185],[-122.342501211493,47.6208316988015],[-122.342501178936,47.6208371814555],[-122.342513344162,47.6208372144548]]},{"id":"panelMarkings-1521-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1521,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1521"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525508058,47.6208372474705],[-122.342527536039,47.6208372529642],[-122.342527567367,47.6208317739249],[-122.342525540612,47.6208317648165],[-122.342525508058,47.6208372474705]]},{"id":"panelMarkings-1523-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1523,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1523"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525446414,47.6208509466468],[-122.342525478969,47.6208454639928],[-122.34251331374,47.6208454309947],[-122.342513281185,47.6208509136487],[-122.342525446414,47.6208509466468]]},{"id":"panelMarkings-1525-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1525"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513219538,47.620864612825],[-122.342513252094,47.620859130171],[-122.342501086862,47.6208590971717],[-122.342501055635,47.620864579808],[-122.342513219538,47.620864612825]]},{"id":"panelMarkings-1526-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1526,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1526"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525446414,47.6208509466468],[-122.342527473066,47.6208509521581],[-122.342527505724,47.6208454731011],[-122.342525478969,47.6208454639928],[-122.342525446414,47.6208509466468]]},{"id":"panelMarkings-1527-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1527,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1527"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34249908933,47.6208508760369],[-122.342501117286,47.6208508806318],[-122.342501148617,47.6208454015925],[-122.342499121861,47.6208453924836],[-122.34249908933,47.6208508760369]]},{"id":"panelMarkings-1528-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1528,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1528"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34252538344,47.6208646458407],[-122.342525415995,47.6208591631867],[-122.342513252094,47.620859130171],[-122.342513219538,47.620864612825],[-122.34252538344,47.6208646458407]]},{"id":"panelMarkings-1529-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1529,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1529"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34252538344,47.6208646458407],[-122.342527411422,47.6208646513344],[-122.342527444081,47.6208591722774],[-122.342525415995,47.6208591631867],[-122.34252538344,47.6208646458407]]},{"id":"panelMarkings-1530-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1530,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1530"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342499027679,47.6208645752131],[-122.342501055635,47.620864579808],[-122.342501086967,47.6208591007687],[-122.342499060211,47.6208590916599],[-122.342499027679,47.6208645752131]]},{"id":"panelMarkings-1532-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1532"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513107322,47.6208783117722],[-122.342513138547,47.6208728291359],[-122.342500974643,47.6208727961189],[-122.342500942112,47.6208782796721],[-122.342513107322,47.6208783117722]]},{"id":"panelMarkings-1533-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1533,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1533"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525271227,47.6208783447879],[-122.342525303782,47.6208728621339],[-122.342513138547,47.6208728291359],[-122.342513107322,47.6208783117722],[-122.342525271227,47.6208783447879]]},{"id":"panelMarkings-1535-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1535,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1535"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525271227,47.6208783447879],[-122.34252729921,47.6208783502816],[-122.342527330538,47.6208728712423],[-122.342525303782,47.6208728621339],[-122.342525271227,47.6208783447879]]},{"id":"panelMarkings-1536-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1536,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1536"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498915459,47.6208782741603],[-122.342500942112,47.6208782796721],[-122.342500974773,47.6208728006152],[-122.34249894666,47.6208727906248],[-122.342498915459,47.6208782741603]]},{"id":"panelMarkings-1537-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1537,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1537"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525260152,47.6208920441932],[-122.342525292707,47.6208865615392],[-122.342513127469,47.6208865285412],[-122.342513094914,47.6208920111952],[-122.342525260152,47.6208920441932]]},{"id":"panelMarkings-1538-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1538,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1538"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513094914,47.6208920111952],[-122.342513127469,47.6208865285412],[-122.342500963562,47.6208864955242],[-122.342500931031,47.6208919790774],[-122.342513094914,47.6208920111952]]},{"id":"panelMarkings-1539-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1539,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1539"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513033266,47.6209057103714],[-122.342513065822,47.6209002277174],[-122.342500900582,47.6209001947181],[-122.342500869381,47.6209056782537],[-122.342513033266,47.6209057103714]]},{"id":"panelMarkings-1540-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1540,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1540"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525260152,47.6208920441932],[-122.342527286806,47.6208920497045],[-122.342527319464,47.6208865706476],[-122.342525292707,47.6208865615392],[-122.342525260152,47.6208920441932]]},{"id":"panelMarkings-1541-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1541"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498903048,47.6208919735833],[-122.342500931031,47.6208919790774],[-122.342500963666,47.6208864991212],[-122.342498935579,47.6208864900301],[-122.342498903048,47.6208919735833]]},{"id":"panelMarkings-1542-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1542"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525198509,47.6209057433695],[-122.342525229733,47.6209002607331],[-122.342513065822,47.6209002277174],[-122.342513033266,47.6209057103714],[-122.342525198509,47.6209057433695]]},{"id":"panelMarkings-1543-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1543,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1543"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525198509,47.6209057433695],[-122.342527225162,47.6209057488808],[-122.342527257821,47.6209002698239],[-122.342525229733,47.6209002607331],[-122.342525198509,47.6209057433695]]},{"id":"panelMarkings-1544-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1544"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498841397,47.6209056727595],[-122.342500869381,47.6209056782537],[-122.342500900686,47.6209001983151],[-122.342498873928,47.6209001892063],[-122.342498841397,47.6209056727595]]},{"id":"panelMarkings-1545-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1545"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342512971619,47.6209194095476],[-122.342513004175,47.6209139268937],[-122.342500838931,47.6209138938943],[-122.3425008064,47.6209193774476],[-122.342512971619,47.6209194095476]]},{"id":"panelMarkings-1546-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1546,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1546"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525135535,47.6209194425634],[-122.342525168089,47.6209139599094],[-122.342513004175,47.6209139268937],[-122.342512971619,47.6209194095476],[-122.342525135535,47.6209194425634]]},{"id":"panelMarkings-1547-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1547,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1547"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525135535,47.6209194425634],[-122.342527163519,47.6209194480571],[-122.342527196178,47.6209139690001],[-122.342525168089,47.6209139599094],[-122.342525135535,47.6209194425634]]},{"id":"panelMarkings-1548-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1548,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1548"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498779746,47.6209193719358],[-122.3425008064,47.6209193774476],[-122.342500839036,47.6209138974914],[-122.342498812277,47.6209138883826],[-122.342498779746,47.6209193719358]]},{"id":"panelMarkings-1549-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1549,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1549"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342512909972,47.6209331087239],[-122.342512941198,47.6209276260876],[-122.342500777281,47.6209275930706],[-122.34250074475,47.6209330766238],[-122.342512909972,47.6209331087239]]},{"id":"panelMarkings-1550-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1550,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1550"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525073891,47.6209331417396],[-122.342527101875,47.6209331472333],[-122.342527133204,47.620927668194],[-122.342525106445,47.6209276590857],[-122.342525073891,47.6209331417396]]},{"id":"panelMarkings-1551-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1551,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1551"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525073891,47.6209331417396],[-122.342525106445,47.6209276590857],[-122.342512941198,47.6209276260876],[-122.342512909972,47.6209331087239],[-122.342525073891,47.6209331417396]]},{"id":"panelMarkings-1552-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1552,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1552"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498718095,47.620933071112],[-122.34250074475,47.6209330766238],[-122.342500777385,47.6209275966676],[-122.342498749296,47.6209275875765],[-122.342498718095,47.620933071112]]},{"id":"panelMarkings-1553-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1553,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1553"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342512846995,47.6209468079178],[-122.342512879551,47.6209413252638],[-122.34250071563,47.6209412922468],[-122.342500683099,47.6209467758],[-122.342512846995,47.6209468079178]]},{"id":"panelMarkings-1554-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1554,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1554"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498655114,47.6209467703059],[-122.342500683099,47.6209467758],[-122.342500715735,47.6209412958439],[-122.342498687645,47.6209412867527],[-122.342498655114,47.6209467703059]]},{"id":"panelMarkings-1555-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1555,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1555"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525012247,47.6209468409159],[-122.342525044801,47.6209413582619],[-122.342512879551,47.6209413252638],[-122.342512846995,47.6209468079178],[-122.342525012247,47.6209468409159]]},{"id":"panelMarkings-1556-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1556,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1556"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525012247,47.6209468409159],[-122.342527038902,47.6209468464272],[-122.342527071561,47.6209413673703],[-122.342525044801,47.6209413582619],[-122.342525012247,47.6209468409159]]},{"id":"panelMarkings-24035-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":24035,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/24035"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342991653015,47.6208351412807],[-122.342991562733,47.6208461069241],[-122.343072659173,47.6208464111765],[-122.343072749438,47.620835445533],[-122.342991653015,47.6208351412807]]}],"crosswalks":[{"id":"crosswalk-guide-4832861","label":"Crosswalk","path":[[-122.3422307895019,47.62096178019977],[-122.34253138696009,47.62096298385543]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"53635945962e42b9a1f4473557176861","layerId":0,"layerName":"Marked Crosswalks","objectId":4832861,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Marked_Crosswalks_CDL/FeatureServer/0/4832861"},{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"}],"details":[{"label":"Type","value":"LADER"}],"style":{"widthMeters":3,"widthPixels":18,"dashMeters":[0.6,0.6],"dashPixels":[7,7],"dashMode":"path","dashJustified":true,"dashGapPickable":true}},{"id":"crosswalk-guide-4837515","label":"Crosswalk","path":[[-122.34223208753518,47.6208111616402],[-122.34253268430682,47.620812344457796]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"53635945962e42b9a1f4473557176861","layerId":0,"layerName":"Marked Crosswalks","objectId":4837515,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Marked_Crosswalks_CDL/FeatureServer/0/4837515"},{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"}],"details":[{"label":"Type","value":"LADER"}],"style":{"widthMeters":3,"widthPixels":18,"dashMeters":[0.6,0.6],"dashPixels":[7,7],"dashMode":"path","dashJustified":true,"dashGapPickable":true}}],"transversePolygons":[{"id":"transverseMarkings-19235-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":19235,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/19235"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342467457168,47.6210932923254],[-122.342466092072,47.6210846723732],[-122.342474015145,47.6210858429595],[-122.342467457168,47.6210932923254]]},{"id":"transverseMarkings-33219-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":33219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/33219"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.34227347491,47.620680798818],[-122.342274839964,47.6206894187725],[-122.342266916982,47.6206882490716],[-122.34227347491,47.620680798818]]},{"id":"transverseMarkings-35248-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":35248,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/35248"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342289338951,47.6206915601253],[-122.342295896903,47.6206841107696],[-122.34229726196,47.6206927307239],[-122.342289338951,47.6206915601253]]},{"id":"transverseMarkings-46363-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":46363,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/46363"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342278128644,47.6206899050399],[-122.342284686571,47.6206824547856],[-122.342286051627,47.62069107474],[-122.342278128644,47.6206899050399]]},{"id":"transverseMarkings-50229-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":50229,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/50229"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.34248522557,47.6210874989249],[-122.342478667594,47.6210949482915],[-122.342477302496,47.6210863283394],[-122.34248522557,47.6210874989249]]},{"id":"transverseMarkings-63702-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":63702,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/63702"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342308473625,47.6206943866891],[-122.342300550615,47.6206932160913],[-122.342307107236,47.6206857667527],[-122.342308473625,47.6206943866891]]},{"id":"transverseMarkings-74339-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":74339,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/74339"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342496437299,47.6210891539723],[-122.342489879351,47.6210966042388],[-122.342488514251,47.6210879842869],[-122.342496437299,47.6210891539723]]},{"id":"transverseMarkings-97807-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":97807,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/97807"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342462803391,47.6210841870106],[-122.342456246769,47.6210916372575],[-122.342454880319,47.6210830164235],[-122.342462803391,47.6210841870106]]}],"transversePaths":[{"id":"transverseMarkings-3081-0","label":"Transverse marking","path":[[-122.342618051386,47.6208506173211],[-122.34261791311,47.6208739199496]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":3081,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/3081"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-5859-0","label":"Transverse marking","path":[[-122.342615381286,47.6208451273267],[-122.34261544635,47.6208341611194]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":5859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/5859"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-20610-0","label":"Transverse marking","path":[[-122.342615348741,47.6208506099807],[-122.342615210464,47.6208739126092]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":20610,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/20610"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-25910-0","label":"Transverse marking","path":[[-122.342612678641,47.6208451199863],[-122.342612743706,47.620834153779]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":25910,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/25910"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-58153-0","label":"Transverse marking","path":[[-122.342612646096,47.6208506026403],[-122.342612506487,47.6208739052864]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":58153,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/58153"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-64763-0","label":"Transverse marking","path":[[-122.342618083931,47.6208451346671],[-122.342618150325,47.6208341684422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":64763,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/64763"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}}],"longitudinalMarkings":[{"id":"longitudinalMarkings-260-0","label":"Longitudinal marking","path":[[-122.342487821674,47.6206584981526],[-122.342501276135,47.6206672438708]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":260,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/260"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-383-0","label":"Longitudinal marking","path":[[-122.342512429822,47.620308998177],[-122.342491004345,47.6202943487671]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":383,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/383"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-593-0","label":"Longitudinal marking","path":[[-122.342413239544,47.6198102149631],[-122.342405086213,47.6207650708727],[-122.342382393085,47.6207396609236],[-122.342360484149,47.6207648175346],[-122.342368637933,47.6198100407987]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":593,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/593"}],"details":[{"label":"Type","value":"10'/20' pattern"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[3.048,6.096],"dashPixels":[6,12],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-672-0","label":"Longitudinal marking","path":[[-122.342280379649,47.620426711447],[-122.342268227297,47.620418402743]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/672"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-1381-0","label":"Longitudinal marking","path":[[-122.343078529253,47.6209231474029],[-122.343066311374,47.6209313420951]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":1381,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/1381"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2057-0","label":"Longitudinal marking","path":[[-122.342981212601,47.6209228837844],[-122.342968995985,47.62093107665]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2057"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2210-0","label":"Longitudinal marking","path":[[-122.342302341612,47.6207150069827],[-122.342310171745,47.6207203610977]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2210,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2210"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2238-0","label":"Longitudinal marking","path":[[-122.342488461895,47.620563833617],[-122.342502085878,47.6205726904376]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2238,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2238"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2508-0","label":"Longitudinal marking","path":[[-122.342259774585,47.6213279375221],[-122.342271860798,47.6213357937032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2508,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2508"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-3010-0","label":"Longitudinal marking","path":[[-122.342364583251,47.6198100252917],[-122.342356387923,47.6207695192313],[-122.342356144115,47.6207981327542],[-122.342408856117,47.6207983388339],[-122.342409102008,47.6207695687509],[-122.342417294252,47.6198102313676]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":3010,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/3010"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-3920-0","label":"Longitudinal marking","path":[[-122.342727887114,47.6208509158291],[-122.342736028913,47.6208454551704]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":3920,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/3920"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-4065-0","label":"Longitudinal marking","path":[[-122.342488333856,47.6205827667039],[-122.34250192394,47.620591601484]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":4065,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/4065"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-4083-0","label":"Longitudinal marking","path":[[-122.342261671599,47.6211390096153],[-122.342273757796,47.6211468666954]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":4083,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/4083"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-5265-0","label":"Longitudinal marking","path":[[-122.342260723081,47.6212334731192],[-122.342272809299,47.6212413301994]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":5265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/5265"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-5429-0","label":"Longitudinal marking","path":[[-122.342259963736,47.6213090441091],[-122.342272049972,47.6213169011894]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":5429,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/5429"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-5600-0","label":"Longitudinal marking","path":[[-122.342470650665,47.6210299957149],[-122.342453505161,47.6210182726476]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":5600,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/5600"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-6411-0","label":"Longitudinal marking","path":[[-122.342511692206,47.6203962215334],[-122.342490258556,47.6203815668336]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":6411,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/6411"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-6453-0","label":"Longitudinal marking","path":[[-122.342280689312,47.6203879350593],[-122.342268547817,47.6203796334084]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":6453,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/6453"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-6794-0","label":"Longitudinal marking","path":[[-122.34225863555,47.621441293557],[-122.342270721816,47.6214491506374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":6794,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/6794"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7262-0","label":"Longitudinal marking","path":[[-122.342461448063,47.6210626935125],[-122.342453182114,47.6210570420174]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7262,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7262"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7372-0","label":"Longitudinal marking","path":[[-122.342259584076,47.6213468300536],[-122.342271670321,47.6213546871339]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7372,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7372"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7427-0","label":"Longitudinal marking","path":[[-122.342273124168,47.6206751746099],[-122.342266146574,47.6206704038313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7427,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7427"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7725-0","label":"Longitudinal marking","path":[[-122.343091453496,47.6208519031712],[-122.343099595257,47.6208464424865]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7725,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7725"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-8241-0","label":"Longitudinal marking","path":[[-122.342490082858,47.6204022511934],[-122.342511640695,47.6204023350652]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":8241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/8241"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-10262-0","label":"Longitudinal marking","path":[[-122.342260912258,47.6212145806053],[-122.342272998472,47.6212224376856]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":10262,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/10262"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-10316-0","label":"Longitudinal marking","path":[[-122.342495365071,47.6212754773827],[-122.342482487556,47.6212666727338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":10316,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/10316"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-10839-0","label":"Longitudinal marking","path":[[-122.342979318874,47.6208461155014],[-122.342979286394,47.6208515990548],[-122.342612646096,47.6208506026403],[-122.342612678641,47.6208451199863],[-122.342979318874,47.6208461155014]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":10839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/10839"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-11828-0","label":"Longitudinal marking","path":[[-122.342259394898,47.6213657225673],[-122.342271481147,47.6213735796478]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":11828,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/11828"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-12454-0","label":"Longitudinal marking","path":[[-122.342873860584,47.6208513124673],[-122.342882002367,47.6208458517981]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":12454,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/12454"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-12547-0","label":"Longitudinal marking","path":[[-122.342487437529,47.6207152965142],[-122.342500790292,47.6207239761104]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":12547,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/12547"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-12607-0","label":"Longitudinal marking","path":[[-122.342496721184,47.6211399457765],[-122.342476857916,47.6211263659716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":12607,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/12607"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-13205-0","label":"Longitudinal marking","path":[[-122.342284415854,47.6214770683889],[-122.342303475639,47.6214894597016]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":13205,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/13205"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-13669-0","label":"Longitudinal marking","path":[[-122.342311491835,47.6205649468002],[-122.342291487639,47.6205512698777]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":13669,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/13669"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-14568-0","label":"Longitudinal marking","path":[[-122.342487309463,47.6207342287019],[-122.342500628353,47.6207428871567]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":14568,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/14568"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-14962-0","label":"Longitudinal marking","path":[[-122.342281462097,47.6202909927588],[-122.3422693478,47.620282710539]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":14962,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/14962"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-15146-0","label":"Longitudinal marking","path":[[-122.34249594608,47.6212173926682],[-122.342452011154,47.6211873552291]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":15146,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/15146"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-15161-0","label":"Longitudinal marking","path":[[-122.342279450685,47.620543041509],[-122.342267267088,47.6205347116281]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":15161,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/15161"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-16028-0","label":"Longitudinal marking","path":[[-122.342279760349,47.6205042651214],[-122.342267587584,47.6204959413944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":16028,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/16028"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-17077-0","label":"Longitudinal marking","path":[[-122.34225920439,47.6213846150988],[-122.342271290643,47.6213924721792]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":17077,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/17077"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-17179-0","label":"Longitudinal marking","path":[[-122.342311602878,47.6205513432279],[-122.342279386036,47.6205512261163],[-122.342282994268,47.6201011421848]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":17179,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/17179"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-17568-0","label":"Longitudinal marking","path":[[-122.342288731539,47.6206468557736],[-122.342266467097,47.6206316344969]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":17568,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/17568"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-18132-0","label":"Longitudinal marking","path":[[-122.342258066709,47.6214979720151],[-122.342303165123,47.6215272888106]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":18132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/18132"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-18322-0","label":"Longitudinal marking","path":[[-122.342458320881,47.6204681756558],[-122.34250805522,47.6205005066536]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":18322,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/18322"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-18563-0","label":"Longitudinal marking","path":[[-122.3428352376,47.6209224873015],[-122.342823841953,47.6209301303961]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":18563,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/18563"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20335-0","label":"Longitudinal marking","path":[[-122.342497109399,47.6211012223219],[-122.342492432763,47.6210980259486]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20335,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20335"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20615-0","label":"Longitudinal marking","path":[[-122.342496334297,47.6211786692136],[-122.342461283053,47.6211547059924]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20615,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20615"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20619-0","label":"Longitudinal marking","path":[[-122.342471040229,47.6209912722425],[-122.342453826852,47.6209795023962]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20619,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20619"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20690-0","label":"Longitudinal marking","path":[[-122.342296937336,47.6207308074135],[-122.342310010182,47.6207397462321]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20690,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20690"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20956-0","label":"Longitudinal marking","path":[[-122.342404825596,47.6207955809963],[-122.342360221811,47.6207954068463],[-122.34236043752,47.6207702742863],[-122.34238243659,47.6207450139246],[-122.34240504037,47.6207703252018],[-122.342404825596,47.6207955809963]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20956,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20956"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-21399-0","label":"Longitudinal marking","path":[[-122.342488077752,47.6206206319787],[-122.342501600037,47.6206294226774]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":21399,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/21399"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-21442-0","label":"Longitudinal marking","path":[[-122.342717761575,47.6209029773984],[-122.342708723115,47.6209090400915]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":21442,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/21442"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-21943-0","label":"Longitudinal marking","path":[[-122.342487949713,47.6206395650657],[-122.342501438099,47.6206483337237]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":21943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/21943"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-22054-0","label":"Longitudinal marking","path":[[-122.342262051282,47.6211012245698],[-122.34227413747,47.62110908165]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":22054,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/22054"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-22240-0","label":"Longitudinal marking","path":[[-122.342451755914,47.6212261686801],[-122.342451692095,47.6212261245458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":22240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/22240"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-22606-0","label":"Longitudinal marking","path":[[-122.342493235144,47.6214884549626],[-122.34248070922,47.6214798921437]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":22606,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/22606"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23039-0","label":"Longitudinal marking","path":[[-122.342493816158,47.6214303702484],[-122.342481193855,47.621421741237]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23039,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23039"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23098-0","label":"Longitudinal marking","path":[[-122.342281771758,47.620252216371],[-122.342269668319,47.6202439412043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23098"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23257-0","label":"Longitudinal marking","path":[[-122.342307569455,47.6209786870621],[-122.342307953224,47.6209789356638]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23257"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23719-0","label":"Longitudinal marking","path":[[-122.342488205817,47.6206016997909],[-122.342501761976,47.6206105116311]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23719,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23719"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23789-0","label":"Longitudinal marking","path":[[-122.342262430939,47.6210634386251],[-122.342274517118,47.6210712957052]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23789,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23789"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-24824-0","label":"Longitudinal marking","path":[[-122.342457995591,47.6205059959676],[-122.342462700102,47.6205090543316]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":24824,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/24824"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25083-0","label":"Longitudinal marking","path":[[-122.342466606648,47.6210467263054],[-122.342453343651,47.6210376577822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25083,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25083"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25215-0","label":"Longitudinal marking","path":[[-122.342261291942,47.6211767955599],[-122.342273378147,47.6211846526402]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25215,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25215"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25250-0","label":"Longitudinal marking","path":[[-122.342620444937,47.6209027125723],[-122.342612303144,47.620908174122]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25250,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25250"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25268-0","label":"Longitudinal marking","path":[[-122.342311172675,47.6206037161171],[-122.342266946565,47.6205734809626]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25268,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25268"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25476-0","label":"Longitudinal marking","path":[[-122.342296534566,47.6206326968131],[-122.342266626042,47.620612250297]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25476,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25476"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28058-0","label":"Longitudinal marking","path":[[-122.342487565569,47.6206963634273],[-122.342500952257,47.6207050659634]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28058,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28058"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28222-0","label":"Longitudinal marking","path":[[-122.342493041046,47.6215078171394],[-122.342480547666,47.6214992754796]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28222"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28283-0","label":"Longitudinal marking","path":[[-122.342493429268,47.6214690936851],[-122.342480870748,47.6214605079087]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28283,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28283"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28722-0","label":"Longitudinal marking","path":[[-122.342776544068,47.6208510486739],[-122.342784687165,47.6208455870948]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28722,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28722"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-29044-0","label":"Longitudinal marking","path":[[-122.342260532599,47.6212523665499],[-122.342272618822,47.6212602236302]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":29044,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/29044"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-30488-0","label":"Longitudinal marking","path":[[-122.342496140176,47.6211980304912],[-122.342453496292,47.6211688764428]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":30488,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/30488"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-31072-0","label":"Longitudinal marking","path":[[-122.34342779475,47.6208870894246],[-122.343346896299,47.6208868700596],[-122.343192861056,47.620878097656],[-122.342612490214,47.6208766466133]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":31072,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/31072"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-31248-0","label":"Longitudinal marking","path":[[-122.342825202326,47.620851180581],[-122.342833345444,47.6208457198977]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":31248,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/31248"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-32285-0","label":"Longitudinal marking","path":[[-122.342493622035,47.6214497315259],[-122.342481032301,47.6214411245728]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":32285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/32285"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-32884-0","label":"Longitudinal marking","path":[[-122.342491541783,47.6202312762923],[-122.342490082858,47.6204022511934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":32884,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/32884"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-32885-0","label":"Longitudinal marking","path":[[-122.342491541783,47.6202312762923],[-122.342460356331,47.6202311590519],[-122.342458887836,47.6204021286805],[-122.342490082858,47.6204022511934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":32885,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/32885"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-33152-0","label":"Longitudinal marking","path":[[-122.342456288146,47.6210786607369],[-122.342453021934,47.6210764271343]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":33152,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/33152"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-34807-0","label":"Longitudinal marking","path":[[-122.342495753289,47.6212367539282],[-122.342482810635,47.6212279051627]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":34807,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/34807"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-35143-0","label":"Longitudinal marking","path":[[-122.342455797261,47.6207707910819],[-122.342498860933,47.6207987862591]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":35143,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/35143"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-35675-0","label":"Longitudinal marking","path":[[-122.342262810621,47.6210256535796],[-122.342274896791,47.6210335106596]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":35675,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/35675"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-36148-0","label":"Longitudinal marking","path":[[-122.342511640695,47.6204023350652],[-122.342513086223,47.6202313594409],[-122.342491541783,47.6202312762923]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":36148,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/36148"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-36349-0","label":"Longitudinal marking","path":[[-122.342971177127,47.6208515770768],[-122.342979318874,47.6208461155014]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":36349,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/36349"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-36761-0","label":"Longitudinal marking","path":[[-122.342261860776,47.6211201171014],[-122.342273946968,47.6211279741815]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":36761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/36761"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37244-0","label":"Longitudinal marking","path":[[-122.342451690713,47.621226168645],[-122.342448891328,47.6215562968888]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37244"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37245-0","label":"Longitudinal marking","path":[[-122.342451690713,47.621226168645],[-122.34245214267,47.6211713395311],[-122.342497227919,47.6210893000206],[-122.342490622531,47.6217496058494],[-122.342447227487,47.6217493869071],[-122.342448891328,47.6215562968888]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37245"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37419-0","label":"Longitudinal marking","path":[[-122.342494010281,47.6214110089708],[-122.342481355408,47.6214023579012]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37419,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37419"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37454-0","label":"Longitudinal marking","path":[[-122.342815078214,47.6209032421414],[-122.342785468536,47.6209230997139]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37454,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37454"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-38217-0","label":"Longitudinal marking","path":[[-122.342307713608,47.6210061349438],[-122.342303577512,47.6214771453921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":38217,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/38217"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-38218-0","label":"Longitudinal marking","path":[[-122.342307713608,47.6210061349438],[-122.342307955362,47.6209786882427],[-122.342263283768,47.6209785212489],[-122.342257727067,47.6215318162385]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":38218,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/38218"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-38848-0","label":"Longitudinal marking","path":[[-122.342303577512,47.6214771453921],[-122.342270441522,47.6214770125689],[-122.342275172727,47.6210060032318],[-122.342307713608,47.6210061349438]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":38848,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/38848"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-39652-0","label":"Longitudinal marking","path":[[-122.342480428197,47.621226276974],[-122.342451850973,47.6212067403459]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":39652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/39652"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-40853-0","label":"Longitudinal marking","path":[[-122.342458158901,47.6204870858029],[-122.342505351843,47.6205177655321]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":40853,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/40853"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42134-0","label":"Longitudinal marking","path":[[-122.34282705448,47.6209032740151],[-122.343192706563,47.6209042711591]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42134,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42134"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42135-0","label":"Longitudinal marking","path":[[-122.34282705448,47.6209032740151],[-122.342706471919,47.6209029463029],[-122.342612335663,47.6209026905687],[-122.342612303144,47.620908174122]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42135,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42135"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42334-0","label":"Longitudinal marking","path":[[-122.342258826059,47.6214224010256],[-122.342270910991,47.6214302581236]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42334,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42334"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42615-0","label":"Longitudinal marking","path":[[-122.342280998948,47.6203491577724],[-122.342268867008,47.6203408640914]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42615,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42615"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42949-0","label":"Longitudinal marking","path":[[-122.342279915168,47.620484876478],[-122.342267746528,47.6204765571944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42949,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42949"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43048-0","label":"Longitudinal marking","path":[[-122.3426305706,47.6208506519109],[-122.342638712382,47.6208451903598]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43048"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43508-0","label":"Longitudinal marking","path":[[-122.342270830179,47.6201010965535],[-122.342273222475,47.6198096983168],[-122.342317953752,47.6198098474094],[-122.342311602878,47.6205513432279]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43508,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43508"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43509-0","label":"Longitudinal marking","path":[[-122.342270830179,47.6201010965535],[-122.342265999933,47.6206881019993],[-122.342311152082,47.6206061714252],[-122.342311602878,47.6205513432279]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43509,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43509"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43590-0","label":"Longitudinal marking","path":[[-122.342494978183,47.6213142008196],[-122.342482164451,47.6213054394056]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43590,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43590"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43740-0","label":"Longitudinal marking","path":[[-122.342281153792,47.6203297700281],[-122.342269027281,47.6203214798737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43740,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43740"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-45121-0","label":"Longitudinal marking","path":[[-122.342258446371,47.6214601860707],[-122.342270532642,47.6214680431512]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":45121,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/45121"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-45718-0","label":"Longitudinal marking","path":[[-122.342404515509,47.6208312204514],[-122.342359915684,47.6208310462483],[-122.342358921762,47.6209461860899],[-122.342403420626,47.620946362533],[-122.342404515509,47.6208312204514]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":45718,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/45718"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-45897-0","label":"Longitudinal marking","path":[[-122.342922518842,47.6208514443328],[-122.342930660621,47.6208459836601]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":45897,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/45897"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-46179-0","label":"Longitudinal marking","path":[[-122.342503531238,47.6204023040613],[-122.342511640695,47.6204023350652]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":46179,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/46179"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-46771-0","label":"Longitudinal marking","path":[[-122.342494203048,47.6213916468116],[-122.342481516935,47.621382973666]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":46771,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/46771"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-47646-0","label":"Longitudinal marking","path":[[-122.342352793203,47.6216517521323],[-122.342358360224,47.6210110482042],[-122.342381034185,47.6210364359232],[-122.34240295384,47.6210113241481],[-122.342397197973,47.6216519208373]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":47646,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/47646"}],"details":[{"label":"Type","value":"10'/20' pattern"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[3.048,6.096],"dashPixels":[6,12],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-48089-0","label":"Longitudinal marking","path":[[-122.342466164104,47.6204542581447],[-122.342510758621,47.6204832486744]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":48089,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/48089"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-48970-0","label":"Longitudinal marking","path":[[-122.342496528392,47.6211593070366],[-122.342469071165,47.6211405364231]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":48970,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/48970"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-50797-0","label":"Longitudinal marking","path":[[-122.342311331577,47.6205843310178],[-122.342267106814,47.6205540958457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":50797,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/50797"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-50922-0","label":"Longitudinal marking","path":[[-122.342495172279,47.6212948386427],[-122.342482326004,47.6212860560697]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":50922,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/50922"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-51798-0","label":"Longitudinal marking","path":[[-122.342455583771,47.6207896686263],[-122.34246934611,47.6207986144775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":51798,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/51798"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-52185-0","label":"Longitudinal marking","path":[[-122.342487181424,47.6207531617888],[-122.342500466414,47.620761798203]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":52185,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/52185"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-52434-0","label":"Longitudinal marking","path":[[-122.342258255862,47.6214790786021],[-122.342303320381,47.6215083742561]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":52434,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/52434"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-53972-0","label":"Longitudinal marking","path":[[-122.342261482449,47.6211579030284],[-122.342273568623,47.6211657592094]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":53972,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/53972"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54227-0","label":"Longitudinal marking","path":[[-122.342512183498,47.6203380723353],[-122.342490755297,47.6203234211621]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54227,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54227"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54412-0","label":"Longitudinal marking","path":[[-122.342452233067,47.6211603738882],[-122.342452825374,47.6211000624902]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54412,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54412"}],"details":[{"label":"Type","value":"2' dash, 4' skip"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0.6096,1.2192],"dashPixels":[4,8],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54819-0","label":"Longitudinal marking","path":[[-122.342457634511,47.620509006352],[-122.342488830668,47.6205093033753],[-122.342487137632,47.620759679143],[-122.342455925704,47.6207594399014],[-122.342455484077,47.6207985248076],[-122.342486697619,47.6207987271443],[-122.342500149128,47.620798792567],[-122.342502393468,47.6205366461899],[-122.342510986495,47.6204817927828],[-122.342511212049,47.6204544335564],[-122.342489638229,47.6204543498962],[-122.342458440515,47.6204542274184],[-122.342455708548,47.6207723656759]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54819,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54819"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54864-0","label":"Longitudinal marking","path":[[-122.342278149463,47.6209785769449],[-122.342307787146,47.6209978440648]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54864,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54864"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-55417-0","label":"Longitudinal marking","path":[[-122.342470844769,47.6210106335379],[-122.342453665341,47.6209988875308]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":55417,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/55417"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-55540-0","label":"Longitudinal marking","path":[[-122.343192706563,47.6209042711591],[-122.3433452078,47.6209129091839],[-122.34335890603,47.6209129469426],[-122.343427640607,47.620913133381],[-122.343427608148,47.6209186160353],[-122.343358873563,47.6209184295968],[-122.343192542864,47.6209316862461],[-122.342826891918,47.620930689084],[-122.342705376178,47.6209084268644],[-122.342612303144,47.620908174122]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":55540,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/55540"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-55541-0","label":"Longitudinal marking","path":[[-122.343192706563,47.6209042711591],[-122.343192592895,47.620923461348],[-122.342826940676,47.6209224642036],[-122.34282705448,47.6209032740151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":55541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/55541"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-56070-0","label":"Longitudinal marking","path":[[-122.342280534468,47.6204073228035],[-122.34226838757,47.6203990185253]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":56070,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/56070"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-56424-0","label":"Longitudinal marking","path":[[-122.342262999796,47.6210067610656],[-122.342275085962,47.6210146181457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":56424,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/56424"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-56660-0","label":"Longitudinal marking","path":[[-122.342448891328,47.6215562968888],[-122.342480070925,47.6215564142205],[-122.342482823533,47.621226285694],[-122.342451690713,47.621226168645]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":56660,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/56660"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-57537-0","label":"Longitudinal marking","path":[[-122.34229231352,47.6207861308477],[-122.342309526797,47.6207979007186]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":57537,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/57537"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-58060-0","label":"Longitudinal marking","path":[[-122.343029870927,47.620923015604],[-122.343017654344,47.6209312093741]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":58060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/58060"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-58965-0","label":"Longitudinal marking","path":[[-122.342304337588,47.620618537852],[-122.342266786291,47.6205928651802]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":58965,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/58965"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-59042-0","label":"Longitudinal marking","path":[[-122.342398973793,47.6219372184277],[-122.34240705801,47.6210066205455],[-122.342407296034,47.6209792764484],[-122.342354583744,47.6209790667708],[-122.342354344441,47.6210065512235],[-122.342348738273,47.6216517330276]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":59042,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/59042"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-59171-0","label":"Longitudinal marking","path":[[-122.34230774591,47.6206992074508],[-122.342310331978,47.6207009759808]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":59171,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/59171"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-60286-0","label":"Longitudinal marking","path":[[-122.342262620115,47.6210445461111],[-122.342274706289,47.6210524031912]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":60286,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/60286"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61324-0","label":"Longitudinal marking","path":[[-122.342494591268,47.6213529233572],[-122.342481840041,47.6213442069943]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61324,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61324"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61579-0","label":"Longitudinal marking","path":[[-122.342495559167,47.6212561152058],[-122.342482649109,47.6212472893979]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61579,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61579"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61776-0","label":"Longitudinal marking","path":[[-122.342496915304,47.6211205844989],[-122.342484645994,47.6211121955019]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61776,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61776"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61917-0","label":"Longitudinal marking","path":[[-122.343427982657,47.6208555618969],[-122.343359394543,47.6208553762152],[-122.343288849613,47.6208469553353],[-122.343084953601,47.6208464028181],[-122.343084921105,47.6208518854722],[-122.343288817165,47.6208524388888],[-122.343359221035,47.6208608589415],[-122.343427950224,47.6208610454504],[-122.343427982657,47.6208555618969]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61917,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61917"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-62192-0","label":"Longitudinal marking","path":[[-122.342311032135,47.6206235507778],[-122.342310440999,47.6206838621581]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":62192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/62192"}],"details":[{"label":"Type","value":"2' dash, 4' skip"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0.6096,1.2192],"dashPixels":[4,8],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-63006-0","label":"Longitudinal marking","path":[[-122.342292703215,47.6207474073758],[-122.342309848593,47.6207591304673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":63006,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/63006"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-64200-0","label":"Longitudinal marking","path":[[-122.342358406098,47.6210057947744],[-122.342380993471,47.6210310873832],[-122.342403001978,47.6210058736737],[-122.34240321697,47.6209820014763],[-122.342358614277,47.6209818246102],[-122.342358406098,47.6210057947744]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":64200,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/64200"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-65354-0","label":"Longitudinal marking","path":[[-122.342679228857,47.6208507838804],[-122.34268737066,47.6208453232251]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":65354,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/65354"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-65428-0","label":"Longitudinal marking","path":[[-122.342281307279,47.6203103814023],[-122.342269187527,47.6203020947567]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":65428,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/65428"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-65702-0","label":"Longitudinal marking","path":[[-122.343427810954,47.6208843471982],[-122.343346816715,47.6208841282046],[-122.34319278135,47.6208753513046],[-122.342612506487,47.6208739052864]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":65702,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/65702"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-66973-0","label":"Longitudinal marking","path":[[-122.342260343422,47.6212712590638],[-122.342272429649,47.6212791161441]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":66973,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/66973"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-67126-0","label":"Longitudinal marking","path":[[-122.342512676146,47.6202799240187],[-122.342491252037,47.6202652754905]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":67126,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/67126"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-68366-0","label":"Longitudinal marking","path":[[-122.34248858996,47.6205449014292],[-122.342502247816,47.6205537793913]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":68366,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/68366"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-69360-0","label":"Longitudinal marking","path":[[-122.34293255425,47.6209227510447],[-122.342920338956,47.6209309438875]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":69360,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/69360"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-69717-0","label":"Longitudinal marking","path":[[-122.342280224831,47.6204461000904],[-122.342268067049,47.6204377878599]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":69717,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/69717"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70212-0","label":"Longitudinal marking","path":[[-122.342494397171,47.621372285534],[-122.342481678488,47.6213635903302]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70212,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70212"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70239-0","label":"Longitudinal marking","path":[[-122.34228161694,47.6202716050145],[-122.342269508047,47.620263325422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70239,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70239"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70506-0","label":"Longitudinal marking","path":[[-122.342259015211,47.6214035076125],[-122.342271101469,47.6214113646929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70506,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70506"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70820-0","label":"Longitudinal marking","path":[[-122.342280927204,47.6206610156505],[-122.342266306849,47.6206510196137]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70820,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70820"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71051-0","label":"Longitudinal marking","path":[[-122.34249478406,47.6213335620972],[-122.342482002924,47.6213248236408]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71051,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71051"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71091-0","label":"Longitudinal marking","path":[[-122.342260154244,47.6212901515776],[-122.342272239145,47.6212980086755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71091"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71290-0","label":"Longitudinal marking","path":[[-122.342261102765,47.6211956880738],[-122.342273188974,47.6212035451541]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71290,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71290"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71719-0","label":"Longitudinal marking","path":[[-122.342766419882,47.6209031093306],[-122.342747095155,47.620916069918]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71719,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71719"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73295-0","label":"Longitudinal marking","path":[[-122.342309526927,47.620797951095],[-122.342310411195,47.6206914129781],[-122.342292747326,47.6207430562781],[-122.342292195396,47.6207978849161],[-122.342309526927,47.620797951095]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73295,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73295"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73518-0","label":"Longitudinal marking","path":[[-122.342257727067,47.6215318162385],[-122.342303126073,47.6215319978858],[-122.342303577512,47.6214771453921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73518"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73822-0","label":"Longitudinal marking","path":[[-122.342263190276,47.6209878676348],[-122.342291185666,47.621006068005]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73822,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73822"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73879-0","label":"Longitudinal marking","path":[[-122.342883895925,47.6209226191835],[-122.342871681927,47.6209308111041]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73879,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73879"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-74310-0","label":"Longitudinal marking","path":[[-122.342262240459,47.6210823320559],[-122.342274326642,47.621090189136]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":74310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/74310"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-74885-0","label":"Longitudinal marking","path":[[-122.342279605504,47.6205236528656],[-122.342267427336,47.6205153265113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":74885,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/74885"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75022-0","label":"Longitudinal marking","path":[[-122.342453826721,47.6209794520197],[-122.342452917101,47.6210890968296],[-122.342470606569,47.6210343468126],[-122.342471158313,47.6209795181741],[-122.342453826721,47.6209794520197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75022,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75022"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75111-0","label":"Longitudinal marking","path":[[-122.342292509046,47.6207667695526],[-122.34230968836,47.6207785155841]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75111,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75111"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75505-0","label":"Longitudinal marking","path":[[-122.34251193853,47.6203671473751],[-122.342490507605,47.6203524944387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75505,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75505"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75670-0","label":"Longitudinal marking","path":[[-122.342407449803,47.620949119489],[-122.342408595865,47.6208284945065],[-122.342355883833,47.6208282884266],[-122.342354844029,47.6209489110985],[-122.342407449803,47.620949119489]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75670,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75670"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76288-0","label":"Longitudinal marking","path":[[-122.34228084413,47.6203685464159],[-122.342268708091,47.6203602491907]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76288,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76288"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76355-0","label":"Longitudinal marking","path":[[-122.342512922469,47.6202508498604],[-122.342491499755,47.6202362031131]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76355,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76355"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76569-0","label":"Longitudinal marking","path":[[-122.342488717999,47.6205259683422],[-122.342502648464,47.6205350244104]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76569,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76569"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76589-0","label":"Longitudinal marking","path":[[-122.342487693608,47.6206774303403],[-122.342501114196,47.6206861549171]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76589,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76589"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76763-0","label":"Longitudinal marking","path":[[-122.342495591937,47.620454373503],[-122.342511129404,47.6204644733984]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76763,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76763"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-77301-0","label":"Longitudinal marking","path":[[-122.342280069986,47.6204654878346],[-122.342267906776,47.6204571720775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":77301,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/77301"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-77397-0","label":"Longitudinal marking","path":[[-122.342669103269,47.6209028454454],[-122.342660961455,47.6209083060993]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":77397,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/77397"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-77597-0","label":"Longitudinal marking","path":[[-122.342467726654,47.620759529913],[-122.342500304449,47.62078070835]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":77597,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/77597"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}}],"curbs":[{"id":"verticalElements-34459-0","label":"Curb or separator","path":[[-122.342240797196,47.619818664625],[-122.342236046323,47.6203626334849]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34459,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34459"}],"details":[]},{"id":"verticalElements-34460-0","label":"Curb or separator","path":[[-122.34254090289,47.6198196952443],[-122.342536184466,47.6203602712993]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34460,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34460"}],"details":[]},{"id":"verticalElements-34466-0","label":"Curb or separator","path":[[-122.342543981074,47.6204488190618],[-122.342603801818,47.6204490639206]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34466,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34466"}],"details":[]},{"id":"verticalElements-34467-0","label":"Curb or separator","path":[[-122.342544342001,47.6204076886117],[-122.342604164028,47.6204079334526]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34467,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34467"}],"details":[]},{"id":"verticalElements-34468-0","label":"Curb or separator","path":[[-122.342543981074,47.6204488190618],[-122.342542172156,47.6204490822193],[-122.342540455623,47.6204495482947],[-122.34253888118,47.620450203792],[-122.342537494417,47.6204510297304],[-122.342536335491,47.6204520021935],[-122.342535437959,47.6204530930222],[-122.342534827811,47.62045427063]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34468,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34468"}],"details":[]},{"id":"verticalElements-34469-0","label":"Curb or separator","path":[[-122.342535276359,47.6204021709749],[-122.342535867752,47.6204033529006],[-122.342536747857,47.6204044501386],[-122.342537891195,47.6204054309235],[-122.342539264665,47.6204062668612],[-122.342540828506,47.6204069337507],[-122.342542537442,47.6204074122855],[-122.342544342001,47.6204076886117]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34469,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34469"}],"details":[]},{"id":"verticalElements-54596-0","label":"Curb or separator","path":[[-122.34122283683,47.620826748679],[-122.342171336501,47.6208303195929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54596,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54596"}],"details":[]},{"id":"verticalElements-54597-0","label":"Curb or separator","path":[[-122.342171336501,47.6208303195929],[-122.342181917457,47.6208297248048],[-122.342192184442,47.6208279006338],[-122.342201825513,47.620824902504],[-122.342210547743,47.6208208215078],[-122.342218086124,47.6208157816386],[-122.342224211616,47.6208099360234],[-122.342228738106,47.6208034622701],[-122.342231528066,47.6207965570719],[-122.342232496728,47.6207894302302]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54597,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54597"}],"details":[]},{"id":"verticalElements-54598-0","label":"Curb or separator","path":[[-122.342232496728,47.6207894302302],[-122.342236048853,47.6203628124737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54598,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54598"}],"details":[]},{"id":"verticalElements-54602-0","label":"Curb or separator","path":[[-122.342221086714,47.6219510550529],[-122.342230789088,47.6209868632358]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54602,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54602"}],"details":[]},{"id":"verticalElements-54603-0","label":"Curb or separator","path":[[-122.342230789088,47.6209868632358],[-122.34223011488,47.6209804205753],[-122.342227950201,47.6209741288716],[-122.342224348609,47.6209681437884],[-122.34221939921,47.6209626134031],[-122.342213224458,47.6209576745434],[-122.342205977123,47.6209534494024],[-122.342197836511,47.6209500425147],[-122.342189004031,47.6209475381704],[-122.342179698206,47.6209459983299],[-122.342170149274,47.6209454610905]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54603,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54603"}],"details":[]},{"id":"verticalElements-54604-0","label":"Curb or separator","path":[[-122.342170149274,47.6209454610905],[-122.341218924875,47.6209435347409]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54604"}],"details":[]},{"id":"verticalElements-54610-0","label":"Curb or separator","path":[[-122.342530784481,47.6209763372464],[-122.342520944238,47.6219548491809]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54610,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54610"}],"details":[]},{"id":"verticalElements-54611-0","label":"Curb or separator","path":[[-122.342536199001,47.6203612768703],[-122.342532619829,47.6207927484226]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54611,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54611"}],"details":[]},{"id":"verticalElements-67897-0","label":"Curb or separator","path":[[-122.343306148763,47.6209429553037],[-122.342771151743,47.6209415030965]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67897,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67897"}],"details":[]},{"id":"verticalElements-67898-0","label":"Curb or separator","path":[[-122.342693164202,47.6209221009613],[-122.342612205819,47.6209218809687]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67898,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67898"}],"details":[]},{"id":"verticalElements-67899-0","label":"Curb or separator","path":[[-122.342593197109,47.6208341008275],[-122.343314433323,47.6208360589818]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67899"}],"details":[]},{"id":"verticalElements-67901-0","label":"Curb or separator","path":[[-122.34271916006,47.6209285689451],[-122.342714603618,47.6209263149812],[-122.34270962579,47.6209245107998],[-122.342704323636,47.6209231915802],[-122.342698800542,47.6209223830455],[-122.342693164202,47.6209221009613]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67901,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67901"}],"details":[]},{"id":"verticalElements-67905-0","label":"Curb or separator","path":[[-122.34271916006,47.6209285689451],[-122.342728273106,47.6209330764931],[-122.342738228836,47.6209366844753],[-122.342748833132,47.6209393225426],[-122.342759879228,47.6209409392573],[-122.342771151743,47.6209415030965]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67905"}],"details":[]},{"id":"verticalElements-68909-0","label":"Curb or separator","path":[[-122.342532619829,47.6207927484226],[-122.342533303442,47.6207991814649],[-122.342535473097,47.6208054629983],[-122.342539075265,47.6208114380482],[-122.342544021077,47.6208169592011],[-122.34255018851,47.6208218902422],[-122.342557425406,47.6208261095154],[-122.342565553218,47.6208295129251],[-122.342574371423,47.6208320165043],[-122.342583662461,47.6208335584861],[-122.342593197109,47.6208341008275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":68909,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/68909"}],"details":[]},{"id":"verticalElements-68910-0","label":"Curb or separator","path":[[-122.342612205819,47.6209218809687],[-122.342598123707,47.6209226859749],[-122.342584461817,47.6209251241709],[-122.342571633811,47.6209291217317],[-122.3425600281,47.6209345576172],[-122.342549996087,47.6209412672369],[-122.342541841525,47.6209490474336],[-122.342535811321,47.6209576626349],[-122.342532088062,47.6209668519855],[-122.342530784481,47.6209763372464]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":68910,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/68910"}],"details":[]},{"id":"verticalElements-241769-0","label":"Curb or separator","path":[[-122.342503042412,47.6203840772513],[-122.342498964756,47.6203868031643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241769-1","label":"Curb or separator","path":[[-122.342503019483,47.6203868186665],[-122.342498987685,47.6203840617491]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241769-2","label":"Curb or separator","path":[[-122.342498964756,47.6203868031643],[-122.342498987685,47.6203840617491]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241769-3","label":"Curb or separator","path":[[-122.342498987685,47.6203840617491],[-122.342503042412,47.6203840772513]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241769-4","label":"Curb or separator","path":[[-122.342503042412,47.6203840772513],[-122.342503019483,47.6203868186665]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241769-5","label":"Curb or separator","path":[[-122.342503019483,47.6203868186665],[-122.342498964756,47.6203868031643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241840-0","label":"Curb or separator","path":[[-122.342492233121,47.6214454282176],[-122.342488155381,47.6214481541301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241840-1","label":"Curb or separator","path":[[-122.342492210191,47.6214481696327],[-122.342488178311,47.621445412715]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241840-2","label":"Curb or separator","path":[[-122.342488155381,47.6214481541301],[-122.342488178311,47.621445412715]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241840-3","label":"Curb or separator","path":[[-122.342488178311,47.621445412715],[-122.342492233121,47.6214454282176]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241840-4","label":"Curb or separator","path":[[-122.342492233121,47.6214454282176],[-122.342492210191,47.6214481696327]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241840-5","label":"Curb or separator","path":[[-122.342492210191,47.6214481696327],[-122.342488155381,47.6214481541301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241863-0","label":"Curb or separator","path":[[-122.342948852049,47.62084743633],[-122.34295298567,47.6208501235113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241863-1","label":"Curb or separator","path":[[-122.342952906133,47.6208473825552],[-122.342948931586,47.620850177286]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241863-2","label":"Curb or separator","path":[[-122.34295298567,47.6208501235113],[-122.342948931586,47.620850177286]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241863-3","label":"Curb or separator","path":[[-122.342948931586,47.620850177286],[-122.342948852049,47.62084743633]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241863-4","label":"Curb or separator","path":[[-122.342948852049,47.62084743633],[-122.342952906133,47.6208473825552]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241863-5","label":"Curb or separator","path":[[-122.342952906133,47.6208473825552],[-122.34295298567,47.6208501235113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241873-0","label":"Curb or separator","path":[[-122.342656903828,47.6208466439756],[-122.342661037435,47.6208493311675]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241873-1","label":"Curb or separator","path":[[-122.342660957913,47.6208465902112],[-122.34265698335,47.6208493849319]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241873-2","label":"Curb or separator","path":[[-122.342661037435,47.6208493311675],[-122.34265698335,47.6208493849319]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241873-3","label":"Curb or separator","path":[[-122.34265698335,47.6208493849319],[-122.342656903828,47.6208466439756]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241873-4","label":"Curb or separator","path":[[-122.342656903828,47.6208466439756],[-122.342660957913,47.6208465902112]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241873-5","label":"Curb or separator","path":[[-122.342660957913,47.6208465902112],[-122.342661037435,47.6208493311675]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241874-0","label":"Curb or separator","path":[[-122.342355960411,47.6210160683597],[-122.342357312455,47.6210160738227]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[]},{"id":"verticalElements-241874-1","label":"Curb or separator","path":[[-122.342357312455,47.6210160738227],[-122.342357320536,47.6210151597121]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[]},{"id":"verticalElements-241874-2","label":"Curb or separator","path":[[-122.342357320536,47.6210151597121],[-122.342355968518,47.6210151551483]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[]},{"id":"verticalElements-241874-3","label":"Curb or separator","path":[[-122.342355968518,47.6210151551483],[-122.342355960411,47.6210160683597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[]},{"id":"verticalElements-241958-0","label":"Curb or separator","path":[[-122.34240622082,47.620755975167],[-122.342407571501,47.6207559797477]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[]},{"id":"verticalElements-241958-1","label":"Curb or separator","path":[[-122.342407571501,47.6207559797477],[-122.342407579606,47.6207550665363]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[]},{"id":"verticalElements-241958-2","label":"Curb or separator","path":[[-122.342407579606,47.6207550665363],[-122.342406227569,47.6207550610739]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[]},{"id":"verticalElements-241958-3","label":"Curb or separator","path":[[-122.342406227569,47.6207550610739],[-122.34240622082,47.620755975167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[]},{"id":"verticalElements-242236-0","label":"Curb or separator","path":[[-122.342408141647,47.6205939416666],[-122.34240949235,47.6205939471467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[]},{"id":"verticalElements-242236-1","label":"Curb or separator","path":[[-122.34240949235,47.6205939471467],[-122.342409500429,47.6205930330359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[]},{"id":"verticalElements-242236-2","label":"Curb or separator","path":[[-122.342409500429,47.6205930330359],[-122.342408148422,47.6205930284729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[]},{"id":"verticalElements-242236-3","label":"Curb or separator","path":[[-122.342408148422,47.6205930284729],[-122.342408141647,47.6205939416666]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[]},{"id":"verticalElements-242314-0","label":"Curb or separator","path":[[-122.342405676311,47.6206759207128],[-122.342407028347,47.6206759261752]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[]},{"id":"verticalElements-242314-1","label":"Curb or separator","path":[[-122.342407028347,47.6206759261752],[-122.342407035096,47.6206750120822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[]},{"id":"verticalElements-242314-2","label":"Curb or separator","path":[[-122.342407035096,47.6206750120822],[-122.342405684391,47.6206750066021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[]},{"id":"verticalElements-242314-3","label":"Curb or separator","path":[[-122.342405684391,47.6206750066021],[-122.342405676311,47.6206759207128]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[]},{"id":"verticalElements-242408-0","label":"Curb or separator","path":[[-122.342500835424,47.620469085461],[-122.342496759091,47.6204718113563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242408-1","label":"Curb or separator","path":[[-122.342500813825,47.6204718268586],[-122.34249678069,47.6204690699587]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242408-2","label":"Curb or separator","path":[[-122.342496759091,47.6204718113563],[-122.34249678069,47.6204690699587]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242408-3","label":"Curb or separator","path":[[-122.34249678069,47.6204690699587],[-122.342500835424,47.620469085461]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242408-4","label":"Curb or separator","path":[[-122.342500835424,47.620469085461],[-122.342500813825,47.6204718268586]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242408-5","label":"Curb or separator","path":[[-122.342500813825,47.6204718268586],[-122.342496759091,47.6204718113563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242430-0","label":"Curb or separator","path":[[-122.342399909972,47.6213509699033],[-122.342401260695,47.6213509753834]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[]},{"id":"verticalElements-242430-1","label":"Curb or separator","path":[[-122.342401260695,47.6213509753834],[-122.342401268774,47.6213500612728]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[]},{"id":"verticalElements-242430-2","label":"Curb or separator","path":[[-122.342401268774,47.6213500612728],[-122.342399916748,47.6213500567095]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[]},{"id":"verticalElements-242430-3","label":"Curb or separator","path":[[-122.342399916748,47.6213500567095],[-122.342399909972,47.6213509699033]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[]},{"id":"verticalElements-242652-0","label":"Curb or separator","path":[[-122.34229381825,47.6207710325377],[-122.342295170288,47.6207710380015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[]},{"id":"verticalElements-242652-1","label":"Curb or separator","path":[[-122.342295170288,47.6207710380015],[-122.342295177039,47.6207701239084]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[]},{"id":"verticalElements-242652-2","label":"Curb or separator","path":[[-122.342295177039,47.6207701239084],[-122.342293826358,47.6207701193263]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[]},{"id":"verticalElements-242652-3","label":"Curb or separator","path":[[-122.342293826358,47.6207701193263],[-122.34229381825,47.6207710325377]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[]},{"id":"verticalElements-242738-0","label":"Curb or separator","path":[[-122.342351583832,47.621347349216],[-122.342352935885,47.6213473546791]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[]},{"id":"verticalElements-242738-1","label":"Curb or separator","path":[[-122.342352935885,47.6213473546791],[-122.342352942635,47.6213464405861]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[]},{"id":"verticalElements-242738-2","label":"Curb or separator","path":[[-122.342352942635,47.6213464405861],[-122.342351591938,47.6213464360046]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[]},{"id":"verticalElements-242738-3","label":"Curb or separator","path":[[-122.342351591938,47.6213464360046],[-122.342351583832,47.621347349216]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[]},{"id":"verticalElements-243122-0","label":"Curb or separator","path":[[-122.342362273693,47.62034343457],[-122.34236362439,47.6203434400506]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[]},{"id":"verticalElements-243122-1","label":"Curb or separator","path":[[-122.34236362439,47.6203434400506],[-122.34236363247,47.6203425259399]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[]},{"id":"verticalElements-243122-2","label":"Curb or separator","path":[[-122.34236363247,47.6203425259399],[-122.342362280469,47.6203425213762]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[]},{"id":"verticalElements-243122-3","label":"Curb or separator","path":[[-122.342362280469,47.6203425213762],[-122.342362273693,47.62034343457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[]},{"id":"verticalElements-243163-0","label":"Curb or separator","path":[[-122.342358438985,47.6207547699217],[-122.342359791023,47.6207547753847]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[]},{"id":"verticalElements-243163-1","label":"Curb or separator","path":[[-122.342359791023,47.6207547753847],[-122.342359799103,47.620753861274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[]},{"id":"verticalElements-243163-2","label":"Curb or separator","path":[[-122.342359799103,47.620753861274],[-122.342358447065,47.620753855811]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[]},{"id":"verticalElements-243163-3","label":"Curb or separator","path":[[-122.342358447065,47.620753855811],[-122.342358438985,47.6207547699217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[]},{"id":"verticalElements-243387-0","label":"Curb or separator","path":[[-122.342455841132,47.6210073824828],[-122.342457191845,47.6210073879622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[]},{"id":"verticalElements-243387-1","label":"Curb or separator","path":[[-122.342457191845,47.6210073879622],[-122.342457199924,47.6210064738515]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[]},{"id":"verticalElements-243387-2","label":"Curb or separator","path":[[-122.342457199924,47.6210064738515],[-122.34245584788,47.6210064683898]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[]},{"id":"verticalElements-243387-3","label":"Curb or separator","path":[[-122.34245584788,47.6210064683898],[-122.342455841132,47.6210073824828]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[]},{"id":"verticalElements-243472-0","label":"Curb or separator","path":[[-122.342294094227,47.6207436186684],[-122.342295446238,47.6207436232328]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[]},{"id":"verticalElements-243472-1","label":"Curb or separator","path":[[-122.342295446238,47.6207436232328],[-122.342295453015,47.620742710039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[]},{"id":"verticalElements-243472-2","label":"Curb or separator","path":[[-122.342295453015,47.620742710039],[-122.342294102309,47.6207427045577]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[]},{"id":"verticalElements-243472-3","label":"Curb or separator","path":[[-122.342294102309,47.6207427045577],[-122.342294094227,47.6207436186684]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[]},{"id":"verticalElements-243781-0","label":"Curb or separator","path":[[-122.34245538918,47.621062211597],[-122.342456741199,47.6210622161595]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[]},{"id":"verticalElements-243781-1","label":"Curb or separator","path":[[-122.342456741199,47.6210622161595],[-122.342456747973,47.6210613029657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[]},{"id":"verticalElements-243781-2","label":"Curb or separator","path":[[-122.342456747973,47.6210613029657],[-122.342455397258,47.6210612974863]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[]},{"id":"verticalElements-243781-3","label":"Curb or separator","path":[[-122.342455397258,47.6210612974863],[-122.34245538918,47.621062211597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[]},{"id":"verticalElements-243827-0","label":"Curb or separator","path":[[-122.342291478772,47.6205581205237],[-122.342287402447,47.6205608473108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-243827-1","label":"Curb or separator","path":[[-122.342291457162,47.6205608619213],[-122.342287424057,47.6205581059132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-243827-2","label":"Curb or separator","path":[[-122.342287402447,47.6205608473108],[-122.342287424057,47.6205581059132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-243827-3","label":"Curb or separator","path":[[-122.342287424057,47.6205581059132],[-122.342291478772,47.6205581205237]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-243827-4","label":"Curb or separator","path":[[-122.342291478772,47.6205581205237],[-122.342291457162,47.6205608619213]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-243827-5","label":"Curb or separator","path":[[-122.342291457162,47.6205608619213],[-122.342287402447,47.6205608473108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-244032-0","label":"Curb or separator","path":[[-122.342731924356,47.6209107718051],[-122.342731897847,47.6209098581531]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[]},{"id":"verticalElements-244032-1","label":"Curb or separator","path":[[-122.342731897847,47.6209098581531],[-122.342730546484,47.6209098760754]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[]},{"id":"verticalElements-244032-2","label":"Curb or separator","path":[[-122.342730546484,47.6209098760754],[-122.342730572993,47.6209107897275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[]},{"id":"verticalElements-244032-3","label":"Curb or separator","path":[[-122.342730572993,47.6209107897275],[-122.342731924356,47.6209107718051]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[]},{"id":"verticalElements-244257-0","label":"Curb or separator","path":[[-122.342307747417,47.6207168748673],[-122.342309098124,47.6207168803486]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[]},{"id":"verticalElements-244257-1","label":"Curb or separator","path":[[-122.342309098124,47.6207168803486],[-122.342309106205,47.6207159662379]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[]},{"id":"verticalElements-244257-2","label":"Curb or separator","path":[[-122.342309106205,47.6207159662379],[-122.342307754194,47.6207159616736]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[]},{"id":"verticalElements-244257-3","label":"Curb or separator","path":[[-122.342307754194,47.6207159616736],[-122.342307747417,47.6207168748673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[]},{"id":"verticalElements-244285-0","label":"Curb or separator","path":[[-122.342267511802,47.6212002594815],[-122.342263435426,47.6212029862677]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244285-1","label":"Curb or separator","path":[[-122.342267490191,47.621203000879],[-122.342263457038,47.6212002448702]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244285-2","label":"Curb or separator","path":[[-122.342263435426,47.6212029862677],[-122.342263457038,47.6212002448702]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244285-3","label":"Curb or separator","path":[[-122.342263457038,47.6212002448702],[-122.342267511802,47.6212002594815]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244285-4","label":"Curb or separator","path":[[-122.342267511802,47.6212002594815],[-122.342267490191,47.621203000879]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244285-5","label":"Curb or separator","path":[[-122.342267490191,47.621203000879],[-122.342263435426,47.6212029862677]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244362-0","label":"Curb or separator","path":[[-122.342272857756,47.620597819798],[-122.342268780071,47.6206005457027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244362-1","label":"Curb or separator","path":[[-122.342272834815,47.6206005612131],[-122.342268803012,47.6205978042876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244362-2","label":"Curb or separator","path":[[-122.342268780071,47.6206005457027],[-122.342268803012,47.6205978042876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244362-3","label":"Curb or separator","path":[[-122.342268803012,47.6205978042876],[-122.342272857756,47.620597819798]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244362-4","label":"Curb or separator","path":[[-122.342272857756,47.620597819798],[-122.342272834815,47.6206005612131]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244362-5","label":"Curb or separator","path":[[-122.342272834815,47.6206005612131],[-122.342268780071,47.6206005457027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244389-0","label":"Curb or separator","path":[[-122.342305283352,47.6210037292233],[-122.342306635369,47.6210037337876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[]},{"id":"verticalElements-244389-1","label":"Curb or separator","path":[[-122.342306635369,47.6210037337876],[-122.34230664212,47.6210028196945]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[]},{"id":"verticalElements-244389-2","label":"Curb or separator","path":[[-122.34230664212,47.6210028196945],[-122.342305291433,47.6210028151126]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[]},{"id":"verticalElements-244389-3","label":"Curb or separator","path":[[-122.342305291433,47.6210028151126],[-122.342305283352,47.6210037292233]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[]},{"id":"verticalElements-244486-0","label":"Curb or separator","path":[[-122.34230557778,47.6209807133015],[-122.342306929823,47.6209807187651]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[]},{"id":"verticalElements-244486-1","label":"Curb or separator","path":[[-122.342306929823,47.6209807187651],[-122.342306937904,47.6209798046544]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[]},{"id":"verticalElements-244486-2","label":"Curb or separator","path":[[-122.342306937904,47.6209798046544],[-122.342305585861,47.6209797991908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[]},{"id":"verticalElements-244486-3","label":"Curb or separator","path":[[-122.342305585861,47.6209797991908],[-122.34230557778,47.6209807133015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[]},{"id":"verticalElements-244532-0","label":"Curb or separator","path":[[-122.342641392143,47.6209059576527],[-122.342641365636,47.6209050440006]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[]},{"id":"verticalElements-244532-1","label":"Curb or separator","path":[[-122.342641365636,47.6209050440006],[-122.342640014273,47.6209050619219]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[]},{"id":"verticalElements-244532-2","label":"Curb or separator","path":[[-122.342640014273,47.6209050619219],[-122.34264004078,47.6209059755739]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[]},{"id":"verticalElements-244532-3","label":"Curb or separator","path":[[-122.34264004078,47.6209059755739],[-122.342641392143,47.6209059576527]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[]},{"id":"verticalElements-244652-0","label":"Curb or separator","path":[[-122.342403735538,47.6211030874765],[-122.342405087558,47.6211030920396]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[]},{"id":"verticalElements-244652-1","label":"Curb or separator","path":[[-122.342405087558,47.6211030920396],[-122.342405094334,47.6211021788458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[]},{"id":"verticalElements-244652-2","label":"Curb or separator","path":[[-122.342405094334,47.6211021788458],[-122.342403743618,47.6211021733658]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[]},{"id":"verticalElements-244652-3","label":"Curb or separator","path":[[-122.342403743618,47.6211021733658],[-122.342403735538,47.6211030874765]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[]},{"id":"verticalElements-244689-0","label":"Curb or separator","path":[[-122.342459964325,47.6211754810753],[-122.342455886605,47.6211782069867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244689-1","label":"Curb or separator","path":[[-122.342459941394,47.6211782224905],[-122.342455909536,47.6211754655716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244689-2","label":"Curb or separator","path":[[-122.342455886605,47.6211782069867],[-122.342455909536,47.6211754655716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244689-3","label":"Curb or separator","path":[[-122.342455909536,47.6211754655716],[-122.342459964325,47.6211754810753]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244689-4","label":"Curb or separator","path":[[-122.342459964325,47.6211754810753],[-122.342459941394,47.6211782224905]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244689-5","label":"Curb or separator","path":[[-122.342459941394,47.6211782224905],[-122.342455886605,47.6211782069867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244805-0","label":"Curb or separator","path":[[-122.342767541986,47.6209160101476],[-122.342771675603,47.6209186973354]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-244805-1","label":"Curb or separator","path":[[-122.342771596075,47.6209159563793],[-122.342767621513,47.6209187511038]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-244805-2","label":"Curb or separator","path":[[-122.342771675603,47.6209186973354],[-122.342767621513,47.6209187511038]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-244805-3","label":"Curb or separator","path":[[-122.342767621513,47.6209187511038],[-122.342767541986,47.6209160101476]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-244805-4","label":"Curb or separator","path":[[-122.342767541986,47.6209160101476],[-122.342771596075,47.6209159563793]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-244805-5","label":"Curb or separator","path":[[-122.342771596075,47.6209159563793],[-122.342771675603,47.6209186973354]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-245076-0","label":"Curb or separator","path":[[-122.342402374044,47.6212689917755],[-122.342403726069,47.6212689963387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[]},{"id":"verticalElements-245076-1","label":"Curb or separator","path":[[-122.342403726069,47.6212689963387],[-122.342403732844,47.621268083145]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[]},{"id":"verticalElements-245076-2","label":"Curb or separator","path":[[-122.342403732844,47.621268083145],[-122.342402382124,47.6212680776649]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[]},{"id":"verticalElements-245076-3","label":"Curb or separator","path":[[-122.342402382124,47.6212680776649],[-122.342402374044,47.6212689917755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[]},{"id":"verticalElements-245112-0","label":"Curb or separator","path":[[-122.342408926557,47.6205095352645],[-122.342410278562,47.6205095398277]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[]},{"id":"verticalElements-245112-1","label":"Curb or separator","path":[[-122.342410278562,47.6205095398277],[-122.342410285337,47.6205086266338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[]},{"id":"verticalElements-245112-2","label":"Curb or separator","path":[[-122.342410285337,47.6205086266338],[-122.342408934636,47.6205086211538]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[]},{"id":"verticalElements-245112-3","label":"Curb or separator","path":[[-122.342408934636,47.6205086211538],[-122.342408926557,47.6205095352645]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[]},{"id":"verticalElements-245616-0","label":"Curb or separator","path":[[-122.342409503104,47.6204280373647],[-122.342410853803,47.6204280428447]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[]},{"id":"verticalElements-245616-1","label":"Curb or separator","path":[[-122.342410853803,47.6204280428447],[-122.342410861882,47.620427128734]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[]},{"id":"verticalElements-245616-2","label":"Curb or separator","path":[[-122.342410861882,47.620427128734],[-122.34240950988,47.6204271241709]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[]},{"id":"verticalElements-245616-3","label":"Curb or separator","path":[[-122.34240950988,47.6204271241709],[-122.342409503104,47.6204280373647]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[]},{"id":"verticalElements-245790-0","label":"Curb or separator","path":[[-122.342361146279,47.6205083300028],[-122.34236249831,47.6205083354657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[]},{"id":"verticalElements-245790-1","label":"Curb or separator","path":[[-122.34236249831,47.6205083354657],[-122.34236250506,47.6205074213727]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[]},{"id":"verticalElements-245790-2","label":"Curb or separator","path":[[-122.34236250506,47.6205074213727],[-122.342361154359,47.6205074158921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[]},{"id":"verticalElements-245790-3","label":"Curb or separator","path":[[-122.342361154359,47.6205074158921],[-122.342361146279,47.6205083300028]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[]},{"id":"verticalElements-245843-0","label":"Curb or separator","path":[[-122.342808671142,47.6209248322935],[-122.342808644632,47.6209239186415]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[]},{"id":"verticalElements-245843-1","label":"Curb or separator","path":[[-122.342808644632,47.6209239186415],[-122.342807293268,47.6209239365647]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[]},{"id":"verticalElements-245843-2","label":"Curb or separator","path":[[-122.342807293268,47.6209239365647],[-122.342807319778,47.6209248502167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[]},{"id":"verticalElements-245843-3","label":"Curb or separator","path":[[-122.342807319778,47.6209248502167],[-122.342808671142,47.6209248322935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[]},{"id":"verticalElements-245905-0","label":"Curb or separator","path":[[-122.342266608828,47.62130991769],[-122.342262532417,47.6213126435769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245905-1","label":"Curb or separator","path":[[-122.342266587216,47.6213126590875],[-122.342262554028,47.6213099021794]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245905-2","label":"Curb or separator","path":[[-122.342262532417,47.6213126435769],[-122.342262554028,47.6213099021794]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245905-3","label":"Curb or separator","path":[[-122.342262554028,47.6213099021794],[-122.342266608828,47.62130991769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245905-4","label":"Curb or separator","path":[[-122.342266608828,47.62130991769],[-122.342266587216,47.6213126590875]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245905-5","label":"Curb or separator","path":[[-122.342266587216,47.6213126590875],[-122.342262532417,47.6213126435769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245966-0","label":"Curb or separator","path":[[-122.34290294954,47.6208490959311],[-122.342902923029,47.6208481822791]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[]},{"id":"verticalElements-245966-1","label":"Curb or separator","path":[[-122.342902923029,47.6208481822791],[-122.342901571667,47.6208482002034]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[]},{"id":"verticalElements-245966-2","label":"Curb or separator","path":[[-122.342901571667,47.6208482002034],[-122.342901598179,47.6208491138555]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[]},{"id":"verticalElements-245966-3","label":"Curb or separator","path":[[-122.342901598179,47.6208491138555],[-122.34290294954,47.6208490959311]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[]},{"id":"verticalElements-246086-0","label":"Curb or separator","path":[[-122.342457653866,47.6212178455501],[-122.342453576142,47.6212205714613]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246086-1","label":"Curb or separator","path":[[-122.342457630935,47.6212205869652],[-122.342453599074,47.6212178300462]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246086-2","label":"Curb or separator","path":[[-122.342453576142,47.6212205714613],[-122.342453599074,47.6212178300462]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246086-3","label":"Curb or separator","path":[[-122.342453599074,47.6212178300462],[-122.342457653866,47.6212178455501]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246086-4","label":"Curb or separator","path":[[-122.342457653866,47.6212178455501],[-122.342457630935,47.6212205869652]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246086-5","label":"Curb or separator","path":[[-122.342457630935,47.6212205869652],[-122.342453576142,47.6212205714613]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246147-0","label":"Curb or separator","path":[[-122.342305431231,47.6209922212536],[-122.342306781918,47.6209922258356]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[]},{"id":"verticalElements-246147-1","label":"Curb or separator","path":[[-122.342306781918,47.6209922258356],[-122.342306790025,47.6209913126241]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[]},{"id":"verticalElements-246147-2","label":"Curb or separator","path":[[-122.342306790025,47.6209913126241],[-122.342305437982,47.6209913071605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[]},{"id":"verticalElements-246147-3","label":"Curb or separator","path":[[-122.342305437982,47.6209913071605],[-122.342305431231,47.6209922212536]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[]},{"id":"verticalElements-246226-0","label":"Curb or separator","path":[[-122.34226841613,47.6210906021543],[-122.342264338406,47.6210933280589]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246226-1","label":"Curb or separator","path":[[-122.342268393188,47.6210933435694],[-122.342264361347,47.6210905866437]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246226-2","label":"Curb or separator","path":[[-122.342264338406,47.6210933280589],[-122.342264361347,47.6210905866437]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246226-3","label":"Curb or separator","path":[[-122.342264361347,47.6210905866437],[-122.34226841613,47.6210906021543]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246226-4","label":"Curb or separator","path":[[-122.34226841613,47.6210906021543],[-122.342268393188,47.6210933435694]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246226-5","label":"Curb or separator","path":[[-122.342268393188,47.6210933435694],[-122.342264338406,47.6210933280589]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246282-0","label":"Curb or separator","path":[[-122.342404286244,47.6210196890452],[-122.342405638288,47.6210196945076]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[]},{"id":"verticalElements-246282-1","label":"Curb or separator","path":[[-122.342405638288,47.6210196945076],[-122.342405646367,47.621018780397]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[]},{"id":"verticalElements-246282-2","label":"Curb or separator","path":[[-122.342405646367,47.621018780397],[-122.342404294349,47.6210187758338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[]},{"id":"verticalElements-246282-3","label":"Curb or separator","path":[[-122.342404294349,47.6210187758338],[-122.342404286244,47.6210196890452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[]},{"id":"verticalElements-246531-0","label":"Curb or separator","path":[[-122.342468358239,47.6209813356312],[-122.342469710256,47.6209813401936]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[]},{"id":"verticalElements-246531-1","label":"Curb or separator","path":[[-122.342469710256,47.6209813401936],[-122.34246971836,47.6209804269822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[]},{"id":"verticalElements-246531-2","label":"Curb or separator","path":[[-122.34246971836,47.6209804269822],[-122.342468366317,47.6209804215205]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[]},{"id":"verticalElements-246531-3","label":"Curb or separator","path":[[-122.342468366317,47.6209804215205],[-122.342468358239,47.6209813356312]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[]},{"id":"verticalElements-246880-0","label":"Curb or separator","path":[[-122.342475014825,47.6212178204548],[-122.342470937128,47.621220547266]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246880-1","label":"Curb or separator","path":[[-122.342474991894,47.62122056187],[-122.342470960059,47.6212178058509]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246880-2","label":"Curb or separator","path":[[-122.342470937128,47.621220547266],[-122.342470960059,47.6212178058509]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246880-3","label":"Curb or separator","path":[[-122.342470960059,47.6212178058509],[-122.342475014825,47.6212178204548]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246880-4","label":"Curb or separator","path":[[-122.342475014825,47.6212178204548],[-122.342474991894,47.62122056187]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246880-5","label":"Curb or separator","path":[[-122.342474991894,47.62122056187],[-122.342470937128,47.621220547266]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246932-0","label":"Curb or separator","path":[[-122.342273866605,47.6204700681312],[-122.34226978893,47.6204727940359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-246932-1","label":"Curb or separator","path":[[-122.342273843664,47.6204728095463],[-122.342269811871,47.6204700526208]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-246932-2","label":"Curb or separator","path":[[-122.34226978893,47.6204727940359],[-122.342269811871,47.6204700526208]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-246932-3","label":"Curb or separator","path":[[-122.342269811871,47.6204700526208],[-122.342273866605,47.6204700681312]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-246932-4","label":"Curb or separator","path":[[-122.342273866605,47.6204700681312],[-122.342273843664,47.6204728095463]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-246932-5","label":"Curb or separator","path":[[-122.342273843664,47.6204728095463],[-122.34226978893,47.6204727940359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-247130-0","label":"Curb or separator","path":[[-122.342455614478,47.6210347965991],[-122.342456966522,47.6210348020609]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[]},{"id":"verticalElements-247130-1","label":"Curb or separator","path":[[-122.342456966522,47.6210348020609],[-122.342456974601,47.6210338879502]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[]},{"id":"verticalElements-247130-2","label":"Curb or separator","path":[[-122.342456974601,47.6210338879502],[-122.342455622582,47.6210338833877]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[]},{"id":"verticalElements-247130-3","label":"Curb or separator","path":[[-122.342455622582,47.6210338833877],[-122.342455614478,47.6210347965991]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[]},{"id":"verticalElements-247151-0","label":"Curb or separator","path":[[-122.342400453148,47.6214310243737],[-122.342401805203,47.6214310298362]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[]},{"id":"verticalElements-247151-1","label":"Curb or separator","path":[[-122.342401805203,47.6214310298362],[-122.342401811953,47.6214301157432]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[]},{"id":"verticalElements-247151-2","label":"Curb or separator","path":[[-122.342401811953,47.6214301157432],[-122.342400461254,47.6214301111623]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[]},{"id":"verticalElements-247151-3","label":"Curb or separator","path":[[-122.342400461254,47.6214301111623],[-122.342400453148,47.6214310243737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[]},{"id":"verticalElements-247156-0","label":"Curb or separator","path":[[-122.342306823186,47.6207971718966],[-122.342308175225,47.6207971773602]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[]},{"id":"verticalElements-247156-1","label":"Curb or separator","path":[[-122.342308175225,47.6207971773602],[-122.342308183306,47.6207962632495]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[]},{"id":"verticalElements-247156-2","label":"Curb or separator","path":[[-122.342308183306,47.6207962632495],[-122.342306831293,47.6207962586852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[]},{"id":"verticalElements-247156-3","label":"Curb or separator","path":[[-122.342306831293,47.6207962586852],[-122.342306823186,47.6207971718966]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[]},{"id":"verticalElements-247723-0","label":"Curb or separator","path":[[-122.342493193663,47.6212184223351],[-122.342489117271,47.6212211482301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247723-1","label":"Curb or separator","path":[[-122.342493172063,47.6212211637326],[-122.342489138871,47.6212184068326]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247723-2","label":"Curb or separator","path":[[-122.342489117271,47.6212211482301],[-122.342489138871,47.6212184068326]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247723-3","label":"Curb or separator","path":[[-122.342489138871,47.6212184068326],[-122.342493193663,47.6212184223351]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247723-4","label":"Curb or separator","path":[[-122.342493193663,47.6212184223351],[-122.342493172063,47.6212211637326]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247723-5","label":"Curb or separator","path":[[-122.342493172063,47.6212211637326],[-122.342489117271,47.6212211482301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247730-0","label":"Curb or separator","path":[[-122.342805634358,47.620848832145],[-122.342805607848,47.6208479184929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[]},{"id":"verticalElements-247730-1","label":"Curb or separator","path":[[-122.342805607848,47.6208479184929],[-122.342804256487,47.6208479364161]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[]},{"id":"verticalElements-247730-2","label":"Curb or separator","path":[[-122.342804256487,47.6208479364161],[-122.342804282997,47.6208488500681]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[]},{"id":"verticalElements-247730-3","label":"Curb or separator","path":[[-122.342804282997,47.6208488500681],[-122.342805634358,47.620848832145]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[]},{"id":"verticalElements-247893-0","label":"Curb or separator","path":[[-122.342456055641,47.6209813386333],[-122.342457406355,47.6209813441127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[]},{"id":"verticalElements-247893-1","label":"Curb or separator","path":[[-122.342457406355,47.6209813441127],[-122.342457414433,47.620980430002]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[]},{"id":"verticalElements-247893-2","label":"Curb or separator","path":[[-122.342457414433,47.620980430002],[-122.34245606239,47.6209804245402]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[]},{"id":"verticalElements-247893-3","label":"Curb or separator","path":[[-122.34245606239,47.6209804245402],[-122.342456055641,47.6209813386333]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[]},{"id":"verticalElements-247905-0","label":"Curb or separator","path":[[-122.343046024985,47.6209258348037],[-122.343050158617,47.6209285219814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-247905-1","label":"Curb or separator","path":[[-122.343050079075,47.6209257810255],[-122.343046104527,47.6209285757597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-247905-2","label":"Curb or separator","path":[[-122.343050158617,47.6209285219814],[-122.343046104527,47.6209285757597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-247905-3","label":"Curb or separator","path":[[-122.343046104527,47.6209285757597],[-122.343046024985,47.6209258348037]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-247905-4","label":"Curb or separator","path":[[-122.343046024985,47.6209258348037],[-122.343050079075,47.6209257810255]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-247905-5","label":"Curb or separator","path":[[-122.343050079075,47.6209257810255],[-122.343050158617,47.6209285219814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-248032-0","label":"Curb or separator","path":[[-122.342283453072,47.6214839235856],[-122.342279375319,47.6214866494906]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248032-1","label":"Curb or separator","path":[[-122.342283430131,47.6214866650007],[-122.342279398259,47.6214839080756]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248032-2","label":"Curb or separator","path":[[-122.342279375319,47.6214866494906],[-122.342279398259,47.6214839080756]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248032-3","label":"Curb or separator","path":[[-122.342279398259,47.6214839080756],[-122.342283453072,47.6214839235856]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248032-4","label":"Curb or separator","path":[[-122.342283453072,47.6214839235856],[-122.342283430131,47.6214866650007]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248032-5","label":"Curb or separator","path":[[-122.342283430131,47.6214866650007],[-122.342279375319,47.6214866494906]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248571-0","label":"Curb or separator","path":[[-122.342309192014,47.6205979560881],[-122.342305114357,47.6206006828934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248571-1","label":"Curb or separator","path":[[-122.342309169075,47.6206006975032],[-122.342305137297,47.6205979414783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248571-2","label":"Curb or separator","path":[[-122.342305114357,47.6206006828934],[-122.342305137297,47.6205979414783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248571-3","label":"Curb or separator","path":[[-122.342305137297,47.6205979414783],[-122.342309192014,47.6205979560881]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248571-4","label":"Curb or separator","path":[[-122.342309192014,47.6205979560881],[-122.342309169075,47.6206006975032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248571-5","label":"Curb or separator","path":[[-122.342309169075,47.6206006975032],[-122.342305114357,47.6206006828934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248659-0","label":"Curb or separator","path":[[-122.342403160278,47.621184584458],[-122.342404510996,47.621184589938]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[]},{"id":"verticalElements-248659-1","label":"Curb or separator","path":[[-122.342404510996,47.621184589938],[-122.342404519076,47.6211836758274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[]},{"id":"verticalElements-248659-2","label":"Curb or separator","path":[[-122.342404519076,47.6211836758274],[-122.342403167053,47.6211836712642]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[]},{"id":"verticalElements-248659-3","label":"Curb or separator","path":[[-122.342403167053,47.6211836712642],[-122.342403160278,47.621184584458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[]},{"id":"verticalElements-248672-0","label":"Curb or separator","path":[[-122.342361721597,47.6204268330201],[-122.3423630736,47.6204268375838]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[]},{"id":"verticalElements-248672-1","label":"Curb or separator","path":[[-122.3423630736,47.6204268375838],[-122.342363081706,47.6204259243724]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[]},{"id":"verticalElements-248672-2","label":"Curb or separator","path":[[-122.342363081706,47.6204259243724],[-122.342361729677,47.6204259189094]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[]},{"id":"verticalElements-248672-3","label":"Curb or separator","path":[[-122.342361729677,47.6204259189094],[-122.342361721597,47.6204268330201]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[]},{"id":"verticalElements-249073-0","label":"Curb or separator","path":[[-122.343000122384,47.6209274935447],[-122.34300009587,47.6209265798927]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[]},{"id":"verticalElements-249073-1","label":"Curb or separator","path":[[-122.34300009587,47.6209265798927],[-122.342998744507,47.6209265978182]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[]},{"id":"verticalElements-249073-2","label":"Curb or separator","path":[[-122.342998744507,47.6209265978182],[-122.34299877102,47.6209275114703]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[]},{"id":"verticalElements-249073-3","label":"Curb or separator","path":[[-122.34299877102,47.6209275114703],[-122.343000122384,47.6209274935447]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[]},{"id":"verticalElements-249098-0","label":"Curb or separator","path":[[-122.342457154805,47.6207973610489],[-122.342458506843,47.6207973665107]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[]},{"id":"verticalElements-249098-1","label":"Curb or separator","path":[[-122.342458506843,47.6207973665107],[-122.342458513592,47.6207964524177]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[]},{"id":"verticalElements-249098-2","label":"Curb or separator","path":[[-122.342458513592,47.6207964524177],[-122.342457162909,47.6207964478375]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[]},{"id":"verticalElements-249098-3","label":"Curb or separator","path":[[-122.342457162909,47.6207964478375],[-122.342457154805,47.6207973610489]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[]},{"id":"verticalElements-249230-0","label":"Curb or separator","path":[[-122.342275672517,47.6202507526083],[-122.34227159486,47.6202534785132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249230-1","label":"Curb or separator","path":[[-122.342275649577,47.6202534940235],[-122.3422716178,47.620250737098]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249230-2","label":"Curb or separator","path":[[-122.34227159486,47.6202534785132],[-122.3422716178,47.620250737098]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249230-3","label":"Curb or separator","path":[[-122.3422716178,47.620250737098],[-122.342275672517,47.6202507526083]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249230-4","label":"Curb or separator","path":[[-122.342275672517,47.6202507526083],[-122.342275649577,47.6202534940235]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249230-5","label":"Curb or separator","path":[[-122.342275649577,47.6202534940235],[-122.34227159486,47.6202534785132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249300-0","label":"Curb or separator","path":[[-122.342467333296,47.6210073758334],[-122.34246868534,47.6210073812951]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[]},{"id":"verticalElements-249300-1","label":"Curb or separator","path":[[-122.34246868534,47.6210073812951],[-122.342468692088,47.6210064672021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[]},{"id":"verticalElements-249300-2","label":"Curb or separator","path":[[-122.342468692088,47.6210064672021],[-122.3424673414,47.621006462622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[]},{"id":"verticalElements-249300-3","label":"Curb or separator","path":[[-122.3424673414,47.621006462622],[-122.342467333296,47.6210073758334]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[]},{"id":"verticalElements-249480-0","label":"Curb or separator","path":[[-122.342301494086,47.6214839911576],[-122.34229741636,47.6214867179625]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249480-1","label":"Curb or separator","path":[[-122.342301471147,47.6214867325727],[-122.3422974393,47.6214839765474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249480-2","label":"Curb or separator","path":[[-122.34229741636,47.6214867179625],[-122.3422974393,47.6214839765474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249480-3","label":"Curb or separator","path":[[-122.3422974393,47.6214839765474],[-122.342301494086,47.6214839911576]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249480-4","label":"Curb or separator","path":[[-122.342301494086,47.6214839911576],[-122.342301471147,47.6214867325727]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249480-5","label":"Curb or separator","path":[[-122.342301471147,47.6214867325727],[-122.34229741636,47.6214867179625]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249525-0","label":"Curb or separator","path":[[-122.34241005382,47.6203446398313],[-122.34241140449,47.620344644412]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[]},{"id":"verticalElements-249525-1","label":"Curb or separator","path":[[-122.34241140449,47.620344644412],[-122.342411412596,47.6203437312006]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[]},{"id":"verticalElements-249525-2","label":"Curb or separator","path":[[-122.342411412596,47.6203437312006],[-122.342410060569,47.6203437257383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[]},{"id":"verticalElements-249525-3","label":"Curb or separator","path":[[-122.342410060569,47.6203437257383],[-122.34241005382,47.6203446398313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[]},{"id":"verticalElements-249694-0","label":"Curb or separator","path":[[-122.342265389225,47.6214721964714],[-122.342261312828,47.6214749232575]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249694-1","label":"Curb or separator","path":[[-122.34226536764,47.6214749387681],[-122.34226133444,47.62147218186]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249694-2","label":"Curb or separator","path":[[-122.342261312828,47.6214749232575],[-122.34226133444,47.62147218186]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249694-3","label":"Curb or separator","path":[[-122.34226133444,47.62147218186],[-122.342265389225,47.6214721964714]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249694-4","label":"Curb or separator","path":[[-122.342265389225,47.6214721964714],[-122.34226536764,47.6214749387681]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249694-5","label":"Curb or separator","path":[[-122.34226536764,47.6214749387681],[-122.342261312828,47.6214749232575]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249781-0","label":"Curb or separator","path":[[-122.342274769576,47.6203604108195],[-122.34227069191,47.6203631367244]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249781-1","label":"Curb or separator","path":[[-122.342274746635,47.6203631522347],[-122.342270714851,47.6203603953092]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249781-2","label":"Curb or separator","path":[[-122.34227069191,47.6203631367244],[-122.342270714851,47.6203603953092]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249781-3","label":"Curb or separator","path":[[-122.342270714851,47.6203603953092],[-122.342274769576,47.6203604108195]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249781-4","label":"Curb or separator","path":[[-122.342274769576,47.6203604108195],[-122.342274746635,47.6203631522347]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249781-5","label":"Curb or separator","path":[[-122.342274746635,47.6203631522347],[-122.34227069191,47.6203631367244]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249792-0","label":"Curb or separator","path":[[-122.342902807028,47.6209272289423],[-122.342902780517,47.6209263152903]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[]},{"id":"verticalElements-249792-1","label":"Curb or separator","path":[[-122.342902780517,47.6209263152903],[-122.342901429153,47.6209263332147]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[]},{"id":"verticalElements-249792-2","label":"Curb or separator","path":[[-122.342901429153,47.6209263332147],[-122.342901455665,47.6209272468667]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[]},{"id":"verticalElements-249792-3","label":"Curb or separator","path":[[-122.342901455665,47.6209272468667],[-122.342902807028,47.6209272289423]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[]},{"id":"verticalElements-250211-0","label":"Curb or separator","path":[[-122.342307088365,47.6207711291757],[-122.342308440377,47.62077113374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[]},{"id":"verticalElements-250211-1","label":"Curb or separator","path":[[-122.342308440377,47.62077113374],[-122.342308447128,47.6207702196469]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[]},{"id":"verticalElements-250211-2","label":"Curb or separator","path":[[-122.342308447128,47.6207702196469],[-122.342307095116,47.6207702150826]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[]},{"id":"verticalElements-250211-3","label":"Curb or separator","path":[[-122.342307095116,47.6207702150826],[-122.342307088365,47.6207711291757]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[]},{"id":"verticalElements-250336-0","label":"Curb or separator","path":[[-122.342499058645,47.6206850153806],[-122.342494980966,47.6206877412935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250336-1","label":"Curb or separator","path":[[-122.342499035716,47.6206877567958],[-122.342495003895,47.6206849998783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250336-2","label":"Curb or separator","path":[[-122.342494980966,47.6206877412935],[-122.342495003895,47.6206849998783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250336-3","label":"Curb or separator","path":[[-122.342495003895,47.6206849998783],[-122.342499058645,47.6206850153806]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250336-4","label":"Curb or separator","path":[[-122.342499058645,47.6206850153806],[-122.342499035716,47.6206877567958]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250336-5","label":"Curb or separator","path":[[-122.342499035716,47.6206877567958],[-122.342494980966,47.6206877412935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250380-0","label":"Curb or separator","path":[[-122.342754220336,47.6208469078713],[-122.342758353947,47.6208495950596]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250380-1","label":"Curb or separator","path":[[-122.34275827442,47.6208468541034],[-122.342754299862,47.6208496488275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250380-2","label":"Curb or separator","path":[[-122.342758353947,47.6208495950596],[-122.342754299862,47.6208496488275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250380-3","label":"Curb or separator","path":[[-122.342754299862,47.6208496488275],[-122.342754220336,47.6208469078713]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250380-4","label":"Curb or separator","path":[[-122.342754220336,47.6208469078713],[-122.34275827442,47.6208468541034]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250380-5","label":"Curb or separator","path":[[-122.34275827442,47.6208468541034],[-122.342758353947,47.6208495950596]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250384-0","label":"Curb or separator","path":[[-122.34249996112,47.6205753571685],[-122.342495883448,47.6205780830814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250384-1","label":"Curb or separator","path":[[-122.342499938191,47.6205780985837],[-122.342495906377,47.6205753416662]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250384-2","label":"Curb or separator","path":[[-122.342495883448,47.6205780830814],[-122.342495906377,47.6205753416662]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250384-3","label":"Curb or separator","path":[[-122.342495906377,47.6205753416662],[-122.34249996112,47.6205753571685]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250384-4","label":"Curb or separator","path":[[-122.34249996112,47.6205753571685],[-122.342499938191,47.6205780985837]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250384-5","label":"Curb or separator","path":[[-122.342499938191,47.6205780985837],[-122.342495883448,47.6205780830814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250541-0","label":"Curb or separator","path":[[-122.342355409628,47.6210994667908],[-122.342356761648,47.6210994713545]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[]},{"id":"verticalElements-250541-1","label":"Curb or separator","path":[[-122.342356761648,47.6210994713545],[-122.342356769755,47.6210985581431]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[]},{"id":"verticalElements-250541-2","label":"Curb or separator","path":[[-122.342356769755,47.6210985581431],[-122.342355417708,47.6210985526801]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[]},{"id":"verticalElements-250541-3","label":"Curb or separator","path":[[-122.342355417708,47.6210985526801],[-122.342355409628,47.6210994667908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[]},{"id":"verticalElements-250587-0","label":"Curb or separator","path":[[-122.34285159786,47.6209251679526],[-122.342855731482,47.6209278551374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250587-1","label":"Curb or separator","path":[[-122.34285565195,47.6209251141813],[-122.342851677392,47.6209279089087]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250587-2","label":"Curb or separator","path":[[-122.342855731482,47.6209278551374],[-122.342851677392,47.6209279089087]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250587-3","label":"Curb or separator","path":[[-122.342851677392,47.6209279089087],[-122.34285159786,47.6209251679526]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250587-4","label":"Curb or separator","path":[[-122.34285159786,47.6209251679526],[-122.34285565195,47.6209251141813]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250587-5","label":"Curb or separator","path":[[-122.34285565195,47.6209251141813],[-122.342855731482,47.6209278551374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250778-0","label":"Curb or separator","path":[[-122.34285153554,47.6208471726007],[-122.342855669156,47.6208498597855]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250778-1","label":"Curb or separator","path":[[-122.342855589624,47.6208471188294],[-122.342851615072,47.6208499135568]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250778-2","label":"Curb or separator","path":[[-122.342855669156,47.6208498597855],[-122.342851615072,47.6208499135568]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250778-3","label":"Curb or separator","path":[[-122.342851615072,47.6208499135568],[-122.34285153554,47.6208471726007]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250778-4","label":"Curb or separator","path":[[-122.34285153554,47.6208471726007],[-122.342855589624,47.6208471188294]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250778-5","label":"Curb or separator","path":[[-122.342855589624,47.6208471188294],[-122.342855669156,47.6208498597855]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250788-0","label":"Curb or separator","path":[[-122.342948709606,47.6209255693413],[-122.342952843234,47.6209282565226]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250788-1","label":"Curb or separator","path":[[-122.342952763697,47.6209255155665],[-122.342948789143,47.6209283102974]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250788-2","label":"Curb or separator","path":[[-122.342952843234,47.6209282565226],[-122.342948789143,47.6209283102974]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250788-3","label":"Curb or separator","path":[[-122.342948789143,47.6209283102974],[-122.342948709606,47.6209255693413]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250788-4","label":"Curb or separator","path":[[-122.342948709606,47.6209255693413],[-122.342952763697,47.6209255155665]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250788-5","label":"Curb or separator","path":[[-122.342952763697,47.6209255155665],[-122.342952843234,47.6209282565226]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250899-0","label":"Curb or separator","path":[[-122.343097437766,47.6209277589632],[-122.343097411251,47.6209268453112]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[]},{"id":"verticalElements-250899-1","label":"Curb or separator","path":[[-122.343097411251,47.6209268453112],[-122.343096059888,47.6209268632379]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[]},{"id":"verticalElements-250899-2","label":"Curb or separator","path":[[-122.343096059888,47.6209268632379],[-122.343096086402,47.6209277768898]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[]},{"id":"verticalElements-250899-3","label":"Curb or separator","path":[[-122.343096086402,47.6209277768898],[-122.343097437766,47.6209277589632]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[]},{"id":"verticalElements-251108-0","label":"Curb or separator","path":[[-122.342352126934,47.6214274036867],[-122.342353478989,47.6214274091497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[]},{"id":"verticalElements-251108-1","label":"Curb or separator","path":[[-122.342353478989,47.6214274091497],[-122.342353487069,47.621426495039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[]},{"id":"verticalElements-251108-2","label":"Curb or separator","path":[[-122.342353487069,47.621426495039],[-122.34235213504,47.6214264904753]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[]},{"id":"verticalElements-251108-3","label":"Curb or separator","path":[[-122.34235213504,47.6214264904753],[-122.342352126934,47.6214274036867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[]},{"id":"verticalElements-251158-0","label":"Curb or separator","path":[[-122.342357895881,47.6206747154497],[-122.342359247916,47.6206747209127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[]},{"id":"verticalElements-251158-1","label":"Curb or separator","path":[[-122.342359247916,47.6206747209127],[-122.342359254666,47.6206738068197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[]},{"id":"verticalElements-251158-2","label":"Curb or separator","path":[[-122.342359254666,47.6206738068197],[-122.342357903987,47.6206738022383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[]},{"id":"verticalElements-251158-3","label":"Curb or separator","path":[[-122.342357903987,47.6206738022383],[-122.342357895881,47.6206747154497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[]},{"id":"verticalElements-251184-0","label":"Curb or separator","path":[[-122.342309519491,47.6205581889937],[-122.342305441811,47.6205609148998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251184-1","label":"Curb or separator","path":[[-122.342309496552,47.6205609304088],[-122.34230546475,47.6205581734846]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251184-2","label":"Curb or separator","path":[[-122.342305441811,47.6205609148998],[-122.34230546475,47.6205581734846]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251184-3","label":"Curb or separator","path":[[-122.34230546475,47.6205581734846],[-122.342309519491,47.6205581889937]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251184-4","label":"Curb or separator","path":[[-122.342309519491,47.6205581889937],[-122.342309496552,47.6205609304088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251184-5","label":"Curb or separator","path":[[-122.342309496552,47.6205609304088],[-122.342305441811,47.6205609148998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251234-0","label":"Curb or separator","path":[[-122.342360359987,47.6205927373215],[-122.342361711994,47.6205927418852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[]},{"id":"verticalElements-251234-1","label":"Curb or separator","path":[[-122.342361711994,47.6205927418852],[-122.3423617201,47.6205918286737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[]},{"id":"verticalElements-251234-2","label":"Curb or separator","path":[[-122.3423617201,47.6205918286737],[-122.342360368067,47.6205918232108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[]},{"id":"verticalElements-251234-3","label":"Curb or separator","path":[[-122.342360368067,47.6205918232108],[-122.342360359987,47.6205927373215]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[]},{"id":"verticalElements-251240-0","label":"Curb or separator","path":[[-122.34268729471,47.6209042981571],[-122.342691428323,47.6209069853478]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251240-1","label":"Curb or separator","path":[[-122.342691348799,47.6209042443916],[-122.342687374233,47.6209070391133]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251240-2","label":"Curb or separator","path":[[-122.342691428323,47.6209069853478],[-122.342687374233,47.6209070391133]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251240-3","label":"Curb or separator","path":[[-122.342687374233,47.6209070391133],[-122.34268729471,47.6209042981571]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251240-4","label":"Curb or separator","path":[[-122.34268729471,47.6209042981571],[-122.342691348799,47.6209042443916]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251240-5","label":"Curb or separator","path":[[-122.342691348799,47.6209042443916],[-122.342691428323,47.6209069853478]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251299-0","label":"Curb or separator","path":[[-122.342410451607,47.6202619793067],[-122.342411803631,47.620261984769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[]},{"id":"verticalElements-251299-1","label":"Curb or separator","path":[[-122.342411803631,47.620261984769],[-122.34241181038,47.620261070676]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[]},{"id":"verticalElements-251299-2","label":"Curb or separator","path":[[-122.34241181038,47.620261070676],[-122.342410459712,47.6202610660953]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[]},{"id":"verticalElements-251299-3","label":"Curb or separator","path":[[-122.342410459712,47.6202610660953],[-122.342410451607,47.6202619793067]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[]},{"id":"verticalElements-251304-0","label":"Curb or separator","path":[[-122.342457466291,47.6207619086935],[-122.342458816998,47.6207619141729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[]},{"id":"verticalElements-251304-1","label":"Curb or separator","path":[[-122.342458816998,47.6207619141729],[-122.342458825077,47.6207610000622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[]},{"id":"verticalElements-251304-2","label":"Curb or separator","path":[[-122.342458825077,47.6207610000622],[-122.342457473039,47.6207609946005]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[]},{"id":"verticalElements-251304-3","label":"Curb or separator","path":[[-122.342457473039,47.6207609946005],[-122.342457466291,47.6207619086935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[]},{"id":"verticalElements-251382-0","label":"Curb or separator","path":[[-122.342273438079,47.6205580529502],[-122.342269361727,47.6205607788373]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251382-1","label":"Curb or separator","path":[[-122.342273416468,47.6205607943477],[-122.342269383338,47.6205580374398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251382-2","label":"Curb or separator","path":[[-122.342269361727,47.6205607788373],[-122.342269383338,47.6205580374398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251382-3","label":"Curb or separator","path":[[-122.342269383338,47.6205580374398],[-122.342273438079,47.6205580529502]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251382-4","label":"Curb or separator","path":[[-122.342273438079,47.6205580529502],[-122.342273416468,47.6205607943477]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251382-5","label":"Curb or separator","path":[[-122.342273416468,47.6205607943477],[-122.342269361727,47.6205607788373]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251435-0","label":"Curb or separator","path":[[-122.342265705823,47.621419574999],[-122.3422616281,47.6214223018027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251435-1","label":"Curb or separator","path":[[-122.342265682907,47.6214223173134],[-122.342261651041,47.6214195603876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251435-2","label":"Curb or separator","path":[[-122.3422616281,47.6214223018027],[-122.342261651041,47.6214195603876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251435-3","label":"Curb or separator","path":[[-122.342261651041,47.6214195603876],[-122.342265705823,47.621419574999]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251435-4","label":"Curb or separator","path":[[-122.342265705823,47.621419574999],[-122.342265682907,47.6214223173134]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251435-5","label":"Curb or separator","path":[[-122.342265682907,47.6214223173134],[-122.3422616281,47.6214223018027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251542-0","label":"Curb or separator","path":[[-122.34235404798,47.6212653710893],[-122.342355400005,47.621265375653]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[]},{"id":"verticalElements-251542-1","label":"Curb or separator","path":[[-122.342355400005,47.621265375653],[-122.342355408111,47.6212644624416]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[]},{"id":"verticalElements-251542-2","label":"Curb or separator","path":[[-122.342355408111,47.6212644624416],[-122.34235405606,47.6212644569786]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[]},{"id":"verticalElements-251542-3","label":"Curb or separator","path":[[-122.34235405606,47.6212644569786],[-122.34235404798,47.6212653710893]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[]},{"id":"verticalElements-251545-0","label":"Curb or separator","path":[[-122.342494627147,47.6211760550944],[-122.342490549429,47.6211787810071]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251545-1","label":"Curb or separator","path":[[-122.342494604218,47.6211787965096],[-122.342490572358,47.6211760395919]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251545-2","label":"Curb or separator","path":[[-122.342490549429,47.6211787810071],[-122.342490572358,47.6211760395919]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251545-3","label":"Curb or separator","path":[[-122.342490572358,47.6211760395919],[-122.342494627147,47.6211760550944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251545-4","label":"Curb or separator","path":[[-122.342494627147,47.6211760550944],[-122.342494604218,47.6211787965096]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251545-5","label":"Curb or separator","path":[[-122.342494604218,47.6211787965096],[-122.342490549429,47.6211787810071]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251743-0","label":"Curb or separator","path":[[-122.342269319097,47.6209809439451],[-122.342265241382,47.6209836698497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-251743-1","label":"Curb or separator","path":[[-122.342269296156,47.6209836853603],[-122.342265264323,47.6209809284346]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-251743-2","label":"Curb or separator","path":[[-122.342265241382,47.6209836698497],[-122.342265264323,47.6209809284346]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-251743-3","label":"Curb or separator","path":[[-122.342265264323,47.6209809284346],[-122.342269319097,47.6209809439451]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-251743-4","label":"Curb or separator","path":[[-122.342269319097,47.6209809439451],[-122.342269296156,47.6209836853603]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-251743-5","label":"Curb or separator","path":[[-122.342269296156,47.6209836853603],[-122.342265241382,47.6209836698497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-252048-0","label":"Curb or separator","path":[[-122.342708317821,47.6208485673939],[-122.342708291313,47.6208476537418]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[]},{"id":"verticalElements-252048-1","label":"Curb or separator","path":[[-122.342708291313,47.6208476537418],[-122.342706939951,47.6208476716639]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[]},{"id":"verticalElements-252048-2","label":"Curb or separator","path":[[-122.342706939951,47.6208476716639],[-122.34270696646,47.6208485853159]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[]},{"id":"verticalElements-252048-3","label":"Curb or separator","path":[[-122.34270696646,47.6208485853159],[-122.342708317821,47.6208485673939]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[]},{"id":"verticalElements-252192-0","label":"Curb or separator","path":[[-122.342307364309,47.620743714407],[-122.342308715016,47.6207437198882]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[]},{"id":"verticalElements-252192-1","label":"Curb or separator","path":[[-122.342308715016,47.6207437198882],[-122.342308723097,47.6207428057775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[]},{"id":"verticalElements-252192-2","label":"Curb or separator","path":[[-122.342308723097,47.6207428057775],[-122.34230737106,47.6207428003139]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[]},{"id":"verticalElements-252192-3","label":"Curb or separator","path":[[-122.34230737106,47.6207428003139],[-122.342307364309,47.620743714407]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[]},{"id":"verticalElements-252241-0","label":"Curb or separator","path":[[-122.342457336458,47.620779587748],[-122.342458687166,47.6207795932273]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[]},{"id":"verticalElements-252241-1","label":"Curb or separator","path":[[-122.342458687166,47.6207795932273],[-122.342458695244,47.6207786791167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[]},{"id":"verticalElements-252241-2","label":"Curb or separator","path":[[-122.342458695244,47.6207786791167],[-122.342457343206,47.6207786736549]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[]},{"id":"verticalElements-252241-3","label":"Curb or separator","path":[[-122.342457343206,47.6207786736549],[-122.342457336458,47.620779587748]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[]},{"id":"verticalElements-252261-0","label":"Curb or separator","path":[[-122.342493135623,47.6213357700076],[-122.342489057918,47.6213384968195]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252261-1","label":"Curb or separator","path":[[-122.342493112693,47.6213385114228],[-122.342489080847,47.6213357554044]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252261-2","label":"Curb or separator","path":[[-122.342489057918,47.6213384968195],[-122.342489080847,47.6213357554044]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252261-3","label":"Curb or separator","path":[[-122.342489080847,47.6213357554044],[-122.342493135623,47.6213357700076]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252261-4","label":"Curb or separator","path":[[-122.342493135623,47.6213357700076],[-122.342493112693,47.6213385114228]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252261-5","label":"Curb or separator","path":[[-122.342493112693,47.6213385114228],[-122.342489057918,47.6213384968195]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252480-0","label":"Curb or separator","path":[[-122.342498156142,47.6207946726931],[-122.342494078479,47.6207973995052]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252480-1","label":"Curb or separator","path":[[-122.342498133212,47.6207974141083],[-122.342494101408,47.62079465809]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252480-2","label":"Curb or separator","path":[[-122.342494078479,47.6207973995052],[-122.342494101408,47.62079465809]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252480-3","label":"Curb or separator","path":[[-122.342494101408,47.62079465809],[-122.342498156142,47.6207946726931]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252480-4","label":"Curb or separator","path":[[-122.342498156142,47.6207946726931],[-122.342498133212,47.6207974141083]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252480-5","label":"Curb or separator","path":[[-122.342498133212,47.6207974141083],[-122.342494078479,47.6207973995052]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252495-0","label":"Curb or separator","path":[[-122.342354834292,47.621180963772],[-122.342356186341,47.621180969235]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[]},{"id":"verticalElements-252495-1","label":"Curb or separator","path":[[-122.342356186341,47.621180969235],[-122.342356193091,47.621180055142]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[]},{"id":"verticalElements-252495-2","label":"Curb or separator","path":[[-122.342356193091,47.621180055142],[-122.342354842372,47.6211800496614]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[]},{"id":"verticalElements-252495-3","label":"Curb or separator","path":[[-122.342354842372,47.6211800496614],[-122.342354834292,47.621180963772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[]},{"id":"verticalElements-252604-0","label":"Curb or separator","path":[[-122.342362126477,47.6202583586238],[-122.342363478502,47.6202583640867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[]},{"id":"verticalElements-252604-1","label":"Curb or separator","path":[[-122.342363478502,47.6202583640867],[-122.342363486582,47.620257449976]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[]},{"id":"verticalElements-252604-2","label":"Curb or separator","path":[[-122.342363486582,47.620257449976],[-122.342362134583,47.6202574454124]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[]},{"id":"verticalElements-252604-3","label":"Curb or separator","path":[[-122.342362134583,47.6202574454124],[-122.342362126477,47.6202583586238]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[]},{"id":"verticalElements-252786-0","label":"Curb or separator","path":[[-122.342467108004,47.6210347908313],[-122.342468458693,47.6210347954114]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[]},{"id":"verticalElements-252786-1","label":"Curb or separator","path":[[-122.342468458693,47.6210347954114],[-122.342468466797,47.6210338822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[]},{"id":"verticalElements-252786-2","label":"Curb or separator","path":[[-122.342468466797,47.6210338822],[-122.342467114753,47.6210338767383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[]},{"id":"verticalElements-252786-3","label":"Curb or separator","path":[[-122.342467114753,47.6210338767383],[-122.342467108004,47.6210347908313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[]},{"id":"verticalElements-252801-0","label":"Curb or separator","path":[[-122.342293554421,47.6207970761403],[-122.342294905129,47.6207970816217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[]},{"id":"verticalElements-252801-1","label":"Curb or separator","path":[[-122.342294905129,47.6207970816217],[-122.342294913211,47.620796167511]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[]},{"id":"verticalElements-252801-2","label":"Curb or separator","path":[[-122.342294913211,47.620796167511],[-122.342293561198,47.6207961629465]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[]},{"id":"verticalElements-252801-3","label":"Curb or separator","path":[[-122.342293561198,47.6207961629465],[-122.342293554421,47.6207970761403]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[]},{"id":"verticalElements-252956-0","label":"Curb or separator","path":[[-122.342360543894,47.6209927967548],[-122.342361089041,47.6209969115387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252956,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252956"}],"details":[]},{"id":"verticalElements-252970-0","label":"Curb or separator","path":[[-122.34239791004,47.62087946235],[-122.342397988279,47.6208703248755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252970,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252970"}],"details":[]},{"id":"verticalElements-253518-0","label":"Curb or separator","path":[[-122.342355960411,47.6210160683597],[-122.342357312455,47.6210160738227]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[]},{"id":"verticalElements-253518-1","label":"Curb or separator","path":[[-122.342357312455,47.6210160738227],[-122.342357320536,47.6210151597121]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[]},{"id":"verticalElements-253518-2","label":"Curb or separator","path":[[-122.342357320536,47.6210151597121],[-122.342355968518,47.6210151551483]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[]},{"id":"verticalElements-253518-3","label":"Curb or separator","path":[[-122.342355968518,47.6210151551483],[-122.342355960411,47.6210160683597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[]},{"id":"verticalElements-253566-0","label":"Curb or separator","path":[[-122.34240622082,47.620755975167],[-122.342407571501,47.6207559797477]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[]},{"id":"verticalElements-253566-1","label":"Curb or separator","path":[[-122.342407571501,47.6207559797477],[-122.342407579606,47.6207550665363]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[]},{"id":"verticalElements-253566-2","label":"Curb or separator","path":[[-122.342407579606,47.6207550665363],[-122.342406227569,47.6207550610739]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[]},{"id":"verticalElements-253566-3","label":"Curb or separator","path":[[-122.342406227569,47.6207550610739],[-122.34240622082,47.620755975167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[]},{"id":"verticalElements-253739-0","label":"Curb or separator","path":[[-122.342408141647,47.6205939416666],[-122.34240949235,47.6205939471467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[]},{"id":"verticalElements-253739-1","label":"Curb or separator","path":[[-122.34240949235,47.6205939471467],[-122.342409500429,47.6205930330359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[]},{"id":"verticalElements-253739-2","label":"Curb or separator","path":[[-122.342409500429,47.6205930330359],[-122.342408148422,47.6205930284729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[]},{"id":"verticalElements-253739-3","label":"Curb or separator","path":[[-122.342408148422,47.6205930284729],[-122.342408141647,47.6205939416666]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[]},{"id":"verticalElements-253784-0","label":"Curb or separator","path":[[-122.342405676311,47.6206759207128],[-122.342407028347,47.6206759261752]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[]},{"id":"verticalElements-253784-1","label":"Curb or separator","path":[[-122.342407028347,47.6206759261752],[-122.342407035096,47.6206750120822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[]},{"id":"verticalElements-253784-2","label":"Curb or separator","path":[[-122.342407035096,47.6206750120822],[-122.342405684391,47.6206750066021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[]},{"id":"verticalElements-253784-3","label":"Curb or separator","path":[[-122.342405684391,47.6206750066021],[-122.342405676311,47.6206759207128]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[]},{"id":"verticalElements-253855-0","label":"Curb or separator","path":[[-122.342399909972,47.6213509699033],[-122.342401260695,47.6213509753834]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[]},{"id":"verticalElements-253855-1","label":"Curb or separator","path":[[-122.342401260695,47.6213509753834],[-122.342401268774,47.6213500612728]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[]},{"id":"verticalElements-253855-2","label":"Curb or separator","path":[[-122.342401268774,47.6213500612728],[-122.342399916748,47.6213500567095]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[]},{"id":"verticalElements-253855-3","label":"Curb or separator","path":[[-122.342399916748,47.6213500567095],[-122.342399909972,47.6213509699033]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[]},{"id":"verticalElements-254000-0","label":"Curb or separator","path":[[-122.34229381825,47.6207710325377],[-122.342295170288,47.6207710380015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[]},{"id":"verticalElements-254000-1","label":"Curb or separator","path":[[-122.342295170288,47.6207710380015],[-122.342295177039,47.6207701239084]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[]},{"id":"verticalElements-254000-2","label":"Curb or separator","path":[[-122.342295177039,47.6207701239084],[-122.342293826358,47.6207701193263]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[]},{"id":"verticalElements-254000-3","label":"Curb or separator","path":[[-122.342293826358,47.6207701193263],[-122.34229381825,47.6207710325377]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[]},{"id":"verticalElements-254057-0","label":"Curb or separator","path":[[-122.342351583832,47.621347349216],[-122.342352935885,47.6213473546791]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[]},{"id":"verticalElements-254057-1","label":"Curb or separator","path":[[-122.342352935885,47.6213473546791],[-122.342352942635,47.6213464405861]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[]},{"id":"verticalElements-254057-2","label":"Curb or separator","path":[[-122.342352942635,47.6213464405861],[-122.342351591938,47.6213464360046]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[]},{"id":"verticalElements-254057-3","label":"Curb or separator","path":[[-122.342351591938,47.6213464360046],[-122.342351583832,47.621347349216]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[]},{"id":"verticalElements-254293-0","label":"Curb or separator","path":[[-122.342362273693,47.62034343457],[-122.34236362439,47.6203434400506]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[]},{"id":"verticalElements-254293-1","label":"Curb or separator","path":[[-122.34236362439,47.6203434400506],[-122.34236363247,47.6203425259399]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[]},{"id":"verticalElements-254293-2","label":"Curb or separator","path":[[-122.34236363247,47.6203425259399],[-122.342362280469,47.6203425213762]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[]},{"id":"verticalElements-254293-3","label":"Curb or separator","path":[[-122.342362280469,47.6203425213762],[-122.342362273693,47.62034343457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[]},{"id":"verticalElements-254315-0","label":"Curb or separator","path":[[-122.342358438985,47.6207547699217],[-122.342359791023,47.6207547753847]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[]},{"id":"verticalElements-254315-1","label":"Curb or separator","path":[[-122.342359791023,47.6207547753847],[-122.342359799103,47.620753861274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[]},{"id":"verticalElements-254315-2","label":"Curb or separator","path":[[-122.342359799103,47.620753861274],[-122.342358447065,47.620753855811]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[]},{"id":"verticalElements-254315-3","label":"Curb or separator","path":[[-122.342358447065,47.620753855811],[-122.342358438985,47.6207547699217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[]},{"id":"verticalElements-254462-0","label":"Curb or separator","path":[[-122.342455841132,47.6210073824828],[-122.342457191845,47.6210073879622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[]},{"id":"verticalElements-254462-1","label":"Curb or separator","path":[[-122.342457191845,47.6210073879622],[-122.342457199924,47.6210064738515]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[]},{"id":"verticalElements-254462-2","label":"Curb or separator","path":[[-122.342457199924,47.6210064738515],[-122.34245584788,47.6210064683898]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[]},{"id":"verticalElements-254462-3","label":"Curb or separator","path":[[-122.34245584788,47.6210064683898],[-122.342455841132,47.6210073824828]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[]},{"id":"verticalElements-254514-0","label":"Curb or separator","path":[[-122.342294094227,47.6207436186684],[-122.342295446238,47.6207436232328]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[]},{"id":"verticalElements-254514-1","label":"Curb or separator","path":[[-122.342295446238,47.6207436232328],[-122.342295453015,47.620742710039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[]},{"id":"verticalElements-254514-2","label":"Curb or separator","path":[[-122.342295453015,47.620742710039],[-122.342294102309,47.6207427045577]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[]},{"id":"verticalElements-254514-3","label":"Curb or separator","path":[[-122.342294102309,47.6207427045577],[-122.342294094227,47.6207436186684]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[]},{"id":"verticalElements-254720-0","label":"Curb or separator","path":[[-122.34245538918,47.621062211597],[-122.342456741199,47.6210622161595]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[]},{"id":"verticalElements-254720-1","label":"Curb or separator","path":[[-122.342456741199,47.6210622161595],[-122.342456747973,47.6210613029657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[]},{"id":"verticalElements-254720-2","label":"Curb or separator","path":[[-122.342456747973,47.6210613029657],[-122.342455397258,47.6210612974863]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[]},{"id":"verticalElements-254720-3","label":"Curb or separator","path":[[-122.342455397258,47.6210612974863],[-122.34245538918,47.621062211597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[]},{"id":"verticalElements-255012-0","label":"Curb or separator","path":[[-122.342307747417,47.6207168748673],[-122.342309098124,47.6207168803486]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[]},{"id":"verticalElements-255012-1","label":"Curb or separator","path":[[-122.342309098124,47.6207168803486],[-122.342309106205,47.6207159662379]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[]},{"id":"verticalElements-255012-2","label":"Curb or separator","path":[[-122.342309106205,47.6207159662379],[-122.342307754194,47.6207159616736]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[]},{"id":"verticalElements-255012-3","label":"Curb or separator","path":[[-122.342307754194,47.6207159616736],[-122.342307747417,47.6207168748673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[]},{"id":"verticalElements-255091-0","label":"Curb or separator","path":[[-122.342305283352,47.6210037292233],[-122.342306635369,47.6210037337876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[]},{"id":"verticalElements-255091-1","label":"Curb or separator","path":[[-122.342306635369,47.6210037337876],[-122.34230664212,47.6210028196945]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[]},{"id":"verticalElements-255091-2","label":"Curb or separator","path":[[-122.34230664212,47.6210028196945],[-122.342305291433,47.6210028151126]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[]},{"id":"verticalElements-255091-3","label":"Curb or separator","path":[[-122.342305291433,47.6210028151126],[-122.342305283352,47.6210037292233]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[]},{"id":"verticalElements-255157-0","label":"Curb or separator","path":[[-122.34230557778,47.6209807133015],[-122.342306929823,47.6209807187651]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[]},{"id":"verticalElements-255157-1","label":"Curb or separator","path":[[-122.342306929823,47.6209807187651],[-122.342306937904,47.6209798046544]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[]},{"id":"verticalElements-255157-2","label":"Curb or separator","path":[[-122.342306937904,47.6209798046544],[-122.342305585861,47.6209797991908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[]},{"id":"verticalElements-255157-3","label":"Curb or separator","path":[[-122.342305585861,47.6209797991908],[-122.34230557778,47.6209807133015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[]},{"id":"verticalElements-255266-0","label":"Curb or separator","path":[[-122.342403735538,47.6211030874765],[-122.342405087558,47.6211030920396]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[]},{"id":"verticalElements-255266-1","label":"Curb or separator","path":[[-122.342405087558,47.6211030920396],[-122.342405094334,47.6211021788458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[]},{"id":"verticalElements-255266-2","label":"Curb or separator","path":[[-122.342405094334,47.6211021788458],[-122.342403743618,47.6211021733658]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[]},{"id":"verticalElements-255266-3","label":"Curb or separator","path":[[-122.342403743618,47.6211021733658],[-122.342403735538,47.6211030874765]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[]},{"id":"verticalElements-255519-0","label":"Curb or separator","path":[[-122.342402374044,47.6212689917755],[-122.342403726069,47.6212689963387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[]},{"id":"verticalElements-255519-1","label":"Curb or separator","path":[[-122.342403726069,47.6212689963387],[-122.342403732844,47.621268083145]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[]},{"id":"verticalElements-255519-2","label":"Curb or separator","path":[[-122.342403732844,47.621268083145],[-122.342402382124,47.6212680776649]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[]},{"id":"verticalElements-255519-3","label":"Curb or separator","path":[[-122.342402382124,47.6212680776649],[-122.342402374044,47.6212689917755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[]},{"id":"verticalElements-255544-0","label":"Curb or separator","path":[[-122.342408926557,47.6205095352645],[-122.342410278562,47.6205095398277]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[]},{"id":"verticalElements-255544-1","label":"Curb or separator","path":[[-122.342410278562,47.6205095398277],[-122.342410285337,47.6205086266338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[]},{"id":"verticalElements-255544-2","label":"Curb or separator","path":[[-122.342410285337,47.6205086266338],[-122.342408934636,47.6205086211538]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[]},{"id":"verticalElements-255544-3","label":"Curb or separator","path":[[-122.342408934636,47.6205086211538],[-122.342408926557,47.6205095352645]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[]},{"id":"verticalElements-255839-0","label":"Curb or separator","path":[[-122.342409503104,47.6204280373647],[-122.342410853803,47.6204280428447]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[]},{"id":"verticalElements-255839-1","label":"Curb or separator","path":[[-122.342410853803,47.6204280428447],[-122.342410861882,47.620427128734]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[]},{"id":"verticalElements-255839-2","label":"Curb or separator","path":[[-122.342410861882,47.620427128734],[-122.34240950988,47.6204271241709]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[]},{"id":"verticalElements-255839-3","label":"Curb or separator","path":[[-122.34240950988,47.6204271241709],[-122.342409503104,47.6204280373647]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[]},{"id":"verticalElements-255946-0","label":"Curb or separator","path":[[-122.342361146279,47.6205083300028],[-122.34236249831,47.6205083354657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[]},{"id":"verticalElements-255946-1","label":"Curb or separator","path":[[-122.34236249831,47.6205083354657],[-122.34236250506,47.6205074213727]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[]},{"id":"verticalElements-255946-2","label":"Curb or separator","path":[[-122.34236250506,47.6205074213727],[-122.342361154359,47.6205074158921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[]},{"id":"verticalElements-255946-3","label":"Curb or separator","path":[[-122.342361154359,47.6205074158921],[-122.342361146279,47.6205083300028]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[]},{"id":"verticalElements-256164-0","label":"Curb or separator","path":[[-122.342305431231,47.6209922212536],[-122.342306781918,47.6209922258356]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[]},{"id":"verticalElements-256164-1","label":"Curb or separator","path":[[-122.342306781918,47.6209922258356],[-122.342306790025,47.6209913126241]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[]},{"id":"verticalElements-256164-2","label":"Curb or separator","path":[[-122.342306790025,47.6209913126241],[-122.342305437982,47.6209913071605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[]},{"id":"verticalElements-256164-3","label":"Curb or separator","path":[[-122.342305437982,47.6209913071605],[-122.342305431231,47.6209922212536]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[]},{"id":"verticalElements-256236-0","label":"Curb or separator","path":[[-122.342404286244,47.6210196890452],[-122.342405638288,47.6210196945076]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[]},{"id":"verticalElements-256236-1","label":"Curb or separator","path":[[-122.342405638288,47.6210196945076],[-122.342405646367,47.621018780397]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[]},{"id":"verticalElements-256236-2","label":"Curb or separator","path":[[-122.342405646367,47.621018780397],[-122.342404294349,47.6210187758338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[]},{"id":"verticalElements-256236-3","label":"Curb or separator","path":[[-122.342404294349,47.6210187758338],[-122.342404286244,47.6210196890452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[]},{"id":"verticalElements-256388-0","label":"Curb or separator","path":[[-122.342468358239,47.6209813356312],[-122.342469710256,47.6209813401936]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[]},{"id":"verticalElements-256388-1","label":"Curb or separator","path":[[-122.342469710256,47.6209813401936],[-122.34246971836,47.6209804269822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[]},{"id":"verticalElements-256388-2","label":"Curb or separator","path":[[-122.34246971836,47.6209804269822],[-122.342468366317,47.6209804215205]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[]},{"id":"verticalElements-256388-3","label":"Curb or separator","path":[[-122.342468366317,47.6209804215205],[-122.342468358239,47.6209813356312]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[]},{"id":"verticalElements-256748-0","label":"Curb or separator","path":[[-122.342455614478,47.6210347965991],[-122.342456966522,47.6210348020609]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[]},{"id":"verticalElements-256748-1","label":"Curb or separator","path":[[-122.342456966522,47.6210348020609],[-122.342456974601,47.6210338879502]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[]},{"id":"verticalElements-256748-2","label":"Curb or separator","path":[[-122.342456974601,47.6210338879502],[-122.342455622582,47.6210338833877]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[]},{"id":"verticalElements-256748-3","label":"Curb or separator","path":[[-122.342455622582,47.6210338833877],[-122.342455614478,47.6210347965991]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[]},{"id":"verticalElements-256761-0","label":"Curb or separator","path":[[-122.342400453148,47.6214310243737],[-122.342401805203,47.6214310298362]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[]},{"id":"verticalElements-256761-1","label":"Curb or separator","path":[[-122.342401805203,47.6214310298362],[-122.342401811953,47.6214301157432]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[]},{"id":"verticalElements-256761-2","label":"Curb or separator","path":[[-122.342401811953,47.6214301157432],[-122.342400461254,47.6214301111623]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[]},{"id":"verticalElements-256761-3","label":"Curb or separator","path":[[-122.342400461254,47.6214301111623],[-122.342400453148,47.6214310243737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[]},{"id":"verticalElements-256764-0","label":"Curb or separator","path":[[-122.342306823186,47.6207971718966],[-122.342308175225,47.6207971773602]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[]},{"id":"verticalElements-256764-1","label":"Curb or separator","path":[[-122.342308175225,47.6207971773602],[-122.342308183306,47.6207962632495]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[]},{"id":"verticalElements-256764-2","label":"Curb or separator","path":[[-122.342308183306,47.6207962632495],[-122.342306831293,47.6207962586852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[]},{"id":"verticalElements-256764-3","label":"Curb or separator","path":[[-122.342306831293,47.6207962586852],[-122.342306823186,47.6207971718966]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[]},{"id":"verticalElements-257222-0","label":"Curb or separator","path":[[-122.342456055641,47.6209813386333],[-122.342457406355,47.6209813441127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[]},{"id":"verticalElements-257222-1","label":"Curb or separator","path":[[-122.342457406355,47.6209813441127],[-122.342457414433,47.620980430002]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[]},{"id":"verticalElements-257222-2","label":"Curb or separator","path":[[-122.342457414433,47.620980430002],[-122.34245606239,47.6209804245402]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[]},{"id":"verticalElements-257222-3","label":"Curb or separator","path":[[-122.34245606239,47.6209804245402],[-122.342456055641,47.6209813386333]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[]},{"id":"verticalElements-257689-0","label":"Curb or separator","path":[[-122.342403160278,47.621184584458],[-122.342404510996,47.621184589938]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[]},{"id":"verticalElements-257689-1","label":"Curb or separator","path":[[-122.342404510996,47.621184589938],[-122.342404519076,47.6211836758274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[]},{"id":"verticalElements-257689-2","label":"Curb or separator","path":[[-122.342404519076,47.6211836758274],[-122.342403167053,47.6211836712642]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[]},{"id":"verticalElements-257689-3","label":"Curb or separator","path":[[-122.342403167053,47.6211836712642],[-122.342403160278,47.621184584458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[]},{"id":"verticalElements-257699-0","label":"Curb or separator","path":[[-122.342361721597,47.6204268330201],[-122.3423630736,47.6204268375838]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[]},{"id":"verticalElements-257699-1","label":"Curb or separator","path":[[-122.3423630736,47.6204268375838],[-122.342363081706,47.6204259243724]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[]},{"id":"verticalElements-257699-2","label":"Curb or separator","path":[[-122.342363081706,47.6204259243724],[-122.342361729677,47.6204259189094]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[]},{"id":"verticalElements-257699-3","label":"Curb or separator","path":[[-122.342361729677,47.6204259189094],[-122.342361721597,47.6204268330201]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[]},{"id":"verticalElements-257968-0","label":"Curb or separator","path":[[-122.342457154805,47.6207973610489],[-122.342458506843,47.6207973665107]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[]},{"id":"verticalElements-257968-1","label":"Curb or separator","path":[[-122.342458506843,47.6207973665107],[-122.342458513592,47.6207964524177]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[]},{"id":"verticalElements-257968-2","label":"Curb or separator","path":[[-122.342458513592,47.6207964524177],[-122.342457162909,47.6207964478375]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[]},{"id":"verticalElements-257968-3","label":"Curb or separator","path":[[-122.342457162909,47.6207964478375],[-122.342457154805,47.6207973610489]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[]},{"id":"verticalElements-258085-0","label":"Curb or separator","path":[[-122.342467333296,47.6210073758334],[-122.34246868534,47.6210073812951]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[]},{"id":"verticalElements-258085-1","label":"Curb or separator","path":[[-122.34246868534,47.6210073812951],[-122.342468692088,47.6210064672021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[]},{"id":"verticalElements-258085-2","label":"Curb or separator","path":[[-122.342468692088,47.6210064672021],[-122.3424673414,47.621006462622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[]},{"id":"verticalElements-258085-3","label":"Curb or separator","path":[[-122.3424673414,47.621006462622],[-122.342467333296,47.6210073758334]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[]},{"id":"verticalElements-258228-0","label":"Curb or separator","path":[[-122.34241005382,47.6203446398313],[-122.34241140449,47.620344644412]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[]},{"id":"verticalElements-258228-1","label":"Curb or separator","path":[[-122.34241140449,47.620344644412],[-122.342411412596,47.6203437312006]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[]},{"id":"verticalElements-258228-2","label":"Curb or separator","path":[[-122.342411412596,47.6203437312006],[-122.342410060569,47.6203437257383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[]},{"id":"verticalElements-258228-3","label":"Curb or separator","path":[[-122.342410060569,47.6203437257383],[-122.34241005382,47.6203446398313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[]},{"id":"verticalElements-258644-0","label":"Curb or separator","path":[[-122.342307088365,47.6207711291757],[-122.342308440377,47.62077113374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[]},{"id":"verticalElements-258644-1","label":"Curb or separator","path":[[-122.342308440377,47.62077113374],[-122.342308447128,47.6207702196469]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[]},{"id":"verticalElements-258644-2","label":"Curb or separator","path":[[-122.342308447128,47.6207702196469],[-122.342307095116,47.6207702150826]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[]},{"id":"verticalElements-258644-3","label":"Curb or separator","path":[[-122.342307095116,47.6207702150826],[-122.342307088365,47.6207711291757]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[]},{"id":"verticalElements-258845-0","label":"Curb or separator","path":[[-122.342355409628,47.6210994667908],[-122.342356761648,47.6210994713545]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[]},{"id":"verticalElements-258845-1","label":"Curb or separator","path":[[-122.342356761648,47.6210994713545],[-122.342356769755,47.6210985581431]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[]},{"id":"verticalElements-258845-2","label":"Curb or separator","path":[[-122.342356769755,47.6210985581431],[-122.342355417708,47.6210985526801]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[]},{"id":"verticalElements-258845-3","label":"Curb or separator","path":[[-122.342355417708,47.6210985526801],[-122.342355409628,47.6210994667908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[]},{"id":"verticalElements-259189-0","label":"Curb or separator","path":[[-122.342352126934,47.6214274036867],[-122.342353478989,47.6214274091497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[]},{"id":"verticalElements-259189-1","label":"Curb or separator","path":[[-122.342353478989,47.6214274091497],[-122.342353487069,47.621426495039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[]},{"id":"verticalElements-259189-2","label":"Curb or separator","path":[[-122.342353487069,47.621426495039],[-122.34235213504,47.6214264904753]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[]},{"id":"verticalElements-259189-3","label":"Curb or separator","path":[[-122.34235213504,47.6214264904753],[-122.342352126934,47.6214274036867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[]},{"id":"verticalElements-259219-0","label":"Curb or separator","path":[[-122.342357895881,47.6206747154497],[-122.342359247916,47.6206747209127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[]},{"id":"verticalElements-259219-1","label":"Curb or separator","path":[[-122.342359247916,47.6206747209127],[-122.342359254666,47.6206738068197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[]},{"id":"verticalElements-259219-2","label":"Curb or separator","path":[[-122.342359254666,47.6206738068197],[-122.342357903987,47.6206738022383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[]},{"id":"verticalElements-259219-3","label":"Curb or separator","path":[[-122.342357903987,47.6206738022383],[-122.342357895881,47.6206747154497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[]},{"id":"verticalElements-259265-0","label":"Curb or separator","path":[[-122.342360359987,47.6205927373215],[-122.342361711994,47.6205927418852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[]},{"id":"verticalElements-259265-1","label":"Curb or separator","path":[[-122.342361711994,47.6205927418852],[-122.3423617201,47.6205918286737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[]},{"id":"verticalElements-259265-2","label":"Curb or separator","path":[[-122.3423617201,47.6205918286737],[-122.342360368067,47.6205918232108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[]},{"id":"verticalElements-259265-3","label":"Curb or separator","path":[[-122.342360368067,47.6205918232108],[-122.342360359987,47.6205927373215]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[]},{"id":"verticalElements-259307-0","label":"Curb or separator","path":[[-122.342410451607,47.6202619793067],[-122.342411803631,47.620261984769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[]},{"id":"verticalElements-259307-1","label":"Curb or separator","path":[[-122.342411803631,47.620261984769],[-122.34241181038,47.620261070676]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[]},{"id":"verticalElements-259307-2","label":"Curb or separator","path":[[-122.34241181038,47.620261070676],[-122.342410459712,47.6202610660953]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[]},{"id":"verticalElements-259307-3","label":"Curb or separator","path":[[-122.342410459712,47.6202610660953],[-122.342410451607,47.6202619793067]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[]},{"id":"verticalElements-259310-0","label":"Curb or separator","path":[[-122.342457466291,47.6207619086935],[-122.342458816998,47.6207619141729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[]},{"id":"verticalElements-259310-1","label":"Curb or separator","path":[[-122.342458816998,47.6207619141729],[-122.342458825077,47.6207610000622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[]},{"id":"verticalElements-259310-2","label":"Curb or separator","path":[[-122.342458825077,47.6207610000622],[-122.342457473039,47.6207609946005]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[]},{"id":"verticalElements-259310-3","label":"Curb or separator","path":[[-122.342457473039,47.6207609946005],[-122.342457466291,47.6207619086935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[]},{"id":"verticalElements-259458-0","label":"Curb or separator","path":[[-122.34235404798,47.6212653710893],[-122.342355400005,47.621265375653]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[]},{"id":"verticalElements-259458-1","label":"Curb or separator","path":[[-122.342355400005,47.621265375653],[-122.342355408111,47.6212644624416]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[]},{"id":"verticalElements-259458-2","label":"Curb or separator","path":[[-122.342355408111,47.6212644624416],[-122.34235405606,47.6212644569786]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[]},{"id":"verticalElements-259458-3","label":"Curb or separator","path":[[-122.34235405606,47.6212644569786],[-122.34235404798,47.6212653710893]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[]},{"id":"verticalElements-259859-0","label":"Curb or separator","path":[[-122.342307364309,47.620743714407],[-122.342308715016,47.6207437198882]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[]},{"id":"verticalElements-259859-1","label":"Curb or separator","path":[[-122.342308715016,47.6207437198882],[-122.342308723097,47.6207428057775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[]},{"id":"verticalElements-259859-2","label":"Curb or separator","path":[[-122.342308723097,47.6207428057775],[-122.34230737106,47.6207428003139]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[]},{"id":"verticalElements-259859-3","label":"Curb or separator","path":[[-122.34230737106,47.6207428003139],[-122.342307364309,47.620743714407]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[]},{"id":"verticalElements-259892-0","label":"Curb or separator","path":[[-122.342457336458,47.620779587748],[-122.342458687166,47.6207795932273]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[]},{"id":"verticalElements-259892-1","label":"Curb or separator","path":[[-122.342458687166,47.6207795932273],[-122.342458695244,47.6207786791167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[]},{"id":"verticalElements-259892-2","label":"Curb or separator","path":[[-122.342458695244,47.6207786791167],[-122.342457343206,47.6207786736549]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[]},{"id":"verticalElements-259892-3","label":"Curb or separator","path":[[-122.342457343206,47.6207786736549],[-122.342457336458,47.620779587748]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[]},{"id":"verticalElements-260060-0","label":"Curb or separator","path":[[-122.342354834292,47.621180963772],[-122.342356186341,47.621180969235]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[]},{"id":"verticalElements-260060-1","label":"Curb or separator","path":[[-122.342356186341,47.621180969235],[-122.342356193091,47.621180055142]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[]},{"id":"verticalElements-260060-2","label":"Curb or separator","path":[[-122.342356193091,47.621180055142],[-122.342354842372,47.6211800496614]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[]},{"id":"verticalElements-260060-3","label":"Curb or separator","path":[[-122.342354842372,47.6211800496614],[-122.342354834292,47.621180963772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[]},{"id":"verticalElements-260132-0","label":"Curb or separator","path":[[-122.342362126477,47.6202583586238],[-122.342363478502,47.6202583640867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[]},{"id":"verticalElements-260132-1","label":"Curb or separator","path":[[-122.342363478502,47.6202583640867],[-122.342363486582,47.620257449976]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[]},{"id":"verticalElements-260132-2","label":"Curb or separator","path":[[-122.342363486582,47.620257449976],[-122.342362134583,47.6202574454124]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[]},{"id":"verticalElements-260132-3","label":"Curb or separator","path":[[-122.342362134583,47.6202574454124],[-122.342362126477,47.6202583586238]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[]},{"id":"verticalElements-260233-0","label":"Curb or separator","path":[[-122.342467108004,47.6210347908313],[-122.342468458693,47.6210347954114]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[]},{"id":"verticalElements-260233-1","label":"Curb or separator","path":[[-122.342468458693,47.6210347954114],[-122.342468466797,47.6210338822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[]},{"id":"verticalElements-260233-2","label":"Curb or separator","path":[[-122.342468466797,47.6210338822],[-122.342467114753,47.6210338767383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[]},{"id":"verticalElements-260233-3","label":"Curb or separator","path":[[-122.342467114753,47.6210338767383],[-122.342467108004,47.6210347908313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[]},{"id":"verticalElements-260244-0","label":"Curb or separator","path":[[-122.342293554421,47.6207970761403],[-122.342294905129,47.6207970816217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[]},{"id":"verticalElements-260244-1","label":"Curb or separator","path":[[-122.342294905129,47.6207970816217],[-122.342294913211,47.620796167511]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[]},{"id":"verticalElements-260244-2","label":"Curb or separator","path":[[-122.342294913211,47.620796167511],[-122.342293561198,47.6207961629465]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[]},{"id":"verticalElements-260244-3","label":"Curb or separator","path":[[-122.342293561198,47.6207961629465],[-122.342293554421,47.6207970761403]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[]}],"symbols":[{"id":"symbol-2396-0","label":"Pavement symbol","path":[[-122.342370864122,47.6210565169188],[-122.342370903875,47.621057887397],[-122.342371110377,47.6210593457629],[-122.342371643947,47.6210607659253],[-122.342372492139,47.6210621147595],[-122.342373635171,47.6210633608045],[-122.342375046381,47.6210644749966],[-122.342376692854,47.6210654313476],[-122.342378536185,47.621066207551],[-122.34238053338,47.6210667855021],[-122.342379538781,47.6210701119526],[-122.342387892068,47.6210668021814],[-122.342380982842,47.6210616382726],[-122.342381065323,47.6210644817451],[-122.342379422223,47.6210640533172],[-122.342377899371,47.6210634562341],[-122.342376534579,47.6210627053218],[-122.342375361736,47.6210618192258],[-122.342374409965,47.6210608199483],[-122.342373702899,47.6210597323021],[-122.342373258094,47.6210585832938],[-122.342373086595,47.6210574014541],[-122.342373060093,47.621056487802],[-122.342370864122,47.6210565169188]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":2396,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/2396"}],"details":[]},{"id":"symbol-8245-0","label":"Pavement symbol","path":[[-122.342518431995,47.6207656954769],[-122.342516757935,47.6207672488119],[-122.342515405003,47.6207696435216],[-122.342516039301,47.6207704555547],[-122.342517377002,47.620768132116],[-122.342518167504,47.6207703382721],[-122.342516141124,47.6207713511154],[-122.342516623107,47.6207743890037],[-122.342517731657,47.6207737067933],[-122.342517460933,47.6207720802902],[-122.342518873158,47.6207714084466],[-122.342516973173,47.6207769617438],[-122.342518066294,47.620777582373],[-122.342520425405,47.6207705638202],[-122.342518431995,47.6207656954769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-1","label":"Pavement symbol","path":[[-122.342521413969,47.6207740474947],[-122.342521753243,47.6207740465942]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-2","label":"Pavement symbol","path":[[-122.342521329625,47.6207389872197],[-122.342517247207,47.6207303124408],[-122.342513220037,47.6207389993987],[-122.342516089295,47.6207381454048],[-122.342516117062,47.6207467623991],[-122.342518481418,47.6207467589343],[-122.342518453651,47.62073814194],[-122.342521329625,47.6207389872197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-3","label":"Pavement symbol","path":[[-122.34251646819,47.6207644620643],[-122.342516461384,47.6207645943972],[-122.342516478636,47.6207647926886],[-122.342516528699,47.6207649884333],[-122.342516597987,47.6207651420008],[-122.342516698378,47.6207652875526],[-122.342516779077,47.6207653710835],[-122.342516876353,47.6207654461635],[-122.342516988285,47.6207655113095],[-122.342517051396,47.6207655380531],[-122.34251712007,47.6207655576034],[-122.342517192515,47.620765569451],[-122.342517266845,47.6207655732872],[-122.3425173406,47.6207655692248],[-122.342517412446,47.6207655572775],[-122.34251748054,47.6207655377519],[-122.342517543136,47.6207655111488],[-122.342517654843,47.6207654455291],[-122.34251775177,47.6207653699851],[-122.342517831996,47.6207652860143],[-122.342517931673,47.6207651404331],[-122.342518000287,47.6207649869114],[-122.342518048947,47.6207647906897],[-122.342518064676,47.6207645920285],[-122.342518056851,47.6207644598896],[-122.342518655594,47.6207644591468],[-122.342518578838,47.620764106618],[-122.342518484826,47.620763899408],[-122.342518348914,47.6207637030433],[-122.342518222486,47.6207635716543],[-122.342518069935,47.6207634535351],[-122.342517894285,47.6207633510272],[-122.342517750129,47.6207632899675],[-122.342517593308,47.6207632452853],[-122.342517427884,47.6207632181378],[-122.342517258142,47.620763209228],[-122.342517088587,47.6207632188219],[-122.342516923509,47.6207632466174],[-122.342516767179,47.6207632918949],[-122.342516623643,47.6207633534829],[-122.342516448601,47.6207634561807],[-122.342516296659,47.6207635744113],[-122.34251617082,47.6207637058373],[-122.342516036627,47.6207639026151],[-122.342515944371,47.6207641100662],[-122.342515869446,47.6207644628072],[-122.34251646819,47.6207644620643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-4","label":"Pavement symbol","path":[[-122.342521583827,47.6207740317481],[-122.342521488813,47.6207740366271],[-122.342521395954,47.6207740510442],[-122.342521307347,47.6207740746741],[-122.342521224991,47.6207741069835],[-122.342521150744,47.6207741472435],[-122.342520954504,47.6207742893064],[-122.342520788206,47.6207744477797],[-122.342520654838,47.6207746198174],[-122.342520491558,47.620774915769],[-122.342520380925,47.6207752225898],[-122.342520300132,47.6207756282893],[-122.34252027416,47.6207760372528],[-122.342520303139,47.6207764462025],[-122.342520386936,47.6207768517035],[-122.342520499131,47.6207771580777],[-122.342520663859,47.6207774534687],[-122.342520798049,47.6207776250642],[-122.342520965047,47.620777783038],[-122.342521161859,47.6207779245577],[-122.342521236426,47.6207779647455],[-122.342521319087,47.6207779969459],[-122.342521407974,47.6207780204315],[-122.34252150108,47.6207780346716],[-122.342521596301,47.6207780393445],[-122.342521691394,47.6207780342961],[-122.342521784291,47.6207780196999],[-122.342521872894,47.6207779958856],[-122.342521955203,47.620777963391],[-122.342522029358,47.6207779229499],[-122.342522225506,47.6207777811648],[-122.342522391809,47.6207776229956],[-122.34252252529,47.6207774512753],[-122.342522687957,47.6207771548613],[-122.342522797847,47.6207768476213],[-122.34252287931,47.6207764419336],[-122.342522905942,47.6207760329406],[-122.342522876915,47.6207756244429],[-122.342522793192,47.6207752193892],[-122.342522681058,47.6207749125575],[-122.342522516243,47.6207746167247],[-122.342522381961,47.6207744454467],[-122.342522214974,47.6207742877769],[-122.342522018269,47.6207741465349],[-122.342521943719,47.6207741063269],[-122.342521861063,47.6207740741147],[-122.34252177217,47.6207740506279],[-122.342521679056,47.6207740363983],[-122.342521583827,47.6207740317481]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-5","label":"Pavement symbol","path":[[-122.342521601817,47.6207796513722],[-122.34252175741,47.6207796429775],[-122.342521909164,47.6207796183451],[-122.34252205337,47.6207795780769],[-122.342522186506,47.6207795231562],[-122.342522305322,47.6207794549244],[-122.342522633621,47.6207792026842],[-122.34252291013,47.620778923658],[-122.342523130095,47.6207786226437],[-122.34252339869,47.6207781054777],[-122.342523579939,47.6207775713318],[-122.34252375675,47.6207761440053],[-122.342523570319,47.6207747169974],[-122.342523385878,47.620774182883],[-122.342523114041,47.6207736660064],[-122.342522891989,47.6207733658498],[-122.342522613597,47.6207730878495],[-122.342522283648,47.6207728367824],[-122.342522164536,47.6207727688388],[-122.342522031179,47.6207727142282],[-122.342521886831,47.6207726742835],[-122.342521735014,47.6207726499795],[-122.342521579435,47.6207726419092],[-122.342521423752,47.6207726504525],[-122.34252127195,47.6207726752547],[-122.342521127743,47.6207727157091],[-122.34252099466,47.6207727708257],[-122.342520875955,47.6207728392562],[-122.342520547274,47.6207730911685],[-122.342520270311,47.6207733698985],[-122.342520049827,47.6207736706553],[-122.342519781177,47.6207741882655],[-122.342519600008,47.6207747228664],[-122.342519423198,47.620776150193],[-122.342519609629,47.6207775772008],[-122.342519794132,47.6207781108577],[-122.34252006588,47.6207786272926],[-122.342520287935,47.6207789274479],[-122.342520566327,47.620779205448],[-122.342520896274,47.6207794565167],[-122.342521015595,47.6207795245702],[-122.34252114921,47.6207795792393],[-122.342521293845,47.6207796191843],[-122.342521445956,47.6207796434266],[-122.342521601817,47.6207796513722]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-6","label":"Pavement symbol","path":[[-122.342513766486,47.6207739815772],[-122.342513666246,47.6207739867361],[-122.342513568222,47.6207740017783],[-122.342513474548,47.6207740263766],[-122.342513387262,47.6207740599956],[-122.342513308262,47.6207741019039],[-122.342513104251,47.6207742459968],[-122.34251293088,47.6207744072924],[-122.342512791309,47.6207745828534],[-122.34251261965,47.6207748856793],[-122.342512503182,47.6207752002079],[-122.342512417963,47.6207756143529],[-122.342512390263,47.6207760320452],[-122.342512420811,47.6207764496411],[-122.342512508855,47.6207768635113],[-122.342512626613,47.6207771778525],[-122.342512799521,47.6207774803877],[-122.342512940539,47.6207776553743],[-122.342513115214,47.620777815976],[-122.342513320368,47.6207779592703],[-122.342513399701,47.6207780011877],[-122.342513487334,47.6207780347644],[-122.342513581353,47.6207780592669],[-122.342513679704,47.6207780741598],[-122.342513780237,47.6207780791176],[-122.342513880556,47.6207780737925],[-122.342513978618,47.6207780585728],[-122.342514072289,47.6207780337901],[-122.342514159529,47.6207779999843],[-122.342514238435,47.6207779578916],[-122.342514442452,47.6207778138015],[-122.342514615823,47.6207776525055],[-122.342514755389,47.6207774769421],[-122.34251492705,47.6207771741166],[-122.342515043515,47.6207768595875],[-122.342515128736,47.6207764454426],[-122.342515156435,47.6207760277503],[-122.342515126547,47.6207756101667],[-122.342515039173,47.6207751962665],[-122.342514920693,47.6207748823634],[-122.342514747202,47.6207745803071],[-122.342514606281,47.620774405001],[-122.342514431594,47.6207742440951],[-122.342514226329,47.6207741005252],[-122.342514146915,47.620774058793],[-122.342514059246,47.6207740254034],[-122.342513965234,47.6207740010853],[-122.342513866932,47.6207739863694],[-122.342513766486,47.6207739815772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-7","label":"Pavement symbol","path":[[-122.34251378416,47.6207794068897],[-122.342513937403,47.620779398644],[-122.342514086932,47.6207793745842],[-122.342514229177,47.6207793352848],[-122.342514360742,47.6207792816841],[-122.342514478486,47.6207792150618],[-122.342514799121,47.6207789733106],[-122.342515069723,47.6207787052],[-122.342515285576,47.6207784154015],[-122.342515549206,47.6207779167135],[-122.34251572718,47.620777401083],[-122.34251590021,47.6207760268835],[-122.342515717978,47.620774652897],[-122.342515536456,47.6207741380911],[-122.342515269472,47.6207736404861],[-122.34251505177,47.6207733513919],[-122.342514779467,47.6207730841461],[-122.342514457309,47.6207728434061],[-122.342514339354,47.6207727770267],[-122.342514207636,47.6207727236867],[-122.3425140653,47.6207726846595],[-122.342513915744,47.6207726608766],[-122.342513762537,47.6207726529058],[-122.342513609299,47.6207726611644],[-122.342513459775,47.62077268523],[-122.342513317533,47.6207727245286],[-122.342513185966,47.6207727781227],[-122.342513068212,47.6207728447338],[-122.342512747581,47.6207730864874],[-122.34251247698,47.6207733545977],[-122.342512261122,47.620773644394],[-122.342511997494,47.6207741430824],[-122.342511819518,47.6207746587125],[-122.342511646488,47.6207760329119],[-122.34251182872,47.6207774068985],[-122.342512010183,47.6207779221613],[-122.342512277251,47.6207784202087],[-122.342512494963,47.6207787092989],[-122.342512767266,47.6207789765441],[-122.342513089414,47.6207792172886],[-122.342513207471,47.6207792834655],[-122.342513339231,47.6207793366077],[-122.342513481555,47.6207793754489],[-122.342513631052,47.6207793990638],[-122.34251378416,47.6207794068897]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8887-0","label":"Pavement symbol","path":[[-122.342242775573,47.6207058461505],[-122.342242764467,47.6207072065077],[-122.34224933269,47.6207127266927],[-122.342255968374,47.6207072689444],[-122.342255980236,47.6207058887858],[-122.342249352663,47.6207113509246],[-122.342242775573,47.6207058461505]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-1","label":"Pavement symbol","path":[[-122.342242764314,47.6207085775151],[-122.342242751461,47.6207099235017],[-122.342249327456,47.6207154363867],[-122.342255929654,47.620709970986],[-122.342255941073,47.6207086214199],[-122.342249314438,47.6207140700521],[-122.342242764314,47.6207085775151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-2","label":"Pavement symbol","path":[[-122.342251613703,47.6206986103608],[-122.342252055135,47.6206995625925],[-122.342251933082,47.6207002173275],[-122.342249416507,47.6206941009604],[-122.342249437168,47.6206938070454],[-122.342249390683,47.6206935144736],[-122.34224927815,47.6206932301733],[-122.342249257306,47.6206931980094],[-122.342249229587,47.6206931682966],[-122.342249195612,47.6206931416979],[-122.342249156138,47.6206931188065],[-122.342249112047,47.6206931001329],[-122.342248954416,47.62069170243],[-122.342249091466,47.6206917024122],[-122.342249095663,47.6206912966325],[-122.342248529103,47.6206913518234],[-122.342248538728,47.6206917295319],[-122.342248718366,47.6206917298491],[-122.342248846762,47.6206931288392],[-122.342248747685,47.6206932756159],[-122.342248677232,47.6206934297203],[-122.342248636559,47.6206935886279],[-122.342247846729,47.6206938824766],[-122.342247554649,47.6206924092893],[-122.342246946911,47.6206909805706],[-122.342246753296,47.6206906813544],[-122.342246509425,47.6206903993234],[-122.3422462186,47.6206901382963],[-122.342246096466,47.6206900520004],[-122.34224595966,47.6206899763638],[-122.342245810214,47.620689912511],[-122.342245673465,47.6206898707246],[-122.342245528682,47.6206898439192],[-122.342245379452,47.6206898327592],[-122.342245240933,47.6206898376351],[-122.342245105485,47.6206898577865],[-122.342244976791,47.6206898926655],[-122.342244858349,47.620689941324],[-122.342244599037,47.6206900877877],[-122.342244371177,47.6206902563491],[-122.342243879855,47.6206908127281],[-122.342243538657,47.6206914179877],[-122.34224296858,47.6206931411017],[-122.342242747585,47.6206952473194],[-122.342242932602,47.6206973598489],[-122.342243472357,47.6206990871404],[-122.34224381322,47.620699691392],[-122.34224428329,47.6207002548777],[-122.342244421362,47.6207003760041],[-122.342244582935,47.6207004831131],[-122.342244764909,47.620700574151],[-122.342244927211,47.6207006315708],[-122.342245101644,47.6207006695326],[-122.342245283118,47.6207006869286],[-122.342245405928,47.620700684389],[-122.342245526354,47.6207006679578],[-122.342245640961,47.6207006381034],[-122.34224599463,47.6207004912761],[-122.342246180567,47.620700379095],[-122.342246337528,47.6207002483332],[-122.342246656381,47.6206999103506],[-122.342247494179,47.62070214197],[-122.342247349229,47.6207029247531],[-122.342247190961,47.6207029832686],[-122.342247048144,47.6207030576831],[-122.342246924262,47.6207031461807],[-122.342246822337,47.6207032466022],[-122.342246684584,47.6207034517403],[-122.342246578022,47.620703677156],[-122.34224650432,47.6207038886418],[-122.342246491828,47.6207040543357],[-122.342246509563,47.620704115274],[-122.342246542815,47.6207041607132],[-122.342246594193,47.6207041888196],[-122.342246660983,47.6207041978298],[-122.342248639589,47.6207040150649],[-122.342248689793,47.6207040027044],[-122.342248734233,47.6207039751269],[-122.342248770276,47.620703933267],[-122.342248797998,47.6207038798224],[-122.342248813438,47.6207038157454],[-122.342248814037,47.6207037446683],[-122.342248765528,47.6207035860805],[-122.342248595622,47.620703379565],[-122.34224837631,47.6207031954125],[-122.342248222591,47.6207030848048],[-122.342248048973,47.620702988499],[-122.342247858362,47.6207029081072],[-122.342247917275,47.6207025537795],[-122.342251536883,47.620702567863],[-122.342251259138,47.620704506606],[-122.34225146019,47.620705291099],[-122.342251276354,47.6207056965615],[-122.34225039274,47.6207056929833],[-122.342250401113,47.6207063028077],[-122.342251409807,47.6207063065268],[-122.342251888345,47.6207052350443],[-122.342251661655,47.6207043924166],[-122.34225244065,47.6207001008456],[-122.342252602582,47.6207002703816],[-122.342252794777,47.6207004248921],[-122.342253014201,47.620700561938],[-122.342253160337,47.6207006296404],[-122.342253321006,47.6207006802173],[-122.342253630862,47.62070072019],[-122.342253769372,47.620700715283],[-122.34225390481,47.6207006951224],[-122.342254033504,47.6207006602547],[-122.342254151964,47.6207006116252],[-122.342254431642,47.6207004516121],[-122.342254674566,47.6207002663266],[-122.342254875759,47.6207000595642],[-122.342255113164,47.6206997577462],[-122.342255284007,47.6206995030919],[-122.342255420123,47.6206992390997],[-122.34225582052,47.6206982567093],[-122.342256079704,47.6206972530125],[-122.342256256153,47.620694574334],[-122.342256070649,47.620693167182],[-122.342255676127,47.6206917797397],[-122.34225524797,47.6206909181925],[-122.34225487479,47.6206904382506],[-122.342254605567,47.6206901935277],[-122.342254408871,47.6206900638929],[-122.342254171387,47.6206899500923],[-122.342253934007,47.6206898857688],[-122.342253721899,47.6206898669903],[-122.342253573139,47.6206898761595],[-122.342253336464,47.6206899278763],[-122.342253098459,47.6206900254909],[-122.34225287884,47.6206901606453],[-122.342252701338,47.6206902969402],[-122.342252553207,47.6206904483397],[-122.3422522475,47.6206908266305],[-122.342251842663,47.6206915489869],[-122.342251590837,47.6206921793537],[-122.342251372942,47.6206929244207],[-122.3422511992,47.6206938614187],[-122.342251107193,47.6206948180242],[-122.342251102501,47.620695757279],[-122.342251176702,47.6206967098815],[-122.342251350606,47.6206977052431],[-122.342251613703,47.6206986103608]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-3","label":"Pavement symbol","path":[[-122.342247018265,47.6206994503501],[-122.342247754281,47.6206971396693],[-122.342247907316,47.6206947785843],[-122.342248729954,47.6206946066475],[-122.342247658245,47.6207011007456],[-122.342247018265,47.6206994503501]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-4","label":"Pavement symbol","path":[[-122.342251685119,47.6207016231066],[-122.342248073465,47.6207016080181],[-122.342249085948,47.6206955033366],[-122.342249121784,47.620696142484],[-122.342249011309,47.6206961412499],[-122.342249021768,47.6206965477349],[-122.342249504847,47.6206965503262],[-122.342249495222,47.6206961726177],[-122.342249370143,47.6206961724768],[-122.342249348599,47.6206954755649],[-122.342251743824,47.6207012615848],[-122.342251685119,47.6207016231066]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-5","label":"Pavement symbol","path":[[-122.342246731409,47.620698643605],[-122.342247304598,47.6206968410537],[-122.342247418735,47.6206949991692],[-122.342245643815,47.6206955984517],[-122.342246731409,47.620698643605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-6","label":"Pavement symbol","path":[[-122.342245443023,47.6206948229513],[-122.342247353037,47.6206940644461],[-122.342247260108,47.6206934197347],[-122.342247080367,47.6206927834184],[-122.342246627904,47.6206917719586],[-122.342246473376,47.6206915346449],[-122.342246277023,47.6206913118214],[-122.342246041781,47.6206911068214],[-122.342245713278,47.620690928556],[-122.342245634079,47.6206908990405],[-122.342245548915,47.6206908784053],[-122.342245459962,47.6206908671773],[-122.342245369492,47.6206908656432],[-122.3422452228,47.6206908795504],[-122.342245081371,47.6206909092575],[-122.342244948927,47.6206909539833],[-122.342244798891,47.6206910253534],[-122.342244666004,47.6206911107822],[-122.342244553139,47.6206912084226],[-122.342244169339,47.6206916634525],[-122.342243880541,47.6206921493357],[-122.342243600381,47.6206928395339],[-122.342243418043,47.6206935444651],[-122.342243252119,47.620695251521],[-122.342243388035,47.6206969597816],[-122.342243593857,47.6206977725188],[-122.342243960735,47.6206985590531],[-122.342244481938,47.6206993049549],[-122.342244580356,47.6206993946551],[-122.342244697123,47.6206994737256],[-122.342244829746,47.620699540477],[-122.342244975389,47.6206995934827],[-122.342245130941,47.6206996316102],[-122.342245293077,47.6206996540446],[-122.342245496247,47.6206996274926],[-122.342245691226,47.6206995807336],[-122.34224587362,47.620699514822],[-122.342246039314,47.6206994312441],[-122.342246184572,47.6206993318846],[-122.342246306118,47.6206992189842],[-122.342246401212,47.6206990950888],[-122.342245293979,47.6206959233509],[-122.34224526394,47.6206959172118],[-122.342245236645,47.6206959067635],[-122.342245213435,47.6206958925192],[-122.342245195449,47.6206958751787],[-122.342245113297,47.6206957494229],[-122.342245076143,47.6206956583996],[-122.342245057381,47.6206955648447],[-122.342245038942,47.6206953419859],[-122.342245040916,47.6206952288866],[-122.342245063013,47.6206951167644],[-122.342245124196,47.6206949324327],[-122.342245145216,47.6206948884155],[-122.342245174795,47.6206948466929],[-122.342245212398,47.6206948080168],[-122.342245264662,47.6206947749379],[-122.342245320186,47.6206947625069],[-122.342245384526,47.6206947787464],[-122.342245414361,47.6206947981423],[-122.342245443023,47.6206948229513]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-7","label":"Pavement symbol","path":[[-122.342253395109,47.620695390429],[-122.342252641921,47.6206969207895],[-122.342252233492,47.6206985094837],[-122.342251984975,47.6206979235341],[-122.342251751296,47.6206970693042],[-122.34225160681,47.62069594131],[-122.342251596557,47.6206948996978],[-122.342251715687,47.6206938689648],[-122.342252034041,47.6206926421743],[-122.342252468582,47.620691751197],[-122.342252679401,47.6206914641268],[-122.342252947564,47.620691199683],[-122.342253102966,47.6206910876192],[-122.342253284354,47.6206909949786],[-122.342253486453,47.6206909244546],[-122.342253607998,47.6206909063641],[-122.342253732302,47.6206909019925],[-122.342253855979,47.6206909114588],[-122.342253993232,47.6206909411414],[-122.342254122175,47.620690984569],[-122.3422542398,47.6206910407284],[-122.342254343362,47.6206911083088],[-122.342254546358,47.6206912637479],[-122.342254712185,47.6206914380737],[-122.342254979391,47.6206918108947],[-122.342255185382,47.6206922009663],[-122.342255589677,47.6206934325694],[-122.342255773467,47.6206949522724],[-122.342255735707,47.6206960817833],[-122.342255521046,47.6206973053998],[-122.342255331865,47.6206979401297],[-122.34225505581,47.6206985602264],[-122.342254849917,47.6206989000411],[-122.342254586661,47.6206992213624],[-122.342254459985,47.6206993515612],[-122.342254308064,47.6206994688489],[-122.342254133757,47.6206995710181],[-122.342254018832,47.6206996212346],[-122.342253893109,47.6206996578563],[-122.342253760096,47.6206996798614],[-122.342253623504,47.6206996866359],[-122.342253506117,47.6206996759501],[-122.342253392454,47.6206996534782],[-122.342253285102,47.620699619732],[-122.342253186508,47.6206995754804],[-122.342252951465,47.6206994344746],[-122.342252753787,47.6206992694637],[-122.342252598795,47.6206990848887],[-122.342252943588,47.6206974921005],[-122.34225366303,47.6206959572294],[-122.342253688832,47.6206959516676],[-122.342253712961,47.6206959433673],[-122.342253734782,47.6206959325469],[-122.342253753721,47.6206959194909],[-122.342253769279,47.6206959045429],[-122.342253840007,47.6206958071295],[-122.342253888831,47.6206957037899],[-122.3422539147,47.6206955967476],[-122.342253937478,47.6206953745904],[-122.342253917776,47.6206951522996],[-122.342253893306,47.6206950445823],[-122.342253844695,47.6206949406524],[-122.342253773084,47.620694842953],[-122.342253721523,47.6206948085518],[-122.342253666625,47.6206947966851],[-122.342253640904,47.6206947998875],[-122.342253616554,47.6206948063261],[-122.342253594464,47.620694815766],[-122.342253575437,47.6206948278634],[-122.342253560167,47.6206948421774],[-122.342253489391,47.6206949416336],[-122.342253441506,47.6206950471112],[-122.342253417589,47.6206951562324],[-122.342253395109,47.620695390429]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-9352-0","label":"Pavement symbol","path":[[-122.342245120565,47.6210064853341],[-122.342246795972,47.6210049319856],[-122.342248147591,47.6210025372967],[-122.342247513269,47.6210017243629],[-122.342246175576,47.6210040486976],[-122.342245385082,47.6210018425396],[-122.342247411476,47.6210008297012],[-122.342246929507,47.6209977918117],[-122.342245820923,47.6209984731203],[-122.342246091639,47.621000099624],[-122.342244679404,47.6210007714642],[-122.342246580782,47.6209952190532],[-122.34224548633,47.620994598439],[-122.342243127146,47.6210016160868],[-122.342245120565,47.6210064853341]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-1","label":"Pavement symbol","path":[[-122.342242138623,47.6209981333092],[-122.342241799347,47.6209981342088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-2","label":"Pavement symbol","path":[[-122.342242224083,47.6210331926673],[-122.342246306505,47.6210418683553],[-122.342250333742,47.6210331814068],[-122.342247464464,47.6210340353941],[-122.342247436716,47.6210254175005],[-122.342245071016,47.6210254209773],[-122.342245098764,47.6210340388709],[-122.342242224083,47.6210331926673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-3","label":"Pavement symbol","path":[[-122.342247084373,47.6210077187514],[-122.34224709118,47.6210075864185],[-122.342247073992,47.621007387674],[-122.34224702384,47.6210071914831],[-122.34224695448,47.6210070383757],[-122.342246854188,47.6210068932627],[-122.34224677358,47.6210068094124],[-122.342246676292,47.6210067340282],[-122.342246564255,47.6210066686058],[-122.342246501426,47.6210066419826],[-122.342246433089,47.6210066224736],[-122.342246361003,47.6210066105806],[-122.342246287024,47.6210066066098],[-122.342246212846,47.6210066107879],[-122.342246140624,47.6210066229325],[-122.342246072227,47.6210066427289],[-122.342246009427,47.6210066696645],[-122.34224589772,47.6210067352841],[-122.342245800792,47.6210068108278],[-122.342245720565,47.6210068947982],[-122.342245620888,47.6210070403796],[-122.342245552271,47.6210071939007],[-122.342245503612,47.6210073901224],[-122.34224548788,47.6210075887835],[-122.342245495705,47.6210077209224],[-122.342244896958,47.6210077216637],[-122.342244973713,47.6210080741927],[-122.342245067728,47.6210082814021],[-122.342245203636,47.621008477768],[-122.342245330155,47.6210086088382],[-122.342245482694,47.6210087266537],[-122.342245658239,47.6210088288859],[-122.342245802307,47.6210088901902],[-122.342245959107,47.6210089351093],[-122.342246124573,47.6210089624779],[-122.342246294411,47.6210089715859],[-122.342246463965,47.6210089619874],[-122.342246629043,47.621008934191],[-122.342246785374,47.6210088889156],[-122.342246928913,47.6210088273325],[-122.342247104051,47.6210087243608],[-122.342247255989,47.6210086058263],[-122.342247381715,47.6210084740798],[-122.342247516592,47.6210082773293],[-122.342247609497,47.621008069834],[-122.34224768312,47.62100771801],[-122.342247084373,47.6210077187514]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-4","label":"Pavement symbol","path":[[-122.342241968763,47.6209981490553],[-122.34224206414,47.6209981441207],[-122.342242157332,47.6209981295775],[-122.342242246221,47.6209981057562],[-122.342242328787,47.6209980731984],[-122.342242403153,47.6209980326441],[-122.342242598835,47.6209978908127],[-122.342242764693,47.6209977326514],[-122.34224289776,47.6209975609884],[-122.342243061043,47.6209972650374],[-122.342243171677,47.6209969582167],[-122.342243252473,47.6209965525174],[-122.342243278447,47.6209961435539],[-122.342243249472,47.6209957346041],[-122.342243165674,47.620995329103],[-122.342243053484,47.6209950227279],[-122.342242888754,47.620994727337],[-122.34224275457,47.6209945557384],[-122.342242587572,47.6209943977639],[-122.342242390754,47.6209942562468],[-122.342242316196,47.6209942160487],[-122.342242233537,47.6209941838422],[-122.342242144647,47.6209941603558],[-122.342242051536,47.6209941461207],[-122.342241956311,47.620994141459],[-122.342241861216,47.6209941465021],[-122.342241768317,47.6209941610957],[-122.342241679712,47.62099418491],[-122.342241597404,47.620994217407],[-122.342241523252,47.6209942578525],[-122.342241327567,47.6209943996824],[-122.342241161709,47.6209945578439],[-122.342241028645,47.6209947295082],[-122.342240865296,47.6209950259013],[-122.342240754753,47.6209953331792],[-122.342240674002,47.6209957384301],[-122.342240647958,47.6209961469428],[-122.34224067627,47.6209965558809],[-122.3422407594,47.6209969614113],[-122.342240872186,47.6209972682634],[-122.342241037676,47.6209975640589],[-122.342241171948,47.6209977353417],[-122.342241338936,47.6209978930125],[-122.342241535651,47.6209980342499],[-122.342241609976,47.6209980743629],[-122.342241692372,47.6209981065257],[-122.342241780982,47.6209981300136],[-122.342241873809,47.6209981442974],[-122.342241968763,47.6209981490553]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-5","label":"Pavement symbol","path":[[-122.342241950778,47.620992528532],[-122.342241795103,47.6209925370988],[-122.34224164331,47.6209925619115],[-122.342241499108,47.620992602364],[-122.342241366019,47.620992657468],[-122.342241247294,47.6209927258773],[-122.342240919087,47.6209929778388],[-122.34224064257,47.6209932565602],[-122.342240422488,47.6209935572567],[-122.342240153833,47.620994074866],[-122.342239972662,47.6209946094667],[-122.342239795843,47.6209960367928],[-122.342239982267,47.6209974638011],[-122.342240166708,47.6209979979156],[-122.342240438541,47.6209985147933],[-122.342240660598,47.6209988149479],[-122.34224093899,47.6209990929486],[-122.342241268933,47.6209993440194],[-122.342241388055,47.6209994119524],[-122.342241521414,47.6209994665568],[-122.34224166576,47.6209995065012],[-122.342241817572,47.6209995308113],[-122.342241973148,47.6209995388943],[-122.342242129105,47.6209995304392],[-122.342242281192,47.6209995056783],[-122.34224242568,47.6209994652186],[-122.342242559027,47.620999410052],[-122.342242677962,47.6209993415314],[-122.342243006169,47.62099908957],[-122.342243282687,47.6209988108486],[-122.342243502769,47.6209985101519],[-122.342243771423,47.6209979925426],[-122.342243952595,47.6209974579419],[-122.342244129414,47.6209960306158],[-122.342243942989,47.6209946036075],[-122.34224375849,47.6209940699498],[-122.342243486741,47.6209935535146],[-122.342243264778,47.6209932530419],[-122.342242986375,47.6209929747372],[-122.342242656323,47.6209927233892],[-122.342242536981,47.6209926553585],[-122.34224240336,47.6209926007027],[-122.342242258731,47.6209925607589],[-122.342242106629,47.6209925365042],[-122.342241950778,47.620992528532]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-6","label":"Pavement symbol","path":[[-122.342249786138,47.6209981992449],[-122.342249886377,47.6209981940813],[-122.342249984399,47.620998179037],[-122.342250078073,47.6209981544392],[-122.342250165361,47.6209981208229],[-122.342250244364,47.6209980789192],[-122.342250448842,47.620997934873],[-122.342250622661,47.6209977735705],[-122.342250762652,47.6209975979534],[-122.342250933633,47.6209972951064],[-122.342251049453,47.6209969806171],[-122.342251134677,47.6209965664724],[-122.342251162378,47.6209961487801],[-122.342251132493,47.6209957311965],[-122.342251045119,47.6209953172961],[-122.342250926705,47.6209950029345],[-122.342250753124,47.6209947004367],[-122.342250612199,47.620994525132],[-122.342250437513,47.6209943642259],[-122.342250232252,47.6209942206536],[-122.342250152826,47.620994178935],[-122.342250065154,47.6209941455531],[-122.342249971145,47.6209941212356],[-122.342249872848,47.6209941065124],[-122.342249772407,47.6209941017045],[-122.342249672173,47.6209941068818],[-122.342249574156,47.6209941219323],[-122.342249480485,47.6209941465293],[-122.342249393195,47.6209941801386],[-122.342249314181,47.6209942220302],[-122.342249110175,47.6209943661264],[-122.342248936803,47.6209945274212],[-122.342248797223,47.6209947029785],[-122.342248625564,47.6209950058045],[-122.342248509092,47.6209953203324],[-122.342248423871,47.6209957344772],[-122.342248396168,47.6209961521694],[-122.342248426666,47.6209965702173],[-122.342248514782,47.620996984535],[-122.342248633254,47.6209972984398],[-122.342248806751,47.6209976004952],[-122.342248947255,47.6209977757551],[-122.342249121494,47.6209979366657],[-122.342249326293,47.6209980802959],[-122.342249405715,47.6209981220184],[-122.342249493387,47.6209981554025],[-122.342249587397,47.6209981797203],[-122.342249685695,47.6209981944414],[-122.342249786138,47.6209981992449]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-7","label":"Pavement symbol","path":[[-122.342249768491,47.6209927739324],[-122.342249615246,47.6209927821725],[-122.342249465714,47.6209928062296],[-122.342249323467,47.6209928455289],[-122.342249191902,47.6209928991321],[-122.342249074162,47.6209929657587],[-122.342248753988,47.6209932075532],[-122.34224848383,47.620993475656],[-122.342248268394,47.6209937653995],[-122.342248004081,47.6209942640675],[-122.342247825453,47.6209947797346],[-122.342247652416,47.6209961539336],[-122.342247834641,47.6209975279206],[-122.342248016163,47.6209980427265],[-122.342248283144,47.6209985403325],[-122.342248500852,47.6209988294247],[-122.342248773154,47.6209990966708],[-122.342249095306,47.6209993374144],[-122.34224921335,47.6209994036061],[-122.342249345107,47.6209994567572],[-122.342249487435,47.6209994955997],[-122.34224963694,47.6209995192074],[-122.342249790054,47.620999527017],[-122.342249943305,47.620999518792],[-122.342250092843,47.6209994947418],[-122.342250235093,47.6209994554416],[-122.342250366655,47.6209994018307],[-122.342250484383,47.6209993351907],[-122.342250804935,47.6209990937218],[-122.342251075546,47.6209988259156],[-122.342251291507,47.6209985364316],[-122.34225155514,47.6209980377441],[-122.342251733118,47.6209975221141],[-122.342251906155,47.6209961479151],[-122.34225172393,47.6209947739281],[-122.342251542471,47.6209942586645],[-122.342251275401,47.6209937606169],[-122.342251058104,47.6209934715723],[-122.342250786249,47.6209932043222],[-122.342250464569,47.6209929635175],[-122.342250346291,47.6209928972432],[-122.342250214269,47.6209928440498],[-122.342250071661,47.6209928052088],[-122.342249921875,47.6209927816486],[-122.342249768491,47.6209927739324]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-10208-0","label":"Pavement symbol","path":[[-122.342391052771,47.6207203106444],[-122.342391013017,47.6207189401663],[-122.342390806627,47.6207174818694],[-122.342390273197,47.6207160617616],[-122.342389425169,47.6207147129639],[-122.342388282322,47.6207134669342],[-122.342386871308,47.6207123527333],[-122.342385225039,47.6207113963478],[-122.342383381909,47.6207106200832],[-122.342381384905,47.6207100420443],[-122.342382378167,47.6207067156114],[-122.342374024937,47.6207100253822],[-122.342380934115,47.6207151892915],[-122.342380851661,47.6207123467182],[-122.342382494661,47.6207127750379],[-122.342384017439,47.6207133720067],[-122.342385382183,47.6207141228013],[-122.342386555004,47.6207150087785],[-122.342387506779,47.6207160079384],[-122.342388213876,47.6207170954707],[-122.342388658735,47.6207182443706],[-122.342388830311,47.6207194261095],[-122.342388856814,47.6207203397616],[-122.342391052771,47.6207203106444]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":10208,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/10208"}],"details":[]},{"id":"symbol-12061-0","label":"Pavement symbol","path":[[-122.342472907716,47.6211195894135],[-122.342464699594,47.6211164362684],[-122.342465732808,47.6211196701594],[-122.342463796867,47.6211202512883],[-122.342462014784,47.6211210243345],[-122.342460428119,47.6211219712689],[-122.342459073878,47.6211230700072],[-122.342457983644,47.6211242949246],[-122.342457182842,47.6211256174537],[-122.342456690151,47.6211270067503],[-122.342456517059,47.6211284304133],[-122.342456505254,47.6211297664904],[-122.34245864646,47.6211297758818],[-122.342458655191,47.6211288842526],[-122.342458799617,47.6211277305967],[-122.342459211098,47.6211266065526],[-122.342459879419,47.621125540027],[-122.342460787988,47.6211245574987],[-122.342461914247,47.6211236833609],[-122.342463230234,47.6211229393158],[-122.342464703278,47.621122343836],[-122.342466296807,47.6211219117053],[-122.342466270799,47.6211246846476],[-122.342472907716,47.6211195894135]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":12061,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/12061"}],"details":[]},{"id":"symbol-12223-0","label":"Pavement symbol","path":[[-122.342291514723,47.6206576681664],[-122.342299721432,47.6206608213417],[-122.342298689542,47.6206575865323],[-122.34230062515,47.6206570053848],[-122.34230240692,47.6206562323722],[-122.342303993308,47.6206552855188],[-122.342305347322,47.6206541869024],[-122.342306437391,47.6206529621394],[-122.342307238099,47.6206516397877],[-122.342307730774,47.6206502506806],[-122.34230790393,47.6206488272079],[-122.342307915712,47.6206474902316],[-122.342305774552,47.6206474817366],[-122.342305767123,47.6206483724488],[-122.342305622666,47.6206495260981],[-122.342305211165,47.6206506501336],[-122.342304542838,47.6206517166504],[-122.342303634275,47.6206526991717],[-122.342302508032,47.6206535733061],[-122.342301192068,47.6206543173528],[-122.342299719053,47.6206549128403],[-122.342298125555,47.6206553449856],[-122.342298150267,47.6206525729601],[-122.342291514723,47.6206576681664]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":12223,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/12223"}],"details":[]},{"id":"symbol-13091-0","label":"Pavement symbol","path":[[-122.342663294195,47.6208569470229],[-122.342658529673,47.6208626453652],[-122.342663433204,47.6208619218211],[-122.342664313387,47.6208632601387],[-122.342665486169,47.6208644922856],[-122.342666924095,47.6208655894177],[-122.342668593504,47.6208665258515],[-122.342670455314,47.6208672796656],[-122.342672465944,47.6208678332135],[-122.342674578323,47.6208681735369],[-122.342676743002,47.6208682926688],[-122.342678770984,47.6208682981598],[-122.342678779783,47.6208668127872],[-122.342677427795,47.6208668091266],[-122.342675673331,47.6208667096699],[-122.342673963937,47.6208664253814],[-122.342672342201,47.6208659633434],[-122.342670848521,47.6208653350664],[-122.342669520111,47.6208645562025],[-122.342668390064,47.620863646155],[-122.342667486532,47.6208626275954],[-122.342666832025,47.6208615258987],[-122.342671038367,47.6208615375855],[-122.342663294195,47.6208569470229]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13091-1","label":"Pavement symbol","path":[[-122.342699179533,47.6208589396419],[-122.342699184216,47.6208580003871],[-122.342702932585,47.6208574073113],[-122.342699191818,47.6208567948091],[-122.342699197831,47.6208558555367],[-122.342706286314,47.6208570164838],[-122.342711354938,47.6208570302275],[-122.342711350201,47.6208578300435],[-122.342706281577,47.6208578162998],[-122.342699179533,47.6208589396419]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13091-2","label":"Pavement symbol","path":[[-122.342699163288,47.6208614524678],[-122.342699169356,47.6208606526341],[-122.342707869466,47.6208606766913],[-122.342707878264,47.6208591913187],[-122.342711342081,47.6208592011566],[-122.34271132852,47.6208614854459],[-122.342699163288,47.6208614524678]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13091-3","label":"Pavement symbol","path":[[-122.342699156521,47.620862595062],[-122.342711321753,47.6208626280402],[-122.34271131699,47.620863426957],[-122.342703873588,47.6208648921802],[-122.342711308192,47.6208649123295],[-122.342711303455,47.6208657121455],[-122.342699138222,47.6208656791673],[-122.34269914296,47.6208648793513],[-122.342706586362,47.6208634141283],[-122.342699151757,47.6208633939787],[-122.342699156521,47.620862595062]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13091-4","label":"Pavement symbol","path":[[-122.342702378362,47.6208666014775],[-122.342708053792,47.6208666170695],[-122.342708709304,47.6208666448753],[-122.342709355551,47.6208667239515],[-122.342709864734,47.6208668336719],[-122.342710345291,47.6208669915036],[-122.342710622277,47.6208671180153],[-122.342710870021,47.620867269595],[-122.342711083569,47.6208674432122],[-122.34271117305,47.6208675433814],[-122.342711238332,47.6208676517113],[-122.342711277826,47.620867765566],[-122.342711290571,47.6208678821754],[-122.34271127637,47.6208679985812],[-122.342711235507,47.6208681120859],[-122.342711168975,47.6208682199324],[-122.34271107839,47.6208683195009],[-122.342710862766,47.6208684923985],[-122.342710613069,47.6208686430315],[-122.342710334306,47.6208687683788],[-122.342709852492,47.6208689236233],[-122.342709342642,47.6208690307224],[-122.3427086944,47.6208691060455],[-122.342708037547,47.6208691298953],[-122.342702363448,47.6208691142857],[-122.342701707266,47.6208690865405],[-122.342701060359,47.6208690074213],[-122.342700551176,47.6208688976995],[-122.342700070619,47.6208687398691],[-122.3426997941,47.6208686132869],[-122.342699546806,47.620868461703],[-122.34269933367,47.6208682881427],[-122.342699243836,47.6208681880385],[-122.342699178208,47.6208680797309],[-122.342699138385,47.620867965859],[-122.342699125338,47.6208678491972],[-122.342699139834,47.6208677327296],[-122.342699181024,47.6208676191982],[-122.342699247905,47.6208675113652],[-122.34269933885,47.620867411854],[-122.342699554064,47.6208672390259],[-122.342699803312,47.6208670884007],[-122.342700081604,47.6208669629939],[-122.342700564066,47.6208668076796],[-122.342701074597,47.6208667006327],[-122.34270172218,47.6208666253702],[-122.342702378362,47.6208666014775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13091-5","label":"Pavement symbol","path":[[-122.342703436855,47.6208674042853],[-122.342706984494,47.6208674139113],[-122.342707101873,47.6208674213388],[-122.342707215564,47.6208674423711],[-122.342707322122,47.620867476371],[-122.342707418321,47.6208675223089],[-122.342707501247,47.6208675787931],[-122.342707568388,47.620867644113],[-122.34270761771,47.6208677162898],[-122.342707647719,47.6208677931375],[-122.342707657507,47.6208678723283],[-122.342707646776,47.6208679514635],[-122.342707615852,47.6208680281463],[-122.342707565672,47.6208681000538],[-122.342707497755,47.6208681650081],[-122.342707414159,47.6208682210417],[-122.342707317416,47.6208682664574],[-122.342707210455,47.6208682998795],[-122.342707096518,47.6208683202956],[-122.342706979054,47.6208683270875],[-122.342703431415,47.6208683174616],[-122.342703314094,47.6208683099865],[-122.34270320047,47.6208682889199],[-122.342703093982,47.6208682548992],[-122.342702997853,47.6208682089542],[-122.342702914991,47.6208681524753],[-122.342702847905,47.6208680871716],[-122.342702798624,47.6208680150196],[-122.342702768641,47.6208679382027],[-122.342702758862,47.6208678590458],[-122.342702769584,47.6208677799444],[-122.342702800481,47.6208677032923],[-122.34270285062,47.6208676314093],[-122.342702918482,47.6208675664709],[-122.342703002014,47.6208675104423],[-122.342703098688,47.6208674650191],[-122.342703205578,47.620867431576],[-122.342703319449,47.6208674111251],[-122.342703436855,47.6208674042853]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13487-0","label":"Pavement symbol","path":[[-122.342661244925,47.6209161046563],[-122.342658947392,47.6209149719301],[-122.342655405451,47.6209140581191],[-122.342654204392,47.6209144869682],[-122.342657640917,47.6209153904823],[-122.342654379196,47.6209159258249],[-122.342652879787,47.6209145558125],[-122.342648386513,47.6209148816854],[-122.342649395531,47.6209156302737],[-122.342651801283,47.6209154481345],[-122.342652794969,47.6209164020371],[-122.342644581202,47.6209151174698],[-122.342643663245,47.6209158565281],[-122.342654044266,47.6209174524066],[-122.342661244925,47.6209161046563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-1","label":"Pavement symbol","path":[[-122.342648892943,47.620918119862],[-122.342648892972,47.6209183501618]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-2","label":"Pavement symbol","path":[[-122.342700748518,47.620918062785],[-122.342713580519,47.6209153026277],[-122.342700730485,47.6209125799019],[-122.342701993616,47.6209145198016],[-122.342689248405,47.6209145385948],[-122.342689253561,47.6209161380328],[-122.342701998773,47.6209161192395],[-122.342700748518,47.620918062785]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-3","label":"Pavement symbol","path":[[-122.34266306921,47.6209147760287],[-122.342662873479,47.6209147714276],[-122.342662580168,47.6209147830968],[-122.342662290669,47.6209148169403],[-122.34266206415,47.6209148638559],[-122.342661849578,47.6209149316427],[-122.342661725382,47.6209149864743],[-122.342661613888,47.6209150525548],[-122.342661517321,47.6209151285656],[-122.342661477894,47.6209151710837],[-122.342661449025,47.620915217294],[-122.342661431453,47.6209152660149],[-122.342661425625,47.6209153160009],[-122.342661431768,47.6209153661188],[-122.342661449716,47.6209154149307],[-122.342661479007,47.6209154611815],[-122.34266151889,47.6209155036821],[-122.342661615849,47.6209155791522],[-122.342661727586,47.6209156446852],[-122.342661851882,47.6209156989794],[-122.342662066534,47.6209157658443],[-122.342662292923,47.6209158118789],[-122.342662583103,47.6209158452286],[-122.342662877012,47.6209158563102],[-122.342663072455,47.6209158510195],[-122.342663074859,47.6209162549124],[-122.342663594973,47.6209162039339],[-122.342663901537,47.6209161403466],[-122.342664191891,47.6209160484817],[-122.34266438637,47.6209159629133],[-122.342664561079,47.6209158597728],[-122.34266471255,47.6209157411071],[-122.34266480292,47.6209156435361],[-122.342664869018,47.6209155374912],[-122.342664909148,47.6209154256934],[-122.342664922281,47.620915311011],[-122.342664908153,47.6209151964547],[-122.342664867069,47.6209150848886],[-122.342664800084,47.6209149791755],[-122.342664708915,47.6209148820279],[-122.342664557177,47.6209147637629],[-122.342664382301,47.6209146610333],[-122.342664187754,47.6209145758752],[-122.34266389683,47.6209144847078],[-122.342663589842,47.6209144218748],[-122.342663068136,47.6209143721181],[-122.34266306921,47.6209147760287]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-4","label":"Pavement symbol","path":[[-122.342648916234,47.6209182347032],[-122.342648908797,47.6209181704744],[-122.34264888723,47.6209181077119],[-122.342648852014,47.6209180478199],[-122.342648803937,47.6209179921388],[-122.342648744077,47.6209179419143],[-122.342648534478,47.6209178097037],[-122.342648300538,47.6209176975662],[-122.342648046458,47.6209176075149],[-122.342647608159,47.6209174970967],[-122.34264715358,47.6209174223414],[-122.342646553548,47.6209173677184],[-122.342645948629,47.6209173501593],[-122.342645344415,47.6209173693375],[-122.342644745296,47.6209174254917],[-122.342644291347,47.6209175017667],[-122.342643853935,47.6209176136361],[-122.342643600416,47.6209177045029],[-122.342643367204,47.6209178174059],[-122.342643158488,47.6209179503169],[-122.342643098689,47.6209180007482],[-122.342643050749,47.6209180566386],[-122.342643015744,47.6209181167318],[-122.342642994461,47.6209181796771],[-122.34264298738,47.6209182440597],[-122.342642994835,47.6209183082857],[-122.34264301641,47.6209183710451],[-122.342643051625,47.6209184309352],[-122.342643099692,47.6209184866179],[-122.342643159537,47.6209185368486],[-122.34264336955,47.6209186691186],[-122.342643603939,47.6209187812519],[-122.342643858486,47.6209188712304],[-122.342644296131,47.6209189816063],[-122.342644750034,47.6209190564215],[-122.342645350066,47.6209191110438],[-122.342645954985,47.6209191286037],[-122.342646559885,47.6209191090098],[-122.342647159622,47.6209190523543],[-122.342647612865,47.620918976482],[-122.342648049679,47.6209188651268],[-122.342648303664,47.6209187743179],[-122.342648537325,47.6209186614075],[-122.342648746456,47.6209185284284],[-122.342648805953,47.6209184779307],[-122.3426488536,47.6209184220128],[-122.34264888833,47.6209183619276],[-122.342648909366,47.6209182990212],[-122.342648916234,47.6209182347032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-5","label":"Pavement symbol","path":[[-122.342640603038,47.6209182468923],[-122.342640615391,47.6209183519796],[-122.342640651782,47.6209184545028],[-122.34264071133,47.6209185519795],[-122.342640792592,47.6209186420492],[-122.342640893601,47.6209187225311],[-122.342641266306,47.6209189446668],[-122.34264167903,47.620919131921],[-122.342642124637,47.6209192810562],[-122.342642889425,47.6209194626212],[-122.34264367961,47.620919585194],[-122.342645792069,47.6209197047153],[-122.342647902726,47.620919578667],[-122.34264869219,47.6209194538946],[-122.342649455893,47.6209192701942],[-122.342649900145,47.6209191199239],[-122.342650311339,47.6209189316982],[-122.34265068238,47.6209187087654],[-122.342650783119,47.62091862794],[-122.342650864005,47.6209185375467],[-122.342650923074,47.6209184397806],[-122.34265095889,47.620918337016],[-122.342650970585,47.6209182317485],[-122.342650958227,47.620918126662],[-122.342650921834,47.6209180241397],[-122.342650862286,47.6209179266636],[-122.342650781027,47.6209178365934],[-122.342650680022,47.6209177561098],[-122.342650307249,47.6209175342906],[-122.342649894536,47.6209173473389],[-122.342649449012,47.620917198484],[-122.342648684225,47.6209170169163],[-122.342647894039,47.6209168943464],[-122.34264578158,47.6209167748251],[-122.342643672254,47.6209169008557],[-122.342642882112,47.6209170255851],[-122.342642117756,47.620917209346],[-122.3426416735,47.6209173596114],[-122.342641262305,47.6209175478374],[-122.34264089127,47.6209177707748],[-122.342640790675,47.6209178514505],[-122.342640709865,47.6209179416676],[-122.342640650796,47.6209180392418],[-122.342640614897,47.6209181418111],[-122.342640603038,47.6209182468923]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-6","label":"Pavement symbol","path":[[-122.342648990454,47.6209129503103],[-122.342648982622,47.6209128825482],[-122.342648960139,47.6209128162918],[-122.34264892349,47.6209127529725],[-122.342648873467,47.6209126939581],[-122.34264881115,47.6209126405235],[-122.342648598291,47.6209125023647],[-122.342648359705,47.6209123848439],[-122.342648099761,47.6209122901138],[-122.342647651953,47.6209121740788],[-122.342647186645,47.620912095313],[-122.342646574105,47.6209120381509],[-122.342645956318,47.6209120198689],[-122.342645338646,47.6209120400772],[-122.342644726488,47.6209120991512],[-122.342644262102,47.6209121792744],[-122.342643815437,47.6209122965528],[-122.342643555956,47.6209123919172],[-122.342643317958,47.6209125100258],[-122.342643105802,47.6209126487151],[-122.342643044162,47.6209127023405],[-122.342642994829,47.6209127614692],[-122.342642958866,47.6209128248278],[-122.342642937048,47.6209128910519],[-122.342642929844,47.6209129587152],[-122.342642937292,47.6209130266116],[-122.342642959449,47.6209130930352],[-122.342642995834,47.6209131565465],[-122.342643045659,47.6209132157688],[-122.342643107843,47.6209132694188],[-122.342643320783,47.6209134072533],[-122.342643559357,47.6209135244708],[-122.342643819206,47.6209136189293],[-122.342644267014,47.6209137349644],[-122.342644732322,47.6209138137302],[-122.342645344844,47.6209138713429],[-122.342645962675,47.6209138900735],[-122.342646580366,47.6209138694153],[-122.342647192479,47.620913809892],[-122.342647657542,47.6209137298119],[-122.342648104861,47.6209136124726],[-122.34264836387,47.6209135170458],[-122.342648601419,47.6209133989448],[-122.342648813165,47.620913260328],[-122.342648875083,47.6209132067583],[-122.342648924695,47.6209131476543],[-122.342648960931,47.6209130842904],[-122.342648983009,47.6209130180328],[-122.342648990454,47.6209129503103]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-7","label":"Pavement symbol","path":[[-122.34264096466,47.6209129622865],[-122.342640976955,47.6209130655985],[-122.342641012574,47.6209131664231],[-122.342641070679,47.6209132623824],[-122.342641149898,47.6209133512128],[-122.342641248364,47.6209134308192],[-122.342641605627,47.6209136474632],[-122.342642002195,47.6209138304211],[-122.342642431126,47.6209139764905],[-122.342643168582,47.6209141547031],[-122.342643931383,47.6209142750565],[-122.34264494384,47.6209143640073],[-122.342645963959,47.6209143929384],[-122.34264698408,47.6209143613426],[-122.342647996192,47.6209142697293],[-122.342648758449,47.6209141470103],[-122.342649494957,47.6209139664761],[-122.342649922832,47.62091381914],[-122.342650318118,47.620913635032],[-122.342650673899,47.6209134173727],[-122.342650771859,47.6209133374078],[-122.342650850485,47.6209132482707],[-122.342650907921,47.6209131520664],[-122.342650942812,47.6209130510664],[-122.342650954333,47.6209129476558],[-122.34265094221,47.6209128441522],[-122.34265090667,47.6209127431278],[-122.342650848554,47.6209126469751],[-122.342650769239,47.6209125579712],[-122.342650670603,47.6209124782237],[-122.342650313341,47.6209122615789],[-122.342649916773,47.620912078621],[-122.342649487841,47.6209119325526],[-122.342648750385,47.6209117543401],[-122.342647987584,47.6209116339866],[-122.342646975127,47.6209115450361],[-122.342645955009,47.6209115161048],[-122.342644934887,47.6209115477009],[-122.342643922775,47.6209116393138],[-122.342643161195,47.6209117620734],[-122.342642425341,47.6209119425493],[-122.342641997461,47.6209120898812],[-122.342641602175,47.6209122739894],[-122.342641246398,47.6209124916526],[-122.342641147993,47.6209125716991],[-122.342641068998,47.620912660984],[-122.342641011287,47.6209127573881],[-122.34264097623,47.6209128586232],[-122.34264096466,47.6209129622865]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13943-0","label":"Pavement symbol","path":[[-122.34252080702,47.6210167234944],[-122.342520819449,47.6210153631196],[-122.342514249803,47.6210098420687],[-122.342507614107,47.621015299832],[-122.342507602251,47.6210166799906],[-122.342514229863,47.6210112187362],[-122.34252080702,47.6210167234944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-1","label":"Pavement symbol","path":[[-122.342520818264,47.6210139921299],[-122.342520831111,47.6210126461433],[-122.342514255023,47.6210071323747],[-122.34250765284,47.6210125986897],[-122.342507641428,47.6210139482557],[-122.342514268074,47.6210084996086],[-122.342520818264,47.6210139921299]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-2","label":"Pavement symbol","path":[[-122.342511968848,47.6210239584058],[-122.342511528765,47.6210230070567],[-122.342511649484,47.6210223523391],[-122.342514166106,47.6210284687003],[-122.342514145452,47.6210287626152],[-122.342514191939,47.6210290551865],[-122.342514304468,47.6210293394871],[-122.342514325327,47.6210293716453],[-122.342514353051,47.6210294013537],[-122.342514387025,47.6210294279511],[-122.342514426492,47.6210294508455],[-122.342514470573,47.6210294695271],[-122.342514629543,47.621030867212],[-122.342514491162,47.6210308672478],[-122.342514486966,47.6210312730274],[-122.34251505486,47.6210312178176],[-122.342515043903,47.6210308401267],[-122.342514864237,47.6210308389107],[-122.34251473586,47.6210294408202],[-122.342514835041,47.6210292937567],[-122.342514905485,47.6210291393476],[-122.342514946036,47.6210289801318],[-122.342515735869,47.6210286862811],[-122.342516028528,47.6210301599507],[-122.342516637064,47.6210315890667],[-122.342516830258,47.6210318882465],[-122.342517073686,47.6210321702819],[-122.342517364054,47.6210324313569],[-122.342517486193,47.6210325176497],[-122.342517623001,47.6210325932857],[-122.342517772444,47.6210326571412],[-122.34251790926,47.6210326986201],[-122.342518054034,47.6210327251226],[-122.342518203184,47.6210327359927],[-122.342518341712,47.6210327311442],[-122.342518477169,47.6210327110008],[-122.342518605864,47.6210326761114],[-122.342518724289,47.6210326274267],[-122.342518983608,47.6210324809663],[-122.342519211463,47.6210323124003],[-122.342519702794,47.6210317560231],[-122.342520043983,47.6210311507598],[-122.342520614053,47.6210294276444],[-122.342520836369,47.6210273214086],[-122.342520651365,47.6210252097788],[-122.342520111597,47.6210234824886],[-122.342519770154,47.6210228777461],[-122.342519299297,47.6210223138717],[-122.342519161138,47.6210221930657],[-122.342518999576,47.6210220862607],[-122.3425188177,47.6210219954987],[-122.3425186554,47.6210219380727],[-122.342518480965,47.621021900111],[-122.342518299487,47.6210218827224],[-122.342518176746,47.6210218849787],[-122.342518056314,47.6210219011073],[-122.342517941617,47.6210219306492],[-122.342517587946,47.6210220774774],[-122.342517402633,47.621022190136],[-122.342517246403,47.6210223213027],[-122.34251692622,47.6210226593037],[-122.342516088405,47.6210204276862],[-122.342516233352,47.6210196449028],[-122.342516391618,47.6210195863851],[-122.342516534435,47.6210195119699],[-122.342516658318,47.6210194234727],[-122.342516760245,47.6210193230525],[-122.342516897999,47.6210191179141],[-122.34251700456,47.6210188924981],[-122.342517078235,47.6210186801129],[-122.342517090752,47.6210185153183],[-122.342517073017,47.62101845438],[-122.342517039764,47.6210184089408],[-122.342516989716,47.621018380817],[-122.342516921569,47.6210183709253],[-122.342514942978,47.6210185545941],[-122.342514894078,47.6210185660379],[-122.342514849664,47.6210185945147],[-122.342514812291,47.6210186363923],[-122.342514784569,47.6210186898369],[-122.34251476913,47.621018753914],[-122.342514768531,47.6210188249911],[-122.342514817015,47.6210189826795],[-122.34251498684,47.6210191896627],[-122.342515206263,47.6210193742458],[-122.342515360056,47.6210194845364],[-122.342515533665,47.621019580539],[-122.34251572419,47.6210196606507],[-122.342515665304,47.6210200158778],[-122.342512045648,47.6210200009034],[-122.342512323385,47.6210180621598],[-122.342512122354,47.6210172785665],[-122.342512306189,47.6210168731036],[-122.342513189782,47.6210168757805],[-122.342513182762,47.6210162668378],[-122.342512174062,47.621016263121],[-122.342511694197,47.6210173346223],[-122.342511920892,47.6210181772494],[-122.342511143244,47.6210224688045],[-122.342510981301,47.6210222992733],[-122.342510789105,47.6210221447636],[-122.342510569687,47.6210220077134],[-122.342510423547,47.6210219400138],[-122.34251026288,47.6210218894348],[-122.342509951666,47.6210218485812],[-122.342509813163,47.6210218535161],[-122.342509677732,47.6210218736852],[-122.342509549038,47.6210219085432],[-122.34250943056,47.6210219571472],[-122.3425091508,47.6210221174428],[-122.342508907882,47.6210223030324],[-122.34250870679,47.621022510109],[-122.342508469385,47.6210228119276],[-122.342508298542,47.6210230665823],[-122.342508162427,47.6210233305748],[-122.342507762032,47.6210243129661],[-122.342507502851,47.6210253166634],[-122.342507326414,47.6210279953422],[-122.342507511927,47.6210294024937],[-122.342507906458,47.6210307899352],[-122.342508335926,47.6210316505646],[-122.34250870911,47.6210321305057],[-122.342508977006,47.6210323752456],[-122.34250917373,47.6210325057791],[-122.342509411216,47.6210326195793],[-122.342509648571,47.621032683003],[-122.342509862011,47.6210327017633],[-122.342510009468,47.6210326935107],[-122.342510246144,47.6210326417933],[-122.342510484124,47.621032543279],[-122.342510703744,47.6210324081241],[-122.342510881189,47.621032272266],[-122.342511029404,47.6210321213282],[-122.342511335112,47.6210317430367],[-122.342511739921,47.6210310197801],[-122.342511993102,47.6210303902944],[-122.342512209665,47.6210296452446],[-122.342512383403,47.6210287082461],[-122.342512475406,47.6210277516405],[-122.342512480093,47.6210268123857],[-122.342512405887,47.6210258597833],[-122.342512231977,47.6210248644221],[-122.342511968848,47.6210239584058]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-3","label":"Pavement symbol","path":[[-122.342516564336,47.621023119305],[-122.34251582833,47.6210254299878],[-122.342515675304,47.6210277910729],[-122.342514852661,47.6210279630117],[-122.342515924344,47.6210214689111],[-122.342516564336,47.621023119305]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-4","label":"Pavement symbol","path":[[-122.342511898772,47.6210209465417],[-122.342515510448,47.6210209616219],[-122.342514496634,47.6210270654241],[-122.342514460821,47.621026427176],[-122.34251457127,47.6210264275107],[-122.342514560835,47.621026021925],[-122.342514077753,47.6210260193348],[-122.34251408738,47.6210263970432],[-122.34251421246,47.6210263971838],[-122.342514234008,47.6210270940957],[-122.342511838739,47.6210213080813],[-122.342511898772,47.6210209465417]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-5","label":"Pavement symbol","path":[[-122.342516851172,47.6210239251503],[-122.342516277894,47.6210257281489],[-122.342516163887,47.6210275704869],[-122.342517938815,47.6210269712002],[-122.342516851172,47.6210239251503]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-6","label":"Pavement symbol","path":[[-122.342518139612,47.6210277467],[-122.342516229564,47.6210285043106],[-122.342516322497,47.6210291490217],[-122.342516502242,47.6210297853376],[-122.34251695474,47.6210307976955],[-122.342517109274,47.6210310350073],[-122.34251730563,47.6210312578301],[-122.342517540869,47.6210314628313],[-122.342517869376,47.621031641096],[-122.342517948581,47.6210316706027],[-122.342518033745,47.6210316912345],[-122.342518122695,47.621031702465],[-122.342518213164,47.6210317040079],[-122.342518360314,47.6210316901802],[-122.342518502196,47.6210316604656],[-122.342518635061,47.6210316156492],[-122.342518784709,47.621031543938],[-122.342518917141,47.6210314582131],[-122.342519029494,47.6210313603273],[-122.342519413229,47.621030905736],[-122.342519702119,47.6210304203118],[-122.342519982276,47.6210297301131],[-122.342520164612,47.6210290251813],[-122.342520330529,47.6210273181252],[-122.342520194602,47.6210256098648],[-122.342519988779,47.6210247971273],[-122.342519621895,47.6210240105935],[-122.342519100679,47.6210232646942],[-122.342519002274,47.6210231749846],[-122.342518885511,47.6210230959071],[-122.342518752888,47.6210230291526],[-122.342518607238,47.6210229761485],[-122.342518451678,47.6210229380281],[-122.342518289533,47.6210229156065],[-122.342518086359,47.6210229421536],[-122.342517891375,47.6210229889099],[-122.342517708978,47.6210230548208],[-122.342517543282,47.6210231383998],[-122.342517398025,47.6210232377617],[-122.342517276482,47.6210233506656],[-122.342517181394,47.6210234745649],[-122.342518288651,47.6210266463001],[-122.342518319049,47.6210266523105],[-122.342518346711,47.6210266627179],[-122.342518370256,47.6210266770033],[-122.342518388512,47.6210266944544],[-122.342518469335,47.6210268202277],[-122.342518506391,47.6210269108076],[-122.342518525226,47.6210270039065],[-122.342518543693,47.6210272276645],[-122.342518542376,47.6210273407277],[-122.342518520953,47.6210274528685],[-122.34251845977,47.6210276372002],[-122.342518438214,47.6210276809576],[-122.342518408182,47.6210277223831],[-122.342518370212,47.6210277607347],[-122.342518317974,47.621027794713],[-122.342518262424,47.6210278062449],[-122.342518199414,47.6210277899879],[-122.342518168274,47.621027771509],[-122.342518139612,47.6210277467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-7","label":"Pavement symbol","path":[[-122.342510187473,47.6210271792409],[-122.342510940743,47.6210256484368],[-122.342511349055,47.6210240592843],[-122.342511349081,47.6210240601836],[-122.342511598907,47.6210246452156],[-122.342511831261,47.6210254994626],[-122.34251197578,47.6210266283558],[-122.342511987342,47.6210276690511],[-122.342511866913,47.6210287007013],[-122.342511548563,47.6210299274925],[-122.342511113997,47.6210308175715],[-122.342510903275,47.6210311051058],[-122.342510635041,47.6210313699858],[-122.342510479636,47.6210314820481],[-122.342510298248,47.6210315746889],[-122.34251009615,47.6210316452155],[-122.342509974603,47.6210316633007],[-122.3425098503,47.6210316676725],[-122.342509726621,47.621031658212],[-122.342509589373,47.6210316285218],[-122.342509460432,47.6210315850923],[-122.342509342805,47.6210315289363],[-122.342509239234,47.6210314613632],[-122.34250903624,47.6210313059229],[-122.342508870407,47.6210311315991],[-122.342508603199,47.6210307587783],[-122.342508397204,47.6210303687076],[-122.3425079929,47.6210291371053],[-122.342507809101,47.6210276174027],[-122.342507846856,47.6210264878918],[-122.342508061512,47.6210252642748],[-122.342508251346,47.6210246295131],[-122.342508528075,47.6210240094296],[-122.342508733961,47.6210236696121],[-122.342508997225,47.6210233482925],[-122.342509123483,47.6210232181531],[-122.342509274957,47.6210231008724],[-122.342509448799,47.6210229986535],[-122.34250956372,47.6210229484308],[-122.342509689444,47.6210229118064],[-122.34250982246,47.6210228898029],[-122.342509959055,47.6210228830345],[-122.342510076445,47.6210228937119],[-122.342510190112,47.6210229161812],[-122.342510297464,47.6210229499301],[-122.342510396054,47.621022994189],[-122.342510631106,47.6210231351899],[-122.342510828787,47.6210233002009],[-122.342510983773,47.6210234847794],[-122.34251063963,47.6210250775205],[-122.342509920877,47.6210266124235],[-122.342509894772,47.6210266178735],[-122.342509870338,47.6210266261244],[-122.342509848231,47.6210266369546],[-122.342509829046,47.6210266500732],[-122.342509813297,47.6210266651278],[-122.342509742572,47.6210267625419],[-122.342509693748,47.6210268658815],[-122.342509667877,47.6210269729235],[-122.342509645102,47.6210271950807],[-122.342509664803,47.6210274173715],[-122.34250968928,47.6210275250875],[-122.342509737892,47.6210276290168],[-122.342509809498,47.6210277267177],[-122.342509861059,47.6210277611188],[-122.342509917287,47.6210277729677],[-122.342509942708,47.6210277696282],[-122.342509966745,47.6210277631284],[-122.342509988542,47.6210277536999],[-122.342510007322,47.6210277416786],[-122.342510022416,47.6210277274928],[-122.342510093315,47.6210276277529],[-122.342510141194,47.6210275219686],[-122.342510164967,47.6210274125383],[-122.342510187473,47.6210271792409]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-15647-0","label":"Pavement symbol","path":[[-122.342387706198,47.6211274581372],[-122.342387666445,47.621126087659],[-122.342387460044,47.6211246293641],[-122.342386926605,47.6211232092587],[-122.342386078568,47.6211218604632],[-122.342384935711,47.621120614435],[-122.34238352469,47.6211195002346],[-122.342381878411,47.6211185438481],[-122.342380035272,47.6211177675806],[-122.342378038258,47.6211171895369],[-122.342379031528,47.6211138631041],[-122.342370678232,47.6211171728746],[-122.342377587464,47.621122336784],[-122.342377504983,47.6211194933115],[-122.342379148104,47.6211199217215],[-122.342380670976,47.6211205187941],[-122.342382035784,47.6211212697026],[-122.342383208637,47.6211221558005],[-122.342384160409,47.6211231550839],[-122.342384867467,47.6211242427385],[-122.342385312253,47.6211253917554],[-122.342385483722,47.6211265736022],[-122.342385510224,47.6211274872544],[-122.342387706198,47.6211274581372]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15647,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15647"}],"details":[]},{"id":"symbol-15688-0","label":"Pavement symbol","path":[[-122.342515090135,47.6211521473998],[-122.342513414758,47.6211537016516],[-122.342512063121,47.6211560954444],[-122.342512697449,47.6211569083767],[-122.342514035134,47.6211545840389],[-122.342514825641,47.621156790195],[-122.342512799247,47.6211578030382],[-122.342513281233,47.6211608409264],[-122.342514389817,47.6211601596153],[-122.342514119092,47.6211585331122],[-122.342515531327,47.6211578612686],[-122.342513629998,47.6211634145834],[-122.342514724431,47.6211640342957],[-122.342517083585,47.6211570166424],[-122.342515090135,47.6211521473998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-1","label":"Pavement symbol","path":[[-122.34251807213,47.6211604994176],[-122.342518411433,47.6211604994163]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-2","label":"Pavement symbol","path":[[-122.342517987814,47.6211254400422],[-122.34251390401,47.6211167643816],[-122.342509876836,47.6211254522386],[-122.342512747445,47.6211245982271],[-122.342512773882,47.621133215239],[-122.342515139586,47.6211332117566],[-122.342515111819,47.6211245947624],[-122.342517987814,47.6211254400422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-3","label":"Pavement symbol","path":[[-122.342513126315,47.6211509139872],[-122.342513119509,47.6211510463201],[-122.342513136699,47.6211512450645],[-122.342513186851,47.6211514412554],[-122.342513256212,47.6211515943626],[-122.342513356505,47.6211517394754],[-122.342513437111,47.6211518233266],[-122.3425135344,47.6211518987108],[-122.34251364644,47.6211519641317],[-122.342513709265,47.6211519907623],[-122.342513777602,47.6211520102742],[-122.34251384969,47.6211520221645],[-122.342513923673,47.621152026127],[-122.342513997854,47.6211520219594],[-122.34251407008,47.6211520098179],[-122.342514138477,47.6211519900173],[-122.342514201269,47.6211519630716],[-122.342514312982,47.6211518974552],[-122.34251440991,47.6211518219109],[-122.342514490131,47.6211517379372],[-122.34251458981,47.6211515923562],[-122.342514658424,47.6211514388343],[-122.342514707022,47.6211512430599],[-122.342514722839,47.6211510448506],[-122.342514714988,47.6211509118125],[-122.342515313736,47.6211509110697],[-122.342515237005,47.6211505594402],[-122.342515142993,47.62115035223],[-122.342515007079,47.6211501558654],[-122.342514880655,47.621150024474],[-122.342514728102,47.6211499063546],[-122.342514552447,47.6211498038494],[-122.342514408299,47.6211497427768],[-122.342514251477,47.6211496980894],[-122.342514086047,47.621149670946],[-122.342513916299,47.6211496620501],[-122.342513746822,47.6211496714357],[-122.342513581768,47.6211496990072],[-122.342513425403,47.6211497440521],[-122.34251328177,47.6211498054057],[-122.342513106638,47.6211499083813],[-122.3425129547,47.6211500269159],[-122.342512828969,47.6211501586595],[-122.342512694772,47.6211503554363],[-122.342512602518,47.6211505628882],[-122.342512527593,47.6211509156292],[-122.342513126315,47.6211509139872]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-4","label":"Pavement symbol","path":[[-122.34251824199,47.621160483671],[-122.342518146618,47.6211604886184],[-122.34251805343,47.6211605031676],[-122.342517964544,47.6211605269883],[-122.342517881975,47.6211605595399],[-122.3425178076,47.6211606000833],[-122.342517611923,47.6211607419178],[-122.342517446066,47.6211609000792],[-122.342517312993,47.6211610717403],[-122.34251714965,47.6211613681345],[-122.342517039105,47.6211616754119],[-122.342516958358,47.6211620806631],[-122.342516932313,47.6211624891757],[-122.342516961291,47.6211628981254],[-122.34251704509,47.6211633036263],[-122.342517157222,47.6211636104584],[-122.34251732204,47.6211639062908],[-122.342517456321,47.62116407757],[-122.342517623309,47.62116423524],[-122.342517820019,47.6211643764806],[-122.34251789457,47.6211644166866],[-122.342517977228,47.6211644488977],[-122.34251806612,47.6211644723844],[-122.342518159235,47.6211644866151],[-122.342518254463,47.6211644912674],[-122.342518349475,47.6211644863779],[-122.34251844233,47.6211644719561],[-122.342518530936,47.6211644483268],[-122.342518613294,47.6211644160227],[-122.342518687549,47.6211643757721],[-122.342518883322,47.621164233661],[-122.342519049173,47.6211640751953],[-122.34251918213,47.6211639032158],[-122.342519345417,47.6211636072653],[-122.342519456045,47.6211633004434],[-122.342519537508,47.6211628947557],[-122.342519564141,47.6211624857627],[-122.34251953516,47.6211620768132],[-122.342519451363,47.6211616713121],[-122.342519338515,47.6211613649177],[-122.342519173109,47.6211610695645],[-122.342519038931,47.621160897963],[-122.342518871931,47.6211607399884],[-122.342518675104,47.6211605984755],[-122.342518600771,47.6211605583707],[-122.342518518373,47.6211605262128],[-122.342518429765,47.6211605027257],[-122.342518336941,47.6211604884379],[-122.34251824199,47.621160483671]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-5","label":"Pavement symbol","path":[[-122.342518260005,47.6211661041943],[-122.342518415686,47.6211660956406],[-122.342518567484,47.6211660708336],[-122.34251871169,47.6211660303799],[-122.342518844777,47.6211659752687],[-122.34251896349,47.6211659068473],[-122.342519291702,47.6211656548874],[-122.342519568219,47.621165376165],[-122.342519788295,47.6211650754659],[-122.342520056949,47.6211645578563],[-122.342520238117,47.6211640232548],[-122.342520414929,47.6211625959282],[-122.342520228496,47.6211611689204],[-122.342520043994,47.621160635263],[-122.342519772241,47.6211601188287],[-122.342519550191,47.6211598186707],[-122.342519271796,47.6211595406702],[-122.342518941842,47.6211592896046],[-122.342518822822,47.6211592214693],[-122.342518689505,47.6211591666671],[-122.342518545146,47.621159126537],[-122.342518393274,47.6211591020593],[-122.342518237597,47.6211590938321],[-122.342518081645,47.621159102301],[-122.342517929563,47.6211591270685],[-122.342517785078,47.6211591675277],[-122.342517651729,47.6211592226876],[-122.342517532783,47.6211592911968],[-122.342517204488,47.6211595434397],[-122.342516927977,47.6211598224656],[-122.342516708004,47.6211601234775],[-122.34251643941,47.621160640644],[-122.342516258156,47.6211611747892],[-122.342516081344,47.6211626021158],[-122.342516267777,47.6211640291236],[-122.342516452222,47.6211645632375],[-122.342516724058,47.6211650801147],[-122.342516946117,47.6211653802686],[-122.342517224511,47.6211656582686],[-122.342517554457,47.6211659093388],[-122.342517673792,47.6211659773778],[-122.342517807411,47.6211660320383],[-122.342517952044,47.6211660719823],[-122.34251810415,47.6211660962322],[-122.342518260005,47.6211661041943]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-6","label":"Pavement symbol","path":[[-122.342510424591,47.6211604334998],[-122.342510324356,47.6211604386757],[-122.342510226338,47.6211604537257],[-122.342510132666,47.6211604783231],[-122.342510045376,47.6211605119334],[-122.342509966363,47.6211605538266],[-122.342509762355,47.6211606979217],[-122.342509588983,47.621160859217],[-122.342509449406,47.621161034776],[-122.342509277682,47.6211613380443],[-122.342509161304,47.6211616530299],[-122.342509076082,47.6211620671747],[-122.342509048383,47.6211624848671],[-122.342509078271,47.6211629024506],[-122.342509165646,47.6211633163508],[-122.342509284127,47.6211636302539],[-122.342509457619,47.6211639323103],[-122.342509598543,47.6211641076154],[-122.342509773231,47.6211642685212],[-122.342509978495,47.6211644120922],[-122.342510057915,47.6211644538186],[-122.342510145586,47.6211644872048],[-122.342510239598,47.6211645115226],[-122.342510337898,47.6211645262415],[-122.342510438342,47.6211645310403],[-122.342510538581,47.6211645258748],[-122.342510636603,47.6211645108295],[-122.342510730276,47.6211644862316],[-122.342510817565,47.621164452616],[-122.342510896569,47.6211644107135],[-122.34251110058,47.6211642666196],[-122.342511273952,47.6211641053241],[-122.342511413527,47.6211639297641],[-122.342511585187,47.621163626938],[-122.342511701655,47.6211633124095],[-122.342511786876,47.6211628982645],[-122.342511814576,47.6211624805722],[-122.342511784027,47.6211620629763],[-122.342511695983,47.6211616491061],[-122.342511578224,47.6211613347648],[-122.342511405314,47.6211610322297],[-122.342511264384,47.6211608569272],[-122.342511089696,47.6211606960218],[-122.342510884437,47.6211605524479],[-122.342510805008,47.6211605107334],[-122.342510717334,47.6211604773541],[-122.342510623326,47.621160453037],[-122.342510525031,47.621160438312],[-122.342510424591,47.6211604334998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-7","label":"Pavement symbol","path":[[-122.342510442265,47.6211658588123],[-122.342510595424,47.6211658507245],[-122.34251074491,47.6211658268388],[-122.342510887157,47.6211657877248],[-122.342511018774,47.6211657343152],[-122.342511136621,47.6211656678837],[-122.342511457252,47.6211654261291],[-122.342511727856,47.6211651580189],[-122.342511943718,47.6211648682234],[-122.342512207347,47.621164369535],[-122.342512385325,47.621163853905],[-122.342512558356,47.6211624797055],[-122.342512376123,47.621161105719],[-122.342512194659,47.6211605904561],[-122.342511927588,47.6211600924088],[-122.342511709876,47.6211598033178],[-122.342511437572,47.6211595360724],[-122.342511115419,47.6211592953289],[-122.342510997367,47.6211592291458],[-122.342510865607,47.621159176],[-122.34251072328,47.6211591371583],[-122.34251057378,47.6211591135466],[-122.342510420668,47.6211591057278],[-122.342510267422,47.6211591139663],[-122.342510117888,47.6211591380228],[-122.342509975641,47.6211591773226],[-122.342509844076,47.621159230927],[-122.342509726338,47.6211592975557],[-122.342509405698,47.6211595393058],[-122.342509135094,47.6211598074165],[-122.342508919241,47.6211600972159],[-122.342508655609,47.6211605959038],[-122.342508477634,47.6211611115343],[-122.342508304603,47.6211624857338],[-122.342508486836,47.6211638597203],[-122.342508668359,47.6211643745262],[-122.342508935345,47.6211648721313],[-122.342509153051,47.6211651612246],[-122.342509425355,47.6211654284703],[-122.342509747513,47.6211656692112],[-122.342509865554,47.6211657354072],[-122.342509997312,47.6211657885605],[-122.342510139641,47.621165827403],[-122.342510289148,47.621165851008],[-122.342510442265,47.6211658588123]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15872-0","label":"Pavement symbol","path":[[-122.342242324729,47.6207606752466],[-122.342242312267,47.6207620347222],[-122.342248881853,47.6207675557888],[-122.342255517545,47.6207620980406],[-122.342255529407,47.6207607178819],[-122.342248901826,47.6207661800206],[-122.342242324729,47.6207606752466]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-1","label":"Pavement symbol","path":[[-122.342242312141,47.6207634066287],[-122.342242300617,47.6207647525978],[-122.342248876619,47.6207702654828],[-122.342255477494,47.6207648000997],[-122.342255490217,47.6207634496168],[-122.342248863601,47.6207688991481],[-122.342242312141,47.6207634066287]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-2","label":"Pavement symbol","path":[[-122.342251161538,47.6207534394745],[-122.342251602971,47.6207543917063],[-122.342251482248,47.6207550464236],[-122.34224896434,47.6207489300742],[-122.342248985016,47.6207486361586],[-122.34224893853,47.6207483435859],[-122.342248825984,47.620748059287],[-122.342248805363,47.6207480271894],[-122.342248777899,47.620747997512],[-122.3422487442,47.620747970913],[-122.342248705014,47.6207479479825],[-122.34224866121,47.620747929229],[-122.342248502222,47.6207465306445],[-122.342248640629,47.6207465315083],[-122.342248643496,47.6207461257463],[-122.342248076936,47.6207461809372],[-122.34224808789,47.620746558628],[-122.342248266199,47.6207465589628],[-122.342248395925,47.6207479579353],[-122.342248296384,47.6207481046748],[-122.342248225486,47.6207482587862],[-122.342248184392,47.6207484177416],[-122.342247395891,47.6207487115728],[-122.342247103153,47.6207472383602],[-122.342246494742,47.6207458096843],[-122.342246301548,47.6207455105049],[-122.342246058123,47.6207452284691],[-122.34224576776,47.6207449673923],[-122.342245645211,47.6207448810441],[-122.342245507956,47.620744805412],[-122.342245358044,47.6207447416247],[-122.342245221297,47.6207446998318],[-122.342245076513,47.6207446730263],[-122.342244927281,47.6207446618729],[-122.342244789103,47.6207446668429],[-122.342244654006,47.6207446870212],[-122.342244525649,47.6207447218615],[-122.342244407508,47.6207447704201],[-122.342244147505,47.6207449168452],[-122.342243919005,47.6207450854629],[-122.34224342837,47.6207456418788],[-122.342243087814,47.6207462470838],[-122.342242517737,47.6207479701978],[-122.342242295411,47.6207500764331],[-122.342242480403,47.6207521880633],[-122.342243020184,47.6207539162541],[-122.342243361053,47.6207545205037],[-122.342243831118,47.6207550839914],[-122.342243969198,47.6207552051126],[-122.34224413077,47.6207553122212],[-122.342244312738,47.6207554032648],[-122.342244475459,47.6207554607702],[-122.342244650347,47.6207554987276],[-122.342244832277,47.6207555160247],[-122.342244954633,47.6207555133873],[-122.342245074602,47.6207554969632],[-122.34224518879,47.6207554672171],[-122.34224554379,47.6207553203721],[-122.342245729104,47.6207552077148],[-122.342245885332,47.6207550765477],[-122.342246205515,47.6207547385475],[-122.34224704201,47.6207569710838],[-122.342246897034,47.6207577529676],[-122.342246739146,47.620757811577],[-122.342246596691,47.620757886015],[-122.342246473132,47.6207579744723],[-122.342246371472,47.620758074799],[-122.342246232414,47.6207582808541],[-122.342246125826,47.6207585053705],[-122.342246052151,47.6207587177556],[-122.342246040963,47.6207588825325],[-122.342246057393,47.6207589443877],[-122.342246091975,47.6207589898093],[-122.342246142023,47.6207590179333],[-122.342246208814,47.6207590269435],[-122.342248188752,47.620758844161],[-122.342248237626,47.6207588318181],[-122.342248282066,47.6207588042406],[-122.342248319438,47.620758762363],[-122.342248345805,47.6207587080369],[-122.34224836127,47.6207586448592],[-122.3422483632,47.6207585737644],[-122.342248313361,47.6207584151943],[-122.342248144096,47.6207582087193],[-122.342247925472,47.6207580245086],[-122.34224777134,47.6207579138451],[-122.342247597273,47.6207578175436],[-122.342247406193,47.620757737221],[-122.342247465107,47.6207573828932],[-122.342251086049,47.6207573969591],[-122.342250808303,47.6207593357021],[-122.342251008026,47.6207601202127],[-122.342250825519,47.6207605256576],[-122.342249940574,47.6207605220971],[-122.342249948922,47.6207611310222],[-122.342250957642,47.6207611356406],[-122.342251437511,47.6207600641404],[-122.342251209491,47.6207592215303],[-122.342251988486,47.6207549299594],[-122.342252150426,47.6207550994914],[-122.342252342621,47.6207552540016],[-122.342252562038,47.6207553910518],[-122.34225270823,47.6207554582882],[-122.342252868817,47.6207555084317],[-122.342253180029,47.6207555492861],[-122.342253318194,47.6207555442704],[-122.342253453277,47.6207555240784],[-122.342253581634,47.6207554892548],[-122.342253699803,47.6207554407389],[-122.342253980045,47.6207552805068],[-122.342254223413,47.6207550949092],[-122.342254424902,47.6207548877611],[-122.342254662333,47.6207545868423],[-122.342254832543,47.6207543317305],[-122.342254967937,47.6207540673142],[-122.342255368958,47.6207530853831],[-122.342255628875,47.6207520821086],[-122.342255803993,47.6207494034478],[-122.342255618493,47.6207479962955],[-122.342255223967,47.6207466088535],[-122.342254795809,47.6207457473063],[-122.34225442263,47.6207452673643],[-122.342254153405,47.6207450226415],[-122.34225395671,47.6207448930067],[-122.342253719226,47.620744779206],[-122.342253481846,47.6207447148825],[-122.342253269737,47.6207446961041],[-122.342253120977,47.6207447052733],[-122.342252885606,47.6207447560732],[-122.342252647627,47.620744854587],[-122.342252426678,47.620744989759],[-122.342252249177,47.6207451260551],[-122.342252101044,47.6207452774535],[-122.342251796666,47.6207456557267],[-122.342251390499,47.6207463781007],[-122.342251138647,47.6207470075682],[-122.342250920751,47.6207477526351],[-122.342250747035,47.6207486905325],[-122.342250656358,47.6207496471203],[-122.34225065031,47.6207505854934],[-122.342250724511,47.620751538096],[-122.342250898415,47.6207525334576],[-122.342251161538,47.6207534394745]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-3","label":"Pavement symbol","path":[[-122.342246566095,47.6207542794639],[-122.342247302218,47.6207519683381],[-122.342247455121,47.6207496067988],[-122.342248279117,47.6207494357436],[-122.342247207406,47.6207559298417],[-122.342246566095,47.6207542794639]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-4","label":"Pavement symbol","path":[[-122.342251232928,47.6207564513211],[-122.342247621297,47.6207564371318],[-122.342248633781,47.6207503324504],[-122.342248669591,47.6207509706985],[-122.342248560472,47.620750970346],[-122.342248569601,47.6207513768486],[-122.342249053984,47.6207513785231],[-122.342249043056,47.6207510017314],[-122.34224891928,47.6207510006736],[-122.342248897762,47.620750304661],[-122.342251292989,47.6207560906809],[-122.342251232928,47.6207564513211]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-5","label":"Pavement symbol","path":[[-122.34224628057,47.620753472701],[-122.342246853182,47.6207516696741],[-122.34224696654,47.6207498273836],[-122.342245191618,47.6207504266661],[-122.34224628057,47.620753472701]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-6","label":"Pavement symbol","path":[[-122.342244992182,47.6207496520474],[-122.342246900868,47.6207488935598],[-122.342246808601,47.6207482488605],[-122.342246629528,47.6207476125145],[-122.342246177064,47.6207466010547],[-122.342246022529,47.6207463637435],[-122.342245826176,47.6207461409204],[-122.342245590941,47.6207459359175],[-122.342245262438,47.6207457576521],[-122.342245183238,47.6207457281358],[-122.342245098075,47.6207457075002],[-122.342245009122,47.6207456962725],[-122.342244918651,47.6207456947393],[-122.34224477157,47.6207457082786],[-122.342244629682,47.6207457376901],[-122.34224449673,47.6207457821977],[-122.342244347085,47.6207458539105],[-122.342244214654,47.6207459396349],[-122.342244102298,47.6207460375187],[-122.342243717811,47.6207464925203],[-122.342243428368,47.6207469784495],[-122.342243148881,47.620747668661],[-122.3422429672,47.6207483735612],[-122.34224280127,47.620750080617],[-122.342242937192,47.6207517888777],[-122.342243143002,47.620752601617],[-122.342243509881,47.620753388152],[-122.342244031097,47.620754134051],[-122.342244129348,47.6207542236644],[-122.342244245912,47.6207543026788],[-122.342244378305,47.6207543694095],[-122.342244523703,47.6207544224339],[-122.342244679008,47.6207544606216],[-122.342244840906,47.6207544831583],[-122.342245044387,47.620754456617],[-122.342245239664,47.6207544098115],[-122.342245422321,47.6207543438],[-122.34224558823,47.6207542600751],[-122.342245733639,47.6207541605295],[-122.342245855261,47.6207540474139],[-122.342245950346,47.6207539232857],[-122.342244841808,47.6207507524646],[-122.342244811622,47.6207507461437],[-122.342244784262,47.6207507354731],[-122.342244761089,47.620750720983],[-122.342244743252,47.6207507033932],[-122.3422446611,47.6207505776374],[-122.342244624716,47.6207504870175],[-122.34224460654,47.6207503939407],[-122.342244586771,47.6207501710996],[-122.342244588749,47.6207500580005],[-122.342244610842,47.620749945878],[-122.342244672025,47.6207497615464],[-122.342244693458,47.6207497174749],[-122.342244723484,47.6207496757447],[-122.342244761557,47.6207496371129],[-122.342244812465,47.6207496031524],[-122.342244869345,47.620749591603],[-122.342244932355,47.6207496078601],[-122.34224496352,47.6207496272384],[-122.342244992182,47.6207496520474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-7","label":"Pavement symbol","path":[[-122.342252944276,47.620750219525],[-122.342252190408,47.6207517498585],[-122.342251781328,47.6207533385974],[-122.342251532811,47.6207527526479],[-122.342251299132,47.620751898418],[-122.342251155975,47.6207507704061],[-122.342251144393,47.6207497288115],[-122.342251263523,47.6207486980785],[-122.342251581851,47.6207474703888],[-122.342252016419,47.6207465803108],[-122.342252227788,47.6207462927299],[-122.342252496705,47.6207460278799],[-122.342252652115,47.6207459158222],[-122.342252833502,47.6207458231822],[-122.342253035595,47.6207457526514],[-122.342253157223,47.6207457348667],[-122.342253281535,47.6207457307976],[-122.342253405148,47.620745740555],[-122.342253542049,47.620745770328],[-122.342253670642,47.6207458137866],[-122.342253787935,47.62074586992],[-122.3422538912,47.6207459374226],[-122.342254094202,47.6207460928589],[-122.342254260024,47.6207462671874],[-122.342254527234,47.6207466400075],[-122.342254733221,47.62074703008],[-122.342255137517,47.6207482616832],[-122.342255321307,47.6207497813862],[-122.342255283547,47.6207509108971],[-122.34225506886,47.6207521336143],[-122.342254879682,47.6207527683448],[-122.342254603624,47.6207533884409],[-122.342254397817,47.6207537287162],[-122.342254134499,47.6207540504762],[-122.342254007827,47.6207541806769],[-122.342253855906,47.6207542979648],[-122.342253681596,47.6207544001318],[-122.342253566669,47.6207544503463],[-122.342253440945,47.6207544869672],[-122.342253307933,47.6207545089729],[-122.342253171342,47.6207545157496],[-122.342253053864,47.6207545048636],[-122.342252940161,47.6207544821707],[-122.34225283283,47.6207544481892],[-122.342252734319,47.6207544036949],[-122.342252499403,47.6207542629589],[-122.342252301738,47.620754098254],[-122.342252146632,47.6207539140024],[-122.342252491431,47.6207523212152],[-122.342253210867,47.6207507863432],[-122.342253236954,47.6207507808681],[-122.342253261373,47.6207507726069],[-122.342253283474,47.6207507617794],[-122.342253302669,47.6207507486739],[-122.342253318447,47.620750733639],[-122.342253389159,47.6207506362215],[-122.342253437982,47.6207505328829],[-122.342253463868,47.6207504258437],[-122.342253485978,47.6207502036664],[-122.342253465614,47.6207499814133],[-122.342253441569,47.6207498737395],[-122.342253393404,47.620749769805],[-122.342253322252,47.6207496720491],[-122.342253269361,47.6207496376655],[-122.342253214463,47.6207496257989],[-122.342253188744,47.6207496290043],[-122.342253164396,47.6207496354441],[-122.342253142306,47.6207496448837],[-122.342253123278,47.6207496569795],[-122.342253108005,47.6207496712912],[-122.342253037688,47.6207497707903],[-122.342252990249,47.6207498762609],[-122.342252966757,47.6207499853285],[-122.342252944276,47.620750219525]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-16041-0","label":"Pavement symbol","path":[[-122.342751554993,47.6208392893398],[-122.342753842146,47.6208404311979],[-122.34275737519,47.6208413595175],[-122.342758581723,47.6208409359924],[-122.342755152765,47.6208400179873],[-122.342758420218,47.6208394969594],[-122.342759905152,47.6208408725601],[-122.342764401628,47.620840565532],[-122.342763400459,47.6208398123426],[-122.342760993094,47.6208399846099],[-122.342760007258,47.6208390261061],[-122.342768210062,47.6208403458951],[-122.342769133441,47.6208396103623],[-122.34275876847,47.6208379711003],[-122.342751554993,47.6208392893398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-1","label":"Pavement symbol","path":[[-122.342763925731,47.6208373251517],[-122.342763927058,47.6208370957335]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-2","label":"Pavement symbol","path":[[-122.342712070599,47.6208371654467],[-122.342699214441,47.6208398719478],[-122.342712038064,47.6208426481008],[-122.342710793425,47.620840703458],[-122.342723538828,47.6208407377365],[-122.342723548327,47.6208391390038],[-122.342710802899,47.620839103826],[-122.342712070599,47.6208371654467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-3","label":"Pavement symbol","path":[[-122.342749718482,47.620840609135],[-122.342749914238,47.6208406146352],[-122.342750208144,47.6208406043536],[-122.342750498456,47.6208405718021],[-122.342750725578,47.620840525819],[-122.342750940928,47.6208404588803],[-122.342751065436,47.6208404046651],[-122.342751177391,47.6208403391836],[-122.342751274567,47.6208402637381],[-122.342751314339,47.6208402212744],[-122.342751343551,47.6208401750779],[-122.342751361455,47.6208401263319],[-122.342751367592,47.6208400762851],[-122.342751361754,47.6208400262209],[-122.342751344135,47.6208399774265],[-122.342751315189,47.6208399311529],[-122.342751275658,47.6208398885863],[-122.342751179605,47.6208398129133],[-122.342751068755,47.6208397470689],[-122.3427509453,47.6208396923547],[-122.342750730768,47.6208396241071],[-122.342750504181,47.6208395767577],[-122.342750214052,47.6208395425019],[-122.342749920041,47.6208395305284],[-122.342749724571,47.62083953492],[-122.342749727487,47.6208391309565],[-122.342749205992,47.6208391801545],[-122.342748898864,47.620839242368],[-122.342748607666,47.620839332927],[-122.342748412395,47.6208394178107],[-122.342748236775,47.6208395203607],[-122.342748084297,47.6208396385388],[-122.34274799315,47.6208397355338],[-122.342747926106,47.6208398410816],[-122.342747884879,47.620839952483],[-122.342747870524,47.6208400668894],[-122.342747883453,47.6208401817506],[-122.342747923466,47.6208402937402],[-122.342747989532,47.620840399976],[-122.342748079952,47.6208404977238],[-122.342748230714,47.620840616503],[-122.342748404712,47.6208407198467],[-122.342748598505,47.6208408057099],[-122.342748888699,47.6208408977487],[-122.342749195139,47.620840961526],[-122.342749715592,47.6208410139977],[-122.342749718482,47.620840609135]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-4","label":"Pavement symbol","path":[[-122.34276390377,47.6208372102929],[-122.342763910571,47.6208372746029],[-122.342763931546,47.6208373375069],[-122.342763966225,47.6208373975935],[-122.34276401383,47.6208374535148],[-122.342764073293,47.6208375040162],[-122.342764281843,47.620837637065],[-122.342764514918,47.6208377501193],[-122.34276476833,47.6208378411479],[-122.342765205199,47.6208379533152],[-122.342765658651,47.6208380299528],[-122.342766257914,47.6208380872564],[-122.342766862427,47.6208381075469],[-122.34276746722,47.6208380906428],[-122.342768067218,47.6208380366919],[-122.342768521695,47.6208379626733],[-122.342768960039,47.6208378530251],[-122.342769214283,47.6208377631194],[-122.342769448412,47.6208376511093],[-122.342769658222,47.6208375190062],[-122.342769718452,47.6208374688471],[-122.342769766888,47.6208374131853],[-122.342769802441,47.6208373532705],[-122.342769824314,47.6208372904476],[-122.342769832015,47.6208372261272],[-122.342769825185,47.6208371618216],[-122.342769804196,47.6208370989228],[-122.342769769518,47.6208370388389],[-122.342769721928,47.6208369829153],[-122.342769662491,47.6208369324039],[-122.34276945394,47.620836799357],[-122.342769220865,47.6208366863028],[-122.342768967455,47.6208365952722],[-122.342768530587,47.6208364831044],[-122.342768077133,47.6208364064673],[-122.342767477871,47.6208363491629],[-122.342766873358,47.6208363288732],[-122.342766267896,47.6208363457443],[-122.342765667237,47.6208363997459],[-122.342765213436,47.6208364738045],[-122.342764775746,47.6208365833949],[-122.342764521028,47.6208366732344],[-122.342764286449,47.6208367852523],[-122.342764076233,47.6208369174316],[-122.342764016277,47.6208369676464],[-122.342763968119,47.6208370233332],[-122.342763932838,47.620837083243],[-122.342763911227,47.6208371460323],[-122.34276390377,47.6208372102929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-5","label":"Pavement symbol","path":[[-122.342772216614,47.6208372322844],[-122.342772205097,47.6208371271833],[-122.342772169541,47.6208370245571],[-122.342772110807,47.620836926888],[-122.342772030316,47.6208368365385],[-122.342771930015,47.6208367556938],[-122.342771559318,47.6208365322074],[-122.342771148336,47.6208363434233],[-122.342770704169,47.6208361926031],[-122.342769940887,47.6208360079147],[-122.342769151675,47.6208358821371],[-122.342767041618,47.6208357535901],[-122.342764929375,47.6208358706656],[-122.34276413875,47.6208359922503],[-122.342763373367,47.6208361728803],[-122.342762927636,47.6208363212105],[-122.342762514605,47.6208365076518],[-122.342762141407,47.6208367289854],[-122.34276203982,47.6208368092618],[-122.34276195795,47.6208368991939],[-122.342761897784,47.6208369966015],[-122.342761860778,47.6208370991235],[-122.342761847831,47.6208372042746],[-122.34276185943,47.620837309621],[-122.342761895172,47.6208374124733],[-122.34276195419,47.6208375103332],[-122.342762035049,47.6208376008237],[-122.342762135786,47.6208376817468],[-122.342762506136,47.6208379048579],[-122.342762916658,47.6208380933438],[-122.342763360276,47.6208382439559],[-122.342764124185,47.6208384291416],[-122.342764914126,47.6208385553037],[-122.342767024157,47.6208386829515],[-122.342769135097,47.6208385667929],[-122.342769926396,47.6208384452456],[-122.342770692434,47.6208382645604],[-122.342771138158,47.6208381162218],[-122.342771551188,47.6208379297809],[-122.342771924394,47.6208377084553],[-122.342772025833,47.6208376279635],[-122.34277210749,47.6208375378272],[-122.342772167381,47.6208374402349],[-122.342772204053,47.6208373375563],[-122.342772216614,47.6208372322844]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-6","label":"Pavement symbol","path":[[-122.342763781653,47.6208424944217],[-122.342763788624,47.6208425622119],[-122.342763810262,47.6208426285809],[-122.342763846101,47.620842692095],[-122.342763895366,47.6208427513818],[-122.342763956993,47.6208428051604],[-122.342764168396,47.6208429440898],[-122.342764405667,47.6208430625312],[-122.34276466447,47.6208431583202],[-122.342765111499,47.6208432761443],[-122.34276557636,47.6208433567348],[-122.342766188124,47.620843416577],[-122.342766805511,47.6208434375907],[-122.342767423759,47.6208434196581],[-122.3427680368,47.6208433627858],[-122.342768502386,47.6208432849631],[-122.34276895064,47.6208431698442],[-122.342769210844,47.6208430754408],[-122.342769449759,47.6208429582253],[-122.342769663011,47.6208428203436],[-122.342769725077,47.620842766985],[-122.3427697749,47.6208427080828],[-122.34276981141,47.6208426449033],[-122.342769833823,47.6208425788046],[-122.342769841655,47.6208425112074],[-122.342769834677,47.6208424434183],[-122.342769813036,47.6208423770504],[-122.342769777197,47.620842313537],[-122.342769727936,47.6208422542496],[-122.342769666315,47.6208422004686],[-122.342769454505,47.620842061475],[-122.342769216784,47.6208419430375],[-122.342768957508,47.6208418473266],[-122.342768511135,47.6208417295428],[-122.342768046949,47.6208416488944],[-122.34276743454,47.6208415885675],[-122.342766816441,47.6208415671568],[-122.342766198862,47.6208415851252],[-122.342765586483,47.6208416419441],[-122.342765120866,47.6208417202106],[-122.342764672668,47.6208418357849],[-122.342764412535,47.6208419299079],[-122.342764173613,47.6208420468205],[-122.342763960271,47.6208421843862],[-122.342763898065,47.6208422378963],[-122.342763848169,47.6208422969747],[-122.34276381166,47.6208423603451],[-122.342763789327,47.6208424266381],[-122.342763781653,47.6208424944217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-7","label":"Pavement symbol","path":[[-122.342771805767,47.6208425166442],[-122.342771794519,47.6208424131185],[-122.342771759831,47.620842311983],[-122.342771702527,47.620842215634],[-122.342771623963,47.6208421263546],[-122.342771526,47.6208420462603],[-122.342771171234,47.6208418280067],[-122.342770776846,47.6208416432118],[-122.342770349733,47.6208414951066],[-122.342769613785,47.6208413137756],[-122.342768851954,47.6208411902121],[-122.34276784031,47.6208410972248],[-122.342766820477,47.6208410642214],[-122.342765799836,47.6208410917489],[-122.342764786681,47.6208411793568],[-122.342764023944,47.6208412989278],[-122.342763286407,47.6208414763343],[-122.342762857054,47.6208416217294],[-122.342762459932,47.6208418040529],[-122.34276210199,47.6208420201139],[-122.342762003284,47.6208420997293],[-122.342761923861,47.6208421886062],[-122.342761865599,47.6208422846419],[-122.342761829878,47.620842385564],[-122.342761817542,47.6208424889847],[-122.342761828576,47.6208425924507],[-122.342761863016,47.620842693553],[-122.342761920045,47.6208427899008],[-122.342761998316,47.620842879216],[-122.342762095978,47.6208429593863],[-122.342762451229,47.6208431773815],[-122.342762846055,47.6208433618695],[-122.342763273549,47.6208435096232],[-122.342764009468,47.6208436914133],[-122.342764771354,47.620843815417],[-122.342765783015,47.620843907953],[-122.342766802806,47.6208439405085],[-122.34276782343,47.6208439134304],[-122.342768836627,47.6208438262723],[-122.342769599363,47.6208437066993],[-122.342770336902,47.6208435292947],[-122.34277076625,47.6208433838945],[-122.342771163371,47.6208432015713],[-122.342771521318,47.6208429855151],[-122.342771620006,47.6208429058923],[-122.342771699419,47.6208428170136],[-122.342771757679,47.62084272098],[-122.34277179341,47.6208426200617],[-122.342771805767,47.6208425166442]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16581-0","label":"Pavement symbol","path":[[-122.342520355136,47.6210715526088],[-122.342520367566,47.621070192234],[-122.342513797913,47.6210646711831],[-122.34250716221,47.6210701289463],[-122.342507150354,47.621071509105],[-122.342513777973,47.6210660478505],[-122.342520355136,47.6210715526088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-1","label":"Pavement symbol","path":[[-122.342520367711,47.6210688212267],[-122.342520379227,47.6210674752576],[-122.342513803133,47.6210619614891],[-122.342507202273,47.6210674277864],[-122.342507189531,47.6210687773701],[-122.342513816158,47.6210633278236],[-122.342520367711,47.6210688212267]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-2","label":"Pavement symbol","path":[[-122.342511518285,47.6210787875025],[-122.342511076845,47.6210778352717],[-122.342511197565,47.6210771805542],[-122.342513715546,47.621083297797],[-122.342513694874,47.6210835917126],[-122.342513741362,47.621083884285],[-122.342513853908,47.6210841685838],[-122.342513874549,47.621084200673],[-122.342513902021,47.6210842303443],[-122.342513935718,47.6210842569414],[-122.342513974894,47.6210842798761],[-122.342514018683,47.6210842986414],[-122.342514177653,47.6210856963263],[-122.342514039246,47.6210856954628],[-122.342514036406,47.6210861021241],[-122.342514602944,47.6210860460326],[-122.342514592014,47.6210856692411],[-122.342514413678,47.6210856680074],[-122.34251428397,47.6210842699345],[-122.342514383608,47.621084122907],[-122.342514454499,47.6210839684911],[-122.342514495476,47.6210838092285],[-122.34251528398,47.6210835153954],[-122.342515576646,47.6210849890641],[-122.342516185176,47.621086418181],[-122.342516378378,47.6210867173582],[-122.342516621805,47.6210869993932],[-122.342516912167,47.6210872604713],[-122.342517034724,47.6210873468144],[-122.342517171979,47.6210874224458],[-122.342517321887,47.6210874862379],[-122.342517458704,47.6210875277163],[-122.342517603478,47.6210875542187],[-122.342517752628,47.6210875650894],[-122.34251789081,47.6210875601319],[-122.342518025911,47.621087539957],[-122.342518154269,47.6210875051118],[-122.342518272404,47.621087456541],[-122.342518532409,47.6210873101169],[-122.342518760908,47.621087141497],[-122.342519251547,47.6210865850809],[-122.342519592098,47.6210859798741],[-122.342520162169,47.6210842567587],[-122.342520384485,47.621082150523],[-122.342520199482,47.6210800388931],[-122.342519659713,47.621078311603],[-122.342519318917,47.6210777068909],[-122.342518848742,47.6210771429684],[-122.342518710578,47.6210770221656],[-122.342518549016,47.6210769153609],[-122.342518367144,47.6210768245954],[-122.34251820443,47.6210767670759],[-122.342518029538,47.6210767291184],[-122.342517847601,47.6210767118367],[-122.342517725312,47.6210767141805],[-122.342517605334,47.6210767303022],[-122.34251749106,47.6210767597459],[-122.342517136059,47.6210769065918],[-122.342516950748,47.6210770192517],[-122.342516794515,47.621077150417],[-122.342516474332,47.621077488418],[-122.342515637847,47.621075256783],[-122.342515782794,47.6210744739996],[-122.342515940691,47.6210744153972],[-122.34251608315,47.6210743409606],[-122.342516206708,47.6210742525],[-122.342516308358,47.6210741521669],[-122.342516447415,47.6210739461115],[-122.342516554003,47.6210737215948],[-122.342516627677,47.6210735092096],[-122.342516638864,47.6210733444326],[-122.342516622433,47.6210732825775],[-122.342516587851,47.6210732371559],[-122.342516537829,47.6210732099314],[-122.342516471012,47.6210732000221],[-122.342514491088,47.6210733837084],[-122.342514442188,47.6210733951522],[-122.342514397774,47.6210734236291],[-122.342514360402,47.6210734655067],[-122.342514334009,47.6210735189337],[-122.342514318544,47.6210735821114],[-122.342514316641,47.6210736541055],[-122.342514366455,47.6210738117762],[-122.342514535719,47.6210740182522],[-122.342514754348,47.6210742024609],[-122.342514908477,47.6210743131273],[-122.342515082547,47.6210744094286],[-122.342515273631,47.6210744897474],[-122.342515214745,47.6210748449745],[-122.342511593755,47.6210748300178],[-122.342511871493,47.6210728912741],[-122.342511671765,47.621072106764],[-122.34251185427,47.6210717013187],[-122.342512739221,47.6210717048772],[-122.342512730871,47.6210710959521],[-122.34251172217,47.6210710922354],[-122.342511242304,47.6210721637366],[-122.342511470303,47.6210730054468],[-122.342510691324,47.6210772970196],[-122.342510529303,47.6210771278043],[-122.342510337117,47.6210769735977],[-122.342510117793,47.6210768368277],[-122.342509971656,47.621076769124],[-122.342509810985,47.6210767185492],[-122.342509499771,47.6210766776955],[-122.342509361609,47.6210766827242],[-122.34250922653,47.6210767029203],[-122.342509098172,47.6210767377396],[-122.342508979995,47.6210767862439],[-122.342508699756,47.6210769464799],[-122.342508456389,47.6210771320777],[-122.342508254894,47.6210773392233],[-122.342508017463,47.6210776401426],[-122.342507847254,47.6210778952549],[-122.34250771186,47.6210781596715],[-122.342507310841,47.6210791416035],[-122.342507050927,47.6210801448785],[-122.342506875846,47.6210828244389],[-122.342507061409,47.6210842311376],[-122.342507455865,47.6210856181326],[-122.342507884029,47.6210864796789],[-122.342508257213,47.62108695962],[-122.34250852644,47.6210872043422],[-122.342508723138,47.6210873339766],[-122.34250896065,47.621087448676],[-122.342509198006,47.6210875120996],[-122.342509410116,47.6210875308776],[-122.342509558903,47.6210875226074],[-122.34250979425,47.6210874709077],[-122.34251003223,47.6210873723933],[-122.34251025318,47.6210872372208],[-122.342510430684,47.6210871009256],[-122.342510578814,47.6210869495256],[-122.342510883192,47.6210865712518],[-122.342511289358,47.6210858488768],[-122.342511541209,47.6210852194087],[-122.342511759102,47.6210844743412],[-122.342511932841,47.6210835373428],[-122.342512023514,47.6210825807549],[-122.34251202953,47.6210816414824],[-122.342511955325,47.62108068888],[-122.342511781415,47.6210796935188],[-122.342511518285,47.6210787875025]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-3","label":"Pavement symbol","path":[[-122.342516113778,47.6210779484017],[-122.34251537776,47.6210802590836],[-122.342515224745,47.6210826201696],[-122.342514400771,47.621082792126],[-122.342515472455,47.6210762980254],[-122.342516113778,47.6210779484017]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-4","label":"Pavement symbol","path":[[-122.342511446879,47.6210757756561],[-122.342515058533,47.6210757898371],[-122.342514046074,47.6210818945208],[-122.342514010261,47.6210812562727],[-122.34251411938,47.621081256625],[-122.342514110249,47.6210808501224],[-122.342513625862,47.6210808484491],[-122.342513636819,47.6210812261399],[-122.342513760569,47.6210812262982],[-122.342513782117,47.6210819232101],[-122.342511386846,47.6210761371957],[-122.342511446879,47.6210757756561]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-5","label":"Pavement symbol","path":[[-122.342516399284,47.6210787542646],[-122.342515826678,47.621080557293],[-122.342515713328,47.6210823995836],[-122.342517488258,47.6210818002969],[-122.342516399284,47.6210787542646]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-6","label":"Pavement symbol","path":[[-122.342517687699,47.6210825749151],[-122.342515779006,47.6210833334073],[-122.342515871276,47.6210839781064],[-122.342516050354,47.6210846144519],[-122.342516502852,47.6210856268099],[-122.342516657395,47.6210858641187],[-122.34251685375,47.621086086941],[-122.342517088982,47.6210862919457],[-122.342517417489,47.6210864702103],[-122.342517496773,47.6210864994865],[-122.342517581957,47.6210865198872],[-122.342517670872,47.6210865308928],[-122.342517761252,47.621086532223],[-122.342517908337,47.6210865186915],[-122.342518050227,47.6210864892794],[-122.342518183175,47.6210864447636],[-122.342518332826,47.6210863730545],[-122.342518465258,47.6210862873294],[-122.342518577609,47.6210861894417],[-122.342518962027,47.6210857348775],[-122.342519251564,47.6210852494085],[-122.342519531097,47.6210845587507],[-122.342519712701,47.6210838533965],[-122.342519878623,47.6210821463403],[-122.342519742692,47.6210804380799],[-122.34251953677,47.6210796256505],[-122.342519169895,47.6210788394212],[-122.342518648794,47.6210780938086],[-122.342518550653,47.6210780040262],[-122.342518434147,47.621077924843],[-122.342518301765,47.6210778579497],[-122.342518156332,47.6210778047746],[-122.342518000955,47.6210777664532],[-122.342517838951,47.6210777438039],[-122.342517635479,47.6210777703625],[-122.342517440213,47.6210778171783],[-122.342517257563,47.6210778831937],[-122.342517091658,47.6210779669169],[-122.342516946246,47.6210780664561],[-122.342516824613,47.6210781795621],[-122.342516729507,47.6210783036792],[-122.342517838095,47.6210814753968],[-122.342517868138,47.6210814815305],[-122.342517895437,47.6210814919776],[-122.342517918647,47.621081506224],[-122.342517936626,47.6210815235688],[-122.342518018779,47.6210816493244],[-122.342518055163,47.6210817399443],[-122.34251807334,47.6210818330209],[-122.342518093111,47.6210820558619],[-122.342518091134,47.6210821689611],[-122.342518069041,47.6210822810836],[-122.342518007884,47.6210824663146],[-122.342517986334,47.6210825100738],[-122.342517956302,47.6210825514997],[-122.342517918326,47.6210825898491],[-122.342517867418,47.6210826238097],[-122.342517810537,47.6210826353593],[-122.342517747528,47.6210826191023],[-122.342517716388,47.6210826006233],[-122.342517687699,47.6210825749151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-7","label":"Pavement symbol","path":[[-122.342509735578,47.6210820083553],[-122.342510489526,47.6210804775776],[-122.342510898492,47.621078888381],[-122.342510898518,47.6210788892803],[-122.342511147014,47.6210794743299],[-122.342511380699,47.6210803285594],[-122.342511523888,47.6210814574702],[-122.342511535449,47.6210824981654],[-122.34251141635,47.6210835297979],[-122.342511098,47.6210847565892],[-122.342510663433,47.6210856466681],[-122.342510452066,47.6210859342504],[-122.342510183146,47.6210861991001],[-122.342510027743,47.6210863111642],[-122.342509846355,47.6210864038051],[-122.342509644255,47.6210864743298],[-122.342509522627,47.6210864921238],[-122.342509398313,47.6210864961932],[-122.3425092747,47.6210864864271],[-122.342509137899,47.621086456849],[-122.342509009349,47.6210864136108],[-122.342508892031,47.6210863577155],[-122.342508788669,47.6210862904598],[-122.34250858557,47.6210861345909],[-122.342508419815,47.6210859597966],[-122.342508152682,47.6210855874175],[-122.342507946637,47.6210851978043],[-122.342507542333,47.621083966202],[-122.342507358508,47.6210824456002],[-122.342507396289,47.6210813169885],[-122.342507610945,47.6210800933715],[-122.342507800122,47.6210794586407],[-122.342508076179,47.6210788385439],[-122.342508282067,47.6210784987272],[-122.342508545329,47.6210781774069],[-122.342508671895,47.6210780468885],[-122.342508823811,47.6210779292965],[-122.342508998207,47.6210778268509],[-122.342509113143,47.6210777766482],[-122.342509238867,47.6210777400318],[-122.342509371876,47.6210777180219],[-122.342509508464,47.621077711232],[-122.342509625938,47.6210777221278],[-122.342509739638,47.6210777448234],[-122.342509846971,47.621077778801],[-122.342509945489,47.6210778232857],[-122.342510180533,47.621077964292],[-122.342510378213,47.6210781293023],[-122.342510533209,47.6210783138761],[-122.342510188413,47.6210799066638],[-122.342509468982,47.6210814415378],[-122.342509442879,47.6210814469912],[-122.342509418447,47.6210814552435],[-122.342509396341,47.6210814660734],[-122.342509377155,47.6210814791902],[-122.342509361402,47.6210814942421],[-122.342509290685,47.6210815916585],[-122.342509241862,47.6210816949975],[-122.342509215982,47.6210818020378],[-122.342509193945,47.621082023765],[-122.342509214212,47.6210822455689],[-122.342509238137,47.6210823535526],[-122.342509286313,47.6210824577933],[-122.342509357603,47.6210825558321],[-122.342509410494,47.6210825902155],[-122.342509465392,47.621082602082],[-122.342509491093,47.6210825988448],[-122.342509515423,47.6210825923918],[-122.342509537505,47.6210825829556],[-122.342509556543,47.6210825708763],[-122.342509571851,47.6210825565895],[-122.342509642284,47.6210824568046],[-122.342509689716,47.6210823510279],[-122.342509713072,47.6210822416526],[-122.342509735578,47.6210820083553]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16832-0","label":"Pavement symbol","path":[[-122.342248877829,47.6206252492718],[-122.342250553223,47.6206236959232],[-122.342251906163,47.6206213012166],[-122.342251270515,47.6206204883005],[-122.342249934162,47.6206228126176],[-122.342249143674,47.6206206064596],[-122.342251168722,47.6206195936387],[-122.342250686757,47.6206165557493],[-122.342249579511,47.6206172370402],[-122.342249850225,47.620618863544],[-122.342248438001,47.6206195353842],[-122.342250338035,47.6206139829907],[-122.34224924492,47.620613362359],[-122.342246885754,47.6206203800068],[-122.342248877829,47.6206252492718]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-1","label":"Pavement symbol","path":[[-122.342245897238,47.6206168972292],[-122.342245557964,47.6206168981289]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-2","label":"Pavement symbol","path":[[-122.34224598137,47.6206519566053],[-122.342250063762,47.6206606322932],[-122.34225409097,47.6206519453445],[-122.342251221713,47.6206527993319],[-122.342251193964,47.6206441814382],[-122.342248829612,47.6206441848975],[-122.342248856004,47.6206528019096],[-122.34224598137,47.6206519566053]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-3","label":"Pavement symbol","path":[[-122.342250842953,47.6206264826714],[-122.34225084976,47.6206263503385],[-122.342250832568,47.6206261515943],[-122.34225078242,47.620625955403],[-122.342250713056,47.6206258022968],[-122.342250612769,47.6206256571826],[-122.342250532156,47.6206255733356],[-122.342250434869,47.6206254979518],[-122.342250322839,47.6206254325257],[-122.342250259711,47.6206254058062],[-122.342250191038,47.6206253862651],[-122.3422501186,47.6206253744097],[-122.342250044279,47.6206253705474],[-122.342249970104,47.6206253747305],[-122.342249897883,47.6206253868765],[-122.342249829487,47.6206254066711],[-122.342249766685,47.6206254336021],[-122.342249655452,47.6206254992778],[-122.342249558974,47.6206255748136],[-122.342249479155,47.6206256587182],[-122.342249379474,47.6206258042984],[-122.342249310862,47.6206259578207],[-122.3422492622,47.6206261540422],[-122.342249246472,47.6206263527035],[-122.342249254296,47.6206264848424],[-122.342248655554,47.6206264855838],[-122.342248732308,47.6206268381128],[-122.342248825672,47.6206270452955],[-122.3422489609,47.6206272417057],[-122.342249087831,47.620627372828],[-122.342249240818,47.6206274906394],[-122.342249416829,47.6206275928059],[-122.342249560598,47.6206276540138],[-122.34224971706,47.6206276989009],[-122.342249882172,47.620627726307],[-122.342250051667,47.6206277355236],[-122.342250221565,47.6206277260235],[-122.342250386994,47.6206276982552],[-122.34225054366,47.6206276529393],[-122.342250687494,47.6206275912525],[-122.342250862624,47.6206274882768],[-122.342251014561,47.6206273697427],[-122.342251140292,47.6206272379999],[-122.342251274487,47.6206270412228],[-122.342251366743,47.6206268337716],[-122.342251440365,47.6206264819476],[-122.342250842953,47.6206264826714]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-4","label":"Pavement symbol","path":[[-122.34224572738,47.6206169129754],[-122.342245822478,47.6206169079434],[-122.342245915381,47.6206168933549],[-122.342246003988,47.6206168695399],[-122.342246086293,47.6206168370371],[-122.342246160436,47.6206167965818],[-122.342246356589,47.6206166547997],[-122.342246522893,47.6206164966307],[-122.34224665637,47.6206163249084],[-122.342246818975,47.6206160289376],[-122.342246928955,47.6206157221543],[-122.342247010419,47.6206153164668],[-122.342247037054,47.6206149074739],[-122.342247008076,47.6206144985242],[-122.342246924282,47.620614093023],[-122.342246812088,47.6206137866486],[-122.342246647364,47.620613491257],[-122.342246513174,47.6206133196613],[-122.342246346177,47.6206131616871],[-122.342246149367,47.6206130201668],[-122.342246074806,47.6206129799732],[-122.342245992146,47.6206129477693],[-122.342245903258,47.6206129242831],[-122.34224581015,47.6206129100457],[-122.342245714928,47.6206129053789],[-122.342245619831,47.6206129104154],[-122.342245526929,47.6206129250059],[-122.342245438324,47.6206129488206],[-122.342245356017,47.6206129813211],[-122.342245281871,47.6206130217725],[-122.342245085718,47.6206131635542],[-122.342244919413,47.6206133217233],[-122.342244785938,47.620613493446],[-122.342244622595,47.62061378984],[-122.342244512048,47.6206140971169],[-122.342244431301,47.620614502368],[-122.342244405254,47.6206149108805],[-122.34224443423,47.6206153198302],[-122.342244518025,47.6206157253314],[-122.342244630156,47.6206160321635],[-122.342244794969,47.6206163279966],[-122.34224492925,47.620616499275],[-122.342245096236,47.6206166569453],[-122.34224529294,47.6206167981876],[-122.342245367494,47.6206168383901],[-122.342245450151,47.6206168705992],[-122.342245539042,47.6206168940859],[-122.342245632154,47.6206169083187],[-122.34224572738,47.6206169129754]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-5","label":"Pavement symbol","path":[[-122.342245709394,47.620611292452],[-122.342245553718,47.6206113010113],[-122.342245401923,47.6206113258206],[-122.34224525772,47.6206113662736],[-122.342245124633,47.6206114213814],[-122.342245005916,47.6206114897973],[-122.342244677705,47.6206117417556],[-122.342244401189,47.6206120204774],[-122.342244181115,47.6206123211768],[-122.342243912459,47.6206128387854],[-122.342243731293,47.6206133733868],[-122.342243554475,47.6206148007129],[-122.342243739568,47.6206162277389],[-122.342243924722,47.6206167614147],[-122.342244197143,47.6206172778141],[-122.342244418688,47.6206175782423],[-122.342244696641,47.6206178565513],[-122.342245026225,47.6206181079571],[-122.342245145571,47.6206181759822],[-122.342245279192,47.6206182306347],[-122.342245423819,47.6206182705781],[-122.342245575917,47.6206182948357],[-122.342245731765,47.6206183028143],[-122.342245887443,47.6206182942586],[-122.342246039239,47.6206182694509],[-122.342246183443,47.6206182289977],[-122.342246316529,47.620618173888],[-122.342246435243,47.620618105469],[-122.342246763457,47.6206178535119],[-122.342247039973,47.62061757479],[-122.342247260044,47.6206172740895],[-122.342247528701,47.6206167564811],[-122.342247709867,47.6206162218795],[-122.342247886684,47.6206147945534],[-122.342247701591,47.6206133675274],[-122.34224751709,47.6206128338704],[-122.342247245346,47.6206123174346],[-122.342247023379,47.6206120169646],[-122.342246744978,47.6206117386603],[-122.342246414934,47.6206114873093],[-122.342246295588,47.6206114192835],[-122.342246161968,47.6206113646307],[-122.34224601734,47.6206113246872],[-122.342245865243,47.6206113004299],[-122.342245709394,47.620611292452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-6","label":"Pavement symbol","path":[[-122.342253544697,47.6206169631648],[-122.342253644933,47.6206169579947],[-122.342253742952,47.6206169429475],[-122.342253836624,47.6206169183501],[-122.342253923912,47.6206168847371],[-122.34225400292,47.6206168428391],[-122.342254206926,47.6206166987437],[-122.342254380296,47.6206165374488],[-122.342254519874,47.6206163618908],[-122.342254691532,47.6206160590648],[-122.342254808003,47.6206157445369],[-122.342254893223,47.6206153303921],[-122.342254920926,47.6206149126999],[-122.342254890379,47.6206144951039],[-122.342254802339,47.6206140812335],[-122.342254683931,47.6206137668707],[-122.342254510346,47.620613464374],[-122.342254369839,47.6206132891159],[-122.342254195601,47.6206131282055],[-122.342253990807,47.6206129845734],[-122.342253911379,47.620612942859],[-122.342253823706,47.6206129094796],[-122.342253729699,47.6206128851624],[-122.342253631405,47.620612870437],[-122.342253530966,47.6206128656243],[-122.34225343073,47.6206128707952],[-122.342253332712,47.6206128858428],[-122.34225323904,47.6206129104402],[-122.342253151752,47.6206129440527],[-122.342253072743,47.62061298595],[-122.342252868268,47.6206131299971],[-122.34225269445,47.6206132912995],[-122.342252554459,47.6206134669159],[-122.34225238348,47.6206137697629],[-122.34225226766,47.6206140842522],[-122.342252182437,47.6206144983969],[-122.342252154737,47.6206149160892],[-122.342252184621,47.6206153336729],[-122.342252271994,47.6206157475732],[-122.342252390406,47.6206160619351],[-122.342252563987,47.6206163644326],[-122.342252704907,47.6206165397391],[-122.342252879592,47.6206167006454],[-122.342253084856,47.6206168442157],[-122.342253164274,47.6206168859425],[-122.342253251944,47.6206169193291],[-122.342253345955,47.6206169436471],[-122.342253444254,47.620616958366],[-122.342253544697,47.6206169631648]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-7","label":"Pavement symbol","path":[[-122.34225352705,47.6206115378522],[-122.342253373803,47.6206115460851],[-122.342253224269,47.6206115701388],[-122.342253082022,47.6206116094386],[-122.342252950459,47.6206116630455],[-122.342252832726,47.6206117296785],[-122.342252512085,47.6206119714262],[-122.342252241482,47.6206122395365],[-122.342252025634,47.620612529337],[-122.342251762061,47.6206130275809],[-122.342251584,47.6206135427552],[-122.34225141099,47.6206149178535],[-122.342251593215,47.6206162918405],[-122.34225177408,47.6206168066275],[-122.342252040384,47.6206173042701],[-122.3422522581,47.620617593358],[-122.3422525304,47.6206178606035],[-122.34225285254,47.6206181013518],[-122.34225297081,47.620618167635],[-122.342253102828,47.6206182208335],[-122.342253245438,47.6206182596751],[-122.342253395227,47.6206182832307],[-122.342253548613,47.6206182909369],[-122.34225370186,47.6206182827046],[-122.342253851394,47.6206182586511],[-122.342253993642,47.6206182193513],[-122.342254125204,47.6206181657441],[-122.342254242937,47.6206180991105],[-122.342254563018,47.6206178575948],[-122.342254833179,47.6206175897961],[-122.342255048725,47.620617300369],[-122.342255313034,47.6206168017005],[-122.342255491663,47.6206162860339],[-122.342255664699,47.6206149118348],[-122.342255482474,47.6206135378478],[-122.342255301013,47.6206130225848],[-122.342255033949,47.6206125245366],[-122.342254816239,47.6206122354461],[-122.342254543939,47.6206119682003],[-122.342254221793,47.6206117274549],[-122.342254103742,47.6206116612719],[-122.342253971984,47.620611608126],[-122.342253829659,47.6206115692841],[-122.34225368016,47.6206115456718],[-122.34225352705,47.6206115378522]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-17392-0","label":"Pavement symbol","path":[[-122.342374212151,47.6206493694081],[-122.342374251904,47.6206507398864],[-122.342374458259,47.6206521981914],[-122.342374991666,47.620653618309],[-122.342375839682,47.620654967116],[-122.342376982528,47.6206562131525],[-122.342378393549,47.6206573273554],[-122.342380039832,47.6206582837368],[-122.342381882981,47.6206590599899],[-122.342383880004,47.6206596380089],[-122.342382886743,47.6206629644419],[-122.342391239965,47.6206596546704],[-122.342384330793,47.6206544907617],[-122.342384413274,47.6206573342343],[-122.34238277014,47.6206569058513],[-122.342381247254,47.6206563087945],[-122.342379882437,47.6206555578917],[-122.342378709582,47.6206546717911],[-122.342377757818,47.6206536724987],[-122.34237705078,47.6206525848314],[-122.342376606028,47.6206514358011],[-122.342376434608,47.6206502539434],[-122.342376408105,47.6206493402913],[-122.342374212151,47.6206493694081]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":17392,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/17392"}],"details":[]}]}} diff --git a/examples/path-style-extension/scripts/README.md b/examples/path-style-extension/scripts/README.md index 6f0d6a9..5016058 100644 --- a/examples/path-style-extension/scripts/README.md +++ b/examples/path-style-extension/scripts/README.md @@ -14,10 +14,13 @@ node examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs The scripts read and write the adjacent `examples/path-style-extension/data` directory by default. -The extractor pages a bounded query by sorted object ID, requests WGS84 GeoJSON, preserves every -returned source property, records the exact page URLs and hashes, and writes a machine-readable -manifest plus a human-readable audit report. It also creates two documented cartographic -derivations and one topology-repaired display representation: +The extractor pages a bounded query by sorted object ID, requests WGS84 GeoJSON, and records the +exact page URLs and hashes in a machine-readable manifest and human-readable audit report. It +publishes a compact runtime snapshot whose path and polygon collections already contain the +geometry, dimensions, dash patterns, tooltip fields, and source links consumed by the example. + +The render-ready output includes two documented cartographic derivations and one topology-repaired +display representation: - equal-width approach lane bands from Seattle Streets centerlines and nearby 12-foot `LaneWidth` records; @@ -27,9 +30,10 @@ derivations and one topology-repaired display representation: - continuous pavement-symbol paths by joining CAD fragment endpoints no more than 2 millimeters apart. Every source coordinate is retained, and any nonzero bridge is recorded in the manifest. -Raw source geometry is preserved without simplification, manual redrawing, or snapping. The -checked-in snapshot is for demonstrating deck.gl and is not suitable for engineering, -construction, legal interpretation, or navigation. +Source geometry used by the runtime assets is not simplified, manually redrawn, or snapped. Raw +source layers remain reproducible through the recorded queries but are not included in the +checked-in runtime snapshot. The snapshot is for demonstrating deck.gl and is not suitable for +engineering, construction, legal interpretation, or navigation. ## Sources diff --git a/examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs b/examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs index 280f16a..ffada9b 100644 --- a/examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs +++ b/examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs @@ -91,6 +91,10 @@ const IMPORTANT_FIELDS = [ 'DataConfidence' ]; const FEET_TO_METERS = 0.3048; +const INCHES_TO_METERS = 0.0254; +const DEFAULT_MARKING_WIDTH_METERS = 0.15; +const DEFAULT_MARKING_WIDTH_PIXELS = 2; +const CROSSWALK_WIDTH_PIXELS = 18; const APPROACH_LANE_WIDTH_FEET = 12; const APPROACH_LANE_WIDTH_METERS = APPROACH_LANE_WIDTH_FEET * FEET_TO_METERS; export const SYMBOL_JOIN_TOLERANCE_METERS = 0.002; @@ -237,6 +241,24 @@ function getBounds(features) { return Number.isFinite(bounds[0]) ? bounds : null; } +function validateQueriedSources(resultsByKey) { + for (const [sourceKey, result] of Object.entries(resultsByKey)) { + for (const feature of result.featureCollection.features) { + if (!feature.geometry) { + throw new Error(`${sourceKey} feature is missing geometry`); + } + if (feature.properties.OBJECTID == null) { + throw new Error(`${sourceKey} feature is missing an object ID`); + } + visitCoordinates(feature.geometry, ([longitude, latitude]) => { + if (longitude < -180 || longitude > 180 || latitude < -90 || latitude > 90) { + throw new Error(`${sourceKey} feature has an invalid coordinate`); + } + }); + } + } +} + function getDistinctValues(features, field) { return [ ...new Set( @@ -495,7 +517,202 @@ function getSourceRef(source, feature) { itemId: source.itemId, layerId: source.layerId, layerName: source.layerName, - objectId: feature.properties.OBJECTID + objectId: feature.properties.OBJECTID, + url: `${source.serviceUrl}/${source.layerId}/${encodeURIComponent(feature.properties.OBJECTID)}` + }; +} + +export function parseDashPattern(value) { + if (!value || /^solid$/i.test(String(value).trim())) { + return [0, 0]; + } + const match = String(value) + .trim() + .match(/^(\d+(?:\.\d+)?)'\s*(?:dash)?\s*[,\/]?\s*(\d+(?:\.\d+)?)'\s*(?:skip|pattern)$/i); + if (!match) { + throw new Error(`Unsupported dash pattern: ${value}`); + } + return [Number(match[1]) * FEET_TO_METERS, Number(match[2]) * FEET_TO_METERS]; +} + +export function getScreenDashPattern(pattern) { + if (!pattern[0] || !pattern[1]) { + return [0, 0]; + } + const dashPixels = pattern[0] <= 0.7 ? 4 : 6; + return [dashPixels, dashPixels * (pattern[1] / pattern[0])]; +} + +export function parseMarkingWidth(value) { + if (typeof value === 'number' && value > 0) { + return value * INCHES_TO_METERS; + } + const match = String(value || '').match(/^(\d+(?:\.\d+)?)\s*(?:"|in)$/i); + return match ? Number(match[1]) * INCHES_TO_METERS : null; +} + +function getPathLengthMeters(path) { + let lengthMeters = 0; + for (let index = 1; index < path.length; index++) { + lengthMeters += getDistanceMeters(path[index - 1], path[index]); + } + return lengthMeters; +} + +function getSidewalkWidthMeters(asset) { + return Math.max(1.5, Number(asset.sourceProperties.SW_WIDTH || 72) * INCHES_TO_METERS); +} + +function createDetails(properties) { + return [ + ['Type', properties.Type || properties.MARKING_TYPE], + ['Color', properties.Color], + ['Width', properties.Width], + ['Material', properties.Material] + ] + .filter(([, value]) => value !== null && value !== undefined && value !== '') + .map(([label, value]) => ({label, value})); +} + +function createSourcePaths(resultsByKey, sourceKey, label) { + const source = SOURCES.find(candidate => candidate.key === sourceKey); + return resultsByKey[sourceKey].featureCollection.features.flatMap(feature => + getLinePaths(feature.geometry).map((path, pathIndex) => ({ + id: `${sourceKey}-${feature.properties.OBJECTID}-${pathIndex}`, + label, + path, + source: [getSourceRef(source, feature)], + details: createDetails(feature.properties), + sourceProperties: feature.properties + })) + ); +} + +function createSourcePolygons(resultsByKey, sourceKey, label) { + return createSourcePaths(resultsByKey, sourceKey, label) + .filter(asset => isClosedPath(asset.path)) + .map(({path, ...asset}) => ({...asset, polygon: path})); +} + +function omitSourceProperties(asset) { + const {sourceProperties, ...renderAsset} = asset; + return renderAsset; +} + +function createRenderAssets(resultsByKey, {laneBands, crosswalkGuides, symbolPaths}) { + const roadSurfaces = createSourcePaths(resultsByKey, 'streets', 'Street surface').map(asset => + omitSourceProperties({ + ...asset, + style: { + widthMeters: Number(asset.sourceProperties.SURFACEWIDTH || 0) * FEET_TO_METERS + } + }) + ); + const sidewalks = createSourcePaths(resultsByKey, 'sidewalks', 'Sidewalk') + .map(asset => ({...asset, style: {widthMeters: getSidewalkWidthMeters(asset)}})) + .filter(asset => getPathLengthMeters(asset.path) >= asset.style.widthMeters * 2) + .map(omitSourceProperties); + const backgroundPaths = createSourcePaths( + resultsByKey, + 'background', + 'Source drafting line' + ).map(omitSourceProperties); + const bikePanels = createSourcePolygons( + resultsByKey, + 'panelMarkings', + 'Bicycle panel' + ).map(omitSourceProperties); + const longitudinalMarkings = createSourcePaths( + resultsByKey, + 'longitudinalMarkings', + 'Longitudinal marking' + ).map(asset => { + const dashMeters = parseDashPattern(asset.sourceProperties.Type); + return omitSourceProperties({ + ...asset, + style: { + widthMeters: + parseMarkingWidth(asset.sourceProperties.Width) || DEFAULT_MARKING_WIDTH_METERS, + widthPixels: DEFAULT_MARKING_WIDTH_PIXELS, + colorRole: + asset.sourceProperties.Color === 'Yellow' ? 'yellowMarking' : 'whiteMarking', + dashMeters, + dashPixels: getScreenDashPattern(dashMeters), + dashMode: 'path', + dashJustified: false, + dashGapPickable: true + } + }); + }); + const replacedTransverseMarkingObjectIdList = crosswalkGuides.flatMap( + crosswalk => crosswalk.transverseMarkingObjectIds + ); + const replacedTransverseMarkingObjectIds = new Set(replacedTransverseMarkingObjectIdList); + if (replacedTransverseMarkingObjectIds.size !== replacedTransverseMarkingObjectIdList.length) { + throw new Error('A transverse marking was matched to more than one crosswalk'); + } + const transversePolygons = createSourcePolygons( + resultsByKey, + 'transverseMarkings', + 'Transverse marking' + ) + .filter(asset => !replacedTransverseMarkingObjectIds.has(asset.source[0].objectId)) + .map(omitSourceProperties); + const transversePaths = createSourcePaths( + resultsByKey, + 'transverseMarkings', + 'Transverse marking' + ) + .filter(asset => !isClosedPath(asset.path)) + .map(asset => + omitSourceProperties({...asset, style: {widthMeters: DEFAULT_MARKING_WIDTH_METERS}}) + ); + const curbs = createSourcePaths( + resultsByKey, + 'verticalElements', + 'Curb or separator' + ).map(omitSourceProperties); + + return { + roadSurfaces, + sidewalks, + backgroundPaths, + laneBands: laneBands.map(lane => ({ + id: lane.id, + label: 'Vehicle lane', + path: lane.path, + source: lane.source, + details: [], + style: {widthMeters: lane.widthMeters, offset: lane.offsetWidths} + })), + bikePanels, + crosswalks: crosswalkGuides.map(crosswalk => ({ + id: crosswalk.id, + label: 'Crosswalk', + path: crosswalk.path, + source: crosswalk.source, + details: createDetails(crosswalk.properties), + style: { + widthMeters: crosswalk.widthMeters, + widthPixels: CROSSWALK_WIDTH_PIXELS, + dashMeters: crosswalk.dashMeters, + dashPixels: crosswalk.dashPixels, + dashMode: 'path', + dashJustified: true, + dashGapPickable: true + } + })), + transversePolygons, + transversePaths, + longitudinalMarkings, + curbs, + symbols: symbolPaths.map(symbol => ({ + id: symbol.id, + label: symbol.label, + path: symbol.path, + source: symbol.source, + details: createDetails(symbol.properties) + })) }; } @@ -534,7 +751,7 @@ function createStitchedSymbolPaths(resultsByKey) { maximumBridgeDistanceMeters: Math.max(0, ...stitched.bridgeDistancesMeters) }, representation: - 'topology-repaired display path; source coordinates retained and raw geometry remains pinned' + 'topology-repaired display path; every source coordinate is retained' } }); } @@ -553,6 +770,24 @@ function createStitchedSymbolPaths(resultsByKey) { }; } +function validateSymbolCoordinates(resultsByKey, symbolPaths) { + const pathsByObjectId = Map.groupBy(symbolPaths, path => path.source[0].objectId); + for (const feature of resultsByKey.symbols.featureCollection.features) { + const stitchedPaths = pathsByObjectId.get(feature.properties.OBJECTID); + if (!stitchedPaths?.length) { + throw new Error(`Symbol ${feature.properties.OBJECTID} has no render path`); + } + const stitchedCoordinates = new Set( + stitchedPaths.flatMap(path => path.path.map(coordinate => JSON.stringify(coordinate))) + ); + visitCoordinates(feature.geometry, coordinate => { + if (!stitchedCoordinates.has(JSON.stringify(coordinate))) { + throw new Error(`Symbol ${feature.properties.OBJECTID} lost a source coordinate`); + } + }); + } +} + function createLaneBands(resultsByKey) { const streetsSource = SOURCES.find(source => source.key === 'streets'); const laneWidthSource = SOURCES.find(source => source.key === 'laneWidths'); @@ -674,7 +909,7 @@ function createCrosswalkGuides(resultsByKey) { gapWidthMeters: 0.6 }, representation: - 'cartographic crosswalk extent replacing matched SDOT stripe polygons in the display; raw linework remains pinned' + 'cartographic crosswalk extent replacing matched SDOT stripe polygons in the runtime assets' } }; }); @@ -753,18 +988,17 @@ ${gateRows} .join(', ')} meters The channelization records around Dexter and Thomas preserve authoritative geometry and dash class, -but most descriptive asset fields are null in this CAD-derived crop. The example reports those nulls -instead of inventing values. Longitudinal stroke widths therefore use an explicitly labeled -cartographic fallback while dash/skip lengths come directly from the source \`Type\` values. +but most descriptive asset fields are null in this CAD-derived crop. Longitudinal stroke widths use +a cartographic fallback while dash/skip lengths come directly from the source \`Type\` values. ## Transformations - Requested a bounded EPSG:4326 snapshot and paged by sorted object ID. -- Preserved all returned source properties and geometry. +- Preserved returned source data while producing the render-ready asset snapshot. - Derived continuous pavement-symbol paths by joining source fragment endpoints within ${manifest.validation.symbolStitching.maximumJoinDistanceMeters} meters; no source vertex was moved. - Derived equal-width lane bands from official street centerlines plus the nearest 12-foot lane-width annotations. -- Derived two crosswalk guides from official in-service inventory points and official street surface widths; matched source stripe polygons remain pinned but are not double-painted. -- Did not simplify, manually redraw, or snap the pinned official channelization geometry. +- Derived two crosswalk guides from official in-service inventory points and official street surface widths; matched source stripe polygons are omitted from the runtime assets. +- Did not simplify, manually redraw, or snap official channelization geometry. ## License and limitations @@ -780,9 +1014,12 @@ export async function extractRoadDiagram(outputDirectory) { const resultsByKey = Object.fromEntries( SOURCES.map((source, index) => [source.key, queriedSources[index]]) ); + validateQueriedSources(resultsByKey); const {laneBands, spatialJoins} = createLaneBands(resultsByKey); const crosswalkGuides = createCrosswalkGuides(resultsByKey); const {symbolPaths, summary: symbolStitching} = createStitchedSymbolPaths(resultsByKey); + validateSymbolCoordinates(resultsByKey, symbolPaths); + const assets = createRenderAssets(resultsByKey, {laneBands, crosswalkGuides, symbolPaths}); const extractionGate = createGateValidation(resultsByKey); const generatorCommit = getGeneratorCommit(); @@ -791,10 +1028,7 @@ export async function extractRoadDiagram(outputDirectory) { generatedAt, candidate: CANDIDATE_NAME, displayBounds: DISPLAY_BOUNDS, - layers: Object.fromEntries( - SOURCES.map(source => [source.key, resultsByKey[source.key].featureCollection]) - ), - derived: {laneBands, crosswalkGuides, symbolPaths} + assets }; const manifestSources = SOURCES.map(source => { @@ -851,13 +1085,13 @@ export async function extractRoadDiagram(outputDirectory) { sources: manifestSources, derivations: [ { - output: 'laneBands', + output: 'assets.laneBands', operation: 'centered equal-width offsets', sourceKeys: ['streets', 'laneWidths'], outputFeatureCount: laneBands.length }, { - output: 'crosswalkGuides', + output: 'assets.crosswalks', operation: 'perpendicular baseline across official surface width', sourceKeys: ['crosswalks', 'streets'], matchedTransverseMarkingCount: crosswalkGuides.reduce( @@ -867,7 +1101,7 @@ export async function extractRoadDiagram(outputDirectory) { outputFeatureCount: crosswalkGuides.length }, { - output: 'symbolPaths', + output: 'assets.symbols', operation: 'endpoint-connected CAD fragment stitching', sourceKeys: ['symbols'], parameters: {maximumJoinDistanceMeters: SYMBOL_JOIN_TOLERANCE_METERS}, @@ -877,6 +1111,9 @@ export async function extractRoadDiagram(outputDirectory) { validation: { extractionGate, symbolStitching, + renderAssetCounts: Object.fromEntries( + Object.entries(assets).map(([key, value]) => [key, value.length]) + ), spatialAlignment: { laneWidthToStreetResidualMeters: spatialJoins.map(join => join.residualMeters), spatialJoins diff --git a/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs b/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs index 8d73a91..1c1a496 100644 --- a/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs +++ b/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs @@ -7,42 +7,38 @@ import {readFile} from 'node:fs/promises'; import {dirname, resolve} from 'node:path'; import {fileURLToPath} from 'node:url'; +import { + getScreenDashPattern, + parseDashPattern, + parseMarkingWidth +} from './extract-seattle-road-diagram.mjs'; + const SCRIPT_DIRECTORY = dirname(fileURLToPath(import.meta.url)); const REPOSITORY_ROOT = resolve(SCRIPT_DIRECTORY, '../../..'); const DATA_DIRECTORY = process.argv[2] ? resolve(REPOSITORY_ROOT, process.argv[2]) : resolve(SCRIPT_DIRECTORY, '../data'); -export function parseLengthFeet(value) { - const match = String(value).trim().match(/^(\d+(?:\.\d+)?)\s*(?:'|ft)$/i); - if (!match) { - throw new Error(`Unsupported feet value: ${value}`); - } - return Number(match[1]) * 0.3048; -} - -export function parseDashPattern(value) { - if (/^solid$/i.test(String(value).trim())) { - return [0, 0]; - } - const match = String(value) - .trim() - .match(/^(\d+(?:\.\d+)?)'\s*(?:dash)?\s*[,/]?\s*(\d+(?:\.\d+)?)'\s*(?:skip|pattern)$/i); - if (!match) { - throw new Error(`Unsupported dash pattern: ${value}`); +const ASSET_GEOMETRY = { + roadSurfaces: 'path', + sidewalks: 'path', + backgroundPaths: 'path', + laneBands: 'path', + bikePanels: 'polygon', + crosswalks: 'path', + transversePolygons: 'polygon', + transversePaths: 'path', + longitudinalMarkings: 'path', + curbs: 'path', + symbols: 'path' +}; + +function visitCoordinates(coordinates, visitor) { + if (typeof coordinates[0] === 'number') { + visitor(coordinates); + } else { + coordinates.forEach(coordinate => visitCoordinates(coordinate, visitor)); } - return [Number(match[1]) * 0.3048, Number(match[2]) * 0.3048]; -} - -function visitCoordinates(geometry, visitor) { - const visit = coordinates => { - if (typeof coordinates[0] === 'number') { - visitor(coordinates); - } else { - coordinates.forEach(visit); - } - }; - visit(geometry.coordinates); } async function readOptionalJson(path) { @@ -56,6 +52,43 @@ async function readOptionalJson(path) { } } +function validateStyle(asset, assetKey) { + if (!asset.style) { + return; + } + for (const widthKey of ['widthMeters', 'widthPixels']) { + if (asset.style[widthKey] !== undefined) { + assert.ok(asset.style[widthKey] > 0, `${asset.id} ${widthKey}`); + } + } + if (asset.style.offset !== undefined) { + assert.equal(typeof asset.style.offset, 'number', `${asset.id} offset`); + } + if (asset.style.colorRole !== undefined) { + assert.ok( + ['whiteMarking', 'yellowMarking'].includes(asset.style.colorRole), + `${asset.id} color role` + ); + } + for (const dashKey of ['dashMeters', 'dashPixels']) { + if (asset.style[dashKey] !== undefined) { + assert.equal(asset.style[dashKey].length, 2, `${asset.id} ${dashKey}`); + assert.ok(asset.style[dashKey].every(value => value >= 0), `${asset.id} ${dashKey}`); + } + } + if (asset.style.dashMode !== undefined) { + assert.equal(asset.style.dashMode, 'path', `${asset.id} dash mode`); + assert.equal(typeof asset.style.dashJustified, 'boolean', `${asset.id} justified`); + assert.equal(typeof asset.style.dashGapPickable, 'boolean', `${asset.id} gap picking`); + assert.ok(asset.style.dashMeters, `${asset.id} meter dash pattern`); + assert.ok(asset.style.dashPixels, `${asset.id} pixel dash pattern`); + } + if (assetKey === 'longitudinalMarkings') { + assert.ok(asset.style.widthMeters && asset.style.widthPixels, `${asset.id} marking widths`); + assert.ok(asset.style.colorRole, `${asset.id} marking color`); + } +} + const snapshot = JSON.parse( await readFile(resolve(DATA_DIRECTORY, 'seattle-road-diagram.json'), 'utf8') ); @@ -63,6 +96,76 @@ const manifest = await readOptionalJson( resolve(DATA_DIRECTORY, 'seattle-road-diagram.manifest.json') ); +assert.equal(snapshot.layers, undefined, 'runtime snapshot must not include raw layers'); +assert.equal(snapshot.derived, undefined, 'runtime snapshot must not include extraction intermediates'); +assert.deepEqual(Object.keys(snapshot.assets).sort(), Object.keys(ASSET_GEOMETRY).sort()); +assert.equal(snapshot.displayBounds.length, 4); + +const assetIds = new Set(); +for (const [assetKey, geometryKey] of Object.entries(ASSET_GEOMETRY)) { + const assets = snapshot.assets[assetKey]; + assert.ok(Array.isArray(assets), `${assetKey} collection`); + assert.ok(assets.length > 0, `${assetKey} is not empty`); + for (const asset of assets) { + assert.ok(asset.id, `${assetKey} asset ID`); + assert.ok(!assetIds.has(asset.id), `duplicate asset ID ${asset.id}`); + assetIds.add(asset.id); + assert.ok(asset.label, `${asset.id} label`); + assert.ok(Array.isArray(asset.details), `${asset.id} details`); + assert.ok(Array.isArray(asset.source) && asset.source.length > 0, `${asset.id} source`); + for (const detail of asset.details) { + assert.ok(detail.label && detail.value !== undefined, `${asset.id} detail`); + } + for (const source of asset.source) { + assert.ok(source.provider && source.layerName, `${asset.id} source description`); + assert.ok(source.itemId && source.objectId != null, `${asset.id} source identity`); + assert.doesNotThrow(() => new URL(source.url), `${asset.id} source URL`); + } + const coordinates = asset[geometryKey]; + assert.ok(Array.isArray(coordinates) && coordinates.length >= 2, `${asset.id} geometry`); + visitCoordinates(coordinates, ([longitude, latitude]) => { + assert.ok(longitude >= -180 && longitude <= 180, `${asset.id} longitude`); + assert.ok(latitude >= -90 && latitude <= 90, `${asset.id} latitude`); + }); + if (geometryKey === 'polygon') { + assert.deepEqual(coordinates[0], coordinates.at(-1), `${asset.id} closed polygon`); + } + validateStyle(asset, assetKey); + } +} + +assert.ok(snapshot.assets.laneBands.length >= 8); +assert.ok(snapshot.assets.crosswalks.length >= 1); +assert.ok(snapshot.assets.symbols.length > 0); +assert.ok( + snapshot.assets.crosswalks.every( + asset => asset.style.dashJustified && asset.style.dashGapPickable + ) +); +assert.ok( + snapshot.assets.longitudinalMarkings.every( + asset => !asset.style.dashJustified && asset.style.dashGapPickable + ) +); + +const groupedLaneBands = Map.groupBy( + snapshot.assets.laneBands, + lane => lane.source[0].objectId +); +for (const lanes of groupedLaneBands.values()) { + const offsets = lanes.map(lane => lane.style.offset).sort((valueA, valueB) => valueA - valueB); + assert.equal(offsets[0], -offsets.at(-1)); +} + +assert.deepEqual(parseDashPattern("2' dash, 4' skip"), [0.6096, 1.2192]); +assert.deepEqual(parseDashPattern("3' dash, 6' skip"), [0.9144000000000001, 1.8288000000000002]); +assert.deepEqual(parseDashPattern("3' dash, 9' skip"), [0.9144000000000001, 2.7432000000000003]); +assert.deepEqual(parseDashPattern("10'/20' pattern"), [3.048, 6.096]); +assert.deepEqual(parseDashPattern('Solid'), [0, 0]); +assert.deepEqual(getScreenDashPattern([0.6096, 1.2192]), [4, 8]); +assert.equal(parseMarkingWidth('6"'), 0.15239999999999998); +assert.throws(() => parseDashPattern('unknown'), /Unsupported dash pattern/); + if (manifest) { assert.equal(snapshot.dataset, manifest.dataset); assert.deepEqual(snapshot.displayBounds, manifest.displayBounds); @@ -72,114 +175,53 @@ if (manifest) { 'candidate must pass extraction gate' ); assert.deepEqual( - Object.keys(snapshot.layers).sort(), - manifest.sources.map(source => source.key).sort(), - 'manifest source keys' + Object.fromEntries( + Object.entries(snapshot.assets).map(([key, assets]) => [key, assets.length]) + ), + manifest.validation.renderAssetCounts ); -} -for (const [sourceKey, layer] of Object.entries(snapshot.layers)) { - const features = layer.features; - const source = manifest?.sources.find(candidate => candidate.key === sourceKey); - if (source) { - assert.equal(features.length, source.outputFeatureCount, `${sourceKey} output count`); - assert.equal(source.rawFeatureCount, source.objectIds.length, `${sourceKey} object ID count`); + const manifestSources = new Map( + manifest.sources.map(source => [`${source.itemId}/${source.layerId}`, source]) + ); + for (const source of manifest.sources) { + assert.equal(source.rawFeatureCount, source.objectIds.length, `${source.key} object ID count`); assert.match(source.rawSha256, /^[a-f0-9]{64}$/); assert.ok(source.queryUrls.length > 0 || source.rawFeatureCount === 0); } - for (const feature of features) { - assert.ok(feature.geometry, `${sourceKey} feature has geometry`); - assert.ok(feature.properties.OBJECTID != null, `${sourceKey} feature has an object ID`); - visitCoordinates(feature.geometry, ([longitude, latitude]) => { - assert.ok(longitude >= -180 && longitude <= 180); - assert.ok(latitude >= -90 && latitude <= 90); - }); + for (const assets of Object.values(snapshot.assets)) { + for (const asset of assets) { + for (const source of asset.source) { + const manifestSource = manifestSources.get(`${source.itemId}/${source.layerId}`); + assert.ok(manifestSource, `${asset.id} manifest source`); + assert.ok( + manifestSource.objectIds.some(objectId => String(objectId) === String(source.objectId)), + `${asset.id} manifest object ID` + ); + } + } } -} - -assert.deepEqual(parseDashPattern("2' dash, 4' skip"), [0.6096, 1.2192]); -assert.deepEqual(parseDashPattern("3' dash, 6' skip"), [0.9144000000000001, 1.8288000000000002]); -assert.deepEqual(parseDashPattern("3' dash, 9' skip"), [0.9144000000000001, 2.7432000000000003]); -assert.deepEqual(parseDashPattern("10'/20' pattern"), [3.048, 6.096]); -assert.deepEqual(parseDashPattern('Solid'), [0, 0]); -assert.throws(() => parseDashPattern('unknown'), /Unsupported dash pattern/); -assert.equal(parseLengthFeet("12'"), 3.6576000000000004); - -assert.ok(snapshot.derived.laneBands.length >= 8); -assert.ok(snapshot.derived.crosswalkGuides.length >= 1); -for (const feature of [...snapshot.derived.laneBands, ...snapshot.derived.crosswalkGuides]) { - assert.equal(feature.derived, true); - assert.ok(feature.source.length >= 2); - assert.ok(feature.derivation.operation); -} - -const transverseMarkingObjectIds = new Set( - snapshot.layers.transverseMarkings.features.map(feature => feature.properties.OBJECTID) -); -const matchedTransverseMarkingObjectIds = snapshot.derived.crosswalkGuides.flatMap( - guide => guide.transverseMarkingObjectIds -); -assert.ok(matchedTransverseMarkingObjectIds.length > 0); -assert.equal( - new Set(matchedTransverseMarkingObjectIds).size, - matchedTransverseMarkingObjectIds.length, - 'a source transverse marking must not be matched to multiple crosswalks' -); -for (const objectId of matchedTransverseMarkingObjectIds) { - assert.ok(transverseMarkingObjectIds.has(objectId), `matched transverse marking ${objectId} exists`); -} -const sourceSymbolPaths = snapshot.layers.symbols.features.flatMap(feature => - feature.geometry.type === 'LineString' ? [feature.geometry.coordinates] : feature.geometry.coordinates -); -assert.ok(snapshot.derived.symbolPaths.length < sourceSymbolPaths.length); -if (manifest) { - const symbolStitching = manifest.validation.symbolStitching; - assert.equal(symbolStitching.sourceFeatureCount, snapshot.layers.symbols.features.length); - assert.equal(symbolStitching.sourcePathCount, sourceSymbolPaths.length); - assert.equal(symbolStitching.outputPathCount, snapshot.derived.symbolPaths.length); - assert.ok(symbolStitching.maximumJoinDistanceMeters <= 0.002); + assert.equal( + manifest.validation.symbolStitching.outputPathCount, + snapshot.assets.symbols.length + ); assert.ok( - symbolStitching.maximumBridgeDistanceMeters <= symbolStitching.maximumJoinDistanceMeters + manifest.validation.symbolStitching.outputPathCount < + manifest.validation.symbolStitching.sourcePathCount ); -} - -const symbolPathsByObjectId = Map.groupBy( - snapshot.derived.symbolPaths, - symbolPath => symbolPath.source[0].objectId -); -for (const feature of snapshot.layers.symbols.features) { - const stitchedPaths = symbolPathsByObjectId.get(feature.properties.OBJECTID); - assert.ok(stitchedPaths?.length > 0, `symbol ${feature.properties.OBJECTID} has display paths`); - const stitchedCoordinates = new Set( - stitchedPaths.flatMap(symbolPath => symbolPath.path.map(coordinate => JSON.stringify(coordinate))) + assert.ok(manifest.validation.symbolStitching.maximumJoinDistanceMeters <= 0.002); + assert.ok( + manifest.validation.symbolStitching.maximumBridgeDistanceMeters <= + manifest.validation.symbolStitching.maximumJoinDistanceMeters ); - visitCoordinates(feature.geometry, coordinate => { - assert.ok( - stitchedCoordinates.has(JSON.stringify(coordinate)), - `symbol ${feature.properties.OBJECTID} source coordinate was retained` - ); - }); - for (const symbolPath of stitchedPaths) { - assert.equal(symbolPath.derived, true); - assert.equal(symbolPath.source.length, 1); - assert.equal(symbolPath.derivation.operation, 'endpoint-connected CAD fragment stitching'); - assert.ok(symbolPath.path.length >= 2); - } -} - -const groupedLaneBands = Map.groupBy(snapshot.derived.laneBands, lane => lane.source[0].objectId); -for (const lanes of groupedLaneBands.values()) { - const offsets = lanes.map(lane => lane.offsetWidths).sort((valueA, valueB) => valueA - valueB); - assert.equal(offsets[0], -offsets.at(-1)); - assert.ok(lanes.every(lane => lane.widthMeters > 0)); } -const sourceFeatureCount = Object.values(snapshot.layers).reduce( - (total, layer) => total + layer.features.length, +const assetCount = Object.values(snapshot.assets).reduce( + (total, assets) => total + assets.length, 0 ); const validationScope = manifest ? ' with provenance checks' : ''; console.log( - `Validated ${sourceFeatureCount} source features, ${snapshot.derived.laneBands.length} lane bands, ${snapshot.derived.crosswalkGuides.length} crosswalk guides, and ${snapshot.derived.symbolPaths.length} stitched symbol paths${validationScope}.` + `Validated ${assetCount} render assets across ${Object.keys(snapshot.assets).length} collections${validationScope}.` ); From b0bd3869c1c17353b13e96f7a62a6e60bd68d5ec Mon Sep 17 00:00:00 2001 From: Chris Gervang Date: Tue, 25 Aug 2026 21:32:31 -0700 Subject: [PATCH 5/5] Consolidate PathStyleExtension context assets --- examples/path-style-extension/README.md | 3 +- .../data/seattle-road-diagram.json | 2 +- .../scripts/extract-seattle-road-diagram.mjs | 35 +++++++++++-------- .../scripts/validate-seattle-road-diagram.mjs | 26 ++++++++++---- 4 files changed, 43 insertions(+), 23 deletions(-) diff --git a/examples/path-style-extension/README.md b/examples/path-style-extension/README.md index a2f6178..2f2bc9b 100644 --- a/examples/path-style-extension/README.md +++ b/examples/path-style-extension/README.md @@ -13,7 +13,8 @@ ignored because they are reproducible and are not used by the example. The runtime snapshot contains only the normalized geometry, styles, tooltip fields, and source links consumed by deck.gl. Raw ArcGIS responses are queried and validated during extraction but are -not shipped to the website. +not shipped to the website. Roads and sidewalks share one ordered surface collection, while curbs +and pavement symbols share one ordered detail collection. From the repository root, validate the checked-in snapshot with: diff --git a/examples/path-style-extension/data/seattle-road-diagram.json b/examples/path-style-extension/data/seattle-road-diagram.json index 30d037a..66d68ca 100644 --- a/examples/path-style-extension/data/seattle-road-diagram.json +++ b/examples/path-style-extension/data/seattle-road-diagram.json @@ -1 +1 @@ -{"dataset":"deck.gl PathStyleExtension Seattle road diagram","generatedAt":"2026-08-26T02:19:41.432Z","candidate":"Dexter Avenue N and Thomas Street, Seattle, Washington","displayBounds":[-122.3431,47.62025,-122.3415,47.6215],"assets":{"roadSurfaces":[{"id":"streets-10576131-0","label":"Street surface","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"}],"details":[],"style":{"widthMeters":22.555200000000003}},{"id":"streets-10578378-0","label":"Street surface","path":[[-122.343684649472,47.6208931702858],[-122.343510322059,47.6208954829118],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10578378,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10578378"}],"details":[],"style":{"widthMeters":12.8016}},{"id":"streets-10578379-0","label":"Street surface","path":[[-122.34238173082,47.6208883946043],[-122.341076469081,47.6208839263646]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10578379,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10578379"}],"details":[],"style":{"widthMeters":12.8016}},{"id":"streets-10591189-0","label":"Street surface","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"}],"details":[],"style":{"widthMeters":22.555200000000003}}],"sidewalks":[{"id":"sidewalks-33571585-0","label":"Sidewalk","path":[[-122.34258351357,47.6197778425813],[-122.342578410839,47.620785962673],[-122.342581533054,47.620824787113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33571585,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33571585"}],"details":[],"style":{"widthMeters":3.048}},{"id":"sidewalks-33572077-0","label":"Sidewalk","path":[[-122.342198540482,47.619788502299],[-122.34219079677,47.6208022555591],[-122.342174419357,47.6208249935148]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33572077,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33572077"}],"details":[],"style":{"widthMeters":3.048}},{"id":"sidewalks-33573069-0","label":"Sidewalk","path":[[-122.342223337695,47.6207979432208],[-122.342177380398,47.6207903723604],[-122.341138002514,47.6207868135537]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33573069,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33573069"}],"details":[],"style":{"widthMeters":1.905}},{"id":"sidewalks-33573070-0","label":"Sidewalk","path":[[-122.343540124808,47.6208060068142],[-122.342588696971,47.6208004332323],[-122.342540473183,47.6207919758716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33573070,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33573070"}],"details":[],"style":{"widthMeters":1.905}},{"id":"sidewalks-33580447-0","label":"Sidewalk","path":[[-122.342578551338,47.6209322085823],[-122.342577536346,47.620987301554],[-122.342568797494,47.6219934735954]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33580447,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33580447"}],"details":[],"style":{"widthMeters":2.2098}},{"id":"sidewalks-33580448-0","label":"Sidewalk","path":[[-122.342179999588,47.6209500003744],[-122.342184218654,47.6209740314908],[-122.34217170355,47.6219944142207]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33580448,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33580448"}],"details":[],"style":{"widthMeters":1.8288}},{"id":"sidewalks-33585530-0","label":"Sidewalk","path":[[-122.342219999821,47.6209800001186],[-122.342170505182,47.6209767717874],[-122.341120389932,47.620973176098]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33585530,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33585530"}],"details":[],"style":{"widthMeters":1.8288}},{"id":"sidewalks-33585531-0","label":"Sidewalk","path":[[-122.343533822844,47.6209842546117],[-122.34261594624,47.6209785733572],[-122.342536543551,47.6209783641654]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33585531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33585531"}],"details":[],"style":{"widthMeters":1.8288}}],"backgroundPaths":[{"id":"background-15973-0","label":"Source drafting line","path":[[-122.341726853979,47.6208010924903],[-122.341618183511,47.6208008234551]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15973,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15973"}],"details":[]},{"id":"background-15974-0","label":"Source drafting line","path":[[-122.341727255513,47.620814941157],[-122.341618071294,47.6208145304949]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15974,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15974"}],"details":[]},{"id":"background-15975-0","label":"Source drafting line","path":[[-122.341731786816,47.6209712224618],[-122.341616784275,47.6209707899506]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15975,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15975"}],"details":[]},{"id":"background-15976-0","label":"Source drafting line","path":[[-122.341731389347,47.6209575140804],[-122.341616896493,47.6209570829109]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15976,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15976"}],"details":[]}],"laneBands":[{"id":"lane-10073-1","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-1.5}},{"id":"lane-10073-2","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-0.5}},{"id":"lane-10073-3","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":0.5}},{"id":"lane-10073-4","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":1.5}},{"id":"lane-10072-1","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-1.5}},{"id":"lane-10072-2","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-0.5}},{"id":"lane-10072-3","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":0.5}},{"id":"lane-10072-4","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":1.5}}],"bikePanels":[{"id":"panelMarkings-833-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":833,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/833"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342515646048,47.6204015658624],[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663],[-122.342515194165,47.6204563949775],[-122.342515646048,47.6204015658624]]},{"id":"panelMarkings-835-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":835,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/835"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663],[-122.342535409227,47.6204564705625],[-122.342535865106,47.6204016422936],[-122.342531864936,47.6204016269687]]},{"id":"panelMarkings-836-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":836,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/836"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342515194165,47.6204563949775],[-122.342511195321,47.6204563796343],[-122.342511647209,47.6204015505191],[-122.342515646048,47.6204015658624],[-122.342515194165,47.6204563949775]]},{"id":"panelMarkings-1262-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1262,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1262"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513281185,47.6208509136487],[-122.34251331374,47.6208454309947],[-122.342501149843,47.6208453979778],[-122.342501117286,47.6208508806318],[-122.342513281185,47.6208509136487]]},{"id":"panelMarkings-1265-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1265"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342499150981,47.6208371768606],[-122.342501178936,47.6208371814555],[-122.342501211597,47.6208317023986],[-122.342499183512,47.6208316933073],[-122.342499150981,47.6208371768606]]},{"id":"panelMarkings-1282-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1282"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342250089733,47.6208496624511],[-122.342250122316,47.6208441797973],[-122.342237957089,47.6208441467698],[-122.342237924504,47.6208496294237],[-122.342250089733,47.6208496624511]]},{"id":"panelMarkings-1283-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1283,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1283"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235773082,47.6208770222771],[-122.342237801065,47.6208770277759],[-122.342237833754,47.620871548719],[-122.342235805667,47.6208715396232],[-122.342235773082,47.6208770222771]]},{"id":"panelMarkings-1285-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1285"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235586592,47.620918119823],[-122.342237614576,47.6209181253219],[-122.342237647265,47.620912646265],[-122.342235619177,47.6209126371691],[-122.342235586592,47.620918119823]]},{"id":"panelMarkings-1291-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1291,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1291"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262253631,47.6208496954949],[-122.342264281613,47.6208497009933],[-122.342264314273,47.6208442210372],[-122.342262286188,47.6208442119418],[-122.342262253631,47.6208496954949]]},{"id":"panelMarkings-1293-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1293"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262191918,47.620863394671],[-122.3422642199,47.6208634001694],[-122.342264251231,47.620857920231],[-122.342262224475,47.6208579111179],[-122.342262191918,47.620863394671]]},{"id":"panelMarkings-1483-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1483,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1483"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342250151449,47.620835963275],[-122.342250184032,47.6208304806211],[-122.342238020138,47.620830447576],[-122.342237987553,47.6208359302299],[-122.342250151449,47.620835963275]]},{"id":"panelMarkings-1485-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1485,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1485"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262316675,47.6208359963012],[-122.342262347901,47.6208305127656],[-122.342250184032,47.6208304806211],[-122.342250151449,47.620835963275],[-122.342262316675,47.6208359963012]]},{"id":"panelMarkings-1486-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1486"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262316675,47.6208359963012],[-122.342264343325,47.6208360018171],[-122.342264375986,47.620830521861],[-122.342262347901,47.6208305127656],[-122.342262316675,47.6208359963012]]},{"id":"panelMarkings-1487-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1487"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235959572,47.6208359247311],[-122.342237987553,47.6208359302299],[-122.342238018912,47.6208304511907],[-122.342235992157,47.6208304420772],[-122.342235959572,47.6208359247311]]},{"id":"panelMarkings-1488-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1488,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1488"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262253631,47.6208496954949],[-122.342262286188,47.6208442119418],[-122.342250122316,47.6208441797973],[-122.342250089733,47.6208496624511],[-122.342262253631,47.6208496954949]]},{"id":"panelMarkings-1489-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1489,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1489"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235897852,47.6208496239072],[-122.342237924504,47.6208496294237],[-122.342237957193,47.6208441503668],[-122.342235930437,47.6208441412533],[-122.342235897852,47.6208496239072]]},{"id":"panelMarkings-1490-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1490,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1490"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342250028016,47.6208633616272],[-122.34225005927,47.620857878991],[-122.342237895369,47.6208578459459],[-122.342237862784,47.6208633285998],[-122.342250028016,47.6208633616272]]},{"id":"panelMarkings-1491-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1491,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1491"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262191918,47.620863394671],[-122.342262224475,47.6208579111179],[-122.34225005927,47.620857878991],[-122.342250028016,47.6208633616272],[-122.342262191918,47.620863394671]]},{"id":"panelMarkings-1492-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1492,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1492"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235836132,47.6208633230833],[-122.342237862784,47.6208633285998],[-122.342237895474,47.620857849543],[-122.342235867387,47.6208578404471],[-122.342235836132,47.6208633230833]]},{"id":"panelMarkings-1493-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1493,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1493"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34224996497,47.620877060821],[-122.342249997554,47.6208715781671],[-122.34223783365,47.620871545122],[-122.342237801065,47.6208770277759],[-122.34224996497,47.620877060821]]},{"id":"panelMarkings-1494-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1494,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1494"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262130205,47.6208770938472],[-122.342262162761,47.620871610294],[-122.342249997554,47.6208715781671],[-122.34224996497,47.620877060821],[-122.342262130205,47.6208770938472]]},{"id":"panelMarkings-1495-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1495"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262130205,47.6208770938472],[-122.342264156858,47.6208770993632],[-122.342264189518,47.6208716194071],[-122.342262162761,47.620871610294],[-122.342262130205,47.6208770938472]]},{"id":"panelMarkings-1497-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1497,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1497"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262068492,47.6208907930233],[-122.342262099718,47.6208853094878],[-122.342249935837,47.6208852773432],[-122.342249903254,47.6208907599971],[-122.342262068492,47.6208907930233]]},{"id":"panelMarkings-1498-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1498,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1498"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249903254,47.6208907599971],[-122.342249935837,47.6208852773432],[-122.3422377706,47.6208852443157],[-122.342237739345,47.620890726952],[-122.342249903254,47.6208907599971]]},{"id":"panelMarkings-1499-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1499,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1499"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262068492,47.6208907930233],[-122.342264095145,47.6208907985393],[-122.342264127805,47.6208853185832],[-122.342262099718,47.6208853094878],[-122.342262068492,47.6208907930233]]},{"id":"panelMarkings-1500-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1500,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1500"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235711362,47.6208907214532],[-122.342237739345,47.620890726952],[-122.342237770704,47.6208852479128],[-122.342235743947,47.6208852387993],[-122.342235711362,47.6208907214532]]},{"id":"panelMarkings-1501-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1501,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1501"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249841537,47.6209044591733],[-122.342249874121,47.6208989765194],[-122.342237708881,47.6208989434919],[-122.342237676296,47.6209044261458],[-122.342249841537,47.6209044591733]]},{"id":"panelMarkings-1502-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1502,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1502"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262005449,47.620904492217],[-122.342262038005,47.6208990086639],[-122.342249874121,47.6208989765194],[-122.342249841537,47.6209044591733],[-122.342262005449,47.620904492217]]},{"id":"panelMarkings-1503-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1503,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1503"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235649642,47.6209044206293],[-122.342237676296,47.6209044261458],[-122.342237708985,47.6208989470889],[-122.342235682227,47.6208989379754],[-122.342235649642,47.6209044206293]]},{"id":"panelMarkings-1504-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1504,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1504"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262005449,47.620904492217],[-122.342264033432,47.6209044977155],[-122.342264066119,47.6208990186586],[-122.342262038005,47.6208990086639],[-122.342262005449,47.620904492217]]},{"id":"panelMarkings-1505-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1505,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1505"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249779821,47.6209181583494],[-122.342249811074,47.6209126757131],[-122.342237647161,47.6209126426679],[-122.342237614576,47.6209181253219],[-122.342249779821,47.6209181583494]]},{"id":"panelMarkings-1507-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1507,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1507"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261943736,47.6209181913932],[-122.342261976292,47.62091270784],[-122.342249811074,47.6209126757131],[-122.342249779821,47.6209181583494],[-122.342261943736,47.6209181913932]]},{"id":"panelMarkings-1509-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1509,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1509"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261943736,47.6209181913932],[-122.34226397172,47.6209181968915],[-122.342264003076,47.6209127178523],[-122.342261976292,47.62091270784],[-122.342261943736,47.6209181913932]]},{"id":"panelMarkings-1510-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1510,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1510"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249716774,47.6209318575431],[-122.342249749358,47.6209263748892],[-122.342237585441,47.6209263418441],[-122.342237552856,47.620931824498],[-122.342249716774,47.6209318575431]]},{"id":"panelMarkings-1511-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1511,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1511"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261882022,47.6209318905693],[-122.342261914579,47.6209264070161],[-122.342249749358,47.6209263748892],[-122.342249716774,47.6209318575431],[-122.342261882022,47.6209318905693]]},{"id":"panelMarkings-1512-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1512,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1512"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261882022,47.6209318905693],[-122.342263908677,47.6209318960853],[-122.342263941363,47.6209264170284],[-122.342261914579,47.6209264070161],[-122.342261882022,47.6209318905693]]},{"id":"panelMarkings-1513-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1513,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1513"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235524872,47.6209318189991],[-122.342237552856,47.620931824498],[-122.342237584216,47.6209263454587],[-122.342235557457,47.6209263363452],[-122.342235524872,47.6209318189991]]},{"id":"panelMarkings-1514-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1514"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249636437,47.6209455569661],[-122.342249668994,47.6209400734129],[-122.34223750377,47.6209400412847],[-122.342237472516,47.6209455239209],[-122.342249636437,47.6209455569661]]},{"id":"panelMarkings-1515-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1515,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1515"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261801662,47.620945589093],[-122.342263828317,47.6209455946091],[-122.342263861003,47.6209401155522],[-122.342261832914,47.6209401064568],[-122.342261801662,47.620945589093]]},{"id":"panelMarkings-1516-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1516,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1516"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261801662,47.620945589093],[-122.342261832914,47.6209401064568],[-122.342249668994,47.6209400734129],[-122.342249636437,47.6209455569661],[-122.342261801662,47.620945589093]]},{"id":"panelMarkings-1517-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1517,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1517"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34223544453,47.6209455184221],[-122.342237472516,47.6209455239209],[-122.342237503875,47.6209400448817],[-122.342235477115,47.6209400357682],[-122.34223544453,47.6209455184221]]},{"id":"panelMarkings-1518-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1518"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525508058,47.6208372474705],[-122.342525540612,47.6208317648165],[-122.342513375387,47.6208317318185],[-122.342513344162,47.6208372144548],[-122.342525508058,47.6208372474705]]},{"id":"panelMarkings-1519-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1519"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513344162,47.6208372144548],[-122.342513375387,47.6208317318185],[-122.342501211493,47.6208316988015],[-122.342501178936,47.6208371814555],[-122.342513344162,47.6208372144548]]},{"id":"panelMarkings-1521-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1521,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1521"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525508058,47.6208372474705],[-122.342527536039,47.6208372529642],[-122.342527567367,47.6208317739249],[-122.342525540612,47.6208317648165],[-122.342525508058,47.6208372474705]]},{"id":"panelMarkings-1523-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1523,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1523"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525446414,47.6208509466468],[-122.342525478969,47.6208454639928],[-122.34251331374,47.6208454309947],[-122.342513281185,47.6208509136487],[-122.342525446414,47.6208509466468]]},{"id":"panelMarkings-1525-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1525"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513219538,47.620864612825],[-122.342513252094,47.620859130171],[-122.342501086862,47.6208590971717],[-122.342501055635,47.620864579808],[-122.342513219538,47.620864612825]]},{"id":"panelMarkings-1526-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1526,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1526"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525446414,47.6208509466468],[-122.342527473066,47.6208509521581],[-122.342527505724,47.6208454731011],[-122.342525478969,47.6208454639928],[-122.342525446414,47.6208509466468]]},{"id":"panelMarkings-1527-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1527,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1527"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34249908933,47.6208508760369],[-122.342501117286,47.6208508806318],[-122.342501148617,47.6208454015925],[-122.342499121861,47.6208453924836],[-122.34249908933,47.6208508760369]]},{"id":"panelMarkings-1528-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1528,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1528"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34252538344,47.6208646458407],[-122.342525415995,47.6208591631867],[-122.342513252094,47.620859130171],[-122.342513219538,47.620864612825],[-122.34252538344,47.6208646458407]]},{"id":"panelMarkings-1529-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1529,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1529"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34252538344,47.6208646458407],[-122.342527411422,47.6208646513344],[-122.342527444081,47.6208591722774],[-122.342525415995,47.6208591631867],[-122.34252538344,47.6208646458407]]},{"id":"panelMarkings-1530-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1530,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1530"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342499027679,47.6208645752131],[-122.342501055635,47.620864579808],[-122.342501086967,47.6208591007687],[-122.342499060211,47.6208590916599],[-122.342499027679,47.6208645752131]]},{"id":"panelMarkings-1532-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1532"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513107322,47.6208783117722],[-122.342513138547,47.6208728291359],[-122.342500974643,47.6208727961189],[-122.342500942112,47.6208782796721],[-122.342513107322,47.6208783117722]]},{"id":"panelMarkings-1533-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1533,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1533"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525271227,47.6208783447879],[-122.342525303782,47.6208728621339],[-122.342513138547,47.6208728291359],[-122.342513107322,47.6208783117722],[-122.342525271227,47.6208783447879]]},{"id":"panelMarkings-1535-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1535,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1535"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525271227,47.6208783447879],[-122.34252729921,47.6208783502816],[-122.342527330538,47.6208728712423],[-122.342525303782,47.6208728621339],[-122.342525271227,47.6208783447879]]},{"id":"panelMarkings-1536-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1536,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1536"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498915459,47.6208782741603],[-122.342500942112,47.6208782796721],[-122.342500974773,47.6208728006152],[-122.34249894666,47.6208727906248],[-122.342498915459,47.6208782741603]]},{"id":"panelMarkings-1537-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1537,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1537"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525260152,47.6208920441932],[-122.342525292707,47.6208865615392],[-122.342513127469,47.6208865285412],[-122.342513094914,47.6208920111952],[-122.342525260152,47.6208920441932]]},{"id":"panelMarkings-1538-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1538,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1538"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513094914,47.6208920111952],[-122.342513127469,47.6208865285412],[-122.342500963562,47.6208864955242],[-122.342500931031,47.6208919790774],[-122.342513094914,47.6208920111952]]},{"id":"panelMarkings-1539-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1539,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1539"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513033266,47.6209057103714],[-122.342513065822,47.6209002277174],[-122.342500900582,47.6209001947181],[-122.342500869381,47.6209056782537],[-122.342513033266,47.6209057103714]]},{"id":"panelMarkings-1540-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1540,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1540"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525260152,47.6208920441932],[-122.342527286806,47.6208920497045],[-122.342527319464,47.6208865706476],[-122.342525292707,47.6208865615392],[-122.342525260152,47.6208920441932]]},{"id":"panelMarkings-1541-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1541"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498903048,47.6208919735833],[-122.342500931031,47.6208919790774],[-122.342500963666,47.6208864991212],[-122.342498935579,47.6208864900301],[-122.342498903048,47.6208919735833]]},{"id":"panelMarkings-1542-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1542"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525198509,47.6209057433695],[-122.342525229733,47.6209002607331],[-122.342513065822,47.6209002277174],[-122.342513033266,47.6209057103714],[-122.342525198509,47.6209057433695]]},{"id":"panelMarkings-1543-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1543,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1543"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525198509,47.6209057433695],[-122.342527225162,47.6209057488808],[-122.342527257821,47.6209002698239],[-122.342525229733,47.6209002607331],[-122.342525198509,47.6209057433695]]},{"id":"panelMarkings-1544-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1544"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498841397,47.6209056727595],[-122.342500869381,47.6209056782537],[-122.342500900686,47.6209001983151],[-122.342498873928,47.6209001892063],[-122.342498841397,47.6209056727595]]},{"id":"panelMarkings-1545-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1545"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342512971619,47.6209194095476],[-122.342513004175,47.6209139268937],[-122.342500838931,47.6209138938943],[-122.3425008064,47.6209193774476],[-122.342512971619,47.6209194095476]]},{"id":"panelMarkings-1546-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1546,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1546"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525135535,47.6209194425634],[-122.342525168089,47.6209139599094],[-122.342513004175,47.6209139268937],[-122.342512971619,47.6209194095476],[-122.342525135535,47.6209194425634]]},{"id":"panelMarkings-1547-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1547,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1547"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525135535,47.6209194425634],[-122.342527163519,47.6209194480571],[-122.342527196178,47.6209139690001],[-122.342525168089,47.6209139599094],[-122.342525135535,47.6209194425634]]},{"id":"panelMarkings-1548-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1548,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1548"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498779746,47.6209193719358],[-122.3425008064,47.6209193774476],[-122.342500839036,47.6209138974914],[-122.342498812277,47.6209138883826],[-122.342498779746,47.6209193719358]]},{"id":"panelMarkings-1549-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1549,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1549"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342512909972,47.6209331087239],[-122.342512941198,47.6209276260876],[-122.342500777281,47.6209275930706],[-122.34250074475,47.6209330766238],[-122.342512909972,47.6209331087239]]},{"id":"panelMarkings-1550-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1550,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1550"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525073891,47.6209331417396],[-122.342527101875,47.6209331472333],[-122.342527133204,47.620927668194],[-122.342525106445,47.6209276590857],[-122.342525073891,47.6209331417396]]},{"id":"panelMarkings-1551-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1551,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1551"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525073891,47.6209331417396],[-122.342525106445,47.6209276590857],[-122.342512941198,47.6209276260876],[-122.342512909972,47.6209331087239],[-122.342525073891,47.6209331417396]]},{"id":"panelMarkings-1552-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1552,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1552"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498718095,47.620933071112],[-122.34250074475,47.6209330766238],[-122.342500777385,47.6209275966676],[-122.342498749296,47.6209275875765],[-122.342498718095,47.620933071112]]},{"id":"panelMarkings-1553-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1553,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1553"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342512846995,47.6209468079178],[-122.342512879551,47.6209413252638],[-122.34250071563,47.6209412922468],[-122.342500683099,47.6209467758],[-122.342512846995,47.6209468079178]]},{"id":"panelMarkings-1554-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1554,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1554"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498655114,47.6209467703059],[-122.342500683099,47.6209467758],[-122.342500715735,47.6209412958439],[-122.342498687645,47.6209412867527],[-122.342498655114,47.6209467703059]]},{"id":"panelMarkings-1555-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1555,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1555"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525012247,47.6209468409159],[-122.342525044801,47.6209413582619],[-122.342512879551,47.6209413252638],[-122.342512846995,47.6209468079178],[-122.342525012247,47.6209468409159]]},{"id":"panelMarkings-1556-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1556,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1556"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525012247,47.6209468409159],[-122.342527038902,47.6209468464272],[-122.342527071561,47.6209413673703],[-122.342525044801,47.6209413582619],[-122.342525012247,47.6209468409159]]},{"id":"panelMarkings-24035-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":24035,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/24035"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342991653015,47.6208351412807],[-122.342991562733,47.6208461069241],[-122.343072659173,47.6208464111765],[-122.343072749438,47.620835445533],[-122.342991653015,47.6208351412807]]}],"crosswalks":[{"id":"crosswalk-guide-4832861","label":"Crosswalk","path":[[-122.3422307895019,47.62096178019977],[-122.34253138696009,47.62096298385543]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"53635945962e42b9a1f4473557176861","layerId":0,"layerName":"Marked Crosswalks","objectId":4832861,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Marked_Crosswalks_CDL/FeatureServer/0/4832861"},{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"}],"details":[{"label":"Type","value":"LADER"}],"style":{"widthMeters":3,"widthPixels":18,"dashMeters":[0.6,0.6],"dashPixels":[7,7],"dashMode":"path","dashJustified":true,"dashGapPickable":true}},{"id":"crosswalk-guide-4837515","label":"Crosswalk","path":[[-122.34223208753518,47.6208111616402],[-122.34253268430682,47.620812344457796]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"53635945962e42b9a1f4473557176861","layerId":0,"layerName":"Marked Crosswalks","objectId":4837515,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Marked_Crosswalks_CDL/FeatureServer/0/4837515"},{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"}],"details":[{"label":"Type","value":"LADER"}],"style":{"widthMeters":3,"widthPixels":18,"dashMeters":[0.6,0.6],"dashPixels":[7,7],"dashMode":"path","dashJustified":true,"dashGapPickable":true}}],"transversePolygons":[{"id":"transverseMarkings-19235-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":19235,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/19235"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342467457168,47.6210932923254],[-122.342466092072,47.6210846723732],[-122.342474015145,47.6210858429595],[-122.342467457168,47.6210932923254]]},{"id":"transverseMarkings-33219-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":33219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/33219"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.34227347491,47.620680798818],[-122.342274839964,47.6206894187725],[-122.342266916982,47.6206882490716],[-122.34227347491,47.620680798818]]},{"id":"transverseMarkings-35248-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":35248,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/35248"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342289338951,47.6206915601253],[-122.342295896903,47.6206841107696],[-122.34229726196,47.6206927307239],[-122.342289338951,47.6206915601253]]},{"id":"transverseMarkings-46363-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":46363,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/46363"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342278128644,47.6206899050399],[-122.342284686571,47.6206824547856],[-122.342286051627,47.62069107474],[-122.342278128644,47.6206899050399]]},{"id":"transverseMarkings-50229-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":50229,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/50229"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.34248522557,47.6210874989249],[-122.342478667594,47.6210949482915],[-122.342477302496,47.6210863283394],[-122.34248522557,47.6210874989249]]},{"id":"transverseMarkings-63702-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":63702,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/63702"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342308473625,47.6206943866891],[-122.342300550615,47.6206932160913],[-122.342307107236,47.6206857667527],[-122.342308473625,47.6206943866891]]},{"id":"transverseMarkings-74339-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":74339,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/74339"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342496437299,47.6210891539723],[-122.342489879351,47.6210966042388],[-122.342488514251,47.6210879842869],[-122.342496437299,47.6210891539723]]},{"id":"transverseMarkings-97807-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":97807,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/97807"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342462803391,47.6210841870106],[-122.342456246769,47.6210916372575],[-122.342454880319,47.6210830164235],[-122.342462803391,47.6210841870106]]}],"transversePaths":[{"id":"transverseMarkings-3081-0","label":"Transverse marking","path":[[-122.342618051386,47.6208506173211],[-122.34261791311,47.6208739199496]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":3081,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/3081"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-5859-0","label":"Transverse marking","path":[[-122.342615381286,47.6208451273267],[-122.34261544635,47.6208341611194]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":5859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/5859"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-20610-0","label":"Transverse marking","path":[[-122.342615348741,47.6208506099807],[-122.342615210464,47.6208739126092]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":20610,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/20610"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-25910-0","label":"Transverse marking","path":[[-122.342612678641,47.6208451199863],[-122.342612743706,47.620834153779]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":25910,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/25910"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-58153-0","label":"Transverse marking","path":[[-122.342612646096,47.6208506026403],[-122.342612506487,47.6208739052864]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":58153,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/58153"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-64763-0","label":"Transverse marking","path":[[-122.342618083931,47.6208451346671],[-122.342618150325,47.6208341684422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":64763,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/64763"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}}],"longitudinalMarkings":[{"id":"longitudinalMarkings-260-0","label":"Longitudinal marking","path":[[-122.342487821674,47.6206584981526],[-122.342501276135,47.6206672438708]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":260,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/260"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-383-0","label":"Longitudinal marking","path":[[-122.342512429822,47.620308998177],[-122.342491004345,47.6202943487671]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":383,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/383"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-593-0","label":"Longitudinal marking","path":[[-122.342413239544,47.6198102149631],[-122.342405086213,47.6207650708727],[-122.342382393085,47.6207396609236],[-122.342360484149,47.6207648175346],[-122.342368637933,47.6198100407987]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":593,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/593"}],"details":[{"label":"Type","value":"10'/20' pattern"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[3.048,6.096],"dashPixels":[6,12],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-672-0","label":"Longitudinal marking","path":[[-122.342280379649,47.620426711447],[-122.342268227297,47.620418402743]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/672"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-1381-0","label":"Longitudinal marking","path":[[-122.343078529253,47.6209231474029],[-122.343066311374,47.6209313420951]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":1381,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/1381"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2057-0","label":"Longitudinal marking","path":[[-122.342981212601,47.6209228837844],[-122.342968995985,47.62093107665]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2057"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2210-0","label":"Longitudinal marking","path":[[-122.342302341612,47.6207150069827],[-122.342310171745,47.6207203610977]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2210,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2210"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2238-0","label":"Longitudinal marking","path":[[-122.342488461895,47.620563833617],[-122.342502085878,47.6205726904376]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2238,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2238"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2508-0","label":"Longitudinal marking","path":[[-122.342259774585,47.6213279375221],[-122.342271860798,47.6213357937032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2508,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2508"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-3010-0","label":"Longitudinal marking","path":[[-122.342364583251,47.6198100252917],[-122.342356387923,47.6207695192313],[-122.342356144115,47.6207981327542],[-122.342408856117,47.6207983388339],[-122.342409102008,47.6207695687509],[-122.342417294252,47.6198102313676]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":3010,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/3010"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-3920-0","label":"Longitudinal marking","path":[[-122.342727887114,47.6208509158291],[-122.342736028913,47.6208454551704]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":3920,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/3920"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-4065-0","label":"Longitudinal marking","path":[[-122.342488333856,47.6205827667039],[-122.34250192394,47.620591601484]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":4065,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/4065"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-4083-0","label":"Longitudinal marking","path":[[-122.342261671599,47.6211390096153],[-122.342273757796,47.6211468666954]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":4083,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/4083"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-5265-0","label":"Longitudinal marking","path":[[-122.342260723081,47.6212334731192],[-122.342272809299,47.6212413301994]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":5265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/5265"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-5429-0","label":"Longitudinal marking","path":[[-122.342259963736,47.6213090441091],[-122.342272049972,47.6213169011894]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":5429,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/5429"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-5600-0","label":"Longitudinal marking","path":[[-122.342470650665,47.6210299957149],[-122.342453505161,47.6210182726476]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":5600,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/5600"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-6411-0","label":"Longitudinal marking","path":[[-122.342511692206,47.6203962215334],[-122.342490258556,47.6203815668336]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":6411,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/6411"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-6453-0","label":"Longitudinal marking","path":[[-122.342280689312,47.6203879350593],[-122.342268547817,47.6203796334084]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":6453,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/6453"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-6794-0","label":"Longitudinal marking","path":[[-122.34225863555,47.621441293557],[-122.342270721816,47.6214491506374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":6794,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/6794"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7262-0","label":"Longitudinal marking","path":[[-122.342461448063,47.6210626935125],[-122.342453182114,47.6210570420174]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7262,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7262"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7372-0","label":"Longitudinal marking","path":[[-122.342259584076,47.6213468300536],[-122.342271670321,47.6213546871339]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7372,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7372"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7427-0","label":"Longitudinal marking","path":[[-122.342273124168,47.6206751746099],[-122.342266146574,47.6206704038313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7427,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7427"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7725-0","label":"Longitudinal marking","path":[[-122.343091453496,47.6208519031712],[-122.343099595257,47.6208464424865]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7725,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7725"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-8241-0","label":"Longitudinal marking","path":[[-122.342490082858,47.6204022511934],[-122.342511640695,47.6204023350652]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":8241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/8241"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-10262-0","label":"Longitudinal marking","path":[[-122.342260912258,47.6212145806053],[-122.342272998472,47.6212224376856]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":10262,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/10262"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-10316-0","label":"Longitudinal marking","path":[[-122.342495365071,47.6212754773827],[-122.342482487556,47.6212666727338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":10316,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/10316"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-10839-0","label":"Longitudinal marking","path":[[-122.342979318874,47.6208461155014],[-122.342979286394,47.6208515990548],[-122.342612646096,47.6208506026403],[-122.342612678641,47.6208451199863],[-122.342979318874,47.6208461155014]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":10839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/10839"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-11828-0","label":"Longitudinal marking","path":[[-122.342259394898,47.6213657225673],[-122.342271481147,47.6213735796478]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":11828,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/11828"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-12454-0","label":"Longitudinal marking","path":[[-122.342873860584,47.6208513124673],[-122.342882002367,47.6208458517981]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":12454,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/12454"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-12547-0","label":"Longitudinal marking","path":[[-122.342487437529,47.6207152965142],[-122.342500790292,47.6207239761104]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":12547,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/12547"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-12607-0","label":"Longitudinal marking","path":[[-122.342496721184,47.6211399457765],[-122.342476857916,47.6211263659716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":12607,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/12607"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-13205-0","label":"Longitudinal marking","path":[[-122.342284415854,47.6214770683889],[-122.342303475639,47.6214894597016]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":13205,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/13205"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-13669-0","label":"Longitudinal marking","path":[[-122.342311491835,47.6205649468002],[-122.342291487639,47.6205512698777]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":13669,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/13669"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-14568-0","label":"Longitudinal marking","path":[[-122.342487309463,47.6207342287019],[-122.342500628353,47.6207428871567]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":14568,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/14568"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-14962-0","label":"Longitudinal marking","path":[[-122.342281462097,47.6202909927588],[-122.3422693478,47.620282710539]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":14962,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/14962"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-15146-0","label":"Longitudinal marking","path":[[-122.34249594608,47.6212173926682],[-122.342452011154,47.6211873552291]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":15146,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/15146"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-15161-0","label":"Longitudinal marking","path":[[-122.342279450685,47.620543041509],[-122.342267267088,47.6205347116281]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":15161,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/15161"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-16028-0","label":"Longitudinal marking","path":[[-122.342279760349,47.6205042651214],[-122.342267587584,47.6204959413944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":16028,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/16028"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-17077-0","label":"Longitudinal marking","path":[[-122.34225920439,47.6213846150988],[-122.342271290643,47.6213924721792]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":17077,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/17077"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-17179-0","label":"Longitudinal marking","path":[[-122.342311602878,47.6205513432279],[-122.342279386036,47.6205512261163],[-122.342282994268,47.6201011421848]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":17179,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/17179"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-17568-0","label":"Longitudinal marking","path":[[-122.342288731539,47.6206468557736],[-122.342266467097,47.6206316344969]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":17568,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/17568"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-18132-0","label":"Longitudinal marking","path":[[-122.342258066709,47.6214979720151],[-122.342303165123,47.6215272888106]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":18132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/18132"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-18322-0","label":"Longitudinal marking","path":[[-122.342458320881,47.6204681756558],[-122.34250805522,47.6205005066536]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":18322,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/18322"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-18563-0","label":"Longitudinal marking","path":[[-122.3428352376,47.6209224873015],[-122.342823841953,47.6209301303961]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":18563,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/18563"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20335-0","label":"Longitudinal marking","path":[[-122.342497109399,47.6211012223219],[-122.342492432763,47.6210980259486]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20335,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20335"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20615-0","label":"Longitudinal marking","path":[[-122.342496334297,47.6211786692136],[-122.342461283053,47.6211547059924]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20615,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20615"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20619-0","label":"Longitudinal marking","path":[[-122.342471040229,47.6209912722425],[-122.342453826852,47.6209795023962]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20619,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20619"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20690-0","label":"Longitudinal marking","path":[[-122.342296937336,47.6207308074135],[-122.342310010182,47.6207397462321]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20690,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20690"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20956-0","label":"Longitudinal marking","path":[[-122.342404825596,47.6207955809963],[-122.342360221811,47.6207954068463],[-122.34236043752,47.6207702742863],[-122.34238243659,47.6207450139246],[-122.34240504037,47.6207703252018],[-122.342404825596,47.6207955809963]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20956,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20956"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-21399-0","label":"Longitudinal marking","path":[[-122.342488077752,47.6206206319787],[-122.342501600037,47.6206294226774]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":21399,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/21399"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-21442-0","label":"Longitudinal marking","path":[[-122.342717761575,47.6209029773984],[-122.342708723115,47.6209090400915]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":21442,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/21442"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-21943-0","label":"Longitudinal marking","path":[[-122.342487949713,47.6206395650657],[-122.342501438099,47.6206483337237]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":21943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/21943"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-22054-0","label":"Longitudinal marking","path":[[-122.342262051282,47.6211012245698],[-122.34227413747,47.62110908165]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":22054,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/22054"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-22240-0","label":"Longitudinal marking","path":[[-122.342451755914,47.6212261686801],[-122.342451692095,47.6212261245458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":22240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/22240"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-22606-0","label":"Longitudinal marking","path":[[-122.342493235144,47.6214884549626],[-122.34248070922,47.6214798921437]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":22606,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/22606"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23039-0","label":"Longitudinal marking","path":[[-122.342493816158,47.6214303702484],[-122.342481193855,47.621421741237]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23039,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23039"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23098-0","label":"Longitudinal marking","path":[[-122.342281771758,47.620252216371],[-122.342269668319,47.6202439412043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23098"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23257-0","label":"Longitudinal marking","path":[[-122.342307569455,47.6209786870621],[-122.342307953224,47.6209789356638]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23257"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23719-0","label":"Longitudinal marking","path":[[-122.342488205817,47.6206016997909],[-122.342501761976,47.6206105116311]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23719,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23719"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23789-0","label":"Longitudinal marking","path":[[-122.342262430939,47.6210634386251],[-122.342274517118,47.6210712957052]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23789,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23789"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-24824-0","label":"Longitudinal marking","path":[[-122.342457995591,47.6205059959676],[-122.342462700102,47.6205090543316]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":24824,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/24824"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25083-0","label":"Longitudinal marking","path":[[-122.342466606648,47.6210467263054],[-122.342453343651,47.6210376577822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25083,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25083"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25215-0","label":"Longitudinal marking","path":[[-122.342261291942,47.6211767955599],[-122.342273378147,47.6211846526402]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25215,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25215"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25250-0","label":"Longitudinal marking","path":[[-122.342620444937,47.6209027125723],[-122.342612303144,47.620908174122]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25250,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25250"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25268-0","label":"Longitudinal marking","path":[[-122.342311172675,47.6206037161171],[-122.342266946565,47.6205734809626]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25268,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25268"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25476-0","label":"Longitudinal marking","path":[[-122.342296534566,47.6206326968131],[-122.342266626042,47.620612250297]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25476,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25476"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28058-0","label":"Longitudinal marking","path":[[-122.342487565569,47.6206963634273],[-122.342500952257,47.6207050659634]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28058,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28058"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28222-0","label":"Longitudinal marking","path":[[-122.342493041046,47.6215078171394],[-122.342480547666,47.6214992754796]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28222"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28283-0","label":"Longitudinal marking","path":[[-122.342493429268,47.6214690936851],[-122.342480870748,47.6214605079087]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28283,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28283"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28722-0","label":"Longitudinal marking","path":[[-122.342776544068,47.6208510486739],[-122.342784687165,47.6208455870948]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28722,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28722"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-29044-0","label":"Longitudinal marking","path":[[-122.342260532599,47.6212523665499],[-122.342272618822,47.6212602236302]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":29044,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/29044"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-30488-0","label":"Longitudinal marking","path":[[-122.342496140176,47.6211980304912],[-122.342453496292,47.6211688764428]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":30488,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/30488"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-31072-0","label":"Longitudinal marking","path":[[-122.34342779475,47.6208870894246],[-122.343346896299,47.6208868700596],[-122.343192861056,47.620878097656],[-122.342612490214,47.6208766466133]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":31072,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/31072"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-31248-0","label":"Longitudinal marking","path":[[-122.342825202326,47.620851180581],[-122.342833345444,47.6208457198977]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":31248,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/31248"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-32285-0","label":"Longitudinal marking","path":[[-122.342493622035,47.6214497315259],[-122.342481032301,47.6214411245728]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":32285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/32285"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-32884-0","label":"Longitudinal marking","path":[[-122.342491541783,47.6202312762923],[-122.342490082858,47.6204022511934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":32884,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/32884"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-32885-0","label":"Longitudinal marking","path":[[-122.342491541783,47.6202312762923],[-122.342460356331,47.6202311590519],[-122.342458887836,47.6204021286805],[-122.342490082858,47.6204022511934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":32885,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/32885"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-33152-0","label":"Longitudinal marking","path":[[-122.342456288146,47.6210786607369],[-122.342453021934,47.6210764271343]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":33152,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/33152"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-34807-0","label":"Longitudinal marking","path":[[-122.342495753289,47.6212367539282],[-122.342482810635,47.6212279051627]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":34807,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/34807"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-35143-0","label":"Longitudinal marking","path":[[-122.342455797261,47.6207707910819],[-122.342498860933,47.6207987862591]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":35143,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/35143"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-35675-0","label":"Longitudinal marking","path":[[-122.342262810621,47.6210256535796],[-122.342274896791,47.6210335106596]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":35675,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/35675"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-36148-0","label":"Longitudinal marking","path":[[-122.342511640695,47.6204023350652],[-122.342513086223,47.6202313594409],[-122.342491541783,47.6202312762923]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":36148,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/36148"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-36349-0","label":"Longitudinal marking","path":[[-122.342971177127,47.6208515770768],[-122.342979318874,47.6208461155014]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":36349,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/36349"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-36761-0","label":"Longitudinal marking","path":[[-122.342261860776,47.6211201171014],[-122.342273946968,47.6211279741815]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":36761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/36761"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37244-0","label":"Longitudinal marking","path":[[-122.342451690713,47.621226168645],[-122.342448891328,47.6215562968888]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37244"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37245-0","label":"Longitudinal marking","path":[[-122.342451690713,47.621226168645],[-122.34245214267,47.6211713395311],[-122.342497227919,47.6210893000206],[-122.342490622531,47.6217496058494],[-122.342447227487,47.6217493869071],[-122.342448891328,47.6215562968888]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37245"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37419-0","label":"Longitudinal marking","path":[[-122.342494010281,47.6214110089708],[-122.342481355408,47.6214023579012]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37419,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37419"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37454-0","label":"Longitudinal marking","path":[[-122.342815078214,47.6209032421414],[-122.342785468536,47.6209230997139]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37454,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37454"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-38217-0","label":"Longitudinal marking","path":[[-122.342307713608,47.6210061349438],[-122.342303577512,47.6214771453921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":38217,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/38217"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-38218-0","label":"Longitudinal marking","path":[[-122.342307713608,47.6210061349438],[-122.342307955362,47.6209786882427],[-122.342263283768,47.6209785212489],[-122.342257727067,47.6215318162385]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":38218,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/38218"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-38848-0","label":"Longitudinal marking","path":[[-122.342303577512,47.6214771453921],[-122.342270441522,47.6214770125689],[-122.342275172727,47.6210060032318],[-122.342307713608,47.6210061349438]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":38848,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/38848"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-39652-0","label":"Longitudinal marking","path":[[-122.342480428197,47.621226276974],[-122.342451850973,47.6212067403459]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":39652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/39652"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-40853-0","label":"Longitudinal marking","path":[[-122.342458158901,47.6204870858029],[-122.342505351843,47.6205177655321]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":40853,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/40853"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42134-0","label":"Longitudinal marking","path":[[-122.34282705448,47.6209032740151],[-122.343192706563,47.6209042711591]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42134,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42134"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42135-0","label":"Longitudinal marking","path":[[-122.34282705448,47.6209032740151],[-122.342706471919,47.6209029463029],[-122.342612335663,47.6209026905687],[-122.342612303144,47.620908174122]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42135,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42135"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42334-0","label":"Longitudinal marking","path":[[-122.342258826059,47.6214224010256],[-122.342270910991,47.6214302581236]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42334,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42334"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42615-0","label":"Longitudinal marking","path":[[-122.342280998948,47.6203491577724],[-122.342268867008,47.6203408640914]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42615,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42615"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42949-0","label":"Longitudinal marking","path":[[-122.342279915168,47.620484876478],[-122.342267746528,47.6204765571944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42949,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42949"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43048-0","label":"Longitudinal marking","path":[[-122.3426305706,47.6208506519109],[-122.342638712382,47.6208451903598]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43048"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43508-0","label":"Longitudinal marking","path":[[-122.342270830179,47.6201010965535],[-122.342273222475,47.6198096983168],[-122.342317953752,47.6198098474094],[-122.342311602878,47.6205513432279]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43508,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43508"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43509-0","label":"Longitudinal marking","path":[[-122.342270830179,47.6201010965535],[-122.342265999933,47.6206881019993],[-122.342311152082,47.6206061714252],[-122.342311602878,47.6205513432279]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43509,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43509"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43590-0","label":"Longitudinal marking","path":[[-122.342494978183,47.6213142008196],[-122.342482164451,47.6213054394056]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43590,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43590"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43740-0","label":"Longitudinal marking","path":[[-122.342281153792,47.6203297700281],[-122.342269027281,47.6203214798737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43740,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43740"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-45121-0","label":"Longitudinal marking","path":[[-122.342258446371,47.6214601860707],[-122.342270532642,47.6214680431512]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":45121,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/45121"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-45718-0","label":"Longitudinal marking","path":[[-122.342404515509,47.6208312204514],[-122.342359915684,47.6208310462483],[-122.342358921762,47.6209461860899],[-122.342403420626,47.620946362533],[-122.342404515509,47.6208312204514]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":45718,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/45718"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-45897-0","label":"Longitudinal marking","path":[[-122.342922518842,47.6208514443328],[-122.342930660621,47.6208459836601]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":45897,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/45897"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-46179-0","label":"Longitudinal marking","path":[[-122.342503531238,47.6204023040613],[-122.342511640695,47.6204023350652]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":46179,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/46179"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-46771-0","label":"Longitudinal marking","path":[[-122.342494203048,47.6213916468116],[-122.342481516935,47.621382973666]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":46771,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/46771"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-47646-0","label":"Longitudinal marking","path":[[-122.342352793203,47.6216517521323],[-122.342358360224,47.6210110482042],[-122.342381034185,47.6210364359232],[-122.34240295384,47.6210113241481],[-122.342397197973,47.6216519208373]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":47646,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/47646"}],"details":[{"label":"Type","value":"10'/20' pattern"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[3.048,6.096],"dashPixels":[6,12],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-48089-0","label":"Longitudinal marking","path":[[-122.342466164104,47.6204542581447],[-122.342510758621,47.6204832486744]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":48089,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/48089"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-48970-0","label":"Longitudinal marking","path":[[-122.342496528392,47.6211593070366],[-122.342469071165,47.6211405364231]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":48970,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/48970"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-50797-0","label":"Longitudinal marking","path":[[-122.342311331577,47.6205843310178],[-122.342267106814,47.6205540958457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":50797,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/50797"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-50922-0","label":"Longitudinal marking","path":[[-122.342495172279,47.6212948386427],[-122.342482326004,47.6212860560697]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":50922,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/50922"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-51798-0","label":"Longitudinal marking","path":[[-122.342455583771,47.6207896686263],[-122.34246934611,47.6207986144775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":51798,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/51798"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-52185-0","label":"Longitudinal marking","path":[[-122.342487181424,47.6207531617888],[-122.342500466414,47.620761798203]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":52185,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/52185"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-52434-0","label":"Longitudinal marking","path":[[-122.342258255862,47.6214790786021],[-122.342303320381,47.6215083742561]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":52434,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/52434"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-53972-0","label":"Longitudinal marking","path":[[-122.342261482449,47.6211579030284],[-122.342273568623,47.6211657592094]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":53972,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/53972"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54227-0","label":"Longitudinal marking","path":[[-122.342512183498,47.6203380723353],[-122.342490755297,47.6203234211621]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54227,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54227"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54412-0","label":"Longitudinal marking","path":[[-122.342452233067,47.6211603738882],[-122.342452825374,47.6211000624902]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54412,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54412"}],"details":[{"label":"Type","value":"2' dash, 4' skip"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0.6096,1.2192],"dashPixels":[4,8],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54819-0","label":"Longitudinal marking","path":[[-122.342457634511,47.620509006352],[-122.342488830668,47.6205093033753],[-122.342487137632,47.620759679143],[-122.342455925704,47.6207594399014],[-122.342455484077,47.6207985248076],[-122.342486697619,47.6207987271443],[-122.342500149128,47.620798792567],[-122.342502393468,47.6205366461899],[-122.342510986495,47.6204817927828],[-122.342511212049,47.6204544335564],[-122.342489638229,47.6204543498962],[-122.342458440515,47.6204542274184],[-122.342455708548,47.6207723656759]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54819,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54819"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54864-0","label":"Longitudinal marking","path":[[-122.342278149463,47.6209785769449],[-122.342307787146,47.6209978440648]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54864,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54864"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-55417-0","label":"Longitudinal marking","path":[[-122.342470844769,47.6210106335379],[-122.342453665341,47.6209988875308]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":55417,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/55417"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-55540-0","label":"Longitudinal marking","path":[[-122.343192706563,47.6209042711591],[-122.3433452078,47.6209129091839],[-122.34335890603,47.6209129469426],[-122.343427640607,47.620913133381],[-122.343427608148,47.6209186160353],[-122.343358873563,47.6209184295968],[-122.343192542864,47.6209316862461],[-122.342826891918,47.620930689084],[-122.342705376178,47.6209084268644],[-122.342612303144,47.620908174122]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":55540,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/55540"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-55541-0","label":"Longitudinal marking","path":[[-122.343192706563,47.6209042711591],[-122.343192592895,47.620923461348],[-122.342826940676,47.6209224642036],[-122.34282705448,47.6209032740151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":55541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/55541"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-56070-0","label":"Longitudinal marking","path":[[-122.342280534468,47.6204073228035],[-122.34226838757,47.6203990185253]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":56070,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/56070"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-56424-0","label":"Longitudinal marking","path":[[-122.342262999796,47.6210067610656],[-122.342275085962,47.6210146181457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":56424,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/56424"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-56660-0","label":"Longitudinal marking","path":[[-122.342448891328,47.6215562968888],[-122.342480070925,47.6215564142205],[-122.342482823533,47.621226285694],[-122.342451690713,47.621226168645]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":56660,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/56660"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-57537-0","label":"Longitudinal marking","path":[[-122.34229231352,47.6207861308477],[-122.342309526797,47.6207979007186]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":57537,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/57537"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-58060-0","label":"Longitudinal marking","path":[[-122.343029870927,47.620923015604],[-122.343017654344,47.6209312093741]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":58060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/58060"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-58965-0","label":"Longitudinal marking","path":[[-122.342304337588,47.620618537852],[-122.342266786291,47.6205928651802]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":58965,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/58965"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-59042-0","label":"Longitudinal marking","path":[[-122.342398973793,47.6219372184277],[-122.34240705801,47.6210066205455],[-122.342407296034,47.6209792764484],[-122.342354583744,47.6209790667708],[-122.342354344441,47.6210065512235],[-122.342348738273,47.6216517330276]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":59042,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/59042"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-59171-0","label":"Longitudinal marking","path":[[-122.34230774591,47.6206992074508],[-122.342310331978,47.6207009759808]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":59171,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/59171"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-60286-0","label":"Longitudinal marking","path":[[-122.342262620115,47.6210445461111],[-122.342274706289,47.6210524031912]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":60286,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/60286"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61324-0","label":"Longitudinal marking","path":[[-122.342494591268,47.6213529233572],[-122.342481840041,47.6213442069943]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61324,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61324"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61579-0","label":"Longitudinal marking","path":[[-122.342495559167,47.6212561152058],[-122.342482649109,47.6212472893979]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61579,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61579"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61776-0","label":"Longitudinal marking","path":[[-122.342496915304,47.6211205844989],[-122.342484645994,47.6211121955019]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61776,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61776"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61917-0","label":"Longitudinal marking","path":[[-122.343427982657,47.6208555618969],[-122.343359394543,47.6208553762152],[-122.343288849613,47.6208469553353],[-122.343084953601,47.6208464028181],[-122.343084921105,47.6208518854722],[-122.343288817165,47.6208524388888],[-122.343359221035,47.6208608589415],[-122.343427950224,47.6208610454504],[-122.343427982657,47.6208555618969]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61917,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61917"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-62192-0","label":"Longitudinal marking","path":[[-122.342311032135,47.6206235507778],[-122.342310440999,47.6206838621581]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":62192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/62192"}],"details":[{"label":"Type","value":"2' dash, 4' skip"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0.6096,1.2192],"dashPixels":[4,8],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-63006-0","label":"Longitudinal marking","path":[[-122.342292703215,47.6207474073758],[-122.342309848593,47.6207591304673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":63006,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/63006"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-64200-0","label":"Longitudinal marking","path":[[-122.342358406098,47.6210057947744],[-122.342380993471,47.6210310873832],[-122.342403001978,47.6210058736737],[-122.34240321697,47.6209820014763],[-122.342358614277,47.6209818246102],[-122.342358406098,47.6210057947744]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":64200,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/64200"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-65354-0","label":"Longitudinal marking","path":[[-122.342679228857,47.6208507838804],[-122.34268737066,47.6208453232251]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":65354,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/65354"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-65428-0","label":"Longitudinal marking","path":[[-122.342281307279,47.6203103814023],[-122.342269187527,47.6203020947567]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":65428,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/65428"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-65702-0","label":"Longitudinal marking","path":[[-122.343427810954,47.6208843471982],[-122.343346816715,47.6208841282046],[-122.34319278135,47.6208753513046],[-122.342612506487,47.6208739052864]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":65702,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/65702"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-66973-0","label":"Longitudinal marking","path":[[-122.342260343422,47.6212712590638],[-122.342272429649,47.6212791161441]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":66973,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/66973"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-67126-0","label":"Longitudinal marking","path":[[-122.342512676146,47.6202799240187],[-122.342491252037,47.6202652754905]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":67126,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/67126"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-68366-0","label":"Longitudinal marking","path":[[-122.34248858996,47.6205449014292],[-122.342502247816,47.6205537793913]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":68366,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/68366"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-69360-0","label":"Longitudinal marking","path":[[-122.34293255425,47.6209227510447],[-122.342920338956,47.6209309438875]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":69360,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/69360"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-69717-0","label":"Longitudinal marking","path":[[-122.342280224831,47.6204461000904],[-122.342268067049,47.6204377878599]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":69717,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/69717"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70212-0","label":"Longitudinal marking","path":[[-122.342494397171,47.621372285534],[-122.342481678488,47.6213635903302]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70212,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70212"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70239-0","label":"Longitudinal marking","path":[[-122.34228161694,47.6202716050145],[-122.342269508047,47.620263325422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70239,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70239"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70506-0","label":"Longitudinal marking","path":[[-122.342259015211,47.6214035076125],[-122.342271101469,47.6214113646929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70506,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70506"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70820-0","label":"Longitudinal marking","path":[[-122.342280927204,47.6206610156505],[-122.342266306849,47.6206510196137]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70820,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70820"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71051-0","label":"Longitudinal marking","path":[[-122.34249478406,47.6213335620972],[-122.342482002924,47.6213248236408]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71051,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71051"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71091-0","label":"Longitudinal marking","path":[[-122.342260154244,47.6212901515776],[-122.342272239145,47.6212980086755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71091"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71290-0","label":"Longitudinal marking","path":[[-122.342261102765,47.6211956880738],[-122.342273188974,47.6212035451541]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71290,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71290"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71719-0","label":"Longitudinal marking","path":[[-122.342766419882,47.6209031093306],[-122.342747095155,47.620916069918]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71719,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71719"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73295-0","label":"Longitudinal marking","path":[[-122.342309526927,47.620797951095],[-122.342310411195,47.6206914129781],[-122.342292747326,47.6207430562781],[-122.342292195396,47.6207978849161],[-122.342309526927,47.620797951095]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73295,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73295"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73518-0","label":"Longitudinal marking","path":[[-122.342257727067,47.6215318162385],[-122.342303126073,47.6215319978858],[-122.342303577512,47.6214771453921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73518"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73822-0","label":"Longitudinal marking","path":[[-122.342263190276,47.6209878676348],[-122.342291185666,47.621006068005]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73822,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73822"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73879-0","label":"Longitudinal marking","path":[[-122.342883895925,47.6209226191835],[-122.342871681927,47.6209308111041]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73879,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73879"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-74310-0","label":"Longitudinal marking","path":[[-122.342262240459,47.6210823320559],[-122.342274326642,47.621090189136]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":74310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/74310"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-74885-0","label":"Longitudinal marking","path":[[-122.342279605504,47.6205236528656],[-122.342267427336,47.6205153265113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":74885,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/74885"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75022-0","label":"Longitudinal marking","path":[[-122.342453826721,47.6209794520197],[-122.342452917101,47.6210890968296],[-122.342470606569,47.6210343468126],[-122.342471158313,47.6209795181741],[-122.342453826721,47.6209794520197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75022,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75022"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75111-0","label":"Longitudinal marking","path":[[-122.342292509046,47.6207667695526],[-122.34230968836,47.6207785155841]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75111,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75111"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75505-0","label":"Longitudinal marking","path":[[-122.34251193853,47.6203671473751],[-122.342490507605,47.6203524944387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75505,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75505"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75670-0","label":"Longitudinal marking","path":[[-122.342407449803,47.620949119489],[-122.342408595865,47.6208284945065],[-122.342355883833,47.6208282884266],[-122.342354844029,47.6209489110985],[-122.342407449803,47.620949119489]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75670,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75670"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76288-0","label":"Longitudinal marking","path":[[-122.34228084413,47.6203685464159],[-122.342268708091,47.6203602491907]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76288,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76288"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76355-0","label":"Longitudinal marking","path":[[-122.342512922469,47.6202508498604],[-122.342491499755,47.6202362031131]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76355,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76355"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76569-0","label":"Longitudinal marking","path":[[-122.342488717999,47.6205259683422],[-122.342502648464,47.6205350244104]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76569,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76569"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76589-0","label":"Longitudinal marking","path":[[-122.342487693608,47.6206774303403],[-122.342501114196,47.6206861549171]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76589,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76589"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76763-0","label":"Longitudinal marking","path":[[-122.342495591937,47.620454373503],[-122.342511129404,47.6204644733984]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76763,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76763"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-77301-0","label":"Longitudinal marking","path":[[-122.342280069986,47.6204654878346],[-122.342267906776,47.6204571720775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":77301,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/77301"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-77397-0","label":"Longitudinal marking","path":[[-122.342669103269,47.6209028454454],[-122.342660961455,47.6209083060993]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":77397,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/77397"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-77597-0","label":"Longitudinal marking","path":[[-122.342467726654,47.620759529913],[-122.342500304449,47.62078070835]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":77597,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/77597"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}}],"curbs":[{"id":"verticalElements-34459-0","label":"Curb or separator","path":[[-122.342240797196,47.619818664625],[-122.342236046323,47.6203626334849]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34459,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34459"}],"details":[]},{"id":"verticalElements-34460-0","label":"Curb or separator","path":[[-122.34254090289,47.6198196952443],[-122.342536184466,47.6203602712993]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34460,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34460"}],"details":[]},{"id":"verticalElements-34466-0","label":"Curb or separator","path":[[-122.342543981074,47.6204488190618],[-122.342603801818,47.6204490639206]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34466,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34466"}],"details":[]},{"id":"verticalElements-34467-0","label":"Curb or separator","path":[[-122.342544342001,47.6204076886117],[-122.342604164028,47.6204079334526]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34467,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34467"}],"details":[]},{"id":"verticalElements-34468-0","label":"Curb or separator","path":[[-122.342543981074,47.6204488190618],[-122.342542172156,47.6204490822193],[-122.342540455623,47.6204495482947],[-122.34253888118,47.620450203792],[-122.342537494417,47.6204510297304],[-122.342536335491,47.6204520021935],[-122.342535437959,47.6204530930222],[-122.342534827811,47.62045427063]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34468,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34468"}],"details":[]},{"id":"verticalElements-34469-0","label":"Curb or separator","path":[[-122.342535276359,47.6204021709749],[-122.342535867752,47.6204033529006],[-122.342536747857,47.6204044501386],[-122.342537891195,47.6204054309235],[-122.342539264665,47.6204062668612],[-122.342540828506,47.6204069337507],[-122.342542537442,47.6204074122855],[-122.342544342001,47.6204076886117]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34469,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34469"}],"details":[]},{"id":"verticalElements-54596-0","label":"Curb or separator","path":[[-122.34122283683,47.620826748679],[-122.342171336501,47.6208303195929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54596,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54596"}],"details":[]},{"id":"verticalElements-54597-0","label":"Curb or separator","path":[[-122.342171336501,47.6208303195929],[-122.342181917457,47.6208297248048],[-122.342192184442,47.6208279006338],[-122.342201825513,47.620824902504],[-122.342210547743,47.6208208215078],[-122.342218086124,47.6208157816386],[-122.342224211616,47.6208099360234],[-122.342228738106,47.6208034622701],[-122.342231528066,47.6207965570719],[-122.342232496728,47.6207894302302]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54597,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54597"}],"details":[]},{"id":"verticalElements-54598-0","label":"Curb or separator","path":[[-122.342232496728,47.6207894302302],[-122.342236048853,47.6203628124737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54598,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54598"}],"details":[]},{"id":"verticalElements-54602-0","label":"Curb or separator","path":[[-122.342221086714,47.6219510550529],[-122.342230789088,47.6209868632358]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54602,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54602"}],"details":[]},{"id":"verticalElements-54603-0","label":"Curb or separator","path":[[-122.342230789088,47.6209868632358],[-122.34223011488,47.6209804205753],[-122.342227950201,47.6209741288716],[-122.342224348609,47.6209681437884],[-122.34221939921,47.6209626134031],[-122.342213224458,47.6209576745434],[-122.342205977123,47.6209534494024],[-122.342197836511,47.6209500425147],[-122.342189004031,47.6209475381704],[-122.342179698206,47.6209459983299],[-122.342170149274,47.6209454610905]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54603,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54603"}],"details":[]},{"id":"verticalElements-54604-0","label":"Curb or separator","path":[[-122.342170149274,47.6209454610905],[-122.341218924875,47.6209435347409]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54604"}],"details":[]},{"id":"verticalElements-54610-0","label":"Curb or separator","path":[[-122.342530784481,47.6209763372464],[-122.342520944238,47.6219548491809]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54610,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54610"}],"details":[]},{"id":"verticalElements-54611-0","label":"Curb or separator","path":[[-122.342536199001,47.6203612768703],[-122.342532619829,47.6207927484226]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54611,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54611"}],"details":[]},{"id":"verticalElements-67897-0","label":"Curb or separator","path":[[-122.343306148763,47.6209429553037],[-122.342771151743,47.6209415030965]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67897,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67897"}],"details":[]},{"id":"verticalElements-67898-0","label":"Curb or separator","path":[[-122.342693164202,47.6209221009613],[-122.342612205819,47.6209218809687]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67898,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67898"}],"details":[]},{"id":"verticalElements-67899-0","label":"Curb or separator","path":[[-122.342593197109,47.6208341008275],[-122.343314433323,47.6208360589818]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67899"}],"details":[]},{"id":"verticalElements-67901-0","label":"Curb or separator","path":[[-122.34271916006,47.6209285689451],[-122.342714603618,47.6209263149812],[-122.34270962579,47.6209245107998],[-122.342704323636,47.6209231915802],[-122.342698800542,47.6209223830455],[-122.342693164202,47.6209221009613]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67901,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67901"}],"details":[]},{"id":"verticalElements-67905-0","label":"Curb or separator","path":[[-122.34271916006,47.6209285689451],[-122.342728273106,47.6209330764931],[-122.342738228836,47.6209366844753],[-122.342748833132,47.6209393225426],[-122.342759879228,47.6209409392573],[-122.342771151743,47.6209415030965]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67905"}],"details":[]},{"id":"verticalElements-68909-0","label":"Curb or separator","path":[[-122.342532619829,47.6207927484226],[-122.342533303442,47.6207991814649],[-122.342535473097,47.6208054629983],[-122.342539075265,47.6208114380482],[-122.342544021077,47.6208169592011],[-122.34255018851,47.6208218902422],[-122.342557425406,47.6208261095154],[-122.342565553218,47.6208295129251],[-122.342574371423,47.6208320165043],[-122.342583662461,47.6208335584861],[-122.342593197109,47.6208341008275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":68909,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/68909"}],"details":[]},{"id":"verticalElements-68910-0","label":"Curb or separator","path":[[-122.342612205819,47.6209218809687],[-122.342598123707,47.6209226859749],[-122.342584461817,47.6209251241709],[-122.342571633811,47.6209291217317],[-122.3425600281,47.6209345576172],[-122.342549996087,47.6209412672369],[-122.342541841525,47.6209490474336],[-122.342535811321,47.6209576626349],[-122.342532088062,47.6209668519855],[-122.342530784481,47.6209763372464]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":68910,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/68910"}],"details":[]},{"id":"verticalElements-241769-0","label":"Curb or separator","path":[[-122.342503042412,47.6203840772513],[-122.342498964756,47.6203868031643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241769-1","label":"Curb or separator","path":[[-122.342503019483,47.6203868186665],[-122.342498987685,47.6203840617491]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241769-2","label":"Curb or separator","path":[[-122.342498964756,47.6203868031643],[-122.342498987685,47.6203840617491]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241769-3","label":"Curb or separator","path":[[-122.342498987685,47.6203840617491],[-122.342503042412,47.6203840772513]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241769-4","label":"Curb or separator","path":[[-122.342503042412,47.6203840772513],[-122.342503019483,47.6203868186665]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241769-5","label":"Curb or separator","path":[[-122.342503019483,47.6203868186665],[-122.342498964756,47.6203868031643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[]},{"id":"verticalElements-241840-0","label":"Curb or separator","path":[[-122.342492233121,47.6214454282176],[-122.342488155381,47.6214481541301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241840-1","label":"Curb or separator","path":[[-122.342492210191,47.6214481696327],[-122.342488178311,47.621445412715]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241840-2","label":"Curb or separator","path":[[-122.342488155381,47.6214481541301],[-122.342488178311,47.621445412715]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241840-3","label":"Curb or separator","path":[[-122.342488178311,47.621445412715],[-122.342492233121,47.6214454282176]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241840-4","label":"Curb or separator","path":[[-122.342492233121,47.6214454282176],[-122.342492210191,47.6214481696327]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241840-5","label":"Curb or separator","path":[[-122.342492210191,47.6214481696327],[-122.342488155381,47.6214481541301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[]},{"id":"verticalElements-241863-0","label":"Curb or separator","path":[[-122.342948852049,47.62084743633],[-122.34295298567,47.6208501235113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241863-1","label":"Curb or separator","path":[[-122.342952906133,47.6208473825552],[-122.342948931586,47.620850177286]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241863-2","label":"Curb or separator","path":[[-122.34295298567,47.6208501235113],[-122.342948931586,47.620850177286]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241863-3","label":"Curb or separator","path":[[-122.342948931586,47.620850177286],[-122.342948852049,47.62084743633]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241863-4","label":"Curb or separator","path":[[-122.342948852049,47.62084743633],[-122.342952906133,47.6208473825552]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241863-5","label":"Curb or separator","path":[[-122.342952906133,47.6208473825552],[-122.34295298567,47.6208501235113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[]},{"id":"verticalElements-241873-0","label":"Curb or separator","path":[[-122.342656903828,47.6208466439756],[-122.342661037435,47.6208493311675]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241873-1","label":"Curb or separator","path":[[-122.342660957913,47.6208465902112],[-122.34265698335,47.6208493849319]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241873-2","label":"Curb or separator","path":[[-122.342661037435,47.6208493311675],[-122.34265698335,47.6208493849319]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241873-3","label":"Curb or separator","path":[[-122.34265698335,47.6208493849319],[-122.342656903828,47.6208466439756]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241873-4","label":"Curb or separator","path":[[-122.342656903828,47.6208466439756],[-122.342660957913,47.6208465902112]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241873-5","label":"Curb or separator","path":[[-122.342660957913,47.6208465902112],[-122.342661037435,47.6208493311675]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[]},{"id":"verticalElements-241874-0","label":"Curb or separator","path":[[-122.342355960411,47.6210160683597],[-122.342357312455,47.6210160738227]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[]},{"id":"verticalElements-241874-1","label":"Curb or separator","path":[[-122.342357312455,47.6210160738227],[-122.342357320536,47.6210151597121]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[]},{"id":"verticalElements-241874-2","label":"Curb or separator","path":[[-122.342357320536,47.6210151597121],[-122.342355968518,47.6210151551483]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[]},{"id":"verticalElements-241874-3","label":"Curb or separator","path":[[-122.342355968518,47.6210151551483],[-122.342355960411,47.6210160683597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[]},{"id":"verticalElements-241958-0","label":"Curb or separator","path":[[-122.34240622082,47.620755975167],[-122.342407571501,47.6207559797477]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[]},{"id":"verticalElements-241958-1","label":"Curb or separator","path":[[-122.342407571501,47.6207559797477],[-122.342407579606,47.6207550665363]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[]},{"id":"verticalElements-241958-2","label":"Curb or separator","path":[[-122.342407579606,47.6207550665363],[-122.342406227569,47.6207550610739]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[]},{"id":"verticalElements-241958-3","label":"Curb or separator","path":[[-122.342406227569,47.6207550610739],[-122.34240622082,47.620755975167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[]},{"id":"verticalElements-242236-0","label":"Curb or separator","path":[[-122.342408141647,47.6205939416666],[-122.34240949235,47.6205939471467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[]},{"id":"verticalElements-242236-1","label":"Curb or separator","path":[[-122.34240949235,47.6205939471467],[-122.342409500429,47.6205930330359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[]},{"id":"verticalElements-242236-2","label":"Curb or separator","path":[[-122.342409500429,47.6205930330359],[-122.342408148422,47.6205930284729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[]},{"id":"verticalElements-242236-3","label":"Curb or separator","path":[[-122.342408148422,47.6205930284729],[-122.342408141647,47.6205939416666]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[]},{"id":"verticalElements-242314-0","label":"Curb or separator","path":[[-122.342405676311,47.6206759207128],[-122.342407028347,47.6206759261752]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[]},{"id":"verticalElements-242314-1","label":"Curb or separator","path":[[-122.342407028347,47.6206759261752],[-122.342407035096,47.6206750120822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[]},{"id":"verticalElements-242314-2","label":"Curb or separator","path":[[-122.342407035096,47.6206750120822],[-122.342405684391,47.6206750066021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[]},{"id":"verticalElements-242314-3","label":"Curb or separator","path":[[-122.342405684391,47.6206750066021],[-122.342405676311,47.6206759207128]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[]},{"id":"verticalElements-242408-0","label":"Curb or separator","path":[[-122.342500835424,47.620469085461],[-122.342496759091,47.6204718113563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242408-1","label":"Curb or separator","path":[[-122.342500813825,47.6204718268586],[-122.34249678069,47.6204690699587]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242408-2","label":"Curb or separator","path":[[-122.342496759091,47.6204718113563],[-122.34249678069,47.6204690699587]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242408-3","label":"Curb or separator","path":[[-122.34249678069,47.6204690699587],[-122.342500835424,47.620469085461]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242408-4","label":"Curb or separator","path":[[-122.342500835424,47.620469085461],[-122.342500813825,47.6204718268586]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242408-5","label":"Curb or separator","path":[[-122.342500813825,47.6204718268586],[-122.342496759091,47.6204718113563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[]},{"id":"verticalElements-242430-0","label":"Curb or separator","path":[[-122.342399909972,47.6213509699033],[-122.342401260695,47.6213509753834]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[]},{"id":"verticalElements-242430-1","label":"Curb or separator","path":[[-122.342401260695,47.6213509753834],[-122.342401268774,47.6213500612728]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[]},{"id":"verticalElements-242430-2","label":"Curb or separator","path":[[-122.342401268774,47.6213500612728],[-122.342399916748,47.6213500567095]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[]},{"id":"verticalElements-242430-3","label":"Curb or separator","path":[[-122.342399916748,47.6213500567095],[-122.342399909972,47.6213509699033]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[]},{"id":"verticalElements-242652-0","label":"Curb or separator","path":[[-122.34229381825,47.6207710325377],[-122.342295170288,47.6207710380015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[]},{"id":"verticalElements-242652-1","label":"Curb or separator","path":[[-122.342295170288,47.6207710380015],[-122.342295177039,47.6207701239084]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[]},{"id":"verticalElements-242652-2","label":"Curb or separator","path":[[-122.342295177039,47.6207701239084],[-122.342293826358,47.6207701193263]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[]},{"id":"verticalElements-242652-3","label":"Curb or separator","path":[[-122.342293826358,47.6207701193263],[-122.34229381825,47.6207710325377]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[]},{"id":"verticalElements-242738-0","label":"Curb or separator","path":[[-122.342351583832,47.621347349216],[-122.342352935885,47.6213473546791]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[]},{"id":"verticalElements-242738-1","label":"Curb or separator","path":[[-122.342352935885,47.6213473546791],[-122.342352942635,47.6213464405861]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[]},{"id":"verticalElements-242738-2","label":"Curb or separator","path":[[-122.342352942635,47.6213464405861],[-122.342351591938,47.6213464360046]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[]},{"id":"verticalElements-242738-3","label":"Curb or separator","path":[[-122.342351591938,47.6213464360046],[-122.342351583832,47.621347349216]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[]},{"id":"verticalElements-243122-0","label":"Curb or separator","path":[[-122.342362273693,47.62034343457],[-122.34236362439,47.6203434400506]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[]},{"id":"verticalElements-243122-1","label":"Curb or separator","path":[[-122.34236362439,47.6203434400506],[-122.34236363247,47.6203425259399]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[]},{"id":"verticalElements-243122-2","label":"Curb or separator","path":[[-122.34236363247,47.6203425259399],[-122.342362280469,47.6203425213762]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[]},{"id":"verticalElements-243122-3","label":"Curb or separator","path":[[-122.342362280469,47.6203425213762],[-122.342362273693,47.62034343457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[]},{"id":"verticalElements-243163-0","label":"Curb or separator","path":[[-122.342358438985,47.6207547699217],[-122.342359791023,47.6207547753847]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[]},{"id":"verticalElements-243163-1","label":"Curb or separator","path":[[-122.342359791023,47.6207547753847],[-122.342359799103,47.620753861274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[]},{"id":"verticalElements-243163-2","label":"Curb or separator","path":[[-122.342359799103,47.620753861274],[-122.342358447065,47.620753855811]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[]},{"id":"verticalElements-243163-3","label":"Curb or separator","path":[[-122.342358447065,47.620753855811],[-122.342358438985,47.6207547699217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[]},{"id":"verticalElements-243387-0","label":"Curb or separator","path":[[-122.342455841132,47.6210073824828],[-122.342457191845,47.6210073879622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[]},{"id":"verticalElements-243387-1","label":"Curb or separator","path":[[-122.342457191845,47.6210073879622],[-122.342457199924,47.6210064738515]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[]},{"id":"verticalElements-243387-2","label":"Curb or separator","path":[[-122.342457199924,47.6210064738515],[-122.34245584788,47.6210064683898]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[]},{"id":"verticalElements-243387-3","label":"Curb or separator","path":[[-122.34245584788,47.6210064683898],[-122.342455841132,47.6210073824828]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[]},{"id":"verticalElements-243472-0","label":"Curb or separator","path":[[-122.342294094227,47.6207436186684],[-122.342295446238,47.6207436232328]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[]},{"id":"verticalElements-243472-1","label":"Curb or separator","path":[[-122.342295446238,47.6207436232328],[-122.342295453015,47.620742710039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[]},{"id":"verticalElements-243472-2","label":"Curb or separator","path":[[-122.342295453015,47.620742710039],[-122.342294102309,47.6207427045577]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[]},{"id":"verticalElements-243472-3","label":"Curb or separator","path":[[-122.342294102309,47.6207427045577],[-122.342294094227,47.6207436186684]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[]},{"id":"verticalElements-243781-0","label":"Curb or separator","path":[[-122.34245538918,47.621062211597],[-122.342456741199,47.6210622161595]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[]},{"id":"verticalElements-243781-1","label":"Curb or separator","path":[[-122.342456741199,47.6210622161595],[-122.342456747973,47.6210613029657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[]},{"id":"verticalElements-243781-2","label":"Curb or separator","path":[[-122.342456747973,47.6210613029657],[-122.342455397258,47.6210612974863]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[]},{"id":"verticalElements-243781-3","label":"Curb or separator","path":[[-122.342455397258,47.6210612974863],[-122.34245538918,47.621062211597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[]},{"id":"verticalElements-243827-0","label":"Curb or separator","path":[[-122.342291478772,47.6205581205237],[-122.342287402447,47.6205608473108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-243827-1","label":"Curb or separator","path":[[-122.342291457162,47.6205608619213],[-122.342287424057,47.6205581059132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-243827-2","label":"Curb or separator","path":[[-122.342287402447,47.6205608473108],[-122.342287424057,47.6205581059132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-243827-3","label":"Curb or separator","path":[[-122.342287424057,47.6205581059132],[-122.342291478772,47.6205581205237]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-243827-4","label":"Curb or separator","path":[[-122.342291478772,47.6205581205237],[-122.342291457162,47.6205608619213]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-243827-5","label":"Curb or separator","path":[[-122.342291457162,47.6205608619213],[-122.342287402447,47.6205608473108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[]},{"id":"verticalElements-244032-0","label":"Curb or separator","path":[[-122.342731924356,47.6209107718051],[-122.342731897847,47.6209098581531]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[]},{"id":"verticalElements-244032-1","label":"Curb or separator","path":[[-122.342731897847,47.6209098581531],[-122.342730546484,47.6209098760754]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[]},{"id":"verticalElements-244032-2","label":"Curb or separator","path":[[-122.342730546484,47.6209098760754],[-122.342730572993,47.6209107897275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[]},{"id":"verticalElements-244032-3","label":"Curb or separator","path":[[-122.342730572993,47.6209107897275],[-122.342731924356,47.6209107718051]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[]},{"id":"verticalElements-244257-0","label":"Curb or separator","path":[[-122.342307747417,47.6207168748673],[-122.342309098124,47.6207168803486]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[]},{"id":"verticalElements-244257-1","label":"Curb or separator","path":[[-122.342309098124,47.6207168803486],[-122.342309106205,47.6207159662379]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[]},{"id":"verticalElements-244257-2","label":"Curb or separator","path":[[-122.342309106205,47.6207159662379],[-122.342307754194,47.6207159616736]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[]},{"id":"verticalElements-244257-3","label":"Curb or separator","path":[[-122.342307754194,47.6207159616736],[-122.342307747417,47.6207168748673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[]},{"id":"verticalElements-244285-0","label":"Curb or separator","path":[[-122.342267511802,47.6212002594815],[-122.342263435426,47.6212029862677]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244285-1","label":"Curb or separator","path":[[-122.342267490191,47.621203000879],[-122.342263457038,47.6212002448702]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244285-2","label":"Curb or separator","path":[[-122.342263435426,47.6212029862677],[-122.342263457038,47.6212002448702]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244285-3","label":"Curb or separator","path":[[-122.342263457038,47.6212002448702],[-122.342267511802,47.6212002594815]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244285-4","label":"Curb or separator","path":[[-122.342267511802,47.6212002594815],[-122.342267490191,47.621203000879]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244285-5","label":"Curb or separator","path":[[-122.342267490191,47.621203000879],[-122.342263435426,47.6212029862677]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[]},{"id":"verticalElements-244362-0","label":"Curb or separator","path":[[-122.342272857756,47.620597819798],[-122.342268780071,47.6206005457027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244362-1","label":"Curb or separator","path":[[-122.342272834815,47.6206005612131],[-122.342268803012,47.6205978042876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244362-2","label":"Curb or separator","path":[[-122.342268780071,47.6206005457027],[-122.342268803012,47.6205978042876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244362-3","label":"Curb or separator","path":[[-122.342268803012,47.6205978042876],[-122.342272857756,47.620597819798]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244362-4","label":"Curb or separator","path":[[-122.342272857756,47.620597819798],[-122.342272834815,47.6206005612131]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244362-5","label":"Curb or separator","path":[[-122.342272834815,47.6206005612131],[-122.342268780071,47.6206005457027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[]},{"id":"verticalElements-244389-0","label":"Curb or separator","path":[[-122.342305283352,47.6210037292233],[-122.342306635369,47.6210037337876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[]},{"id":"verticalElements-244389-1","label":"Curb or separator","path":[[-122.342306635369,47.6210037337876],[-122.34230664212,47.6210028196945]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[]},{"id":"verticalElements-244389-2","label":"Curb or separator","path":[[-122.34230664212,47.6210028196945],[-122.342305291433,47.6210028151126]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[]},{"id":"verticalElements-244389-3","label":"Curb or separator","path":[[-122.342305291433,47.6210028151126],[-122.342305283352,47.6210037292233]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[]},{"id":"verticalElements-244486-0","label":"Curb or separator","path":[[-122.34230557778,47.6209807133015],[-122.342306929823,47.6209807187651]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[]},{"id":"verticalElements-244486-1","label":"Curb or separator","path":[[-122.342306929823,47.6209807187651],[-122.342306937904,47.6209798046544]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[]},{"id":"verticalElements-244486-2","label":"Curb or separator","path":[[-122.342306937904,47.6209798046544],[-122.342305585861,47.6209797991908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[]},{"id":"verticalElements-244486-3","label":"Curb or separator","path":[[-122.342305585861,47.6209797991908],[-122.34230557778,47.6209807133015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[]},{"id":"verticalElements-244532-0","label":"Curb or separator","path":[[-122.342641392143,47.6209059576527],[-122.342641365636,47.6209050440006]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[]},{"id":"verticalElements-244532-1","label":"Curb or separator","path":[[-122.342641365636,47.6209050440006],[-122.342640014273,47.6209050619219]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[]},{"id":"verticalElements-244532-2","label":"Curb or separator","path":[[-122.342640014273,47.6209050619219],[-122.34264004078,47.6209059755739]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[]},{"id":"verticalElements-244532-3","label":"Curb or separator","path":[[-122.34264004078,47.6209059755739],[-122.342641392143,47.6209059576527]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[]},{"id":"verticalElements-244652-0","label":"Curb or separator","path":[[-122.342403735538,47.6211030874765],[-122.342405087558,47.6211030920396]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[]},{"id":"verticalElements-244652-1","label":"Curb or separator","path":[[-122.342405087558,47.6211030920396],[-122.342405094334,47.6211021788458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[]},{"id":"verticalElements-244652-2","label":"Curb or separator","path":[[-122.342405094334,47.6211021788458],[-122.342403743618,47.6211021733658]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[]},{"id":"verticalElements-244652-3","label":"Curb or separator","path":[[-122.342403743618,47.6211021733658],[-122.342403735538,47.6211030874765]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[]},{"id":"verticalElements-244689-0","label":"Curb or separator","path":[[-122.342459964325,47.6211754810753],[-122.342455886605,47.6211782069867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244689-1","label":"Curb or separator","path":[[-122.342459941394,47.6211782224905],[-122.342455909536,47.6211754655716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244689-2","label":"Curb or separator","path":[[-122.342455886605,47.6211782069867],[-122.342455909536,47.6211754655716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244689-3","label":"Curb or separator","path":[[-122.342455909536,47.6211754655716],[-122.342459964325,47.6211754810753]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244689-4","label":"Curb or separator","path":[[-122.342459964325,47.6211754810753],[-122.342459941394,47.6211782224905]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244689-5","label":"Curb or separator","path":[[-122.342459941394,47.6211782224905],[-122.342455886605,47.6211782069867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[]},{"id":"verticalElements-244805-0","label":"Curb or separator","path":[[-122.342767541986,47.6209160101476],[-122.342771675603,47.6209186973354]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-244805-1","label":"Curb or separator","path":[[-122.342771596075,47.6209159563793],[-122.342767621513,47.6209187511038]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-244805-2","label":"Curb or separator","path":[[-122.342771675603,47.6209186973354],[-122.342767621513,47.6209187511038]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-244805-3","label":"Curb or separator","path":[[-122.342767621513,47.6209187511038],[-122.342767541986,47.6209160101476]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-244805-4","label":"Curb or separator","path":[[-122.342767541986,47.6209160101476],[-122.342771596075,47.6209159563793]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-244805-5","label":"Curb or separator","path":[[-122.342771596075,47.6209159563793],[-122.342771675603,47.6209186973354]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[]},{"id":"verticalElements-245076-0","label":"Curb or separator","path":[[-122.342402374044,47.6212689917755],[-122.342403726069,47.6212689963387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[]},{"id":"verticalElements-245076-1","label":"Curb or separator","path":[[-122.342403726069,47.6212689963387],[-122.342403732844,47.621268083145]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[]},{"id":"verticalElements-245076-2","label":"Curb or separator","path":[[-122.342403732844,47.621268083145],[-122.342402382124,47.6212680776649]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[]},{"id":"verticalElements-245076-3","label":"Curb or separator","path":[[-122.342402382124,47.6212680776649],[-122.342402374044,47.6212689917755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[]},{"id":"verticalElements-245112-0","label":"Curb or separator","path":[[-122.342408926557,47.6205095352645],[-122.342410278562,47.6205095398277]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[]},{"id":"verticalElements-245112-1","label":"Curb or separator","path":[[-122.342410278562,47.6205095398277],[-122.342410285337,47.6205086266338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[]},{"id":"verticalElements-245112-2","label":"Curb or separator","path":[[-122.342410285337,47.6205086266338],[-122.342408934636,47.6205086211538]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[]},{"id":"verticalElements-245112-3","label":"Curb or separator","path":[[-122.342408934636,47.6205086211538],[-122.342408926557,47.6205095352645]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[]},{"id":"verticalElements-245616-0","label":"Curb or separator","path":[[-122.342409503104,47.6204280373647],[-122.342410853803,47.6204280428447]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[]},{"id":"verticalElements-245616-1","label":"Curb or separator","path":[[-122.342410853803,47.6204280428447],[-122.342410861882,47.620427128734]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[]},{"id":"verticalElements-245616-2","label":"Curb or separator","path":[[-122.342410861882,47.620427128734],[-122.34240950988,47.6204271241709]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[]},{"id":"verticalElements-245616-3","label":"Curb or separator","path":[[-122.34240950988,47.6204271241709],[-122.342409503104,47.6204280373647]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[]},{"id":"verticalElements-245790-0","label":"Curb or separator","path":[[-122.342361146279,47.6205083300028],[-122.34236249831,47.6205083354657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[]},{"id":"verticalElements-245790-1","label":"Curb or separator","path":[[-122.34236249831,47.6205083354657],[-122.34236250506,47.6205074213727]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[]},{"id":"verticalElements-245790-2","label":"Curb or separator","path":[[-122.34236250506,47.6205074213727],[-122.342361154359,47.6205074158921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[]},{"id":"verticalElements-245790-3","label":"Curb or separator","path":[[-122.342361154359,47.6205074158921],[-122.342361146279,47.6205083300028]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[]},{"id":"verticalElements-245843-0","label":"Curb or separator","path":[[-122.342808671142,47.6209248322935],[-122.342808644632,47.6209239186415]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[]},{"id":"verticalElements-245843-1","label":"Curb or separator","path":[[-122.342808644632,47.6209239186415],[-122.342807293268,47.6209239365647]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[]},{"id":"verticalElements-245843-2","label":"Curb or separator","path":[[-122.342807293268,47.6209239365647],[-122.342807319778,47.6209248502167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[]},{"id":"verticalElements-245843-3","label":"Curb or separator","path":[[-122.342807319778,47.6209248502167],[-122.342808671142,47.6209248322935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[]},{"id":"verticalElements-245905-0","label":"Curb or separator","path":[[-122.342266608828,47.62130991769],[-122.342262532417,47.6213126435769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245905-1","label":"Curb or separator","path":[[-122.342266587216,47.6213126590875],[-122.342262554028,47.6213099021794]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245905-2","label":"Curb or separator","path":[[-122.342262532417,47.6213126435769],[-122.342262554028,47.6213099021794]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245905-3","label":"Curb or separator","path":[[-122.342262554028,47.6213099021794],[-122.342266608828,47.62130991769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245905-4","label":"Curb or separator","path":[[-122.342266608828,47.62130991769],[-122.342266587216,47.6213126590875]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245905-5","label":"Curb or separator","path":[[-122.342266587216,47.6213126590875],[-122.342262532417,47.6213126435769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[]},{"id":"verticalElements-245966-0","label":"Curb or separator","path":[[-122.34290294954,47.6208490959311],[-122.342902923029,47.6208481822791]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[]},{"id":"verticalElements-245966-1","label":"Curb or separator","path":[[-122.342902923029,47.6208481822791],[-122.342901571667,47.6208482002034]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[]},{"id":"verticalElements-245966-2","label":"Curb or separator","path":[[-122.342901571667,47.6208482002034],[-122.342901598179,47.6208491138555]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[]},{"id":"verticalElements-245966-3","label":"Curb or separator","path":[[-122.342901598179,47.6208491138555],[-122.34290294954,47.6208490959311]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[]},{"id":"verticalElements-246086-0","label":"Curb or separator","path":[[-122.342457653866,47.6212178455501],[-122.342453576142,47.6212205714613]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246086-1","label":"Curb or separator","path":[[-122.342457630935,47.6212205869652],[-122.342453599074,47.6212178300462]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246086-2","label":"Curb or separator","path":[[-122.342453576142,47.6212205714613],[-122.342453599074,47.6212178300462]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246086-3","label":"Curb or separator","path":[[-122.342453599074,47.6212178300462],[-122.342457653866,47.6212178455501]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246086-4","label":"Curb or separator","path":[[-122.342457653866,47.6212178455501],[-122.342457630935,47.6212205869652]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246086-5","label":"Curb or separator","path":[[-122.342457630935,47.6212205869652],[-122.342453576142,47.6212205714613]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[]},{"id":"verticalElements-246147-0","label":"Curb or separator","path":[[-122.342305431231,47.6209922212536],[-122.342306781918,47.6209922258356]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[]},{"id":"verticalElements-246147-1","label":"Curb or separator","path":[[-122.342306781918,47.6209922258356],[-122.342306790025,47.6209913126241]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[]},{"id":"verticalElements-246147-2","label":"Curb or separator","path":[[-122.342306790025,47.6209913126241],[-122.342305437982,47.6209913071605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[]},{"id":"verticalElements-246147-3","label":"Curb or separator","path":[[-122.342305437982,47.6209913071605],[-122.342305431231,47.6209922212536]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[]},{"id":"verticalElements-246226-0","label":"Curb or separator","path":[[-122.34226841613,47.6210906021543],[-122.342264338406,47.6210933280589]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246226-1","label":"Curb or separator","path":[[-122.342268393188,47.6210933435694],[-122.342264361347,47.6210905866437]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246226-2","label":"Curb or separator","path":[[-122.342264338406,47.6210933280589],[-122.342264361347,47.6210905866437]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246226-3","label":"Curb or separator","path":[[-122.342264361347,47.6210905866437],[-122.34226841613,47.6210906021543]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246226-4","label":"Curb or separator","path":[[-122.34226841613,47.6210906021543],[-122.342268393188,47.6210933435694]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246226-5","label":"Curb or separator","path":[[-122.342268393188,47.6210933435694],[-122.342264338406,47.6210933280589]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[]},{"id":"verticalElements-246282-0","label":"Curb or separator","path":[[-122.342404286244,47.6210196890452],[-122.342405638288,47.6210196945076]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[]},{"id":"verticalElements-246282-1","label":"Curb or separator","path":[[-122.342405638288,47.6210196945076],[-122.342405646367,47.621018780397]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[]},{"id":"verticalElements-246282-2","label":"Curb or separator","path":[[-122.342405646367,47.621018780397],[-122.342404294349,47.6210187758338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[]},{"id":"verticalElements-246282-3","label":"Curb or separator","path":[[-122.342404294349,47.6210187758338],[-122.342404286244,47.6210196890452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[]},{"id":"verticalElements-246531-0","label":"Curb or separator","path":[[-122.342468358239,47.6209813356312],[-122.342469710256,47.6209813401936]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[]},{"id":"verticalElements-246531-1","label":"Curb or separator","path":[[-122.342469710256,47.6209813401936],[-122.34246971836,47.6209804269822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[]},{"id":"verticalElements-246531-2","label":"Curb or separator","path":[[-122.34246971836,47.6209804269822],[-122.342468366317,47.6209804215205]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[]},{"id":"verticalElements-246531-3","label":"Curb or separator","path":[[-122.342468366317,47.6209804215205],[-122.342468358239,47.6209813356312]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[]},{"id":"verticalElements-246880-0","label":"Curb or separator","path":[[-122.342475014825,47.6212178204548],[-122.342470937128,47.621220547266]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246880-1","label":"Curb or separator","path":[[-122.342474991894,47.62122056187],[-122.342470960059,47.6212178058509]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246880-2","label":"Curb or separator","path":[[-122.342470937128,47.621220547266],[-122.342470960059,47.6212178058509]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246880-3","label":"Curb or separator","path":[[-122.342470960059,47.6212178058509],[-122.342475014825,47.6212178204548]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246880-4","label":"Curb or separator","path":[[-122.342475014825,47.6212178204548],[-122.342474991894,47.62122056187]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246880-5","label":"Curb or separator","path":[[-122.342474991894,47.62122056187],[-122.342470937128,47.621220547266]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[]},{"id":"verticalElements-246932-0","label":"Curb or separator","path":[[-122.342273866605,47.6204700681312],[-122.34226978893,47.6204727940359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-246932-1","label":"Curb or separator","path":[[-122.342273843664,47.6204728095463],[-122.342269811871,47.6204700526208]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-246932-2","label":"Curb or separator","path":[[-122.34226978893,47.6204727940359],[-122.342269811871,47.6204700526208]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-246932-3","label":"Curb or separator","path":[[-122.342269811871,47.6204700526208],[-122.342273866605,47.6204700681312]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-246932-4","label":"Curb or separator","path":[[-122.342273866605,47.6204700681312],[-122.342273843664,47.6204728095463]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-246932-5","label":"Curb or separator","path":[[-122.342273843664,47.6204728095463],[-122.34226978893,47.6204727940359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[]},{"id":"verticalElements-247130-0","label":"Curb or separator","path":[[-122.342455614478,47.6210347965991],[-122.342456966522,47.6210348020609]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[]},{"id":"verticalElements-247130-1","label":"Curb or separator","path":[[-122.342456966522,47.6210348020609],[-122.342456974601,47.6210338879502]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[]},{"id":"verticalElements-247130-2","label":"Curb or separator","path":[[-122.342456974601,47.6210338879502],[-122.342455622582,47.6210338833877]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[]},{"id":"verticalElements-247130-3","label":"Curb or separator","path":[[-122.342455622582,47.6210338833877],[-122.342455614478,47.6210347965991]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[]},{"id":"verticalElements-247151-0","label":"Curb or separator","path":[[-122.342400453148,47.6214310243737],[-122.342401805203,47.6214310298362]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[]},{"id":"verticalElements-247151-1","label":"Curb or separator","path":[[-122.342401805203,47.6214310298362],[-122.342401811953,47.6214301157432]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[]},{"id":"verticalElements-247151-2","label":"Curb or separator","path":[[-122.342401811953,47.6214301157432],[-122.342400461254,47.6214301111623]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[]},{"id":"verticalElements-247151-3","label":"Curb or separator","path":[[-122.342400461254,47.6214301111623],[-122.342400453148,47.6214310243737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[]},{"id":"verticalElements-247156-0","label":"Curb or separator","path":[[-122.342306823186,47.6207971718966],[-122.342308175225,47.6207971773602]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[]},{"id":"verticalElements-247156-1","label":"Curb or separator","path":[[-122.342308175225,47.6207971773602],[-122.342308183306,47.6207962632495]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[]},{"id":"verticalElements-247156-2","label":"Curb or separator","path":[[-122.342308183306,47.6207962632495],[-122.342306831293,47.6207962586852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[]},{"id":"verticalElements-247156-3","label":"Curb or separator","path":[[-122.342306831293,47.6207962586852],[-122.342306823186,47.6207971718966]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[]},{"id":"verticalElements-247723-0","label":"Curb or separator","path":[[-122.342493193663,47.6212184223351],[-122.342489117271,47.6212211482301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247723-1","label":"Curb or separator","path":[[-122.342493172063,47.6212211637326],[-122.342489138871,47.6212184068326]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247723-2","label":"Curb or separator","path":[[-122.342489117271,47.6212211482301],[-122.342489138871,47.6212184068326]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247723-3","label":"Curb or separator","path":[[-122.342489138871,47.6212184068326],[-122.342493193663,47.6212184223351]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247723-4","label":"Curb or separator","path":[[-122.342493193663,47.6212184223351],[-122.342493172063,47.6212211637326]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247723-5","label":"Curb or separator","path":[[-122.342493172063,47.6212211637326],[-122.342489117271,47.6212211482301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[]},{"id":"verticalElements-247730-0","label":"Curb or separator","path":[[-122.342805634358,47.620848832145],[-122.342805607848,47.6208479184929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[]},{"id":"verticalElements-247730-1","label":"Curb or separator","path":[[-122.342805607848,47.6208479184929],[-122.342804256487,47.6208479364161]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[]},{"id":"verticalElements-247730-2","label":"Curb or separator","path":[[-122.342804256487,47.6208479364161],[-122.342804282997,47.6208488500681]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[]},{"id":"verticalElements-247730-3","label":"Curb or separator","path":[[-122.342804282997,47.6208488500681],[-122.342805634358,47.620848832145]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[]},{"id":"verticalElements-247893-0","label":"Curb or separator","path":[[-122.342456055641,47.6209813386333],[-122.342457406355,47.6209813441127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[]},{"id":"verticalElements-247893-1","label":"Curb or separator","path":[[-122.342457406355,47.6209813441127],[-122.342457414433,47.620980430002]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[]},{"id":"verticalElements-247893-2","label":"Curb or separator","path":[[-122.342457414433,47.620980430002],[-122.34245606239,47.6209804245402]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[]},{"id":"verticalElements-247893-3","label":"Curb or separator","path":[[-122.34245606239,47.6209804245402],[-122.342456055641,47.6209813386333]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[]},{"id":"verticalElements-247905-0","label":"Curb or separator","path":[[-122.343046024985,47.6209258348037],[-122.343050158617,47.6209285219814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-247905-1","label":"Curb or separator","path":[[-122.343050079075,47.6209257810255],[-122.343046104527,47.6209285757597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-247905-2","label":"Curb or separator","path":[[-122.343050158617,47.6209285219814],[-122.343046104527,47.6209285757597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-247905-3","label":"Curb or separator","path":[[-122.343046104527,47.6209285757597],[-122.343046024985,47.6209258348037]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-247905-4","label":"Curb or separator","path":[[-122.343046024985,47.6209258348037],[-122.343050079075,47.6209257810255]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-247905-5","label":"Curb or separator","path":[[-122.343050079075,47.6209257810255],[-122.343050158617,47.6209285219814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[]},{"id":"verticalElements-248032-0","label":"Curb or separator","path":[[-122.342283453072,47.6214839235856],[-122.342279375319,47.6214866494906]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248032-1","label":"Curb or separator","path":[[-122.342283430131,47.6214866650007],[-122.342279398259,47.6214839080756]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248032-2","label":"Curb or separator","path":[[-122.342279375319,47.6214866494906],[-122.342279398259,47.6214839080756]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248032-3","label":"Curb or separator","path":[[-122.342279398259,47.6214839080756],[-122.342283453072,47.6214839235856]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248032-4","label":"Curb or separator","path":[[-122.342283453072,47.6214839235856],[-122.342283430131,47.6214866650007]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248032-5","label":"Curb or separator","path":[[-122.342283430131,47.6214866650007],[-122.342279375319,47.6214866494906]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[]},{"id":"verticalElements-248571-0","label":"Curb or separator","path":[[-122.342309192014,47.6205979560881],[-122.342305114357,47.6206006828934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248571-1","label":"Curb or separator","path":[[-122.342309169075,47.6206006975032],[-122.342305137297,47.6205979414783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248571-2","label":"Curb or separator","path":[[-122.342305114357,47.6206006828934],[-122.342305137297,47.6205979414783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248571-3","label":"Curb or separator","path":[[-122.342305137297,47.6205979414783],[-122.342309192014,47.6205979560881]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248571-4","label":"Curb or separator","path":[[-122.342309192014,47.6205979560881],[-122.342309169075,47.6206006975032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248571-5","label":"Curb or separator","path":[[-122.342309169075,47.6206006975032],[-122.342305114357,47.6206006828934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[]},{"id":"verticalElements-248659-0","label":"Curb or separator","path":[[-122.342403160278,47.621184584458],[-122.342404510996,47.621184589938]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[]},{"id":"verticalElements-248659-1","label":"Curb or separator","path":[[-122.342404510996,47.621184589938],[-122.342404519076,47.6211836758274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[]},{"id":"verticalElements-248659-2","label":"Curb or separator","path":[[-122.342404519076,47.6211836758274],[-122.342403167053,47.6211836712642]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[]},{"id":"verticalElements-248659-3","label":"Curb or separator","path":[[-122.342403167053,47.6211836712642],[-122.342403160278,47.621184584458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[]},{"id":"verticalElements-248672-0","label":"Curb or separator","path":[[-122.342361721597,47.6204268330201],[-122.3423630736,47.6204268375838]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[]},{"id":"verticalElements-248672-1","label":"Curb or separator","path":[[-122.3423630736,47.6204268375838],[-122.342363081706,47.6204259243724]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[]},{"id":"verticalElements-248672-2","label":"Curb or separator","path":[[-122.342363081706,47.6204259243724],[-122.342361729677,47.6204259189094]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[]},{"id":"verticalElements-248672-3","label":"Curb or separator","path":[[-122.342361729677,47.6204259189094],[-122.342361721597,47.6204268330201]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[]},{"id":"verticalElements-249073-0","label":"Curb or separator","path":[[-122.343000122384,47.6209274935447],[-122.34300009587,47.6209265798927]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[]},{"id":"verticalElements-249073-1","label":"Curb or separator","path":[[-122.34300009587,47.6209265798927],[-122.342998744507,47.6209265978182]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[]},{"id":"verticalElements-249073-2","label":"Curb or separator","path":[[-122.342998744507,47.6209265978182],[-122.34299877102,47.6209275114703]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[]},{"id":"verticalElements-249073-3","label":"Curb or separator","path":[[-122.34299877102,47.6209275114703],[-122.343000122384,47.6209274935447]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[]},{"id":"verticalElements-249098-0","label":"Curb or separator","path":[[-122.342457154805,47.6207973610489],[-122.342458506843,47.6207973665107]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[]},{"id":"verticalElements-249098-1","label":"Curb or separator","path":[[-122.342458506843,47.6207973665107],[-122.342458513592,47.6207964524177]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[]},{"id":"verticalElements-249098-2","label":"Curb or separator","path":[[-122.342458513592,47.6207964524177],[-122.342457162909,47.6207964478375]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[]},{"id":"verticalElements-249098-3","label":"Curb or separator","path":[[-122.342457162909,47.6207964478375],[-122.342457154805,47.6207973610489]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[]},{"id":"verticalElements-249230-0","label":"Curb or separator","path":[[-122.342275672517,47.6202507526083],[-122.34227159486,47.6202534785132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249230-1","label":"Curb or separator","path":[[-122.342275649577,47.6202534940235],[-122.3422716178,47.620250737098]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249230-2","label":"Curb or separator","path":[[-122.34227159486,47.6202534785132],[-122.3422716178,47.620250737098]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249230-3","label":"Curb or separator","path":[[-122.3422716178,47.620250737098],[-122.342275672517,47.6202507526083]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249230-4","label":"Curb or separator","path":[[-122.342275672517,47.6202507526083],[-122.342275649577,47.6202534940235]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249230-5","label":"Curb or separator","path":[[-122.342275649577,47.6202534940235],[-122.34227159486,47.6202534785132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[]},{"id":"verticalElements-249300-0","label":"Curb or separator","path":[[-122.342467333296,47.6210073758334],[-122.34246868534,47.6210073812951]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[]},{"id":"verticalElements-249300-1","label":"Curb or separator","path":[[-122.34246868534,47.6210073812951],[-122.342468692088,47.6210064672021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[]},{"id":"verticalElements-249300-2","label":"Curb or separator","path":[[-122.342468692088,47.6210064672021],[-122.3424673414,47.621006462622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[]},{"id":"verticalElements-249300-3","label":"Curb or separator","path":[[-122.3424673414,47.621006462622],[-122.342467333296,47.6210073758334]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[]},{"id":"verticalElements-249480-0","label":"Curb or separator","path":[[-122.342301494086,47.6214839911576],[-122.34229741636,47.6214867179625]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249480-1","label":"Curb or separator","path":[[-122.342301471147,47.6214867325727],[-122.3422974393,47.6214839765474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249480-2","label":"Curb or separator","path":[[-122.34229741636,47.6214867179625],[-122.3422974393,47.6214839765474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249480-3","label":"Curb or separator","path":[[-122.3422974393,47.6214839765474],[-122.342301494086,47.6214839911576]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249480-4","label":"Curb or separator","path":[[-122.342301494086,47.6214839911576],[-122.342301471147,47.6214867325727]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249480-5","label":"Curb or separator","path":[[-122.342301471147,47.6214867325727],[-122.34229741636,47.6214867179625]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[]},{"id":"verticalElements-249525-0","label":"Curb or separator","path":[[-122.34241005382,47.6203446398313],[-122.34241140449,47.620344644412]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[]},{"id":"verticalElements-249525-1","label":"Curb or separator","path":[[-122.34241140449,47.620344644412],[-122.342411412596,47.6203437312006]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[]},{"id":"verticalElements-249525-2","label":"Curb or separator","path":[[-122.342411412596,47.6203437312006],[-122.342410060569,47.6203437257383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[]},{"id":"verticalElements-249525-3","label":"Curb or separator","path":[[-122.342410060569,47.6203437257383],[-122.34241005382,47.6203446398313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[]},{"id":"verticalElements-249694-0","label":"Curb or separator","path":[[-122.342265389225,47.6214721964714],[-122.342261312828,47.6214749232575]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249694-1","label":"Curb or separator","path":[[-122.34226536764,47.6214749387681],[-122.34226133444,47.62147218186]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249694-2","label":"Curb or separator","path":[[-122.342261312828,47.6214749232575],[-122.34226133444,47.62147218186]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249694-3","label":"Curb or separator","path":[[-122.34226133444,47.62147218186],[-122.342265389225,47.6214721964714]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249694-4","label":"Curb or separator","path":[[-122.342265389225,47.6214721964714],[-122.34226536764,47.6214749387681]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249694-5","label":"Curb or separator","path":[[-122.34226536764,47.6214749387681],[-122.342261312828,47.6214749232575]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[]},{"id":"verticalElements-249781-0","label":"Curb or separator","path":[[-122.342274769576,47.6203604108195],[-122.34227069191,47.6203631367244]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249781-1","label":"Curb or separator","path":[[-122.342274746635,47.6203631522347],[-122.342270714851,47.6203603953092]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249781-2","label":"Curb or separator","path":[[-122.34227069191,47.6203631367244],[-122.342270714851,47.6203603953092]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249781-3","label":"Curb or separator","path":[[-122.342270714851,47.6203603953092],[-122.342274769576,47.6203604108195]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249781-4","label":"Curb or separator","path":[[-122.342274769576,47.6203604108195],[-122.342274746635,47.6203631522347]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249781-5","label":"Curb or separator","path":[[-122.342274746635,47.6203631522347],[-122.34227069191,47.6203631367244]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[]},{"id":"verticalElements-249792-0","label":"Curb or separator","path":[[-122.342902807028,47.6209272289423],[-122.342902780517,47.6209263152903]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[]},{"id":"verticalElements-249792-1","label":"Curb or separator","path":[[-122.342902780517,47.6209263152903],[-122.342901429153,47.6209263332147]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[]},{"id":"verticalElements-249792-2","label":"Curb or separator","path":[[-122.342901429153,47.6209263332147],[-122.342901455665,47.6209272468667]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[]},{"id":"verticalElements-249792-3","label":"Curb or separator","path":[[-122.342901455665,47.6209272468667],[-122.342902807028,47.6209272289423]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[]},{"id":"verticalElements-250211-0","label":"Curb or separator","path":[[-122.342307088365,47.6207711291757],[-122.342308440377,47.62077113374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[]},{"id":"verticalElements-250211-1","label":"Curb or separator","path":[[-122.342308440377,47.62077113374],[-122.342308447128,47.6207702196469]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[]},{"id":"verticalElements-250211-2","label":"Curb or separator","path":[[-122.342308447128,47.6207702196469],[-122.342307095116,47.6207702150826]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[]},{"id":"verticalElements-250211-3","label":"Curb or separator","path":[[-122.342307095116,47.6207702150826],[-122.342307088365,47.6207711291757]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[]},{"id":"verticalElements-250336-0","label":"Curb or separator","path":[[-122.342499058645,47.6206850153806],[-122.342494980966,47.6206877412935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250336-1","label":"Curb or separator","path":[[-122.342499035716,47.6206877567958],[-122.342495003895,47.6206849998783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250336-2","label":"Curb or separator","path":[[-122.342494980966,47.6206877412935],[-122.342495003895,47.6206849998783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250336-3","label":"Curb or separator","path":[[-122.342495003895,47.6206849998783],[-122.342499058645,47.6206850153806]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250336-4","label":"Curb or separator","path":[[-122.342499058645,47.6206850153806],[-122.342499035716,47.6206877567958]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250336-5","label":"Curb or separator","path":[[-122.342499035716,47.6206877567958],[-122.342494980966,47.6206877412935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[]},{"id":"verticalElements-250380-0","label":"Curb or separator","path":[[-122.342754220336,47.6208469078713],[-122.342758353947,47.6208495950596]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250380-1","label":"Curb or separator","path":[[-122.34275827442,47.6208468541034],[-122.342754299862,47.6208496488275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250380-2","label":"Curb or separator","path":[[-122.342758353947,47.6208495950596],[-122.342754299862,47.6208496488275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250380-3","label":"Curb or separator","path":[[-122.342754299862,47.6208496488275],[-122.342754220336,47.6208469078713]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250380-4","label":"Curb or separator","path":[[-122.342754220336,47.6208469078713],[-122.34275827442,47.6208468541034]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250380-5","label":"Curb or separator","path":[[-122.34275827442,47.6208468541034],[-122.342758353947,47.6208495950596]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[]},{"id":"verticalElements-250384-0","label":"Curb or separator","path":[[-122.34249996112,47.6205753571685],[-122.342495883448,47.6205780830814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250384-1","label":"Curb or separator","path":[[-122.342499938191,47.6205780985837],[-122.342495906377,47.6205753416662]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250384-2","label":"Curb or separator","path":[[-122.342495883448,47.6205780830814],[-122.342495906377,47.6205753416662]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250384-3","label":"Curb or separator","path":[[-122.342495906377,47.6205753416662],[-122.34249996112,47.6205753571685]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250384-4","label":"Curb or separator","path":[[-122.34249996112,47.6205753571685],[-122.342499938191,47.6205780985837]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250384-5","label":"Curb or separator","path":[[-122.342499938191,47.6205780985837],[-122.342495883448,47.6205780830814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[]},{"id":"verticalElements-250541-0","label":"Curb or separator","path":[[-122.342355409628,47.6210994667908],[-122.342356761648,47.6210994713545]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[]},{"id":"verticalElements-250541-1","label":"Curb or separator","path":[[-122.342356761648,47.6210994713545],[-122.342356769755,47.6210985581431]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[]},{"id":"verticalElements-250541-2","label":"Curb or separator","path":[[-122.342356769755,47.6210985581431],[-122.342355417708,47.6210985526801]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[]},{"id":"verticalElements-250541-3","label":"Curb or separator","path":[[-122.342355417708,47.6210985526801],[-122.342355409628,47.6210994667908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[]},{"id":"verticalElements-250587-0","label":"Curb or separator","path":[[-122.34285159786,47.6209251679526],[-122.342855731482,47.6209278551374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250587-1","label":"Curb or separator","path":[[-122.34285565195,47.6209251141813],[-122.342851677392,47.6209279089087]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250587-2","label":"Curb or separator","path":[[-122.342855731482,47.6209278551374],[-122.342851677392,47.6209279089087]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250587-3","label":"Curb or separator","path":[[-122.342851677392,47.6209279089087],[-122.34285159786,47.6209251679526]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250587-4","label":"Curb or separator","path":[[-122.34285159786,47.6209251679526],[-122.34285565195,47.6209251141813]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250587-5","label":"Curb or separator","path":[[-122.34285565195,47.6209251141813],[-122.342855731482,47.6209278551374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[]},{"id":"verticalElements-250778-0","label":"Curb or separator","path":[[-122.34285153554,47.6208471726007],[-122.342855669156,47.6208498597855]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250778-1","label":"Curb or separator","path":[[-122.342855589624,47.6208471188294],[-122.342851615072,47.6208499135568]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250778-2","label":"Curb or separator","path":[[-122.342855669156,47.6208498597855],[-122.342851615072,47.6208499135568]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250778-3","label":"Curb or separator","path":[[-122.342851615072,47.6208499135568],[-122.34285153554,47.6208471726007]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250778-4","label":"Curb or separator","path":[[-122.34285153554,47.6208471726007],[-122.342855589624,47.6208471188294]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250778-5","label":"Curb or separator","path":[[-122.342855589624,47.6208471188294],[-122.342855669156,47.6208498597855]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[]},{"id":"verticalElements-250788-0","label":"Curb or separator","path":[[-122.342948709606,47.6209255693413],[-122.342952843234,47.6209282565226]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250788-1","label":"Curb or separator","path":[[-122.342952763697,47.6209255155665],[-122.342948789143,47.6209283102974]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250788-2","label":"Curb or separator","path":[[-122.342952843234,47.6209282565226],[-122.342948789143,47.6209283102974]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250788-3","label":"Curb or separator","path":[[-122.342948789143,47.6209283102974],[-122.342948709606,47.6209255693413]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250788-4","label":"Curb or separator","path":[[-122.342948709606,47.6209255693413],[-122.342952763697,47.6209255155665]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250788-5","label":"Curb or separator","path":[[-122.342952763697,47.6209255155665],[-122.342952843234,47.6209282565226]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[]},{"id":"verticalElements-250899-0","label":"Curb or separator","path":[[-122.343097437766,47.6209277589632],[-122.343097411251,47.6209268453112]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[]},{"id":"verticalElements-250899-1","label":"Curb or separator","path":[[-122.343097411251,47.6209268453112],[-122.343096059888,47.6209268632379]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[]},{"id":"verticalElements-250899-2","label":"Curb or separator","path":[[-122.343096059888,47.6209268632379],[-122.343096086402,47.6209277768898]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[]},{"id":"verticalElements-250899-3","label":"Curb or separator","path":[[-122.343096086402,47.6209277768898],[-122.343097437766,47.6209277589632]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[]},{"id":"verticalElements-251108-0","label":"Curb or separator","path":[[-122.342352126934,47.6214274036867],[-122.342353478989,47.6214274091497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[]},{"id":"verticalElements-251108-1","label":"Curb or separator","path":[[-122.342353478989,47.6214274091497],[-122.342353487069,47.621426495039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[]},{"id":"verticalElements-251108-2","label":"Curb or separator","path":[[-122.342353487069,47.621426495039],[-122.34235213504,47.6214264904753]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[]},{"id":"verticalElements-251108-3","label":"Curb or separator","path":[[-122.34235213504,47.6214264904753],[-122.342352126934,47.6214274036867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[]},{"id":"verticalElements-251158-0","label":"Curb or separator","path":[[-122.342357895881,47.6206747154497],[-122.342359247916,47.6206747209127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[]},{"id":"verticalElements-251158-1","label":"Curb or separator","path":[[-122.342359247916,47.6206747209127],[-122.342359254666,47.6206738068197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[]},{"id":"verticalElements-251158-2","label":"Curb or separator","path":[[-122.342359254666,47.6206738068197],[-122.342357903987,47.6206738022383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[]},{"id":"verticalElements-251158-3","label":"Curb or separator","path":[[-122.342357903987,47.6206738022383],[-122.342357895881,47.6206747154497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[]},{"id":"verticalElements-251184-0","label":"Curb or separator","path":[[-122.342309519491,47.6205581889937],[-122.342305441811,47.6205609148998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251184-1","label":"Curb or separator","path":[[-122.342309496552,47.6205609304088],[-122.34230546475,47.6205581734846]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251184-2","label":"Curb or separator","path":[[-122.342305441811,47.6205609148998],[-122.34230546475,47.6205581734846]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251184-3","label":"Curb or separator","path":[[-122.34230546475,47.6205581734846],[-122.342309519491,47.6205581889937]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251184-4","label":"Curb or separator","path":[[-122.342309519491,47.6205581889937],[-122.342309496552,47.6205609304088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251184-5","label":"Curb or separator","path":[[-122.342309496552,47.6205609304088],[-122.342305441811,47.6205609148998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[]},{"id":"verticalElements-251234-0","label":"Curb or separator","path":[[-122.342360359987,47.6205927373215],[-122.342361711994,47.6205927418852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[]},{"id":"verticalElements-251234-1","label":"Curb or separator","path":[[-122.342361711994,47.6205927418852],[-122.3423617201,47.6205918286737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[]},{"id":"verticalElements-251234-2","label":"Curb or separator","path":[[-122.3423617201,47.6205918286737],[-122.342360368067,47.6205918232108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[]},{"id":"verticalElements-251234-3","label":"Curb or separator","path":[[-122.342360368067,47.6205918232108],[-122.342360359987,47.6205927373215]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[]},{"id":"verticalElements-251240-0","label":"Curb or separator","path":[[-122.34268729471,47.6209042981571],[-122.342691428323,47.6209069853478]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251240-1","label":"Curb or separator","path":[[-122.342691348799,47.6209042443916],[-122.342687374233,47.6209070391133]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251240-2","label":"Curb or separator","path":[[-122.342691428323,47.6209069853478],[-122.342687374233,47.6209070391133]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251240-3","label":"Curb or separator","path":[[-122.342687374233,47.6209070391133],[-122.34268729471,47.6209042981571]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251240-4","label":"Curb or separator","path":[[-122.34268729471,47.6209042981571],[-122.342691348799,47.6209042443916]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251240-5","label":"Curb or separator","path":[[-122.342691348799,47.6209042443916],[-122.342691428323,47.6209069853478]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[]},{"id":"verticalElements-251299-0","label":"Curb or separator","path":[[-122.342410451607,47.6202619793067],[-122.342411803631,47.620261984769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[]},{"id":"verticalElements-251299-1","label":"Curb or separator","path":[[-122.342411803631,47.620261984769],[-122.34241181038,47.620261070676]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[]},{"id":"verticalElements-251299-2","label":"Curb or separator","path":[[-122.34241181038,47.620261070676],[-122.342410459712,47.6202610660953]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[]},{"id":"verticalElements-251299-3","label":"Curb or separator","path":[[-122.342410459712,47.6202610660953],[-122.342410451607,47.6202619793067]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[]},{"id":"verticalElements-251304-0","label":"Curb or separator","path":[[-122.342457466291,47.6207619086935],[-122.342458816998,47.6207619141729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[]},{"id":"verticalElements-251304-1","label":"Curb or separator","path":[[-122.342458816998,47.6207619141729],[-122.342458825077,47.6207610000622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[]},{"id":"verticalElements-251304-2","label":"Curb or separator","path":[[-122.342458825077,47.6207610000622],[-122.342457473039,47.6207609946005]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[]},{"id":"verticalElements-251304-3","label":"Curb or separator","path":[[-122.342457473039,47.6207609946005],[-122.342457466291,47.6207619086935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[]},{"id":"verticalElements-251382-0","label":"Curb or separator","path":[[-122.342273438079,47.6205580529502],[-122.342269361727,47.6205607788373]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251382-1","label":"Curb or separator","path":[[-122.342273416468,47.6205607943477],[-122.342269383338,47.6205580374398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251382-2","label":"Curb or separator","path":[[-122.342269361727,47.6205607788373],[-122.342269383338,47.6205580374398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251382-3","label":"Curb or separator","path":[[-122.342269383338,47.6205580374398],[-122.342273438079,47.6205580529502]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251382-4","label":"Curb or separator","path":[[-122.342273438079,47.6205580529502],[-122.342273416468,47.6205607943477]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251382-5","label":"Curb or separator","path":[[-122.342273416468,47.6205607943477],[-122.342269361727,47.6205607788373]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[]},{"id":"verticalElements-251435-0","label":"Curb or separator","path":[[-122.342265705823,47.621419574999],[-122.3422616281,47.6214223018027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251435-1","label":"Curb or separator","path":[[-122.342265682907,47.6214223173134],[-122.342261651041,47.6214195603876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251435-2","label":"Curb or separator","path":[[-122.3422616281,47.6214223018027],[-122.342261651041,47.6214195603876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251435-3","label":"Curb or separator","path":[[-122.342261651041,47.6214195603876],[-122.342265705823,47.621419574999]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251435-4","label":"Curb or separator","path":[[-122.342265705823,47.621419574999],[-122.342265682907,47.6214223173134]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251435-5","label":"Curb or separator","path":[[-122.342265682907,47.6214223173134],[-122.3422616281,47.6214223018027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[]},{"id":"verticalElements-251542-0","label":"Curb or separator","path":[[-122.34235404798,47.6212653710893],[-122.342355400005,47.621265375653]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[]},{"id":"verticalElements-251542-1","label":"Curb or separator","path":[[-122.342355400005,47.621265375653],[-122.342355408111,47.6212644624416]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[]},{"id":"verticalElements-251542-2","label":"Curb or separator","path":[[-122.342355408111,47.6212644624416],[-122.34235405606,47.6212644569786]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[]},{"id":"verticalElements-251542-3","label":"Curb or separator","path":[[-122.34235405606,47.6212644569786],[-122.34235404798,47.6212653710893]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[]},{"id":"verticalElements-251545-0","label":"Curb or separator","path":[[-122.342494627147,47.6211760550944],[-122.342490549429,47.6211787810071]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251545-1","label":"Curb or separator","path":[[-122.342494604218,47.6211787965096],[-122.342490572358,47.6211760395919]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251545-2","label":"Curb or separator","path":[[-122.342490549429,47.6211787810071],[-122.342490572358,47.6211760395919]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251545-3","label":"Curb or separator","path":[[-122.342490572358,47.6211760395919],[-122.342494627147,47.6211760550944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251545-4","label":"Curb or separator","path":[[-122.342494627147,47.6211760550944],[-122.342494604218,47.6211787965096]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251545-5","label":"Curb or separator","path":[[-122.342494604218,47.6211787965096],[-122.342490549429,47.6211787810071]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[]},{"id":"verticalElements-251743-0","label":"Curb or separator","path":[[-122.342269319097,47.6209809439451],[-122.342265241382,47.6209836698497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-251743-1","label":"Curb or separator","path":[[-122.342269296156,47.6209836853603],[-122.342265264323,47.6209809284346]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-251743-2","label":"Curb or separator","path":[[-122.342265241382,47.6209836698497],[-122.342265264323,47.6209809284346]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-251743-3","label":"Curb or separator","path":[[-122.342265264323,47.6209809284346],[-122.342269319097,47.6209809439451]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-251743-4","label":"Curb or separator","path":[[-122.342269319097,47.6209809439451],[-122.342269296156,47.6209836853603]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-251743-5","label":"Curb or separator","path":[[-122.342269296156,47.6209836853603],[-122.342265241382,47.6209836698497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[]},{"id":"verticalElements-252048-0","label":"Curb or separator","path":[[-122.342708317821,47.6208485673939],[-122.342708291313,47.6208476537418]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[]},{"id":"verticalElements-252048-1","label":"Curb or separator","path":[[-122.342708291313,47.6208476537418],[-122.342706939951,47.6208476716639]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[]},{"id":"verticalElements-252048-2","label":"Curb or separator","path":[[-122.342706939951,47.6208476716639],[-122.34270696646,47.6208485853159]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[]},{"id":"verticalElements-252048-3","label":"Curb or separator","path":[[-122.34270696646,47.6208485853159],[-122.342708317821,47.6208485673939]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[]},{"id":"verticalElements-252192-0","label":"Curb or separator","path":[[-122.342307364309,47.620743714407],[-122.342308715016,47.6207437198882]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[]},{"id":"verticalElements-252192-1","label":"Curb or separator","path":[[-122.342308715016,47.6207437198882],[-122.342308723097,47.6207428057775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[]},{"id":"verticalElements-252192-2","label":"Curb or separator","path":[[-122.342308723097,47.6207428057775],[-122.34230737106,47.6207428003139]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[]},{"id":"verticalElements-252192-3","label":"Curb or separator","path":[[-122.34230737106,47.6207428003139],[-122.342307364309,47.620743714407]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[]},{"id":"verticalElements-252241-0","label":"Curb or separator","path":[[-122.342457336458,47.620779587748],[-122.342458687166,47.6207795932273]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[]},{"id":"verticalElements-252241-1","label":"Curb or separator","path":[[-122.342458687166,47.6207795932273],[-122.342458695244,47.6207786791167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[]},{"id":"verticalElements-252241-2","label":"Curb or separator","path":[[-122.342458695244,47.6207786791167],[-122.342457343206,47.6207786736549]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[]},{"id":"verticalElements-252241-3","label":"Curb or separator","path":[[-122.342457343206,47.6207786736549],[-122.342457336458,47.620779587748]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[]},{"id":"verticalElements-252261-0","label":"Curb or separator","path":[[-122.342493135623,47.6213357700076],[-122.342489057918,47.6213384968195]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252261-1","label":"Curb or separator","path":[[-122.342493112693,47.6213385114228],[-122.342489080847,47.6213357554044]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252261-2","label":"Curb or separator","path":[[-122.342489057918,47.6213384968195],[-122.342489080847,47.6213357554044]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252261-3","label":"Curb or separator","path":[[-122.342489080847,47.6213357554044],[-122.342493135623,47.6213357700076]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252261-4","label":"Curb or separator","path":[[-122.342493135623,47.6213357700076],[-122.342493112693,47.6213385114228]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252261-5","label":"Curb or separator","path":[[-122.342493112693,47.6213385114228],[-122.342489057918,47.6213384968195]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[]},{"id":"verticalElements-252480-0","label":"Curb or separator","path":[[-122.342498156142,47.6207946726931],[-122.342494078479,47.6207973995052]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252480-1","label":"Curb or separator","path":[[-122.342498133212,47.6207974141083],[-122.342494101408,47.62079465809]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252480-2","label":"Curb or separator","path":[[-122.342494078479,47.6207973995052],[-122.342494101408,47.62079465809]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252480-3","label":"Curb or separator","path":[[-122.342494101408,47.62079465809],[-122.342498156142,47.6207946726931]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252480-4","label":"Curb or separator","path":[[-122.342498156142,47.6207946726931],[-122.342498133212,47.6207974141083]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252480-5","label":"Curb or separator","path":[[-122.342498133212,47.6207974141083],[-122.342494078479,47.6207973995052]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[]},{"id":"verticalElements-252495-0","label":"Curb or separator","path":[[-122.342354834292,47.621180963772],[-122.342356186341,47.621180969235]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[]},{"id":"verticalElements-252495-1","label":"Curb or separator","path":[[-122.342356186341,47.621180969235],[-122.342356193091,47.621180055142]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[]},{"id":"verticalElements-252495-2","label":"Curb or separator","path":[[-122.342356193091,47.621180055142],[-122.342354842372,47.6211800496614]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[]},{"id":"verticalElements-252495-3","label":"Curb or separator","path":[[-122.342354842372,47.6211800496614],[-122.342354834292,47.621180963772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[]},{"id":"verticalElements-252604-0","label":"Curb or separator","path":[[-122.342362126477,47.6202583586238],[-122.342363478502,47.6202583640867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[]},{"id":"verticalElements-252604-1","label":"Curb or separator","path":[[-122.342363478502,47.6202583640867],[-122.342363486582,47.620257449976]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[]},{"id":"verticalElements-252604-2","label":"Curb or separator","path":[[-122.342363486582,47.620257449976],[-122.342362134583,47.6202574454124]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[]},{"id":"verticalElements-252604-3","label":"Curb or separator","path":[[-122.342362134583,47.6202574454124],[-122.342362126477,47.6202583586238]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[]},{"id":"verticalElements-252786-0","label":"Curb or separator","path":[[-122.342467108004,47.6210347908313],[-122.342468458693,47.6210347954114]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[]},{"id":"verticalElements-252786-1","label":"Curb or separator","path":[[-122.342468458693,47.6210347954114],[-122.342468466797,47.6210338822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[]},{"id":"verticalElements-252786-2","label":"Curb or separator","path":[[-122.342468466797,47.6210338822],[-122.342467114753,47.6210338767383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[]},{"id":"verticalElements-252786-3","label":"Curb or separator","path":[[-122.342467114753,47.6210338767383],[-122.342467108004,47.6210347908313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[]},{"id":"verticalElements-252801-0","label":"Curb or separator","path":[[-122.342293554421,47.6207970761403],[-122.342294905129,47.6207970816217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[]},{"id":"verticalElements-252801-1","label":"Curb or separator","path":[[-122.342294905129,47.6207970816217],[-122.342294913211,47.620796167511]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[]},{"id":"verticalElements-252801-2","label":"Curb or separator","path":[[-122.342294913211,47.620796167511],[-122.342293561198,47.6207961629465]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[]},{"id":"verticalElements-252801-3","label":"Curb or separator","path":[[-122.342293561198,47.6207961629465],[-122.342293554421,47.6207970761403]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[]},{"id":"verticalElements-252956-0","label":"Curb or separator","path":[[-122.342360543894,47.6209927967548],[-122.342361089041,47.6209969115387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252956,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252956"}],"details":[]},{"id":"verticalElements-252970-0","label":"Curb or separator","path":[[-122.34239791004,47.62087946235],[-122.342397988279,47.6208703248755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252970,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252970"}],"details":[]},{"id":"verticalElements-253518-0","label":"Curb or separator","path":[[-122.342355960411,47.6210160683597],[-122.342357312455,47.6210160738227]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[]},{"id":"verticalElements-253518-1","label":"Curb or separator","path":[[-122.342357312455,47.6210160738227],[-122.342357320536,47.6210151597121]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[]},{"id":"verticalElements-253518-2","label":"Curb or separator","path":[[-122.342357320536,47.6210151597121],[-122.342355968518,47.6210151551483]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[]},{"id":"verticalElements-253518-3","label":"Curb or separator","path":[[-122.342355968518,47.6210151551483],[-122.342355960411,47.6210160683597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[]},{"id":"verticalElements-253566-0","label":"Curb or separator","path":[[-122.34240622082,47.620755975167],[-122.342407571501,47.6207559797477]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[]},{"id":"verticalElements-253566-1","label":"Curb or separator","path":[[-122.342407571501,47.6207559797477],[-122.342407579606,47.6207550665363]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[]},{"id":"verticalElements-253566-2","label":"Curb or separator","path":[[-122.342407579606,47.6207550665363],[-122.342406227569,47.6207550610739]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[]},{"id":"verticalElements-253566-3","label":"Curb or separator","path":[[-122.342406227569,47.6207550610739],[-122.34240622082,47.620755975167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[]},{"id":"verticalElements-253739-0","label":"Curb or separator","path":[[-122.342408141647,47.6205939416666],[-122.34240949235,47.6205939471467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[]},{"id":"verticalElements-253739-1","label":"Curb or separator","path":[[-122.34240949235,47.6205939471467],[-122.342409500429,47.6205930330359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[]},{"id":"verticalElements-253739-2","label":"Curb or separator","path":[[-122.342409500429,47.6205930330359],[-122.342408148422,47.6205930284729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[]},{"id":"verticalElements-253739-3","label":"Curb or separator","path":[[-122.342408148422,47.6205930284729],[-122.342408141647,47.6205939416666]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[]},{"id":"verticalElements-253784-0","label":"Curb or separator","path":[[-122.342405676311,47.6206759207128],[-122.342407028347,47.6206759261752]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[]},{"id":"verticalElements-253784-1","label":"Curb or separator","path":[[-122.342407028347,47.6206759261752],[-122.342407035096,47.6206750120822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[]},{"id":"verticalElements-253784-2","label":"Curb or separator","path":[[-122.342407035096,47.6206750120822],[-122.342405684391,47.6206750066021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[]},{"id":"verticalElements-253784-3","label":"Curb or separator","path":[[-122.342405684391,47.6206750066021],[-122.342405676311,47.6206759207128]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[]},{"id":"verticalElements-253855-0","label":"Curb or separator","path":[[-122.342399909972,47.6213509699033],[-122.342401260695,47.6213509753834]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[]},{"id":"verticalElements-253855-1","label":"Curb or separator","path":[[-122.342401260695,47.6213509753834],[-122.342401268774,47.6213500612728]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[]},{"id":"verticalElements-253855-2","label":"Curb or separator","path":[[-122.342401268774,47.6213500612728],[-122.342399916748,47.6213500567095]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[]},{"id":"verticalElements-253855-3","label":"Curb or separator","path":[[-122.342399916748,47.6213500567095],[-122.342399909972,47.6213509699033]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[]},{"id":"verticalElements-254000-0","label":"Curb or separator","path":[[-122.34229381825,47.6207710325377],[-122.342295170288,47.6207710380015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[]},{"id":"verticalElements-254000-1","label":"Curb or separator","path":[[-122.342295170288,47.6207710380015],[-122.342295177039,47.6207701239084]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[]},{"id":"verticalElements-254000-2","label":"Curb or separator","path":[[-122.342295177039,47.6207701239084],[-122.342293826358,47.6207701193263]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[]},{"id":"verticalElements-254000-3","label":"Curb or separator","path":[[-122.342293826358,47.6207701193263],[-122.34229381825,47.6207710325377]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[]},{"id":"verticalElements-254057-0","label":"Curb or separator","path":[[-122.342351583832,47.621347349216],[-122.342352935885,47.6213473546791]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[]},{"id":"verticalElements-254057-1","label":"Curb or separator","path":[[-122.342352935885,47.6213473546791],[-122.342352942635,47.6213464405861]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[]},{"id":"verticalElements-254057-2","label":"Curb or separator","path":[[-122.342352942635,47.6213464405861],[-122.342351591938,47.6213464360046]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[]},{"id":"verticalElements-254057-3","label":"Curb or separator","path":[[-122.342351591938,47.6213464360046],[-122.342351583832,47.621347349216]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[]},{"id":"verticalElements-254293-0","label":"Curb or separator","path":[[-122.342362273693,47.62034343457],[-122.34236362439,47.6203434400506]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[]},{"id":"verticalElements-254293-1","label":"Curb or separator","path":[[-122.34236362439,47.6203434400506],[-122.34236363247,47.6203425259399]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[]},{"id":"verticalElements-254293-2","label":"Curb or separator","path":[[-122.34236363247,47.6203425259399],[-122.342362280469,47.6203425213762]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[]},{"id":"verticalElements-254293-3","label":"Curb or separator","path":[[-122.342362280469,47.6203425213762],[-122.342362273693,47.62034343457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[]},{"id":"verticalElements-254315-0","label":"Curb or separator","path":[[-122.342358438985,47.6207547699217],[-122.342359791023,47.6207547753847]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[]},{"id":"verticalElements-254315-1","label":"Curb or separator","path":[[-122.342359791023,47.6207547753847],[-122.342359799103,47.620753861274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[]},{"id":"verticalElements-254315-2","label":"Curb or separator","path":[[-122.342359799103,47.620753861274],[-122.342358447065,47.620753855811]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[]},{"id":"verticalElements-254315-3","label":"Curb or separator","path":[[-122.342358447065,47.620753855811],[-122.342358438985,47.6207547699217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[]},{"id":"verticalElements-254462-0","label":"Curb or separator","path":[[-122.342455841132,47.6210073824828],[-122.342457191845,47.6210073879622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[]},{"id":"verticalElements-254462-1","label":"Curb or separator","path":[[-122.342457191845,47.6210073879622],[-122.342457199924,47.6210064738515]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[]},{"id":"verticalElements-254462-2","label":"Curb or separator","path":[[-122.342457199924,47.6210064738515],[-122.34245584788,47.6210064683898]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[]},{"id":"verticalElements-254462-3","label":"Curb or separator","path":[[-122.34245584788,47.6210064683898],[-122.342455841132,47.6210073824828]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[]},{"id":"verticalElements-254514-0","label":"Curb or separator","path":[[-122.342294094227,47.6207436186684],[-122.342295446238,47.6207436232328]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[]},{"id":"verticalElements-254514-1","label":"Curb or separator","path":[[-122.342295446238,47.6207436232328],[-122.342295453015,47.620742710039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[]},{"id":"verticalElements-254514-2","label":"Curb or separator","path":[[-122.342295453015,47.620742710039],[-122.342294102309,47.6207427045577]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[]},{"id":"verticalElements-254514-3","label":"Curb or separator","path":[[-122.342294102309,47.6207427045577],[-122.342294094227,47.6207436186684]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[]},{"id":"verticalElements-254720-0","label":"Curb or separator","path":[[-122.34245538918,47.621062211597],[-122.342456741199,47.6210622161595]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[]},{"id":"verticalElements-254720-1","label":"Curb or separator","path":[[-122.342456741199,47.6210622161595],[-122.342456747973,47.6210613029657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[]},{"id":"verticalElements-254720-2","label":"Curb or separator","path":[[-122.342456747973,47.6210613029657],[-122.342455397258,47.6210612974863]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[]},{"id":"verticalElements-254720-3","label":"Curb or separator","path":[[-122.342455397258,47.6210612974863],[-122.34245538918,47.621062211597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[]},{"id":"verticalElements-255012-0","label":"Curb or separator","path":[[-122.342307747417,47.6207168748673],[-122.342309098124,47.6207168803486]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[]},{"id":"verticalElements-255012-1","label":"Curb or separator","path":[[-122.342309098124,47.6207168803486],[-122.342309106205,47.6207159662379]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[]},{"id":"verticalElements-255012-2","label":"Curb or separator","path":[[-122.342309106205,47.6207159662379],[-122.342307754194,47.6207159616736]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[]},{"id":"verticalElements-255012-3","label":"Curb or separator","path":[[-122.342307754194,47.6207159616736],[-122.342307747417,47.6207168748673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[]},{"id":"verticalElements-255091-0","label":"Curb or separator","path":[[-122.342305283352,47.6210037292233],[-122.342306635369,47.6210037337876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[]},{"id":"verticalElements-255091-1","label":"Curb or separator","path":[[-122.342306635369,47.6210037337876],[-122.34230664212,47.6210028196945]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[]},{"id":"verticalElements-255091-2","label":"Curb or separator","path":[[-122.34230664212,47.6210028196945],[-122.342305291433,47.6210028151126]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[]},{"id":"verticalElements-255091-3","label":"Curb or separator","path":[[-122.342305291433,47.6210028151126],[-122.342305283352,47.6210037292233]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[]},{"id":"verticalElements-255157-0","label":"Curb or separator","path":[[-122.34230557778,47.6209807133015],[-122.342306929823,47.6209807187651]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[]},{"id":"verticalElements-255157-1","label":"Curb or separator","path":[[-122.342306929823,47.6209807187651],[-122.342306937904,47.6209798046544]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[]},{"id":"verticalElements-255157-2","label":"Curb or separator","path":[[-122.342306937904,47.6209798046544],[-122.342305585861,47.6209797991908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[]},{"id":"verticalElements-255157-3","label":"Curb or separator","path":[[-122.342305585861,47.6209797991908],[-122.34230557778,47.6209807133015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[]},{"id":"verticalElements-255266-0","label":"Curb or separator","path":[[-122.342403735538,47.6211030874765],[-122.342405087558,47.6211030920396]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[]},{"id":"verticalElements-255266-1","label":"Curb or separator","path":[[-122.342405087558,47.6211030920396],[-122.342405094334,47.6211021788458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[]},{"id":"verticalElements-255266-2","label":"Curb or separator","path":[[-122.342405094334,47.6211021788458],[-122.342403743618,47.6211021733658]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[]},{"id":"verticalElements-255266-3","label":"Curb or separator","path":[[-122.342403743618,47.6211021733658],[-122.342403735538,47.6211030874765]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[]},{"id":"verticalElements-255519-0","label":"Curb or separator","path":[[-122.342402374044,47.6212689917755],[-122.342403726069,47.6212689963387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[]},{"id":"verticalElements-255519-1","label":"Curb or separator","path":[[-122.342403726069,47.6212689963387],[-122.342403732844,47.621268083145]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[]},{"id":"verticalElements-255519-2","label":"Curb or separator","path":[[-122.342403732844,47.621268083145],[-122.342402382124,47.6212680776649]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[]},{"id":"verticalElements-255519-3","label":"Curb or separator","path":[[-122.342402382124,47.6212680776649],[-122.342402374044,47.6212689917755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[]},{"id":"verticalElements-255544-0","label":"Curb or separator","path":[[-122.342408926557,47.6205095352645],[-122.342410278562,47.6205095398277]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[]},{"id":"verticalElements-255544-1","label":"Curb or separator","path":[[-122.342410278562,47.6205095398277],[-122.342410285337,47.6205086266338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[]},{"id":"verticalElements-255544-2","label":"Curb or separator","path":[[-122.342410285337,47.6205086266338],[-122.342408934636,47.6205086211538]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[]},{"id":"verticalElements-255544-3","label":"Curb or separator","path":[[-122.342408934636,47.6205086211538],[-122.342408926557,47.6205095352645]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[]},{"id":"verticalElements-255839-0","label":"Curb or separator","path":[[-122.342409503104,47.6204280373647],[-122.342410853803,47.6204280428447]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[]},{"id":"verticalElements-255839-1","label":"Curb or separator","path":[[-122.342410853803,47.6204280428447],[-122.342410861882,47.620427128734]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[]},{"id":"verticalElements-255839-2","label":"Curb or separator","path":[[-122.342410861882,47.620427128734],[-122.34240950988,47.6204271241709]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[]},{"id":"verticalElements-255839-3","label":"Curb or separator","path":[[-122.34240950988,47.6204271241709],[-122.342409503104,47.6204280373647]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[]},{"id":"verticalElements-255946-0","label":"Curb or separator","path":[[-122.342361146279,47.6205083300028],[-122.34236249831,47.6205083354657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[]},{"id":"verticalElements-255946-1","label":"Curb or separator","path":[[-122.34236249831,47.6205083354657],[-122.34236250506,47.6205074213727]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[]},{"id":"verticalElements-255946-2","label":"Curb or separator","path":[[-122.34236250506,47.6205074213727],[-122.342361154359,47.6205074158921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[]},{"id":"verticalElements-255946-3","label":"Curb or separator","path":[[-122.342361154359,47.6205074158921],[-122.342361146279,47.6205083300028]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[]},{"id":"verticalElements-256164-0","label":"Curb or separator","path":[[-122.342305431231,47.6209922212536],[-122.342306781918,47.6209922258356]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[]},{"id":"verticalElements-256164-1","label":"Curb or separator","path":[[-122.342306781918,47.6209922258356],[-122.342306790025,47.6209913126241]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[]},{"id":"verticalElements-256164-2","label":"Curb or separator","path":[[-122.342306790025,47.6209913126241],[-122.342305437982,47.6209913071605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[]},{"id":"verticalElements-256164-3","label":"Curb or separator","path":[[-122.342305437982,47.6209913071605],[-122.342305431231,47.6209922212536]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[]},{"id":"verticalElements-256236-0","label":"Curb or separator","path":[[-122.342404286244,47.6210196890452],[-122.342405638288,47.6210196945076]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[]},{"id":"verticalElements-256236-1","label":"Curb or separator","path":[[-122.342405638288,47.6210196945076],[-122.342405646367,47.621018780397]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[]},{"id":"verticalElements-256236-2","label":"Curb or separator","path":[[-122.342405646367,47.621018780397],[-122.342404294349,47.6210187758338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[]},{"id":"verticalElements-256236-3","label":"Curb or separator","path":[[-122.342404294349,47.6210187758338],[-122.342404286244,47.6210196890452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[]},{"id":"verticalElements-256388-0","label":"Curb or separator","path":[[-122.342468358239,47.6209813356312],[-122.342469710256,47.6209813401936]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[]},{"id":"verticalElements-256388-1","label":"Curb or separator","path":[[-122.342469710256,47.6209813401936],[-122.34246971836,47.6209804269822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[]},{"id":"verticalElements-256388-2","label":"Curb or separator","path":[[-122.34246971836,47.6209804269822],[-122.342468366317,47.6209804215205]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[]},{"id":"verticalElements-256388-3","label":"Curb or separator","path":[[-122.342468366317,47.6209804215205],[-122.342468358239,47.6209813356312]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[]},{"id":"verticalElements-256748-0","label":"Curb or separator","path":[[-122.342455614478,47.6210347965991],[-122.342456966522,47.6210348020609]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[]},{"id":"verticalElements-256748-1","label":"Curb or separator","path":[[-122.342456966522,47.6210348020609],[-122.342456974601,47.6210338879502]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[]},{"id":"verticalElements-256748-2","label":"Curb or separator","path":[[-122.342456974601,47.6210338879502],[-122.342455622582,47.6210338833877]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[]},{"id":"verticalElements-256748-3","label":"Curb or separator","path":[[-122.342455622582,47.6210338833877],[-122.342455614478,47.6210347965991]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[]},{"id":"verticalElements-256761-0","label":"Curb or separator","path":[[-122.342400453148,47.6214310243737],[-122.342401805203,47.6214310298362]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[]},{"id":"verticalElements-256761-1","label":"Curb or separator","path":[[-122.342401805203,47.6214310298362],[-122.342401811953,47.6214301157432]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[]},{"id":"verticalElements-256761-2","label":"Curb or separator","path":[[-122.342401811953,47.6214301157432],[-122.342400461254,47.6214301111623]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[]},{"id":"verticalElements-256761-3","label":"Curb or separator","path":[[-122.342400461254,47.6214301111623],[-122.342400453148,47.6214310243737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[]},{"id":"verticalElements-256764-0","label":"Curb or separator","path":[[-122.342306823186,47.6207971718966],[-122.342308175225,47.6207971773602]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[]},{"id":"verticalElements-256764-1","label":"Curb or separator","path":[[-122.342308175225,47.6207971773602],[-122.342308183306,47.6207962632495]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[]},{"id":"verticalElements-256764-2","label":"Curb or separator","path":[[-122.342308183306,47.6207962632495],[-122.342306831293,47.6207962586852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[]},{"id":"verticalElements-256764-3","label":"Curb or separator","path":[[-122.342306831293,47.6207962586852],[-122.342306823186,47.6207971718966]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[]},{"id":"verticalElements-257222-0","label":"Curb or separator","path":[[-122.342456055641,47.6209813386333],[-122.342457406355,47.6209813441127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[]},{"id":"verticalElements-257222-1","label":"Curb or separator","path":[[-122.342457406355,47.6209813441127],[-122.342457414433,47.620980430002]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[]},{"id":"verticalElements-257222-2","label":"Curb or separator","path":[[-122.342457414433,47.620980430002],[-122.34245606239,47.6209804245402]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[]},{"id":"verticalElements-257222-3","label":"Curb or separator","path":[[-122.34245606239,47.6209804245402],[-122.342456055641,47.6209813386333]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[]},{"id":"verticalElements-257689-0","label":"Curb or separator","path":[[-122.342403160278,47.621184584458],[-122.342404510996,47.621184589938]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[]},{"id":"verticalElements-257689-1","label":"Curb or separator","path":[[-122.342404510996,47.621184589938],[-122.342404519076,47.6211836758274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[]},{"id":"verticalElements-257689-2","label":"Curb or separator","path":[[-122.342404519076,47.6211836758274],[-122.342403167053,47.6211836712642]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[]},{"id":"verticalElements-257689-3","label":"Curb or separator","path":[[-122.342403167053,47.6211836712642],[-122.342403160278,47.621184584458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[]},{"id":"verticalElements-257699-0","label":"Curb or separator","path":[[-122.342361721597,47.6204268330201],[-122.3423630736,47.6204268375838]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[]},{"id":"verticalElements-257699-1","label":"Curb or separator","path":[[-122.3423630736,47.6204268375838],[-122.342363081706,47.6204259243724]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[]},{"id":"verticalElements-257699-2","label":"Curb or separator","path":[[-122.342363081706,47.6204259243724],[-122.342361729677,47.6204259189094]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[]},{"id":"verticalElements-257699-3","label":"Curb or separator","path":[[-122.342361729677,47.6204259189094],[-122.342361721597,47.6204268330201]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[]},{"id":"verticalElements-257968-0","label":"Curb or separator","path":[[-122.342457154805,47.6207973610489],[-122.342458506843,47.6207973665107]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[]},{"id":"verticalElements-257968-1","label":"Curb or separator","path":[[-122.342458506843,47.6207973665107],[-122.342458513592,47.6207964524177]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[]},{"id":"verticalElements-257968-2","label":"Curb or separator","path":[[-122.342458513592,47.6207964524177],[-122.342457162909,47.6207964478375]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[]},{"id":"verticalElements-257968-3","label":"Curb or separator","path":[[-122.342457162909,47.6207964478375],[-122.342457154805,47.6207973610489]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[]},{"id":"verticalElements-258085-0","label":"Curb or separator","path":[[-122.342467333296,47.6210073758334],[-122.34246868534,47.6210073812951]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[]},{"id":"verticalElements-258085-1","label":"Curb or separator","path":[[-122.34246868534,47.6210073812951],[-122.342468692088,47.6210064672021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[]},{"id":"verticalElements-258085-2","label":"Curb or separator","path":[[-122.342468692088,47.6210064672021],[-122.3424673414,47.621006462622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[]},{"id":"verticalElements-258085-3","label":"Curb or separator","path":[[-122.3424673414,47.621006462622],[-122.342467333296,47.6210073758334]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[]},{"id":"verticalElements-258228-0","label":"Curb or separator","path":[[-122.34241005382,47.6203446398313],[-122.34241140449,47.620344644412]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[]},{"id":"verticalElements-258228-1","label":"Curb or separator","path":[[-122.34241140449,47.620344644412],[-122.342411412596,47.6203437312006]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[]},{"id":"verticalElements-258228-2","label":"Curb or separator","path":[[-122.342411412596,47.6203437312006],[-122.342410060569,47.6203437257383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[]},{"id":"verticalElements-258228-3","label":"Curb or separator","path":[[-122.342410060569,47.6203437257383],[-122.34241005382,47.6203446398313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[]},{"id":"verticalElements-258644-0","label":"Curb or separator","path":[[-122.342307088365,47.6207711291757],[-122.342308440377,47.62077113374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[]},{"id":"verticalElements-258644-1","label":"Curb or separator","path":[[-122.342308440377,47.62077113374],[-122.342308447128,47.6207702196469]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[]},{"id":"verticalElements-258644-2","label":"Curb or separator","path":[[-122.342308447128,47.6207702196469],[-122.342307095116,47.6207702150826]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[]},{"id":"verticalElements-258644-3","label":"Curb or separator","path":[[-122.342307095116,47.6207702150826],[-122.342307088365,47.6207711291757]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[]},{"id":"verticalElements-258845-0","label":"Curb or separator","path":[[-122.342355409628,47.6210994667908],[-122.342356761648,47.6210994713545]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[]},{"id":"verticalElements-258845-1","label":"Curb or separator","path":[[-122.342356761648,47.6210994713545],[-122.342356769755,47.6210985581431]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[]},{"id":"verticalElements-258845-2","label":"Curb or separator","path":[[-122.342356769755,47.6210985581431],[-122.342355417708,47.6210985526801]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[]},{"id":"verticalElements-258845-3","label":"Curb or separator","path":[[-122.342355417708,47.6210985526801],[-122.342355409628,47.6210994667908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[]},{"id":"verticalElements-259189-0","label":"Curb or separator","path":[[-122.342352126934,47.6214274036867],[-122.342353478989,47.6214274091497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[]},{"id":"verticalElements-259189-1","label":"Curb or separator","path":[[-122.342353478989,47.6214274091497],[-122.342353487069,47.621426495039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[]},{"id":"verticalElements-259189-2","label":"Curb or separator","path":[[-122.342353487069,47.621426495039],[-122.34235213504,47.6214264904753]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[]},{"id":"verticalElements-259189-3","label":"Curb or separator","path":[[-122.34235213504,47.6214264904753],[-122.342352126934,47.6214274036867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[]},{"id":"verticalElements-259219-0","label":"Curb or separator","path":[[-122.342357895881,47.6206747154497],[-122.342359247916,47.6206747209127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[]},{"id":"verticalElements-259219-1","label":"Curb or separator","path":[[-122.342359247916,47.6206747209127],[-122.342359254666,47.6206738068197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[]},{"id":"verticalElements-259219-2","label":"Curb or separator","path":[[-122.342359254666,47.6206738068197],[-122.342357903987,47.6206738022383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[]},{"id":"verticalElements-259219-3","label":"Curb or separator","path":[[-122.342357903987,47.6206738022383],[-122.342357895881,47.6206747154497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[]},{"id":"verticalElements-259265-0","label":"Curb or separator","path":[[-122.342360359987,47.6205927373215],[-122.342361711994,47.6205927418852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[]},{"id":"verticalElements-259265-1","label":"Curb or separator","path":[[-122.342361711994,47.6205927418852],[-122.3423617201,47.6205918286737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[]},{"id":"verticalElements-259265-2","label":"Curb or separator","path":[[-122.3423617201,47.6205918286737],[-122.342360368067,47.6205918232108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[]},{"id":"verticalElements-259265-3","label":"Curb or separator","path":[[-122.342360368067,47.6205918232108],[-122.342360359987,47.6205927373215]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[]},{"id":"verticalElements-259307-0","label":"Curb or separator","path":[[-122.342410451607,47.6202619793067],[-122.342411803631,47.620261984769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[]},{"id":"verticalElements-259307-1","label":"Curb or separator","path":[[-122.342411803631,47.620261984769],[-122.34241181038,47.620261070676]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[]},{"id":"verticalElements-259307-2","label":"Curb or separator","path":[[-122.34241181038,47.620261070676],[-122.342410459712,47.6202610660953]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[]},{"id":"verticalElements-259307-3","label":"Curb or separator","path":[[-122.342410459712,47.6202610660953],[-122.342410451607,47.6202619793067]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[]},{"id":"verticalElements-259310-0","label":"Curb or separator","path":[[-122.342457466291,47.6207619086935],[-122.342458816998,47.6207619141729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[]},{"id":"verticalElements-259310-1","label":"Curb or separator","path":[[-122.342458816998,47.6207619141729],[-122.342458825077,47.6207610000622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[]},{"id":"verticalElements-259310-2","label":"Curb or separator","path":[[-122.342458825077,47.6207610000622],[-122.342457473039,47.6207609946005]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[]},{"id":"verticalElements-259310-3","label":"Curb or separator","path":[[-122.342457473039,47.6207609946005],[-122.342457466291,47.6207619086935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[]},{"id":"verticalElements-259458-0","label":"Curb or separator","path":[[-122.34235404798,47.6212653710893],[-122.342355400005,47.621265375653]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[]},{"id":"verticalElements-259458-1","label":"Curb or separator","path":[[-122.342355400005,47.621265375653],[-122.342355408111,47.6212644624416]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[]},{"id":"verticalElements-259458-2","label":"Curb or separator","path":[[-122.342355408111,47.6212644624416],[-122.34235405606,47.6212644569786]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[]},{"id":"verticalElements-259458-3","label":"Curb or separator","path":[[-122.34235405606,47.6212644569786],[-122.34235404798,47.6212653710893]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[]},{"id":"verticalElements-259859-0","label":"Curb or separator","path":[[-122.342307364309,47.620743714407],[-122.342308715016,47.6207437198882]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[]},{"id":"verticalElements-259859-1","label":"Curb or separator","path":[[-122.342308715016,47.6207437198882],[-122.342308723097,47.6207428057775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[]},{"id":"verticalElements-259859-2","label":"Curb or separator","path":[[-122.342308723097,47.6207428057775],[-122.34230737106,47.6207428003139]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[]},{"id":"verticalElements-259859-3","label":"Curb or separator","path":[[-122.34230737106,47.6207428003139],[-122.342307364309,47.620743714407]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[]},{"id":"verticalElements-259892-0","label":"Curb or separator","path":[[-122.342457336458,47.620779587748],[-122.342458687166,47.6207795932273]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[]},{"id":"verticalElements-259892-1","label":"Curb or separator","path":[[-122.342458687166,47.6207795932273],[-122.342458695244,47.6207786791167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[]},{"id":"verticalElements-259892-2","label":"Curb or separator","path":[[-122.342458695244,47.6207786791167],[-122.342457343206,47.6207786736549]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[]},{"id":"verticalElements-259892-3","label":"Curb or separator","path":[[-122.342457343206,47.6207786736549],[-122.342457336458,47.620779587748]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[]},{"id":"verticalElements-260060-0","label":"Curb or separator","path":[[-122.342354834292,47.621180963772],[-122.342356186341,47.621180969235]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[]},{"id":"verticalElements-260060-1","label":"Curb or separator","path":[[-122.342356186341,47.621180969235],[-122.342356193091,47.621180055142]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[]},{"id":"verticalElements-260060-2","label":"Curb or separator","path":[[-122.342356193091,47.621180055142],[-122.342354842372,47.6211800496614]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[]},{"id":"verticalElements-260060-3","label":"Curb or separator","path":[[-122.342354842372,47.6211800496614],[-122.342354834292,47.621180963772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[]},{"id":"verticalElements-260132-0","label":"Curb or separator","path":[[-122.342362126477,47.6202583586238],[-122.342363478502,47.6202583640867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[]},{"id":"verticalElements-260132-1","label":"Curb or separator","path":[[-122.342363478502,47.6202583640867],[-122.342363486582,47.620257449976]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[]},{"id":"verticalElements-260132-2","label":"Curb or separator","path":[[-122.342363486582,47.620257449976],[-122.342362134583,47.6202574454124]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[]},{"id":"verticalElements-260132-3","label":"Curb or separator","path":[[-122.342362134583,47.6202574454124],[-122.342362126477,47.6202583586238]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[]},{"id":"verticalElements-260233-0","label":"Curb or separator","path":[[-122.342467108004,47.6210347908313],[-122.342468458693,47.6210347954114]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[]},{"id":"verticalElements-260233-1","label":"Curb or separator","path":[[-122.342468458693,47.6210347954114],[-122.342468466797,47.6210338822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[]},{"id":"verticalElements-260233-2","label":"Curb or separator","path":[[-122.342468466797,47.6210338822],[-122.342467114753,47.6210338767383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[]},{"id":"verticalElements-260233-3","label":"Curb or separator","path":[[-122.342467114753,47.6210338767383],[-122.342467108004,47.6210347908313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[]},{"id":"verticalElements-260244-0","label":"Curb or separator","path":[[-122.342293554421,47.6207970761403],[-122.342294905129,47.6207970816217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[]},{"id":"verticalElements-260244-1","label":"Curb or separator","path":[[-122.342294905129,47.6207970816217],[-122.342294913211,47.620796167511]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[]},{"id":"verticalElements-260244-2","label":"Curb or separator","path":[[-122.342294913211,47.620796167511],[-122.342293561198,47.6207961629465]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[]},{"id":"verticalElements-260244-3","label":"Curb or separator","path":[[-122.342293561198,47.6207961629465],[-122.342293554421,47.6207970761403]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[]}],"symbols":[{"id":"symbol-2396-0","label":"Pavement symbol","path":[[-122.342370864122,47.6210565169188],[-122.342370903875,47.621057887397],[-122.342371110377,47.6210593457629],[-122.342371643947,47.6210607659253],[-122.342372492139,47.6210621147595],[-122.342373635171,47.6210633608045],[-122.342375046381,47.6210644749966],[-122.342376692854,47.6210654313476],[-122.342378536185,47.621066207551],[-122.34238053338,47.6210667855021],[-122.342379538781,47.6210701119526],[-122.342387892068,47.6210668021814],[-122.342380982842,47.6210616382726],[-122.342381065323,47.6210644817451],[-122.342379422223,47.6210640533172],[-122.342377899371,47.6210634562341],[-122.342376534579,47.6210627053218],[-122.342375361736,47.6210618192258],[-122.342374409965,47.6210608199483],[-122.342373702899,47.6210597323021],[-122.342373258094,47.6210585832938],[-122.342373086595,47.6210574014541],[-122.342373060093,47.621056487802],[-122.342370864122,47.6210565169188]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":2396,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/2396"}],"details":[]},{"id":"symbol-8245-0","label":"Pavement symbol","path":[[-122.342518431995,47.6207656954769],[-122.342516757935,47.6207672488119],[-122.342515405003,47.6207696435216],[-122.342516039301,47.6207704555547],[-122.342517377002,47.620768132116],[-122.342518167504,47.6207703382721],[-122.342516141124,47.6207713511154],[-122.342516623107,47.6207743890037],[-122.342517731657,47.6207737067933],[-122.342517460933,47.6207720802902],[-122.342518873158,47.6207714084466],[-122.342516973173,47.6207769617438],[-122.342518066294,47.620777582373],[-122.342520425405,47.6207705638202],[-122.342518431995,47.6207656954769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-1","label":"Pavement symbol","path":[[-122.342521413969,47.6207740474947],[-122.342521753243,47.6207740465942]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-2","label":"Pavement symbol","path":[[-122.342521329625,47.6207389872197],[-122.342517247207,47.6207303124408],[-122.342513220037,47.6207389993987],[-122.342516089295,47.6207381454048],[-122.342516117062,47.6207467623991],[-122.342518481418,47.6207467589343],[-122.342518453651,47.62073814194],[-122.342521329625,47.6207389872197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-3","label":"Pavement symbol","path":[[-122.34251646819,47.6207644620643],[-122.342516461384,47.6207645943972],[-122.342516478636,47.6207647926886],[-122.342516528699,47.6207649884333],[-122.342516597987,47.6207651420008],[-122.342516698378,47.6207652875526],[-122.342516779077,47.6207653710835],[-122.342516876353,47.6207654461635],[-122.342516988285,47.6207655113095],[-122.342517051396,47.6207655380531],[-122.34251712007,47.6207655576034],[-122.342517192515,47.620765569451],[-122.342517266845,47.6207655732872],[-122.3425173406,47.6207655692248],[-122.342517412446,47.6207655572775],[-122.34251748054,47.6207655377519],[-122.342517543136,47.6207655111488],[-122.342517654843,47.6207654455291],[-122.34251775177,47.6207653699851],[-122.342517831996,47.6207652860143],[-122.342517931673,47.6207651404331],[-122.342518000287,47.6207649869114],[-122.342518048947,47.6207647906897],[-122.342518064676,47.6207645920285],[-122.342518056851,47.6207644598896],[-122.342518655594,47.6207644591468],[-122.342518578838,47.620764106618],[-122.342518484826,47.620763899408],[-122.342518348914,47.6207637030433],[-122.342518222486,47.6207635716543],[-122.342518069935,47.6207634535351],[-122.342517894285,47.6207633510272],[-122.342517750129,47.6207632899675],[-122.342517593308,47.6207632452853],[-122.342517427884,47.6207632181378],[-122.342517258142,47.620763209228],[-122.342517088587,47.6207632188219],[-122.342516923509,47.6207632466174],[-122.342516767179,47.6207632918949],[-122.342516623643,47.6207633534829],[-122.342516448601,47.6207634561807],[-122.342516296659,47.6207635744113],[-122.34251617082,47.6207637058373],[-122.342516036627,47.6207639026151],[-122.342515944371,47.6207641100662],[-122.342515869446,47.6207644628072],[-122.34251646819,47.6207644620643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-4","label":"Pavement symbol","path":[[-122.342521583827,47.6207740317481],[-122.342521488813,47.6207740366271],[-122.342521395954,47.6207740510442],[-122.342521307347,47.6207740746741],[-122.342521224991,47.6207741069835],[-122.342521150744,47.6207741472435],[-122.342520954504,47.6207742893064],[-122.342520788206,47.6207744477797],[-122.342520654838,47.6207746198174],[-122.342520491558,47.620774915769],[-122.342520380925,47.6207752225898],[-122.342520300132,47.6207756282893],[-122.34252027416,47.6207760372528],[-122.342520303139,47.6207764462025],[-122.342520386936,47.6207768517035],[-122.342520499131,47.6207771580777],[-122.342520663859,47.6207774534687],[-122.342520798049,47.6207776250642],[-122.342520965047,47.620777783038],[-122.342521161859,47.6207779245577],[-122.342521236426,47.6207779647455],[-122.342521319087,47.6207779969459],[-122.342521407974,47.6207780204315],[-122.34252150108,47.6207780346716],[-122.342521596301,47.6207780393445],[-122.342521691394,47.6207780342961],[-122.342521784291,47.6207780196999],[-122.342521872894,47.6207779958856],[-122.342521955203,47.620777963391],[-122.342522029358,47.6207779229499],[-122.342522225506,47.6207777811648],[-122.342522391809,47.6207776229956],[-122.34252252529,47.6207774512753],[-122.342522687957,47.6207771548613],[-122.342522797847,47.6207768476213],[-122.34252287931,47.6207764419336],[-122.342522905942,47.6207760329406],[-122.342522876915,47.6207756244429],[-122.342522793192,47.6207752193892],[-122.342522681058,47.6207749125575],[-122.342522516243,47.6207746167247],[-122.342522381961,47.6207744454467],[-122.342522214974,47.6207742877769],[-122.342522018269,47.6207741465349],[-122.342521943719,47.6207741063269],[-122.342521861063,47.6207740741147],[-122.34252177217,47.6207740506279],[-122.342521679056,47.6207740363983],[-122.342521583827,47.6207740317481]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-5","label":"Pavement symbol","path":[[-122.342521601817,47.6207796513722],[-122.34252175741,47.6207796429775],[-122.342521909164,47.6207796183451],[-122.34252205337,47.6207795780769],[-122.342522186506,47.6207795231562],[-122.342522305322,47.6207794549244],[-122.342522633621,47.6207792026842],[-122.34252291013,47.620778923658],[-122.342523130095,47.6207786226437],[-122.34252339869,47.6207781054777],[-122.342523579939,47.6207775713318],[-122.34252375675,47.6207761440053],[-122.342523570319,47.6207747169974],[-122.342523385878,47.620774182883],[-122.342523114041,47.6207736660064],[-122.342522891989,47.6207733658498],[-122.342522613597,47.6207730878495],[-122.342522283648,47.6207728367824],[-122.342522164536,47.6207727688388],[-122.342522031179,47.6207727142282],[-122.342521886831,47.6207726742835],[-122.342521735014,47.6207726499795],[-122.342521579435,47.6207726419092],[-122.342521423752,47.6207726504525],[-122.34252127195,47.6207726752547],[-122.342521127743,47.6207727157091],[-122.34252099466,47.6207727708257],[-122.342520875955,47.6207728392562],[-122.342520547274,47.6207730911685],[-122.342520270311,47.6207733698985],[-122.342520049827,47.6207736706553],[-122.342519781177,47.6207741882655],[-122.342519600008,47.6207747228664],[-122.342519423198,47.620776150193],[-122.342519609629,47.6207775772008],[-122.342519794132,47.6207781108577],[-122.34252006588,47.6207786272926],[-122.342520287935,47.6207789274479],[-122.342520566327,47.620779205448],[-122.342520896274,47.6207794565167],[-122.342521015595,47.6207795245702],[-122.34252114921,47.6207795792393],[-122.342521293845,47.6207796191843],[-122.342521445956,47.6207796434266],[-122.342521601817,47.6207796513722]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-6","label":"Pavement symbol","path":[[-122.342513766486,47.6207739815772],[-122.342513666246,47.6207739867361],[-122.342513568222,47.6207740017783],[-122.342513474548,47.6207740263766],[-122.342513387262,47.6207740599956],[-122.342513308262,47.6207741019039],[-122.342513104251,47.6207742459968],[-122.34251293088,47.6207744072924],[-122.342512791309,47.6207745828534],[-122.34251261965,47.6207748856793],[-122.342512503182,47.6207752002079],[-122.342512417963,47.6207756143529],[-122.342512390263,47.6207760320452],[-122.342512420811,47.6207764496411],[-122.342512508855,47.6207768635113],[-122.342512626613,47.6207771778525],[-122.342512799521,47.6207774803877],[-122.342512940539,47.6207776553743],[-122.342513115214,47.620777815976],[-122.342513320368,47.6207779592703],[-122.342513399701,47.6207780011877],[-122.342513487334,47.6207780347644],[-122.342513581353,47.6207780592669],[-122.342513679704,47.6207780741598],[-122.342513780237,47.6207780791176],[-122.342513880556,47.6207780737925],[-122.342513978618,47.6207780585728],[-122.342514072289,47.6207780337901],[-122.342514159529,47.6207779999843],[-122.342514238435,47.6207779578916],[-122.342514442452,47.6207778138015],[-122.342514615823,47.6207776525055],[-122.342514755389,47.6207774769421],[-122.34251492705,47.6207771741166],[-122.342515043515,47.6207768595875],[-122.342515128736,47.6207764454426],[-122.342515156435,47.6207760277503],[-122.342515126547,47.6207756101667],[-122.342515039173,47.6207751962665],[-122.342514920693,47.6207748823634],[-122.342514747202,47.6207745803071],[-122.342514606281,47.620774405001],[-122.342514431594,47.6207742440951],[-122.342514226329,47.6207741005252],[-122.342514146915,47.620774058793],[-122.342514059246,47.6207740254034],[-122.342513965234,47.6207740010853],[-122.342513866932,47.6207739863694],[-122.342513766486,47.6207739815772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8245-7","label":"Pavement symbol","path":[[-122.34251378416,47.6207794068897],[-122.342513937403,47.620779398644],[-122.342514086932,47.6207793745842],[-122.342514229177,47.6207793352848],[-122.342514360742,47.6207792816841],[-122.342514478486,47.6207792150618],[-122.342514799121,47.6207789733106],[-122.342515069723,47.6207787052],[-122.342515285576,47.6207784154015],[-122.342515549206,47.6207779167135],[-122.34251572718,47.620777401083],[-122.34251590021,47.6207760268835],[-122.342515717978,47.620774652897],[-122.342515536456,47.6207741380911],[-122.342515269472,47.6207736404861],[-122.34251505177,47.6207733513919],[-122.342514779467,47.6207730841461],[-122.342514457309,47.6207728434061],[-122.342514339354,47.6207727770267],[-122.342514207636,47.6207727236867],[-122.3425140653,47.6207726846595],[-122.342513915744,47.6207726608766],[-122.342513762537,47.6207726529058],[-122.342513609299,47.6207726611644],[-122.342513459775,47.62077268523],[-122.342513317533,47.6207727245286],[-122.342513185966,47.6207727781227],[-122.342513068212,47.6207728447338],[-122.342512747581,47.6207730864874],[-122.34251247698,47.6207733545977],[-122.342512261122,47.620773644394],[-122.342511997494,47.6207741430824],[-122.342511819518,47.6207746587125],[-122.342511646488,47.6207760329119],[-122.34251182872,47.6207774068985],[-122.342512010183,47.6207779221613],[-122.342512277251,47.6207784202087],[-122.342512494963,47.6207787092989],[-122.342512767266,47.6207789765441],[-122.342513089414,47.6207792172886],[-122.342513207471,47.6207792834655],[-122.342513339231,47.6207793366077],[-122.342513481555,47.6207793754489],[-122.342513631052,47.6207793990638],[-122.34251378416,47.6207794068897]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[]},{"id":"symbol-8887-0","label":"Pavement symbol","path":[[-122.342242775573,47.6207058461505],[-122.342242764467,47.6207072065077],[-122.34224933269,47.6207127266927],[-122.342255968374,47.6207072689444],[-122.342255980236,47.6207058887858],[-122.342249352663,47.6207113509246],[-122.342242775573,47.6207058461505]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-1","label":"Pavement symbol","path":[[-122.342242764314,47.6207085775151],[-122.342242751461,47.6207099235017],[-122.342249327456,47.6207154363867],[-122.342255929654,47.620709970986],[-122.342255941073,47.6207086214199],[-122.342249314438,47.6207140700521],[-122.342242764314,47.6207085775151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-2","label":"Pavement symbol","path":[[-122.342251613703,47.6206986103608],[-122.342252055135,47.6206995625925],[-122.342251933082,47.6207002173275],[-122.342249416507,47.6206941009604],[-122.342249437168,47.6206938070454],[-122.342249390683,47.6206935144736],[-122.34224927815,47.6206932301733],[-122.342249257306,47.6206931980094],[-122.342249229587,47.6206931682966],[-122.342249195612,47.6206931416979],[-122.342249156138,47.6206931188065],[-122.342249112047,47.6206931001329],[-122.342248954416,47.62069170243],[-122.342249091466,47.6206917024122],[-122.342249095663,47.6206912966325],[-122.342248529103,47.6206913518234],[-122.342248538728,47.6206917295319],[-122.342248718366,47.6206917298491],[-122.342248846762,47.6206931288392],[-122.342248747685,47.6206932756159],[-122.342248677232,47.6206934297203],[-122.342248636559,47.6206935886279],[-122.342247846729,47.6206938824766],[-122.342247554649,47.6206924092893],[-122.342246946911,47.6206909805706],[-122.342246753296,47.6206906813544],[-122.342246509425,47.6206903993234],[-122.3422462186,47.6206901382963],[-122.342246096466,47.6206900520004],[-122.34224595966,47.6206899763638],[-122.342245810214,47.620689912511],[-122.342245673465,47.6206898707246],[-122.342245528682,47.6206898439192],[-122.342245379452,47.6206898327592],[-122.342245240933,47.6206898376351],[-122.342245105485,47.6206898577865],[-122.342244976791,47.6206898926655],[-122.342244858349,47.620689941324],[-122.342244599037,47.6206900877877],[-122.342244371177,47.6206902563491],[-122.342243879855,47.6206908127281],[-122.342243538657,47.6206914179877],[-122.34224296858,47.6206931411017],[-122.342242747585,47.6206952473194],[-122.342242932602,47.6206973598489],[-122.342243472357,47.6206990871404],[-122.34224381322,47.620699691392],[-122.34224428329,47.6207002548777],[-122.342244421362,47.6207003760041],[-122.342244582935,47.6207004831131],[-122.342244764909,47.620700574151],[-122.342244927211,47.6207006315708],[-122.342245101644,47.6207006695326],[-122.342245283118,47.6207006869286],[-122.342245405928,47.620700684389],[-122.342245526354,47.6207006679578],[-122.342245640961,47.6207006381034],[-122.34224599463,47.6207004912761],[-122.342246180567,47.620700379095],[-122.342246337528,47.6207002483332],[-122.342246656381,47.6206999103506],[-122.342247494179,47.62070214197],[-122.342247349229,47.6207029247531],[-122.342247190961,47.6207029832686],[-122.342247048144,47.6207030576831],[-122.342246924262,47.6207031461807],[-122.342246822337,47.6207032466022],[-122.342246684584,47.6207034517403],[-122.342246578022,47.620703677156],[-122.34224650432,47.6207038886418],[-122.342246491828,47.6207040543357],[-122.342246509563,47.620704115274],[-122.342246542815,47.6207041607132],[-122.342246594193,47.6207041888196],[-122.342246660983,47.6207041978298],[-122.342248639589,47.6207040150649],[-122.342248689793,47.6207040027044],[-122.342248734233,47.6207039751269],[-122.342248770276,47.620703933267],[-122.342248797998,47.6207038798224],[-122.342248813438,47.6207038157454],[-122.342248814037,47.6207037446683],[-122.342248765528,47.6207035860805],[-122.342248595622,47.620703379565],[-122.34224837631,47.6207031954125],[-122.342248222591,47.6207030848048],[-122.342248048973,47.620702988499],[-122.342247858362,47.6207029081072],[-122.342247917275,47.6207025537795],[-122.342251536883,47.620702567863],[-122.342251259138,47.620704506606],[-122.34225146019,47.620705291099],[-122.342251276354,47.6207056965615],[-122.34225039274,47.6207056929833],[-122.342250401113,47.6207063028077],[-122.342251409807,47.6207063065268],[-122.342251888345,47.6207052350443],[-122.342251661655,47.6207043924166],[-122.34225244065,47.6207001008456],[-122.342252602582,47.6207002703816],[-122.342252794777,47.6207004248921],[-122.342253014201,47.620700561938],[-122.342253160337,47.6207006296404],[-122.342253321006,47.6207006802173],[-122.342253630862,47.62070072019],[-122.342253769372,47.620700715283],[-122.34225390481,47.6207006951224],[-122.342254033504,47.6207006602547],[-122.342254151964,47.6207006116252],[-122.342254431642,47.6207004516121],[-122.342254674566,47.6207002663266],[-122.342254875759,47.6207000595642],[-122.342255113164,47.6206997577462],[-122.342255284007,47.6206995030919],[-122.342255420123,47.6206992390997],[-122.34225582052,47.6206982567093],[-122.342256079704,47.6206972530125],[-122.342256256153,47.620694574334],[-122.342256070649,47.620693167182],[-122.342255676127,47.6206917797397],[-122.34225524797,47.6206909181925],[-122.34225487479,47.6206904382506],[-122.342254605567,47.6206901935277],[-122.342254408871,47.6206900638929],[-122.342254171387,47.6206899500923],[-122.342253934007,47.6206898857688],[-122.342253721899,47.6206898669903],[-122.342253573139,47.6206898761595],[-122.342253336464,47.6206899278763],[-122.342253098459,47.6206900254909],[-122.34225287884,47.6206901606453],[-122.342252701338,47.6206902969402],[-122.342252553207,47.6206904483397],[-122.3422522475,47.6206908266305],[-122.342251842663,47.6206915489869],[-122.342251590837,47.6206921793537],[-122.342251372942,47.6206929244207],[-122.3422511992,47.6206938614187],[-122.342251107193,47.6206948180242],[-122.342251102501,47.620695757279],[-122.342251176702,47.6206967098815],[-122.342251350606,47.6206977052431],[-122.342251613703,47.6206986103608]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-3","label":"Pavement symbol","path":[[-122.342247018265,47.6206994503501],[-122.342247754281,47.6206971396693],[-122.342247907316,47.6206947785843],[-122.342248729954,47.6206946066475],[-122.342247658245,47.6207011007456],[-122.342247018265,47.6206994503501]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-4","label":"Pavement symbol","path":[[-122.342251685119,47.6207016231066],[-122.342248073465,47.6207016080181],[-122.342249085948,47.6206955033366],[-122.342249121784,47.620696142484],[-122.342249011309,47.6206961412499],[-122.342249021768,47.6206965477349],[-122.342249504847,47.6206965503262],[-122.342249495222,47.6206961726177],[-122.342249370143,47.6206961724768],[-122.342249348599,47.6206954755649],[-122.342251743824,47.6207012615848],[-122.342251685119,47.6207016231066]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-5","label":"Pavement symbol","path":[[-122.342246731409,47.620698643605],[-122.342247304598,47.6206968410537],[-122.342247418735,47.6206949991692],[-122.342245643815,47.6206955984517],[-122.342246731409,47.620698643605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-6","label":"Pavement symbol","path":[[-122.342245443023,47.6206948229513],[-122.342247353037,47.6206940644461],[-122.342247260108,47.6206934197347],[-122.342247080367,47.6206927834184],[-122.342246627904,47.6206917719586],[-122.342246473376,47.6206915346449],[-122.342246277023,47.6206913118214],[-122.342246041781,47.6206911068214],[-122.342245713278,47.620690928556],[-122.342245634079,47.6206908990405],[-122.342245548915,47.6206908784053],[-122.342245459962,47.6206908671773],[-122.342245369492,47.6206908656432],[-122.3422452228,47.6206908795504],[-122.342245081371,47.6206909092575],[-122.342244948927,47.6206909539833],[-122.342244798891,47.6206910253534],[-122.342244666004,47.6206911107822],[-122.342244553139,47.6206912084226],[-122.342244169339,47.6206916634525],[-122.342243880541,47.6206921493357],[-122.342243600381,47.6206928395339],[-122.342243418043,47.6206935444651],[-122.342243252119,47.620695251521],[-122.342243388035,47.6206969597816],[-122.342243593857,47.6206977725188],[-122.342243960735,47.6206985590531],[-122.342244481938,47.6206993049549],[-122.342244580356,47.6206993946551],[-122.342244697123,47.6206994737256],[-122.342244829746,47.620699540477],[-122.342244975389,47.6206995934827],[-122.342245130941,47.6206996316102],[-122.342245293077,47.6206996540446],[-122.342245496247,47.6206996274926],[-122.342245691226,47.6206995807336],[-122.34224587362,47.620699514822],[-122.342246039314,47.6206994312441],[-122.342246184572,47.6206993318846],[-122.342246306118,47.6206992189842],[-122.342246401212,47.6206990950888],[-122.342245293979,47.6206959233509],[-122.34224526394,47.6206959172118],[-122.342245236645,47.6206959067635],[-122.342245213435,47.6206958925192],[-122.342245195449,47.6206958751787],[-122.342245113297,47.6206957494229],[-122.342245076143,47.6206956583996],[-122.342245057381,47.6206955648447],[-122.342245038942,47.6206953419859],[-122.342245040916,47.6206952288866],[-122.342245063013,47.6206951167644],[-122.342245124196,47.6206949324327],[-122.342245145216,47.6206948884155],[-122.342245174795,47.6206948466929],[-122.342245212398,47.6206948080168],[-122.342245264662,47.6206947749379],[-122.342245320186,47.6206947625069],[-122.342245384526,47.6206947787464],[-122.342245414361,47.6206947981423],[-122.342245443023,47.6206948229513]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-8887-7","label":"Pavement symbol","path":[[-122.342253395109,47.620695390429],[-122.342252641921,47.6206969207895],[-122.342252233492,47.6206985094837],[-122.342251984975,47.6206979235341],[-122.342251751296,47.6206970693042],[-122.34225160681,47.62069594131],[-122.342251596557,47.6206948996978],[-122.342251715687,47.6206938689648],[-122.342252034041,47.6206926421743],[-122.342252468582,47.620691751197],[-122.342252679401,47.6206914641268],[-122.342252947564,47.620691199683],[-122.342253102966,47.6206910876192],[-122.342253284354,47.6206909949786],[-122.342253486453,47.6206909244546],[-122.342253607998,47.6206909063641],[-122.342253732302,47.6206909019925],[-122.342253855979,47.6206909114588],[-122.342253993232,47.6206909411414],[-122.342254122175,47.620690984569],[-122.3422542398,47.6206910407284],[-122.342254343362,47.6206911083088],[-122.342254546358,47.6206912637479],[-122.342254712185,47.6206914380737],[-122.342254979391,47.6206918108947],[-122.342255185382,47.6206922009663],[-122.342255589677,47.6206934325694],[-122.342255773467,47.6206949522724],[-122.342255735707,47.6206960817833],[-122.342255521046,47.6206973053998],[-122.342255331865,47.6206979401297],[-122.34225505581,47.6206985602264],[-122.342254849917,47.6206989000411],[-122.342254586661,47.6206992213624],[-122.342254459985,47.6206993515612],[-122.342254308064,47.6206994688489],[-122.342254133757,47.6206995710181],[-122.342254018832,47.6206996212346],[-122.342253893109,47.6206996578563],[-122.342253760096,47.6206996798614],[-122.342253623504,47.6206996866359],[-122.342253506117,47.6206996759501],[-122.342253392454,47.6206996534782],[-122.342253285102,47.620699619732],[-122.342253186508,47.6206995754804],[-122.342252951465,47.6206994344746],[-122.342252753787,47.6206992694637],[-122.342252598795,47.6206990848887],[-122.342252943588,47.6206974921005],[-122.34225366303,47.6206959572294],[-122.342253688832,47.6206959516676],[-122.342253712961,47.6206959433673],[-122.342253734782,47.6206959325469],[-122.342253753721,47.6206959194909],[-122.342253769279,47.6206959045429],[-122.342253840007,47.6206958071295],[-122.342253888831,47.6206957037899],[-122.3422539147,47.6206955967476],[-122.342253937478,47.6206953745904],[-122.342253917776,47.6206951522996],[-122.342253893306,47.6206950445823],[-122.342253844695,47.6206949406524],[-122.342253773084,47.620694842953],[-122.342253721523,47.6206948085518],[-122.342253666625,47.6206947966851],[-122.342253640904,47.6206947998875],[-122.342253616554,47.6206948063261],[-122.342253594464,47.620694815766],[-122.342253575437,47.6206948278634],[-122.342253560167,47.6206948421774],[-122.342253489391,47.6206949416336],[-122.342253441506,47.6206950471112],[-122.342253417589,47.6206951562324],[-122.342253395109,47.620695390429]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[]},{"id":"symbol-9352-0","label":"Pavement symbol","path":[[-122.342245120565,47.6210064853341],[-122.342246795972,47.6210049319856],[-122.342248147591,47.6210025372967],[-122.342247513269,47.6210017243629],[-122.342246175576,47.6210040486976],[-122.342245385082,47.6210018425396],[-122.342247411476,47.6210008297012],[-122.342246929507,47.6209977918117],[-122.342245820923,47.6209984731203],[-122.342246091639,47.621000099624],[-122.342244679404,47.6210007714642],[-122.342246580782,47.6209952190532],[-122.34224548633,47.620994598439],[-122.342243127146,47.6210016160868],[-122.342245120565,47.6210064853341]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-1","label":"Pavement symbol","path":[[-122.342242138623,47.6209981333092],[-122.342241799347,47.6209981342088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-2","label":"Pavement symbol","path":[[-122.342242224083,47.6210331926673],[-122.342246306505,47.6210418683553],[-122.342250333742,47.6210331814068],[-122.342247464464,47.6210340353941],[-122.342247436716,47.6210254175005],[-122.342245071016,47.6210254209773],[-122.342245098764,47.6210340388709],[-122.342242224083,47.6210331926673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-3","label":"Pavement symbol","path":[[-122.342247084373,47.6210077187514],[-122.34224709118,47.6210075864185],[-122.342247073992,47.621007387674],[-122.34224702384,47.6210071914831],[-122.34224695448,47.6210070383757],[-122.342246854188,47.6210068932627],[-122.34224677358,47.6210068094124],[-122.342246676292,47.6210067340282],[-122.342246564255,47.6210066686058],[-122.342246501426,47.6210066419826],[-122.342246433089,47.6210066224736],[-122.342246361003,47.6210066105806],[-122.342246287024,47.6210066066098],[-122.342246212846,47.6210066107879],[-122.342246140624,47.6210066229325],[-122.342246072227,47.6210066427289],[-122.342246009427,47.6210066696645],[-122.34224589772,47.6210067352841],[-122.342245800792,47.6210068108278],[-122.342245720565,47.6210068947982],[-122.342245620888,47.6210070403796],[-122.342245552271,47.6210071939007],[-122.342245503612,47.6210073901224],[-122.34224548788,47.6210075887835],[-122.342245495705,47.6210077209224],[-122.342244896958,47.6210077216637],[-122.342244973713,47.6210080741927],[-122.342245067728,47.6210082814021],[-122.342245203636,47.621008477768],[-122.342245330155,47.6210086088382],[-122.342245482694,47.6210087266537],[-122.342245658239,47.6210088288859],[-122.342245802307,47.6210088901902],[-122.342245959107,47.6210089351093],[-122.342246124573,47.6210089624779],[-122.342246294411,47.6210089715859],[-122.342246463965,47.6210089619874],[-122.342246629043,47.621008934191],[-122.342246785374,47.6210088889156],[-122.342246928913,47.6210088273325],[-122.342247104051,47.6210087243608],[-122.342247255989,47.6210086058263],[-122.342247381715,47.6210084740798],[-122.342247516592,47.6210082773293],[-122.342247609497,47.621008069834],[-122.34224768312,47.62100771801],[-122.342247084373,47.6210077187514]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-4","label":"Pavement symbol","path":[[-122.342241968763,47.6209981490553],[-122.34224206414,47.6209981441207],[-122.342242157332,47.6209981295775],[-122.342242246221,47.6209981057562],[-122.342242328787,47.6209980731984],[-122.342242403153,47.6209980326441],[-122.342242598835,47.6209978908127],[-122.342242764693,47.6209977326514],[-122.34224289776,47.6209975609884],[-122.342243061043,47.6209972650374],[-122.342243171677,47.6209969582167],[-122.342243252473,47.6209965525174],[-122.342243278447,47.6209961435539],[-122.342243249472,47.6209957346041],[-122.342243165674,47.620995329103],[-122.342243053484,47.6209950227279],[-122.342242888754,47.620994727337],[-122.34224275457,47.6209945557384],[-122.342242587572,47.6209943977639],[-122.342242390754,47.6209942562468],[-122.342242316196,47.6209942160487],[-122.342242233537,47.6209941838422],[-122.342242144647,47.6209941603558],[-122.342242051536,47.6209941461207],[-122.342241956311,47.620994141459],[-122.342241861216,47.6209941465021],[-122.342241768317,47.6209941610957],[-122.342241679712,47.62099418491],[-122.342241597404,47.620994217407],[-122.342241523252,47.6209942578525],[-122.342241327567,47.6209943996824],[-122.342241161709,47.6209945578439],[-122.342241028645,47.6209947295082],[-122.342240865296,47.6209950259013],[-122.342240754753,47.6209953331792],[-122.342240674002,47.6209957384301],[-122.342240647958,47.6209961469428],[-122.34224067627,47.6209965558809],[-122.3422407594,47.6209969614113],[-122.342240872186,47.6209972682634],[-122.342241037676,47.6209975640589],[-122.342241171948,47.6209977353417],[-122.342241338936,47.6209978930125],[-122.342241535651,47.6209980342499],[-122.342241609976,47.6209980743629],[-122.342241692372,47.6209981065257],[-122.342241780982,47.6209981300136],[-122.342241873809,47.6209981442974],[-122.342241968763,47.6209981490553]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-5","label":"Pavement symbol","path":[[-122.342241950778,47.620992528532],[-122.342241795103,47.6209925370988],[-122.34224164331,47.6209925619115],[-122.342241499108,47.620992602364],[-122.342241366019,47.620992657468],[-122.342241247294,47.6209927258773],[-122.342240919087,47.6209929778388],[-122.34224064257,47.6209932565602],[-122.342240422488,47.6209935572567],[-122.342240153833,47.620994074866],[-122.342239972662,47.6209946094667],[-122.342239795843,47.6209960367928],[-122.342239982267,47.6209974638011],[-122.342240166708,47.6209979979156],[-122.342240438541,47.6209985147933],[-122.342240660598,47.6209988149479],[-122.34224093899,47.6209990929486],[-122.342241268933,47.6209993440194],[-122.342241388055,47.6209994119524],[-122.342241521414,47.6209994665568],[-122.34224166576,47.6209995065012],[-122.342241817572,47.6209995308113],[-122.342241973148,47.6209995388943],[-122.342242129105,47.6209995304392],[-122.342242281192,47.6209995056783],[-122.34224242568,47.6209994652186],[-122.342242559027,47.620999410052],[-122.342242677962,47.6209993415314],[-122.342243006169,47.62099908957],[-122.342243282687,47.6209988108486],[-122.342243502769,47.6209985101519],[-122.342243771423,47.6209979925426],[-122.342243952595,47.6209974579419],[-122.342244129414,47.6209960306158],[-122.342243942989,47.6209946036075],[-122.34224375849,47.6209940699498],[-122.342243486741,47.6209935535146],[-122.342243264778,47.6209932530419],[-122.342242986375,47.6209929747372],[-122.342242656323,47.6209927233892],[-122.342242536981,47.6209926553585],[-122.34224240336,47.6209926007027],[-122.342242258731,47.6209925607589],[-122.342242106629,47.6209925365042],[-122.342241950778,47.620992528532]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-6","label":"Pavement symbol","path":[[-122.342249786138,47.6209981992449],[-122.342249886377,47.6209981940813],[-122.342249984399,47.620998179037],[-122.342250078073,47.6209981544392],[-122.342250165361,47.6209981208229],[-122.342250244364,47.6209980789192],[-122.342250448842,47.620997934873],[-122.342250622661,47.6209977735705],[-122.342250762652,47.6209975979534],[-122.342250933633,47.6209972951064],[-122.342251049453,47.6209969806171],[-122.342251134677,47.6209965664724],[-122.342251162378,47.6209961487801],[-122.342251132493,47.6209957311965],[-122.342251045119,47.6209953172961],[-122.342250926705,47.6209950029345],[-122.342250753124,47.6209947004367],[-122.342250612199,47.620994525132],[-122.342250437513,47.6209943642259],[-122.342250232252,47.6209942206536],[-122.342250152826,47.620994178935],[-122.342250065154,47.6209941455531],[-122.342249971145,47.6209941212356],[-122.342249872848,47.6209941065124],[-122.342249772407,47.6209941017045],[-122.342249672173,47.6209941068818],[-122.342249574156,47.6209941219323],[-122.342249480485,47.6209941465293],[-122.342249393195,47.6209941801386],[-122.342249314181,47.6209942220302],[-122.342249110175,47.6209943661264],[-122.342248936803,47.6209945274212],[-122.342248797223,47.6209947029785],[-122.342248625564,47.6209950058045],[-122.342248509092,47.6209953203324],[-122.342248423871,47.6209957344772],[-122.342248396168,47.6209961521694],[-122.342248426666,47.6209965702173],[-122.342248514782,47.620996984535],[-122.342248633254,47.6209972984398],[-122.342248806751,47.6209976004952],[-122.342248947255,47.6209977757551],[-122.342249121494,47.6209979366657],[-122.342249326293,47.6209980802959],[-122.342249405715,47.6209981220184],[-122.342249493387,47.6209981554025],[-122.342249587397,47.6209981797203],[-122.342249685695,47.6209981944414],[-122.342249786138,47.6209981992449]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-9352-7","label":"Pavement symbol","path":[[-122.342249768491,47.6209927739324],[-122.342249615246,47.6209927821725],[-122.342249465714,47.6209928062296],[-122.342249323467,47.6209928455289],[-122.342249191902,47.6209928991321],[-122.342249074162,47.6209929657587],[-122.342248753988,47.6209932075532],[-122.34224848383,47.620993475656],[-122.342248268394,47.6209937653995],[-122.342248004081,47.6209942640675],[-122.342247825453,47.6209947797346],[-122.342247652416,47.6209961539336],[-122.342247834641,47.6209975279206],[-122.342248016163,47.6209980427265],[-122.342248283144,47.6209985403325],[-122.342248500852,47.6209988294247],[-122.342248773154,47.6209990966708],[-122.342249095306,47.6209993374144],[-122.34224921335,47.6209994036061],[-122.342249345107,47.6209994567572],[-122.342249487435,47.6209994955997],[-122.34224963694,47.6209995192074],[-122.342249790054,47.620999527017],[-122.342249943305,47.620999518792],[-122.342250092843,47.6209994947418],[-122.342250235093,47.6209994554416],[-122.342250366655,47.6209994018307],[-122.342250484383,47.6209993351907],[-122.342250804935,47.6209990937218],[-122.342251075546,47.6209988259156],[-122.342251291507,47.6209985364316],[-122.34225155514,47.6209980377441],[-122.342251733118,47.6209975221141],[-122.342251906155,47.6209961479151],[-122.34225172393,47.6209947739281],[-122.342251542471,47.6209942586645],[-122.342251275401,47.6209937606169],[-122.342251058104,47.6209934715723],[-122.342250786249,47.6209932043222],[-122.342250464569,47.6209929635175],[-122.342250346291,47.6209928972432],[-122.342250214269,47.6209928440498],[-122.342250071661,47.6209928052088],[-122.342249921875,47.6209927816486],[-122.342249768491,47.6209927739324]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[]},{"id":"symbol-10208-0","label":"Pavement symbol","path":[[-122.342391052771,47.6207203106444],[-122.342391013017,47.6207189401663],[-122.342390806627,47.6207174818694],[-122.342390273197,47.6207160617616],[-122.342389425169,47.6207147129639],[-122.342388282322,47.6207134669342],[-122.342386871308,47.6207123527333],[-122.342385225039,47.6207113963478],[-122.342383381909,47.6207106200832],[-122.342381384905,47.6207100420443],[-122.342382378167,47.6207067156114],[-122.342374024937,47.6207100253822],[-122.342380934115,47.6207151892915],[-122.342380851661,47.6207123467182],[-122.342382494661,47.6207127750379],[-122.342384017439,47.6207133720067],[-122.342385382183,47.6207141228013],[-122.342386555004,47.6207150087785],[-122.342387506779,47.6207160079384],[-122.342388213876,47.6207170954707],[-122.342388658735,47.6207182443706],[-122.342388830311,47.6207194261095],[-122.342388856814,47.6207203397616],[-122.342391052771,47.6207203106444]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":10208,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/10208"}],"details":[]},{"id":"symbol-12061-0","label":"Pavement symbol","path":[[-122.342472907716,47.6211195894135],[-122.342464699594,47.6211164362684],[-122.342465732808,47.6211196701594],[-122.342463796867,47.6211202512883],[-122.342462014784,47.6211210243345],[-122.342460428119,47.6211219712689],[-122.342459073878,47.6211230700072],[-122.342457983644,47.6211242949246],[-122.342457182842,47.6211256174537],[-122.342456690151,47.6211270067503],[-122.342456517059,47.6211284304133],[-122.342456505254,47.6211297664904],[-122.34245864646,47.6211297758818],[-122.342458655191,47.6211288842526],[-122.342458799617,47.6211277305967],[-122.342459211098,47.6211266065526],[-122.342459879419,47.621125540027],[-122.342460787988,47.6211245574987],[-122.342461914247,47.6211236833609],[-122.342463230234,47.6211229393158],[-122.342464703278,47.621122343836],[-122.342466296807,47.6211219117053],[-122.342466270799,47.6211246846476],[-122.342472907716,47.6211195894135]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":12061,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/12061"}],"details":[]},{"id":"symbol-12223-0","label":"Pavement symbol","path":[[-122.342291514723,47.6206576681664],[-122.342299721432,47.6206608213417],[-122.342298689542,47.6206575865323],[-122.34230062515,47.6206570053848],[-122.34230240692,47.6206562323722],[-122.342303993308,47.6206552855188],[-122.342305347322,47.6206541869024],[-122.342306437391,47.6206529621394],[-122.342307238099,47.6206516397877],[-122.342307730774,47.6206502506806],[-122.34230790393,47.6206488272079],[-122.342307915712,47.6206474902316],[-122.342305774552,47.6206474817366],[-122.342305767123,47.6206483724488],[-122.342305622666,47.6206495260981],[-122.342305211165,47.6206506501336],[-122.342304542838,47.6206517166504],[-122.342303634275,47.6206526991717],[-122.342302508032,47.6206535733061],[-122.342301192068,47.6206543173528],[-122.342299719053,47.6206549128403],[-122.342298125555,47.6206553449856],[-122.342298150267,47.6206525729601],[-122.342291514723,47.6206576681664]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":12223,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/12223"}],"details":[]},{"id":"symbol-13091-0","label":"Pavement symbol","path":[[-122.342663294195,47.6208569470229],[-122.342658529673,47.6208626453652],[-122.342663433204,47.6208619218211],[-122.342664313387,47.6208632601387],[-122.342665486169,47.6208644922856],[-122.342666924095,47.6208655894177],[-122.342668593504,47.6208665258515],[-122.342670455314,47.6208672796656],[-122.342672465944,47.6208678332135],[-122.342674578323,47.6208681735369],[-122.342676743002,47.6208682926688],[-122.342678770984,47.6208682981598],[-122.342678779783,47.6208668127872],[-122.342677427795,47.6208668091266],[-122.342675673331,47.6208667096699],[-122.342673963937,47.6208664253814],[-122.342672342201,47.6208659633434],[-122.342670848521,47.6208653350664],[-122.342669520111,47.6208645562025],[-122.342668390064,47.620863646155],[-122.342667486532,47.6208626275954],[-122.342666832025,47.6208615258987],[-122.342671038367,47.6208615375855],[-122.342663294195,47.6208569470229]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13091-1","label":"Pavement symbol","path":[[-122.342699179533,47.6208589396419],[-122.342699184216,47.6208580003871],[-122.342702932585,47.6208574073113],[-122.342699191818,47.6208567948091],[-122.342699197831,47.6208558555367],[-122.342706286314,47.6208570164838],[-122.342711354938,47.6208570302275],[-122.342711350201,47.6208578300435],[-122.342706281577,47.6208578162998],[-122.342699179533,47.6208589396419]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13091-2","label":"Pavement symbol","path":[[-122.342699163288,47.6208614524678],[-122.342699169356,47.6208606526341],[-122.342707869466,47.6208606766913],[-122.342707878264,47.6208591913187],[-122.342711342081,47.6208592011566],[-122.34271132852,47.6208614854459],[-122.342699163288,47.6208614524678]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13091-3","label":"Pavement symbol","path":[[-122.342699156521,47.620862595062],[-122.342711321753,47.6208626280402],[-122.34271131699,47.620863426957],[-122.342703873588,47.6208648921802],[-122.342711308192,47.6208649123295],[-122.342711303455,47.6208657121455],[-122.342699138222,47.6208656791673],[-122.34269914296,47.6208648793513],[-122.342706586362,47.6208634141283],[-122.342699151757,47.6208633939787],[-122.342699156521,47.620862595062]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13091-4","label":"Pavement symbol","path":[[-122.342702378362,47.6208666014775],[-122.342708053792,47.6208666170695],[-122.342708709304,47.6208666448753],[-122.342709355551,47.6208667239515],[-122.342709864734,47.6208668336719],[-122.342710345291,47.6208669915036],[-122.342710622277,47.6208671180153],[-122.342710870021,47.620867269595],[-122.342711083569,47.6208674432122],[-122.34271117305,47.6208675433814],[-122.342711238332,47.6208676517113],[-122.342711277826,47.620867765566],[-122.342711290571,47.6208678821754],[-122.34271127637,47.6208679985812],[-122.342711235507,47.6208681120859],[-122.342711168975,47.6208682199324],[-122.34271107839,47.6208683195009],[-122.342710862766,47.6208684923985],[-122.342710613069,47.6208686430315],[-122.342710334306,47.6208687683788],[-122.342709852492,47.6208689236233],[-122.342709342642,47.6208690307224],[-122.3427086944,47.6208691060455],[-122.342708037547,47.6208691298953],[-122.342702363448,47.6208691142857],[-122.342701707266,47.6208690865405],[-122.342701060359,47.6208690074213],[-122.342700551176,47.6208688976995],[-122.342700070619,47.6208687398691],[-122.3426997941,47.6208686132869],[-122.342699546806,47.620868461703],[-122.34269933367,47.6208682881427],[-122.342699243836,47.6208681880385],[-122.342699178208,47.6208680797309],[-122.342699138385,47.620867965859],[-122.342699125338,47.6208678491972],[-122.342699139834,47.6208677327296],[-122.342699181024,47.6208676191982],[-122.342699247905,47.6208675113652],[-122.34269933885,47.620867411854],[-122.342699554064,47.6208672390259],[-122.342699803312,47.6208670884007],[-122.342700081604,47.6208669629939],[-122.342700564066,47.6208668076796],[-122.342701074597,47.6208667006327],[-122.34270172218,47.6208666253702],[-122.342702378362,47.6208666014775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13091-5","label":"Pavement symbol","path":[[-122.342703436855,47.6208674042853],[-122.342706984494,47.6208674139113],[-122.342707101873,47.6208674213388],[-122.342707215564,47.6208674423711],[-122.342707322122,47.620867476371],[-122.342707418321,47.6208675223089],[-122.342707501247,47.6208675787931],[-122.342707568388,47.620867644113],[-122.34270761771,47.6208677162898],[-122.342707647719,47.6208677931375],[-122.342707657507,47.6208678723283],[-122.342707646776,47.6208679514635],[-122.342707615852,47.6208680281463],[-122.342707565672,47.6208681000538],[-122.342707497755,47.6208681650081],[-122.342707414159,47.6208682210417],[-122.342707317416,47.6208682664574],[-122.342707210455,47.6208682998795],[-122.342707096518,47.6208683202956],[-122.342706979054,47.6208683270875],[-122.342703431415,47.6208683174616],[-122.342703314094,47.6208683099865],[-122.34270320047,47.6208682889199],[-122.342703093982,47.6208682548992],[-122.342702997853,47.6208682089542],[-122.342702914991,47.6208681524753],[-122.342702847905,47.6208680871716],[-122.342702798624,47.6208680150196],[-122.342702768641,47.6208679382027],[-122.342702758862,47.6208678590458],[-122.342702769584,47.6208677799444],[-122.342702800481,47.6208677032923],[-122.34270285062,47.6208676314093],[-122.342702918482,47.6208675664709],[-122.342703002014,47.6208675104423],[-122.342703098688,47.6208674650191],[-122.342703205578,47.620867431576],[-122.342703319449,47.6208674111251],[-122.342703436855,47.6208674042853]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[]},{"id":"symbol-13487-0","label":"Pavement symbol","path":[[-122.342661244925,47.6209161046563],[-122.342658947392,47.6209149719301],[-122.342655405451,47.6209140581191],[-122.342654204392,47.6209144869682],[-122.342657640917,47.6209153904823],[-122.342654379196,47.6209159258249],[-122.342652879787,47.6209145558125],[-122.342648386513,47.6209148816854],[-122.342649395531,47.6209156302737],[-122.342651801283,47.6209154481345],[-122.342652794969,47.6209164020371],[-122.342644581202,47.6209151174698],[-122.342643663245,47.6209158565281],[-122.342654044266,47.6209174524066],[-122.342661244925,47.6209161046563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-1","label":"Pavement symbol","path":[[-122.342648892943,47.620918119862],[-122.342648892972,47.6209183501618]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-2","label":"Pavement symbol","path":[[-122.342700748518,47.620918062785],[-122.342713580519,47.6209153026277],[-122.342700730485,47.6209125799019],[-122.342701993616,47.6209145198016],[-122.342689248405,47.6209145385948],[-122.342689253561,47.6209161380328],[-122.342701998773,47.6209161192395],[-122.342700748518,47.620918062785]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-3","label":"Pavement symbol","path":[[-122.34266306921,47.6209147760287],[-122.342662873479,47.6209147714276],[-122.342662580168,47.6209147830968],[-122.342662290669,47.6209148169403],[-122.34266206415,47.6209148638559],[-122.342661849578,47.6209149316427],[-122.342661725382,47.6209149864743],[-122.342661613888,47.6209150525548],[-122.342661517321,47.6209151285656],[-122.342661477894,47.6209151710837],[-122.342661449025,47.620915217294],[-122.342661431453,47.6209152660149],[-122.342661425625,47.6209153160009],[-122.342661431768,47.6209153661188],[-122.342661449716,47.6209154149307],[-122.342661479007,47.6209154611815],[-122.34266151889,47.6209155036821],[-122.342661615849,47.6209155791522],[-122.342661727586,47.6209156446852],[-122.342661851882,47.6209156989794],[-122.342662066534,47.6209157658443],[-122.342662292923,47.6209158118789],[-122.342662583103,47.6209158452286],[-122.342662877012,47.6209158563102],[-122.342663072455,47.6209158510195],[-122.342663074859,47.6209162549124],[-122.342663594973,47.6209162039339],[-122.342663901537,47.6209161403466],[-122.342664191891,47.6209160484817],[-122.34266438637,47.6209159629133],[-122.342664561079,47.6209158597728],[-122.34266471255,47.6209157411071],[-122.34266480292,47.6209156435361],[-122.342664869018,47.6209155374912],[-122.342664909148,47.6209154256934],[-122.342664922281,47.620915311011],[-122.342664908153,47.6209151964547],[-122.342664867069,47.6209150848886],[-122.342664800084,47.6209149791755],[-122.342664708915,47.6209148820279],[-122.342664557177,47.6209147637629],[-122.342664382301,47.6209146610333],[-122.342664187754,47.6209145758752],[-122.34266389683,47.6209144847078],[-122.342663589842,47.6209144218748],[-122.342663068136,47.6209143721181],[-122.34266306921,47.6209147760287]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-4","label":"Pavement symbol","path":[[-122.342648916234,47.6209182347032],[-122.342648908797,47.6209181704744],[-122.34264888723,47.6209181077119],[-122.342648852014,47.6209180478199],[-122.342648803937,47.6209179921388],[-122.342648744077,47.6209179419143],[-122.342648534478,47.6209178097037],[-122.342648300538,47.6209176975662],[-122.342648046458,47.6209176075149],[-122.342647608159,47.6209174970967],[-122.34264715358,47.6209174223414],[-122.342646553548,47.6209173677184],[-122.342645948629,47.6209173501593],[-122.342645344415,47.6209173693375],[-122.342644745296,47.6209174254917],[-122.342644291347,47.6209175017667],[-122.342643853935,47.6209176136361],[-122.342643600416,47.6209177045029],[-122.342643367204,47.6209178174059],[-122.342643158488,47.6209179503169],[-122.342643098689,47.6209180007482],[-122.342643050749,47.6209180566386],[-122.342643015744,47.6209181167318],[-122.342642994461,47.6209181796771],[-122.34264298738,47.6209182440597],[-122.342642994835,47.6209183082857],[-122.34264301641,47.6209183710451],[-122.342643051625,47.6209184309352],[-122.342643099692,47.6209184866179],[-122.342643159537,47.6209185368486],[-122.34264336955,47.6209186691186],[-122.342643603939,47.6209187812519],[-122.342643858486,47.6209188712304],[-122.342644296131,47.6209189816063],[-122.342644750034,47.6209190564215],[-122.342645350066,47.6209191110438],[-122.342645954985,47.6209191286037],[-122.342646559885,47.6209191090098],[-122.342647159622,47.6209190523543],[-122.342647612865,47.620918976482],[-122.342648049679,47.6209188651268],[-122.342648303664,47.6209187743179],[-122.342648537325,47.6209186614075],[-122.342648746456,47.6209185284284],[-122.342648805953,47.6209184779307],[-122.3426488536,47.6209184220128],[-122.34264888833,47.6209183619276],[-122.342648909366,47.6209182990212],[-122.342648916234,47.6209182347032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-5","label":"Pavement symbol","path":[[-122.342640603038,47.6209182468923],[-122.342640615391,47.6209183519796],[-122.342640651782,47.6209184545028],[-122.34264071133,47.6209185519795],[-122.342640792592,47.6209186420492],[-122.342640893601,47.6209187225311],[-122.342641266306,47.6209189446668],[-122.34264167903,47.620919131921],[-122.342642124637,47.6209192810562],[-122.342642889425,47.6209194626212],[-122.34264367961,47.620919585194],[-122.342645792069,47.6209197047153],[-122.342647902726,47.620919578667],[-122.34264869219,47.6209194538946],[-122.342649455893,47.6209192701942],[-122.342649900145,47.6209191199239],[-122.342650311339,47.6209189316982],[-122.34265068238,47.6209187087654],[-122.342650783119,47.62091862794],[-122.342650864005,47.6209185375467],[-122.342650923074,47.6209184397806],[-122.34265095889,47.620918337016],[-122.342650970585,47.6209182317485],[-122.342650958227,47.620918126662],[-122.342650921834,47.6209180241397],[-122.342650862286,47.6209179266636],[-122.342650781027,47.6209178365934],[-122.342650680022,47.6209177561098],[-122.342650307249,47.6209175342906],[-122.342649894536,47.6209173473389],[-122.342649449012,47.620917198484],[-122.342648684225,47.6209170169163],[-122.342647894039,47.6209168943464],[-122.34264578158,47.6209167748251],[-122.342643672254,47.6209169008557],[-122.342642882112,47.6209170255851],[-122.342642117756,47.620917209346],[-122.3426416735,47.6209173596114],[-122.342641262305,47.6209175478374],[-122.34264089127,47.6209177707748],[-122.342640790675,47.6209178514505],[-122.342640709865,47.6209179416676],[-122.342640650796,47.6209180392418],[-122.342640614897,47.6209181418111],[-122.342640603038,47.6209182468923]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-6","label":"Pavement symbol","path":[[-122.342648990454,47.6209129503103],[-122.342648982622,47.6209128825482],[-122.342648960139,47.6209128162918],[-122.34264892349,47.6209127529725],[-122.342648873467,47.6209126939581],[-122.34264881115,47.6209126405235],[-122.342648598291,47.6209125023647],[-122.342648359705,47.6209123848439],[-122.342648099761,47.6209122901138],[-122.342647651953,47.6209121740788],[-122.342647186645,47.620912095313],[-122.342646574105,47.6209120381509],[-122.342645956318,47.6209120198689],[-122.342645338646,47.6209120400772],[-122.342644726488,47.6209120991512],[-122.342644262102,47.6209121792744],[-122.342643815437,47.6209122965528],[-122.342643555956,47.6209123919172],[-122.342643317958,47.6209125100258],[-122.342643105802,47.6209126487151],[-122.342643044162,47.6209127023405],[-122.342642994829,47.6209127614692],[-122.342642958866,47.6209128248278],[-122.342642937048,47.6209128910519],[-122.342642929844,47.6209129587152],[-122.342642937292,47.6209130266116],[-122.342642959449,47.6209130930352],[-122.342642995834,47.6209131565465],[-122.342643045659,47.6209132157688],[-122.342643107843,47.6209132694188],[-122.342643320783,47.6209134072533],[-122.342643559357,47.6209135244708],[-122.342643819206,47.6209136189293],[-122.342644267014,47.6209137349644],[-122.342644732322,47.6209138137302],[-122.342645344844,47.6209138713429],[-122.342645962675,47.6209138900735],[-122.342646580366,47.6209138694153],[-122.342647192479,47.620913809892],[-122.342647657542,47.6209137298119],[-122.342648104861,47.6209136124726],[-122.34264836387,47.6209135170458],[-122.342648601419,47.6209133989448],[-122.342648813165,47.620913260328],[-122.342648875083,47.6209132067583],[-122.342648924695,47.6209131476543],[-122.342648960931,47.6209130842904],[-122.342648983009,47.6209130180328],[-122.342648990454,47.6209129503103]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13487-7","label":"Pavement symbol","path":[[-122.34264096466,47.6209129622865],[-122.342640976955,47.6209130655985],[-122.342641012574,47.6209131664231],[-122.342641070679,47.6209132623824],[-122.342641149898,47.6209133512128],[-122.342641248364,47.6209134308192],[-122.342641605627,47.6209136474632],[-122.342642002195,47.6209138304211],[-122.342642431126,47.6209139764905],[-122.342643168582,47.6209141547031],[-122.342643931383,47.6209142750565],[-122.34264494384,47.6209143640073],[-122.342645963959,47.6209143929384],[-122.34264698408,47.6209143613426],[-122.342647996192,47.6209142697293],[-122.342648758449,47.6209141470103],[-122.342649494957,47.6209139664761],[-122.342649922832,47.62091381914],[-122.342650318118,47.620913635032],[-122.342650673899,47.6209134173727],[-122.342650771859,47.6209133374078],[-122.342650850485,47.6209132482707],[-122.342650907921,47.6209131520664],[-122.342650942812,47.6209130510664],[-122.342650954333,47.6209129476558],[-122.34265094221,47.6209128441522],[-122.34265090667,47.6209127431278],[-122.342650848554,47.6209126469751],[-122.342650769239,47.6209125579712],[-122.342650670603,47.6209124782237],[-122.342650313341,47.6209122615789],[-122.342649916773,47.620912078621],[-122.342649487841,47.6209119325526],[-122.342648750385,47.6209117543401],[-122.342647987584,47.6209116339866],[-122.342646975127,47.6209115450361],[-122.342645955009,47.6209115161048],[-122.342644934887,47.6209115477009],[-122.342643922775,47.6209116393138],[-122.342643161195,47.6209117620734],[-122.342642425341,47.6209119425493],[-122.342641997461,47.6209120898812],[-122.342641602175,47.6209122739894],[-122.342641246398,47.6209124916526],[-122.342641147993,47.6209125716991],[-122.342641068998,47.620912660984],[-122.342641011287,47.6209127573881],[-122.34264097623,47.6209128586232],[-122.34264096466,47.6209129622865]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[]},{"id":"symbol-13943-0","label":"Pavement symbol","path":[[-122.34252080702,47.6210167234944],[-122.342520819449,47.6210153631196],[-122.342514249803,47.6210098420687],[-122.342507614107,47.621015299832],[-122.342507602251,47.6210166799906],[-122.342514229863,47.6210112187362],[-122.34252080702,47.6210167234944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-1","label":"Pavement symbol","path":[[-122.342520818264,47.6210139921299],[-122.342520831111,47.6210126461433],[-122.342514255023,47.6210071323747],[-122.34250765284,47.6210125986897],[-122.342507641428,47.6210139482557],[-122.342514268074,47.6210084996086],[-122.342520818264,47.6210139921299]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-2","label":"Pavement symbol","path":[[-122.342511968848,47.6210239584058],[-122.342511528765,47.6210230070567],[-122.342511649484,47.6210223523391],[-122.342514166106,47.6210284687003],[-122.342514145452,47.6210287626152],[-122.342514191939,47.6210290551865],[-122.342514304468,47.6210293394871],[-122.342514325327,47.6210293716453],[-122.342514353051,47.6210294013537],[-122.342514387025,47.6210294279511],[-122.342514426492,47.6210294508455],[-122.342514470573,47.6210294695271],[-122.342514629543,47.621030867212],[-122.342514491162,47.6210308672478],[-122.342514486966,47.6210312730274],[-122.34251505486,47.6210312178176],[-122.342515043903,47.6210308401267],[-122.342514864237,47.6210308389107],[-122.34251473586,47.6210294408202],[-122.342514835041,47.6210292937567],[-122.342514905485,47.6210291393476],[-122.342514946036,47.6210289801318],[-122.342515735869,47.6210286862811],[-122.342516028528,47.6210301599507],[-122.342516637064,47.6210315890667],[-122.342516830258,47.6210318882465],[-122.342517073686,47.6210321702819],[-122.342517364054,47.6210324313569],[-122.342517486193,47.6210325176497],[-122.342517623001,47.6210325932857],[-122.342517772444,47.6210326571412],[-122.34251790926,47.6210326986201],[-122.342518054034,47.6210327251226],[-122.342518203184,47.6210327359927],[-122.342518341712,47.6210327311442],[-122.342518477169,47.6210327110008],[-122.342518605864,47.6210326761114],[-122.342518724289,47.6210326274267],[-122.342518983608,47.6210324809663],[-122.342519211463,47.6210323124003],[-122.342519702794,47.6210317560231],[-122.342520043983,47.6210311507598],[-122.342520614053,47.6210294276444],[-122.342520836369,47.6210273214086],[-122.342520651365,47.6210252097788],[-122.342520111597,47.6210234824886],[-122.342519770154,47.6210228777461],[-122.342519299297,47.6210223138717],[-122.342519161138,47.6210221930657],[-122.342518999576,47.6210220862607],[-122.3425188177,47.6210219954987],[-122.3425186554,47.6210219380727],[-122.342518480965,47.621021900111],[-122.342518299487,47.6210218827224],[-122.342518176746,47.6210218849787],[-122.342518056314,47.6210219011073],[-122.342517941617,47.6210219306492],[-122.342517587946,47.6210220774774],[-122.342517402633,47.621022190136],[-122.342517246403,47.6210223213027],[-122.34251692622,47.6210226593037],[-122.342516088405,47.6210204276862],[-122.342516233352,47.6210196449028],[-122.342516391618,47.6210195863851],[-122.342516534435,47.6210195119699],[-122.342516658318,47.6210194234727],[-122.342516760245,47.6210193230525],[-122.342516897999,47.6210191179141],[-122.34251700456,47.6210188924981],[-122.342517078235,47.6210186801129],[-122.342517090752,47.6210185153183],[-122.342517073017,47.62101845438],[-122.342517039764,47.6210184089408],[-122.342516989716,47.621018380817],[-122.342516921569,47.6210183709253],[-122.342514942978,47.6210185545941],[-122.342514894078,47.6210185660379],[-122.342514849664,47.6210185945147],[-122.342514812291,47.6210186363923],[-122.342514784569,47.6210186898369],[-122.34251476913,47.621018753914],[-122.342514768531,47.6210188249911],[-122.342514817015,47.6210189826795],[-122.34251498684,47.6210191896627],[-122.342515206263,47.6210193742458],[-122.342515360056,47.6210194845364],[-122.342515533665,47.621019580539],[-122.34251572419,47.6210196606507],[-122.342515665304,47.6210200158778],[-122.342512045648,47.6210200009034],[-122.342512323385,47.6210180621598],[-122.342512122354,47.6210172785665],[-122.342512306189,47.6210168731036],[-122.342513189782,47.6210168757805],[-122.342513182762,47.6210162668378],[-122.342512174062,47.621016263121],[-122.342511694197,47.6210173346223],[-122.342511920892,47.6210181772494],[-122.342511143244,47.6210224688045],[-122.342510981301,47.6210222992733],[-122.342510789105,47.6210221447636],[-122.342510569687,47.6210220077134],[-122.342510423547,47.6210219400138],[-122.34251026288,47.6210218894348],[-122.342509951666,47.6210218485812],[-122.342509813163,47.6210218535161],[-122.342509677732,47.6210218736852],[-122.342509549038,47.6210219085432],[-122.34250943056,47.6210219571472],[-122.3425091508,47.6210221174428],[-122.342508907882,47.6210223030324],[-122.34250870679,47.621022510109],[-122.342508469385,47.6210228119276],[-122.342508298542,47.6210230665823],[-122.342508162427,47.6210233305748],[-122.342507762032,47.6210243129661],[-122.342507502851,47.6210253166634],[-122.342507326414,47.6210279953422],[-122.342507511927,47.6210294024937],[-122.342507906458,47.6210307899352],[-122.342508335926,47.6210316505646],[-122.34250870911,47.6210321305057],[-122.342508977006,47.6210323752456],[-122.34250917373,47.6210325057791],[-122.342509411216,47.6210326195793],[-122.342509648571,47.621032683003],[-122.342509862011,47.6210327017633],[-122.342510009468,47.6210326935107],[-122.342510246144,47.6210326417933],[-122.342510484124,47.621032543279],[-122.342510703744,47.6210324081241],[-122.342510881189,47.621032272266],[-122.342511029404,47.6210321213282],[-122.342511335112,47.6210317430367],[-122.342511739921,47.6210310197801],[-122.342511993102,47.6210303902944],[-122.342512209665,47.6210296452446],[-122.342512383403,47.6210287082461],[-122.342512475406,47.6210277516405],[-122.342512480093,47.6210268123857],[-122.342512405887,47.6210258597833],[-122.342512231977,47.6210248644221],[-122.342511968848,47.6210239584058]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-3","label":"Pavement symbol","path":[[-122.342516564336,47.621023119305],[-122.34251582833,47.6210254299878],[-122.342515675304,47.6210277910729],[-122.342514852661,47.6210279630117],[-122.342515924344,47.6210214689111],[-122.342516564336,47.621023119305]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-4","label":"Pavement symbol","path":[[-122.342511898772,47.6210209465417],[-122.342515510448,47.6210209616219],[-122.342514496634,47.6210270654241],[-122.342514460821,47.621026427176],[-122.34251457127,47.6210264275107],[-122.342514560835,47.621026021925],[-122.342514077753,47.6210260193348],[-122.34251408738,47.6210263970432],[-122.34251421246,47.6210263971838],[-122.342514234008,47.6210270940957],[-122.342511838739,47.6210213080813],[-122.342511898772,47.6210209465417]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-5","label":"Pavement symbol","path":[[-122.342516851172,47.6210239251503],[-122.342516277894,47.6210257281489],[-122.342516163887,47.6210275704869],[-122.342517938815,47.6210269712002],[-122.342516851172,47.6210239251503]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-6","label":"Pavement symbol","path":[[-122.342518139612,47.6210277467],[-122.342516229564,47.6210285043106],[-122.342516322497,47.6210291490217],[-122.342516502242,47.6210297853376],[-122.34251695474,47.6210307976955],[-122.342517109274,47.6210310350073],[-122.34251730563,47.6210312578301],[-122.342517540869,47.6210314628313],[-122.342517869376,47.621031641096],[-122.342517948581,47.6210316706027],[-122.342518033745,47.6210316912345],[-122.342518122695,47.621031702465],[-122.342518213164,47.6210317040079],[-122.342518360314,47.6210316901802],[-122.342518502196,47.6210316604656],[-122.342518635061,47.6210316156492],[-122.342518784709,47.621031543938],[-122.342518917141,47.6210314582131],[-122.342519029494,47.6210313603273],[-122.342519413229,47.621030905736],[-122.342519702119,47.6210304203118],[-122.342519982276,47.6210297301131],[-122.342520164612,47.6210290251813],[-122.342520330529,47.6210273181252],[-122.342520194602,47.6210256098648],[-122.342519988779,47.6210247971273],[-122.342519621895,47.6210240105935],[-122.342519100679,47.6210232646942],[-122.342519002274,47.6210231749846],[-122.342518885511,47.6210230959071],[-122.342518752888,47.6210230291526],[-122.342518607238,47.6210229761485],[-122.342518451678,47.6210229380281],[-122.342518289533,47.6210229156065],[-122.342518086359,47.6210229421536],[-122.342517891375,47.6210229889099],[-122.342517708978,47.6210230548208],[-122.342517543282,47.6210231383998],[-122.342517398025,47.6210232377617],[-122.342517276482,47.6210233506656],[-122.342517181394,47.6210234745649],[-122.342518288651,47.6210266463001],[-122.342518319049,47.6210266523105],[-122.342518346711,47.6210266627179],[-122.342518370256,47.6210266770033],[-122.342518388512,47.6210266944544],[-122.342518469335,47.6210268202277],[-122.342518506391,47.6210269108076],[-122.342518525226,47.6210270039065],[-122.342518543693,47.6210272276645],[-122.342518542376,47.6210273407277],[-122.342518520953,47.6210274528685],[-122.34251845977,47.6210276372002],[-122.342518438214,47.6210276809576],[-122.342518408182,47.6210277223831],[-122.342518370212,47.6210277607347],[-122.342518317974,47.621027794713],[-122.342518262424,47.6210278062449],[-122.342518199414,47.6210277899879],[-122.342518168274,47.621027771509],[-122.342518139612,47.6210277467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-13943-7","label":"Pavement symbol","path":[[-122.342510187473,47.6210271792409],[-122.342510940743,47.6210256484368],[-122.342511349055,47.6210240592843],[-122.342511349081,47.6210240601836],[-122.342511598907,47.6210246452156],[-122.342511831261,47.6210254994626],[-122.34251197578,47.6210266283558],[-122.342511987342,47.6210276690511],[-122.342511866913,47.6210287007013],[-122.342511548563,47.6210299274925],[-122.342511113997,47.6210308175715],[-122.342510903275,47.6210311051058],[-122.342510635041,47.6210313699858],[-122.342510479636,47.6210314820481],[-122.342510298248,47.6210315746889],[-122.34251009615,47.6210316452155],[-122.342509974603,47.6210316633007],[-122.3425098503,47.6210316676725],[-122.342509726621,47.621031658212],[-122.342509589373,47.6210316285218],[-122.342509460432,47.6210315850923],[-122.342509342805,47.6210315289363],[-122.342509239234,47.6210314613632],[-122.34250903624,47.6210313059229],[-122.342508870407,47.6210311315991],[-122.342508603199,47.6210307587783],[-122.342508397204,47.6210303687076],[-122.3425079929,47.6210291371053],[-122.342507809101,47.6210276174027],[-122.342507846856,47.6210264878918],[-122.342508061512,47.6210252642748],[-122.342508251346,47.6210246295131],[-122.342508528075,47.6210240094296],[-122.342508733961,47.6210236696121],[-122.342508997225,47.6210233482925],[-122.342509123483,47.6210232181531],[-122.342509274957,47.6210231008724],[-122.342509448799,47.6210229986535],[-122.34250956372,47.6210229484308],[-122.342509689444,47.6210229118064],[-122.34250982246,47.6210228898029],[-122.342509959055,47.6210228830345],[-122.342510076445,47.6210228937119],[-122.342510190112,47.6210229161812],[-122.342510297464,47.6210229499301],[-122.342510396054,47.621022994189],[-122.342510631106,47.6210231351899],[-122.342510828787,47.6210233002009],[-122.342510983773,47.6210234847794],[-122.34251063963,47.6210250775205],[-122.342509920877,47.6210266124235],[-122.342509894772,47.6210266178735],[-122.342509870338,47.6210266261244],[-122.342509848231,47.6210266369546],[-122.342509829046,47.6210266500732],[-122.342509813297,47.6210266651278],[-122.342509742572,47.6210267625419],[-122.342509693748,47.6210268658815],[-122.342509667877,47.6210269729235],[-122.342509645102,47.6210271950807],[-122.342509664803,47.6210274173715],[-122.34250968928,47.6210275250875],[-122.342509737892,47.6210276290168],[-122.342509809498,47.6210277267177],[-122.342509861059,47.6210277611188],[-122.342509917287,47.6210277729677],[-122.342509942708,47.6210277696282],[-122.342509966745,47.6210277631284],[-122.342509988542,47.6210277536999],[-122.342510007322,47.6210277416786],[-122.342510022416,47.6210277274928],[-122.342510093315,47.6210276277529],[-122.342510141194,47.6210275219686],[-122.342510164967,47.6210274125383],[-122.342510187473,47.6210271792409]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[]},{"id":"symbol-15647-0","label":"Pavement symbol","path":[[-122.342387706198,47.6211274581372],[-122.342387666445,47.621126087659],[-122.342387460044,47.6211246293641],[-122.342386926605,47.6211232092587],[-122.342386078568,47.6211218604632],[-122.342384935711,47.621120614435],[-122.34238352469,47.6211195002346],[-122.342381878411,47.6211185438481],[-122.342380035272,47.6211177675806],[-122.342378038258,47.6211171895369],[-122.342379031528,47.6211138631041],[-122.342370678232,47.6211171728746],[-122.342377587464,47.621122336784],[-122.342377504983,47.6211194933115],[-122.342379148104,47.6211199217215],[-122.342380670976,47.6211205187941],[-122.342382035784,47.6211212697026],[-122.342383208637,47.6211221558005],[-122.342384160409,47.6211231550839],[-122.342384867467,47.6211242427385],[-122.342385312253,47.6211253917554],[-122.342385483722,47.6211265736022],[-122.342385510224,47.6211274872544],[-122.342387706198,47.6211274581372]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15647,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15647"}],"details":[]},{"id":"symbol-15688-0","label":"Pavement symbol","path":[[-122.342515090135,47.6211521473998],[-122.342513414758,47.6211537016516],[-122.342512063121,47.6211560954444],[-122.342512697449,47.6211569083767],[-122.342514035134,47.6211545840389],[-122.342514825641,47.621156790195],[-122.342512799247,47.6211578030382],[-122.342513281233,47.6211608409264],[-122.342514389817,47.6211601596153],[-122.342514119092,47.6211585331122],[-122.342515531327,47.6211578612686],[-122.342513629998,47.6211634145834],[-122.342514724431,47.6211640342957],[-122.342517083585,47.6211570166424],[-122.342515090135,47.6211521473998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-1","label":"Pavement symbol","path":[[-122.34251807213,47.6211604994176],[-122.342518411433,47.6211604994163]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-2","label":"Pavement symbol","path":[[-122.342517987814,47.6211254400422],[-122.34251390401,47.6211167643816],[-122.342509876836,47.6211254522386],[-122.342512747445,47.6211245982271],[-122.342512773882,47.621133215239],[-122.342515139586,47.6211332117566],[-122.342515111819,47.6211245947624],[-122.342517987814,47.6211254400422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-3","label":"Pavement symbol","path":[[-122.342513126315,47.6211509139872],[-122.342513119509,47.6211510463201],[-122.342513136699,47.6211512450645],[-122.342513186851,47.6211514412554],[-122.342513256212,47.6211515943626],[-122.342513356505,47.6211517394754],[-122.342513437111,47.6211518233266],[-122.3425135344,47.6211518987108],[-122.34251364644,47.6211519641317],[-122.342513709265,47.6211519907623],[-122.342513777602,47.6211520102742],[-122.34251384969,47.6211520221645],[-122.342513923673,47.621152026127],[-122.342513997854,47.6211520219594],[-122.34251407008,47.6211520098179],[-122.342514138477,47.6211519900173],[-122.342514201269,47.6211519630716],[-122.342514312982,47.6211518974552],[-122.34251440991,47.6211518219109],[-122.342514490131,47.6211517379372],[-122.34251458981,47.6211515923562],[-122.342514658424,47.6211514388343],[-122.342514707022,47.6211512430599],[-122.342514722839,47.6211510448506],[-122.342514714988,47.6211509118125],[-122.342515313736,47.6211509110697],[-122.342515237005,47.6211505594402],[-122.342515142993,47.62115035223],[-122.342515007079,47.6211501558654],[-122.342514880655,47.621150024474],[-122.342514728102,47.6211499063546],[-122.342514552447,47.6211498038494],[-122.342514408299,47.6211497427768],[-122.342514251477,47.6211496980894],[-122.342514086047,47.621149670946],[-122.342513916299,47.6211496620501],[-122.342513746822,47.6211496714357],[-122.342513581768,47.6211496990072],[-122.342513425403,47.6211497440521],[-122.34251328177,47.6211498054057],[-122.342513106638,47.6211499083813],[-122.3425129547,47.6211500269159],[-122.342512828969,47.6211501586595],[-122.342512694772,47.6211503554363],[-122.342512602518,47.6211505628882],[-122.342512527593,47.6211509156292],[-122.342513126315,47.6211509139872]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-4","label":"Pavement symbol","path":[[-122.34251824199,47.621160483671],[-122.342518146618,47.6211604886184],[-122.34251805343,47.6211605031676],[-122.342517964544,47.6211605269883],[-122.342517881975,47.6211605595399],[-122.3425178076,47.6211606000833],[-122.342517611923,47.6211607419178],[-122.342517446066,47.6211609000792],[-122.342517312993,47.6211610717403],[-122.34251714965,47.6211613681345],[-122.342517039105,47.6211616754119],[-122.342516958358,47.6211620806631],[-122.342516932313,47.6211624891757],[-122.342516961291,47.6211628981254],[-122.34251704509,47.6211633036263],[-122.342517157222,47.6211636104584],[-122.34251732204,47.6211639062908],[-122.342517456321,47.62116407757],[-122.342517623309,47.62116423524],[-122.342517820019,47.6211643764806],[-122.34251789457,47.6211644166866],[-122.342517977228,47.6211644488977],[-122.34251806612,47.6211644723844],[-122.342518159235,47.6211644866151],[-122.342518254463,47.6211644912674],[-122.342518349475,47.6211644863779],[-122.34251844233,47.6211644719561],[-122.342518530936,47.6211644483268],[-122.342518613294,47.6211644160227],[-122.342518687549,47.6211643757721],[-122.342518883322,47.621164233661],[-122.342519049173,47.6211640751953],[-122.34251918213,47.6211639032158],[-122.342519345417,47.6211636072653],[-122.342519456045,47.6211633004434],[-122.342519537508,47.6211628947557],[-122.342519564141,47.6211624857627],[-122.34251953516,47.6211620768132],[-122.342519451363,47.6211616713121],[-122.342519338515,47.6211613649177],[-122.342519173109,47.6211610695645],[-122.342519038931,47.621160897963],[-122.342518871931,47.6211607399884],[-122.342518675104,47.6211605984755],[-122.342518600771,47.6211605583707],[-122.342518518373,47.6211605262128],[-122.342518429765,47.6211605027257],[-122.342518336941,47.6211604884379],[-122.34251824199,47.621160483671]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-5","label":"Pavement symbol","path":[[-122.342518260005,47.6211661041943],[-122.342518415686,47.6211660956406],[-122.342518567484,47.6211660708336],[-122.34251871169,47.6211660303799],[-122.342518844777,47.6211659752687],[-122.34251896349,47.6211659068473],[-122.342519291702,47.6211656548874],[-122.342519568219,47.621165376165],[-122.342519788295,47.6211650754659],[-122.342520056949,47.6211645578563],[-122.342520238117,47.6211640232548],[-122.342520414929,47.6211625959282],[-122.342520228496,47.6211611689204],[-122.342520043994,47.621160635263],[-122.342519772241,47.6211601188287],[-122.342519550191,47.6211598186707],[-122.342519271796,47.6211595406702],[-122.342518941842,47.6211592896046],[-122.342518822822,47.6211592214693],[-122.342518689505,47.6211591666671],[-122.342518545146,47.621159126537],[-122.342518393274,47.6211591020593],[-122.342518237597,47.6211590938321],[-122.342518081645,47.621159102301],[-122.342517929563,47.6211591270685],[-122.342517785078,47.6211591675277],[-122.342517651729,47.6211592226876],[-122.342517532783,47.6211592911968],[-122.342517204488,47.6211595434397],[-122.342516927977,47.6211598224656],[-122.342516708004,47.6211601234775],[-122.34251643941,47.621160640644],[-122.342516258156,47.6211611747892],[-122.342516081344,47.6211626021158],[-122.342516267777,47.6211640291236],[-122.342516452222,47.6211645632375],[-122.342516724058,47.6211650801147],[-122.342516946117,47.6211653802686],[-122.342517224511,47.6211656582686],[-122.342517554457,47.6211659093388],[-122.342517673792,47.6211659773778],[-122.342517807411,47.6211660320383],[-122.342517952044,47.6211660719823],[-122.34251810415,47.6211660962322],[-122.342518260005,47.6211661041943]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-6","label":"Pavement symbol","path":[[-122.342510424591,47.6211604334998],[-122.342510324356,47.6211604386757],[-122.342510226338,47.6211604537257],[-122.342510132666,47.6211604783231],[-122.342510045376,47.6211605119334],[-122.342509966363,47.6211605538266],[-122.342509762355,47.6211606979217],[-122.342509588983,47.621160859217],[-122.342509449406,47.621161034776],[-122.342509277682,47.6211613380443],[-122.342509161304,47.6211616530299],[-122.342509076082,47.6211620671747],[-122.342509048383,47.6211624848671],[-122.342509078271,47.6211629024506],[-122.342509165646,47.6211633163508],[-122.342509284127,47.6211636302539],[-122.342509457619,47.6211639323103],[-122.342509598543,47.6211641076154],[-122.342509773231,47.6211642685212],[-122.342509978495,47.6211644120922],[-122.342510057915,47.6211644538186],[-122.342510145586,47.6211644872048],[-122.342510239598,47.6211645115226],[-122.342510337898,47.6211645262415],[-122.342510438342,47.6211645310403],[-122.342510538581,47.6211645258748],[-122.342510636603,47.6211645108295],[-122.342510730276,47.6211644862316],[-122.342510817565,47.621164452616],[-122.342510896569,47.6211644107135],[-122.34251110058,47.6211642666196],[-122.342511273952,47.6211641053241],[-122.342511413527,47.6211639297641],[-122.342511585187,47.621163626938],[-122.342511701655,47.6211633124095],[-122.342511786876,47.6211628982645],[-122.342511814576,47.6211624805722],[-122.342511784027,47.6211620629763],[-122.342511695983,47.6211616491061],[-122.342511578224,47.6211613347648],[-122.342511405314,47.6211610322297],[-122.342511264384,47.6211608569272],[-122.342511089696,47.6211606960218],[-122.342510884437,47.6211605524479],[-122.342510805008,47.6211605107334],[-122.342510717334,47.6211604773541],[-122.342510623326,47.621160453037],[-122.342510525031,47.621160438312],[-122.342510424591,47.6211604334998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15688-7","label":"Pavement symbol","path":[[-122.342510442265,47.6211658588123],[-122.342510595424,47.6211658507245],[-122.34251074491,47.6211658268388],[-122.342510887157,47.6211657877248],[-122.342511018774,47.6211657343152],[-122.342511136621,47.6211656678837],[-122.342511457252,47.6211654261291],[-122.342511727856,47.6211651580189],[-122.342511943718,47.6211648682234],[-122.342512207347,47.621164369535],[-122.342512385325,47.621163853905],[-122.342512558356,47.6211624797055],[-122.342512376123,47.621161105719],[-122.342512194659,47.6211605904561],[-122.342511927588,47.6211600924088],[-122.342511709876,47.6211598033178],[-122.342511437572,47.6211595360724],[-122.342511115419,47.6211592953289],[-122.342510997367,47.6211592291458],[-122.342510865607,47.621159176],[-122.34251072328,47.6211591371583],[-122.34251057378,47.6211591135466],[-122.342510420668,47.6211591057278],[-122.342510267422,47.6211591139663],[-122.342510117888,47.6211591380228],[-122.342509975641,47.6211591773226],[-122.342509844076,47.621159230927],[-122.342509726338,47.6211592975557],[-122.342509405698,47.6211595393058],[-122.342509135094,47.6211598074165],[-122.342508919241,47.6211600972159],[-122.342508655609,47.6211605959038],[-122.342508477634,47.6211611115343],[-122.342508304603,47.6211624857338],[-122.342508486836,47.6211638597203],[-122.342508668359,47.6211643745262],[-122.342508935345,47.6211648721313],[-122.342509153051,47.6211651612246],[-122.342509425355,47.6211654284703],[-122.342509747513,47.6211656692112],[-122.342509865554,47.6211657354072],[-122.342509997312,47.6211657885605],[-122.342510139641,47.621165827403],[-122.342510289148,47.621165851008],[-122.342510442265,47.6211658588123]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[]},{"id":"symbol-15872-0","label":"Pavement symbol","path":[[-122.342242324729,47.6207606752466],[-122.342242312267,47.6207620347222],[-122.342248881853,47.6207675557888],[-122.342255517545,47.6207620980406],[-122.342255529407,47.6207607178819],[-122.342248901826,47.6207661800206],[-122.342242324729,47.6207606752466]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-1","label":"Pavement symbol","path":[[-122.342242312141,47.6207634066287],[-122.342242300617,47.6207647525978],[-122.342248876619,47.6207702654828],[-122.342255477494,47.6207648000997],[-122.342255490217,47.6207634496168],[-122.342248863601,47.6207688991481],[-122.342242312141,47.6207634066287]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-2","label":"Pavement symbol","path":[[-122.342251161538,47.6207534394745],[-122.342251602971,47.6207543917063],[-122.342251482248,47.6207550464236],[-122.34224896434,47.6207489300742],[-122.342248985016,47.6207486361586],[-122.34224893853,47.6207483435859],[-122.342248825984,47.620748059287],[-122.342248805363,47.6207480271894],[-122.342248777899,47.620747997512],[-122.3422487442,47.620747970913],[-122.342248705014,47.6207479479825],[-122.34224866121,47.620747929229],[-122.342248502222,47.6207465306445],[-122.342248640629,47.6207465315083],[-122.342248643496,47.6207461257463],[-122.342248076936,47.6207461809372],[-122.34224808789,47.620746558628],[-122.342248266199,47.6207465589628],[-122.342248395925,47.6207479579353],[-122.342248296384,47.6207481046748],[-122.342248225486,47.6207482587862],[-122.342248184392,47.6207484177416],[-122.342247395891,47.6207487115728],[-122.342247103153,47.6207472383602],[-122.342246494742,47.6207458096843],[-122.342246301548,47.6207455105049],[-122.342246058123,47.6207452284691],[-122.34224576776,47.6207449673923],[-122.342245645211,47.6207448810441],[-122.342245507956,47.620744805412],[-122.342245358044,47.6207447416247],[-122.342245221297,47.6207446998318],[-122.342245076513,47.6207446730263],[-122.342244927281,47.6207446618729],[-122.342244789103,47.6207446668429],[-122.342244654006,47.6207446870212],[-122.342244525649,47.6207447218615],[-122.342244407508,47.6207447704201],[-122.342244147505,47.6207449168452],[-122.342243919005,47.6207450854629],[-122.34224342837,47.6207456418788],[-122.342243087814,47.6207462470838],[-122.342242517737,47.6207479701978],[-122.342242295411,47.6207500764331],[-122.342242480403,47.6207521880633],[-122.342243020184,47.6207539162541],[-122.342243361053,47.6207545205037],[-122.342243831118,47.6207550839914],[-122.342243969198,47.6207552051126],[-122.34224413077,47.6207553122212],[-122.342244312738,47.6207554032648],[-122.342244475459,47.6207554607702],[-122.342244650347,47.6207554987276],[-122.342244832277,47.6207555160247],[-122.342244954633,47.6207555133873],[-122.342245074602,47.6207554969632],[-122.34224518879,47.6207554672171],[-122.34224554379,47.6207553203721],[-122.342245729104,47.6207552077148],[-122.342245885332,47.6207550765477],[-122.342246205515,47.6207547385475],[-122.34224704201,47.6207569710838],[-122.342246897034,47.6207577529676],[-122.342246739146,47.620757811577],[-122.342246596691,47.620757886015],[-122.342246473132,47.6207579744723],[-122.342246371472,47.620758074799],[-122.342246232414,47.6207582808541],[-122.342246125826,47.6207585053705],[-122.342246052151,47.6207587177556],[-122.342246040963,47.6207588825325],[-122.342246057393,47.6207589443877],[-122.342246091975,47.6207589898093],[-122.342246142023,47.6207590179333],[-122.342246208814,47.6207590269435],[-122.342248188752,47.620758844161],[-122.342248237626,47.6207588318181],[-122.342248282066,47.6207588042406],[-122.342248319438,47.620758762363],[-122.342248345805,47.6207587080369],[-122.34224836127,47.6207586448592],[-122.3422483632,47.6207585737644],[-122.342248313361,47.6207584151943],[-122.342248144096,47.6207582087193],[-122.342247925472,47.6207580245086],[-122.34224777134,47.6207579138451],[-122.342247597273,47.6207578175436],[-122.342247406193,47.620757737221],[-122.342247465107,47.6207573828932],[-122.342251086049,47.6207573969591],[-122.342250808303,47.6207593357021],[-122.342251008026,47.6207601202127],[-122.342250825519,47.6207605256576],[-122.342249940574,47.6207605220971],[-122.342249948922,47.6207611310222],[-122.342250957642,47.6207611356406],[-122.342251437511,47.6207600641404],[-122.342251209491,47.6207592215303],[-122.342251988486,47.6207549299594],[-122.342252150426,47.6207550994914],[-122.342252342621,47.6207552540016],[-122.342252562038,47.6207553910518],[-122.34225270823,47.6207554582882],[-122.342252868817,47.6207555084317],[-122.342253180029,47.6207555492861],[-122.342253318194,47.6207555442704],[-122.342253453277,47.6207555240784],[-122.342253581634,47.6207554892548],[-122.342253699803,47.6207554407389],[-122.342253980045,47.6207552805068],[-122.342254223413,47.6207550949092],[-122.342254424902,47.6207548877611],[-122.342254662333,47.6207545868423],[-122.342254832543,47.6207543317305],[-122.342254967937,47.6207540673142],[-122.342255368958,47.6207530853831],[-122.342255628875,47.6207520821086],[-122.342255803993,47.6207494034478],[-122.342255618493,47.6207479962955],[-122.342255223967,47.6207466088535],[-122.342254795809,47.6207457473063],[-122.34225442263,47.6207452673643],[-122.342254153405,47.6207450226415],[-122.34225395671,47.6207448930067],[-122.342253719226,47.620744779206],[-122.342253481846,47.6207447148825],[-122.342253269737,47.6207446961041],[-122.342253120977,47.6207447052733],[-122.342252885606,47.6207447560732],[-122.342252647627,47.620744854587],[-122.342252426678,47.620744989759],[-122.342252249177,47.6207451260551],[-122.342252101044,47.6207452774535],[-122.342251796666,47.6207456557267],[-122.342251390499,47.6207463781007],[-122.342251138647,47.6207470075682],[-122.342250920751,47.6207477526351],[-122.342250747035,47.6207486905325],[-122.342250656358,47.6207496471203],[-122.34225065031,47.6207505854934],[-122.342250724511,47.620751538096],[-122.342250898415,47.6207525334576],[-122.342251161538,47.6207534394745]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-3","label":"Pavement symbol","path":[[-122.342246566095,47.6207542794639],[-122.342247302218,47.6207519683381],[-122.342247455121,47.6207496067988],[-122.342248279117,47.6207494357436],[-122.342247207406,47.6207559298417],[-122.342246566095,47.6207542794639]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-4","label":"Pavement symbol","path":[[-122.342251232928,47.6207564513211],[-122.342247621297,47.6207564371318],[-122.342248633781,47.6207503324504],[-122.342248669591,47.6207509706985],[-122.342248560472,47.620750970346],[-122.342248569601,47.6207513768486],[-122.342249053984,47.6207513785231],[-122.342249043056,47.6207510017314],[-122.34224891928,47.6207510006736],[-122.342248897762,47.620750304661],[-122.342251292989,47.6207560906809],[-122.342251232928,47.6207564513211]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-5","label":"Pavement symbol","path":[[-122.34224628057,47.620753472701],[-122.342246853182,47.6207516696741],[-122.34224696654,47.6207498273836],[-122.342245191618,47.6207504266661],[-122.34224628057,47.620753472701]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-6","label":"Pavement symbol","path":[[-122.342244992182,47.6207496520474],[-122.342246900868,47.6207488935598],[-122.342246808601,47.6207482488605],[-122.342246629528,47.6207476125145],[-122.342246177064,47.6207466010547],[-122.342246022529,47.6207463637435],[-122.342245826176,47.6207461409204],[-122.342245590941,47.6207459359175],[-122.342245262438,47.6207457576521],[-122.342245183238,47.6207457281358],[-122.342245098075,47.6207457075002],[-122.342245009122,47.6207456962725],[-122.342244918651,47.6207456947393],[-122.34224477157,47.6207457082786],[-122.342244629682,47.6207457376901],[-122.34224449673,47.6207457821977],[-122.342244347085,47.6207458539105],[-122.342244214654,47.6207459396349],[-122.342244102298,47.6207460375187],[-122.342243717811,47.6207464925203],[-122.342243428368,47.6207469784495],[-122.342243148881,47.620747668661],[-122.3422429672,47.6207483735612],[-122.34224280127,47.620750080617],[-122.342242937192,47.6207517888777],[-122.342243143002,47.620752601617],[-122.342243509881,47.620753388152],[-122.342244031097,47.620754134051],[-122.342244129348,47.6207542236644],[-122.342244245912,47.6207543026788],[-122.342244378305,47.6207543694095],[-122.342244523703,47.6207544224339],[-122.342244679008,47.6207544606216],[-122.342244840906,47.6207544831583],[-122.342245044387,47.620754456617],[-122.342245239664,47.6207544098115],[-122.342245422321,47.6207543438],[-122.34224558823,47.6207542600751],[-122.342245733639,47.6207541605295],[-122.342245855261,47.6207540474139],[-122.342245950346,47.6207539232857],[-122.342244841808,47.6207507524646],[-122.342244811622,47.6207507461437],[-122.342244784262,47.6207507354731],[-122.342244761089,47.620750720983],[-122.342244743252,47.6207507033932],[-122.3422446611,47.6207505776374],[-122.342244624716,47.6207504870175],[-122.34224460654,47.6207503939407],[-122.342244586771,47.6207501710996],[-122.342244588749,47.6207500580005],[-122.342244610842,47.620749945878],[-122.342244672025,47.6207497615464],[-122.342244693458,47.6207497174749],[-122.342244723484,47.6207496757447],[-122.342244761557,47.6207496371129],[-122.342244812465,47.6207496031524],[-122.342244869345,47.620749591603],[-122.342244932355,47.6207496078601],[-122.34224496352,47.6207496272384],[-122.342244992182,47.6207496520474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-15872-7","label":"Pavement symbol","path":[[-122.342252944276,47.620750219525],[-122.342252190408,47.6207517498585],[-122.342251781328,47.6207533385974],[-122.342251532811,47.6207527526479],[-122.342251299132,47.620751898418],[-122.342251155975,47.6207507704061],[-122.342251144393,47.6207497288115],[-122.342251263523,47.6207486980785],[-122.342251581851,47.6207474703888],[-122.342252016419,47.6207465803108],[-122.342252227788,47.6207462927299],[-122.342252496705,47.6207460278799],[-122.342252652115,47.6207459158222],[-122.342252833502,47.6207458231822],[-122.342253035595,47.6207457526514],[-122.342253157223,47.6207457348667],[-122.342253281535,47.6207457307976],[-122.342253405148,47.620745740555],[-122.342253542049,47.620745770328],[-122.342253670642,47.6207458137866],[-122.342253787935,47.62074586992],[-122.3422538912,47.6207459374226],[-122.342254094202,47.6207460928589],[-122.342254260024,47.6207462671874],[-122.342254527234,47.6207466400075],[-122.342254733221,47.62074703008],[-122.342255137517,47.6207482616832],[-122.342255321307,47.6207497813862],[-122.342255283547,47.6207509108971],[-122.34225506886,47.6207521336143],[-122.342254879682,47.6207527683448],[-122.342254603624,47.6207533884409],[-122.342254397817,47.6207537287162],[-122.342254134499,47.6207540504762],[-122.342254007827,47.6207541806769],[-122.342253855906,47.6207542979648],[-122.342253681596,47.6207544001318],[-122.342253566669,47.6207544503463],[-122.342253440945,47.6207544869672],[-122.342253307933,47.6207545089729],[-122.342253171342,47.6207545157496],[-122.342253053864,47.6207545048636],[-122.342252940161,47.6207544821707],[-122.34225283283,47.6207544481892],[-122.342252734319,47.6207544036949],[-122.342252499403,47.6207542629589],[-122.342252301738,47.620754098254],[-122.342252146632,47.6207539140024],[-122.342252491431,47.6207523212152],[-122.342253210867,47.6207507863432],[-122.342253236954,47.6207507808681],[-122.342253261373,47.6207507726069],[-122.342253283474,47.6207507617794],[-122.342253302669,47.6207507486739],[-122.342253318447,47.620750733639],[-122.342253389159,47.6207506362215],[-122.342253437982,47.6207505328829],[-122.342253463868,47.6207504258437],[-122.342253485978,47.6207502036664],[-122.342253465614,47.6207499814133],[-122.342253441569,47.6207498737395],[-122.342253393404,47.620749769805],[-122.342253322252,47.6207496720491],[-122.342253269361,47.6207496376655],[-122.342253214463,47.6207496257989],[-122.342253188744,47.6207496290043],[-122.342253164396,47.6207496354441],[-122.342253142306,47.6207496448837],[-122.342253123278,47.6207496569795],[-122.342253108005,47.6207496712912],[-122.342253037688,47.6207497707903],[-122.342252990249,47.6207498762609],[-122.342252966757,47.6207499853285],[-122.342252944276,47.620750219525]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[]},{"id":"symbol-16041-0","label":"Pavement symbol","path":[[-122.342751554993,47.6208392893398],[-122.342753842146,47.6208404311979],[-122.34275737519,47.6208413595175],[-122.342758581723,47.6208409359924],[-122.342755152765,47.6208400179873],[-122.342758420218,47.6208394969594],[-122.342759905152,47.6208408725601],[-122.342764401628,47.620840565532],[-122.342763400459,47.6208398123426],[-122.342760993094,47.6208399846099],[-122.342760007258,47.6208390261061],[-122.342768210062,47.6208403458951],[-122.342769133441,47.6208396103623],[-122.34275876847,47.6208379711003],[-122.342751554993,47.6208392893398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-1","label":"Pavement symbol","path":[[-122.342763925731,47.6208373251517],[-122.342763927058,47.6208370957335]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-2","label":"Pavement symbol","path":[[-122.342712070599,47.6208371654467],[-122.342699214441,47.6208398719478],[-122.342712038064,47.6208426481008],[-122.342710793425,47.620840703458],[-122.342723538828,47.6208407377365],[-122.342723548327,47.6208391390038],[-122.342710802899,47.620839103826],[-122.342712070599,47.6208371654467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-3","label":"Pavement symbol","path":[[-122.342749718482,47.620840609135],[-122.342749914238,47.6208406146352],[-122.342750208144,47.6208406043536],[-122.342750498456,47.6208405718021],[-122.342750725578,47.620840525819],[-122.342750940928,47.6208404588803],[-122.342751065436,47.6208404046651],[-122.342751177391,47.6208403391836],[-122.342751274567,47.6208402637381],[-122.342751314339,47.6208402212744],[-122.342751343551,47.6208401750779],[-122.342751361455,47.6208401263319],[-122.342751367592,47.6208400762851],[-122.342751361754,47.6208400262209],[-122.342751344135,47.6208399774265],[-122.342751315189,47.6208399311529],[-122.342751275658,47.6208398885863],[-122.342751179605,47.6208398129133],[-122.342751068755,47.6208397470689],[-122.3427509453,47.6208396923547],[-122.342750730768,47.6208396241071],[-122.342750504181,47.6208395767577],[-122.342750214052,47.6208395425019],[-122.342749920041,47.6208395305284],[-122.342749724571,47.62083953492],[-122.342749727487,47.6208391309565],[-122.342749205992,47.6208391801545],[-122.342748898864,47.620839242368],[-122.342748607666,47.620839332927],[-122.342748412395,47.6208394178107],[-122.342748236775,47.6208395203607],[-122.342748084297,47.6208396385388],[-122.34274799315,47.6208397355338],[-122.342747926106,47.6208398410816],[-122.342747884879,47.620839952483],[-122.342747870524,47.6208400668894],[-122.342747883453,47.6208401817506],[-122.342747923466,47.6208402937402],[-122.342747989532,47.620840399976],[-122.342748079952,47.6208404977238],[-122.342748230714,47.620840616503],[-122.342748404712,47.6208407198467],[-122.342748598505,47.6208408057099],[-122.342748888699,47.6208408977487],[-122.342749195139,47.620840961526],[-122.342749715592,47.6208410139977],[-122.342749718482,47.620840609135]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-4","label":"Pavement symbol","path":[[-122.34276390377,47.6208372102929],[-122.342763910571,47.6208372746029],[-122.342763931546,47.6208373375069],[-122.342763966225,47.6208373975935],[-122.34276401383,47.6208374535148],[-122.342764073293,47.6208375040162],[-122.342764281843,47.620837637065],[-122.342764514918,47.6208377501193],[-122.34276476833,47.6208378411479],[-122.342765205199,47.6208379533152],[-122.342765658651,47.6208380299528],[-122.342766257914,47.6208380872564],[-122.342766862427,47.6208381075469],[-122.34276746722,47.6208380906428],[-122.342768067218,47.6208380366919],[-122.342768521695,47.6208379626733],[-122.342768960039,47.6208378530251],[-122.342769214283,47.6208377631194],[-122.342769448412,47.6208376511093],[-122.342769658222,47.6208375190062],[-122.342769718452,47.6208374688471],[-122.342769766888,47.6208374131853],[-122.342769802441,47.6208373532705],[-122.342769824314,47.6208372904476],[-122.342769832015,47.6208372261272],[-122.342769825185,47.6208371618216],[-122.342769804196,47.6208370989228],[-122.342769769518,47.6208370388389],[-122.342769721928,47.6208369829153],[-122.342769662491,47.6208369324039],[-122.34276945394,47.620836799357],[-122.342769220865,47.6208366863028],[-122.342768967455,47.6208365952722],[-122.342768530587,47.6208364831044],[-122.342768077133,47.6208364064673],[-122.342767477871,47.6208363491629],[-122.342766873358,47.6208363288732],[-122.342766267896,47.6208363457443],[-122.342765667237,47.6208363997459],[-122.342765213436,47.6208364738045],[-122.342764775746,47.6208365833949],[-122.342764521028,47.6208366732344],[-122.342764286449,47.6208367852523],[-122.342764076233,47.6208369174316],[-122.342764016277,47.6208369676464],[-122.342763968119,47.6208370233332],[-122.342763932838,47.620837083243],[-122.342763911227,47.6208371460323],[-122.34276390377,47.6208372102929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-5","label":"Pavement symbol","path":[[-122.342772216614,47.6208372322844],[-122.342772205097,47.6208371271833],[-122.342772169541,47.6208370245571],[-122.342772110807,47.620836926888],[-122.342772030316,47.6208368365385],[-122.342771930015,47.6208367556938],[-122.342771559318,47.6208365322074],[-122.342771148336,47.6208363434233],[-122.342770704169,47.6208361926031],[-122.342769940887,47.6208360079147],[-122.342769151675,47.6208358821371],[-122.342767041618,47.6208357535901],[-122.342764929375,47.6208358706656],[-122.34276413875,47.6208359922503],[-122.342763373367,47.6208361728803],[-122.342762927636,47.6208363212105],[-122.342762514605,47.6208365076518],[-122.342762141407,47.6208367289854],[-122.34276203982,47.6208368092618],[-122.34276195795,47.6208368991939],[-122.342761897784,47.6208369966015],[-122.342761860778,47.6208370991235],[-122.342761847831,47.6208372042746],[-122.34276185943,47.620837309621],[-122.342761895172,47.6208374124733],[-122.34276195419,47.6208375103332],[-122.342762035049,47.6208376008237],[-122.342762135786,47.6208376817468],[-122.342762506136,47.6208379048579],[-122.342762916658,47.6208380933438],[-122.342763360276,47.6208382439559],[-122.342764124185,47.6208384291416],[-122.342764914126,47.6208385553037],[-122.342767024157,47.6208386829515],[-122.342769135097,47.6208385667929],[-122.342769926396,47.6208384452456],[-122.342770692434,47.6208382645604],[-122.342771138158,47.6208381162218],[-122.342771551188,47.6208379297809],[-122.342771924394,47.6208377084553],[-122.342772025833,47.6208376279635],[-122.34277210749,47.6208375378272],[-122.342772167381,47.6208374402349],[-122.342772204053,47.6208373375563],[-122.342772216614,47.6208372322844]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-6","label":"Pavement symbol","path":[[-122.342763781653,47.6208424944217],[-122.342763788624,47.6208425622119],[-122.342763810262,47.6208426285809],[-122.342763846101,47.620842692095],[-122.342763895366,47.6208427513818],[-122.342763956993,47.6208428051604],[-122.342764168396,47.6208429440898],[-122.342764405667,47.6208430625312],[-122.34276466447,47.6208431583202],[-122.342765111499,47.6208432761443],[-122.34276557636,47.6208433567348],[-122.342766188124,47.620843416577],[-122.342766805511,47.6208434375907],[-122.342767423759,47.6208434196581],[-122.3427680368,47.6208433627858],[-122.342768502386,47.6208432849631],[-122.34276895064,47.6208431698442],[-122.342769210844,47.6208430754408],[-122.342769449759,47.6208429582253],[-122.342769663011,47.6208428203436],[-122.342769725077,47.620842766985],[-122.3427697749,47.6208427080828],[-122.34276981141,47.6208426449033],[-122.342769833823,47.6208425788046],[-122.342769841655,47.6208425112074],[-122.342769834677,47.6208424434183],[-122.342769813036,47.6208423770504],[-122.342769777197,47.620842313537],[-122.342769727936,47.6208422542496],[-122.342769666315,47.6208422004686],[-122.342769454505,47.620842061475],[-122.342769216784,47.6208419430375],[-122.342768957508,47.6208418473266],[-122.342768511135,47.6208417295428],[-122.342768046949,47.6208416488944],[-122.34276743454,47.6208415885675],[-122.342766816441,47.6208415671568],[-122.342766198862,47.6208415851252],[-122.342765586483,47.6208416419441],[-122.342765120866,47.6208417202106],[-122.342764672668,47.6208418357849],[-122.342764412535,47.6208419299079],[-122.342764173613,47.6208420468205],[-122.342763960271,47.6208421843862],[-122.342763898065,47.6208422378963],[-122.342763848169,47.6208422969747],[-122.34276381166,47.6208423603451],[-122.342763789327,47.6208424266381],[-122.342763781653,47.6208424944217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16041-7","label":"Pavement symbol","path":[[-122.342771805767,47.6208425166442],[-122.342771794519,47.6208424131185],[-122.342771759831,47.620842311983],[-122.342771702527,47.620842215634],[-122.342771623963,47.6208421263546],[-122.342771526,47.6208420462603],[-122.342771171234,47.6208418280067],[-122.342770776846,47.6208416432118],[-122.342770349733,47.6208414951066],[-122.342769613785,47.6208413137756],[-122.342768851954,47.6208411902121],[-122.34276784031,47.6208410972248],[-122.342766820477,47.6208410642214],[-122.342765799836,47.6208410917489],[-122.342764786681,47.6208411793568],[-122.342764023944,47.6208412989278],[-122.342763286407,47.6208414763343],[-122.342762857054,47.6208416217294],[-122.342762459932,47.6208418040529],[-122.34276210199,47.6208420201139],[-122.342762003284,47.6208420997293],[-122.342761923861,47.6208421886062],[-122.342761865599,47.6208422846419],[-122.342761829878,47.620842385564],[-122.342761817542,47.6208424889847],[-122.342761828576,47.6208425924507],[-122.342761863016,47.620842693553],[-122.342761920045,47.6208427899008],[-122.342761998316,47.620842879216],[-122.342762095978,47.6208429593863],[-122.342762451229,47.6208431773815],[-122.342762846055,47.6208433618695],[-122.342763273549,47.6208435096232],[-122.342764009468,47.6208436914133],[-122.342764771354,47.620843815417],[-122.342765783015,47.620843907953],[-122.342766802806,47.6208439405085],[-122.34276782343,47.6208439134304],[-122.342768836627,47.6208438262723],[-122.342769599363,47.6208437066993],[-122.342770336902,47.6208435292947],[-122.34277076625,47.6208433838945],[-122.342771163371,47.6208432015713],[-122.342771521318,47.6208429855151],[-122.342771620006,47.6208429058923],[-122.342771699419,47.6208428170136],[-122.342771757679,47.62084272098],[-122.34277179341,47.6208426200617],[-122.342771805767,47.6208425166442]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[]},{"id":"symbol-16581-0","label":"Pavement symbol","path":[[-122.342520355136,47.6210715526088],[-122.342520367566,47.621070192234],[-122.342513797913,47.6210646711831],[-122.34250716221,47.6210701289463],[-122.342507150354,47.621071509105],[-122.342513777973,47.6210660478505],[-122.342520355136,47.6210715526088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-1","label":"Pavement symbol","path":[[-122.342520367711,47.6210688212267],[-122.342520379227,47.6210674752576],[-122.342513803133,47.6210619614891],[-122.342507202273,47.6210674277864],[-122.342507189531,47.6210687773701],[-122.342513816158,47.6210633278236],[-122.342520367711,47.6210688212267]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-2","label":"Pavement symbol","path":[[-122.342511518285,47.6210787875025],[-122.342511076845,47.6210778352717],[-122.342511197565,47.6210771805542],[-122.342513715546,47.621083297797],[-122.342513694874,47.6210835917126],[-122.342513741362,47.621083884285],[-122.342513853908,47.6210841685838],[-122.342513874549,47.621084200673],[-122.342513902021,47.6210842303443],[-122.342513935718,47.6210842569414],[-122.342513974894,47.6210842798761],[-122.342514018683,47.6210842986414],[-122.342514177653,47.6210856963263],[-122.342514039246,47.6210856954628],[-122.342514036406,47.6210861021241],[-122.342514602944,47.6210860460326],[-122.342514592014,47.6210856692411],[-122.342514413678,47.6210856680074],[-122.34251428397,47.6210842699345],[-122.342514383608,47.621084122907],[-122.342514454499,47.6210839684911],[-122.342514495476,47.6210838092285],[-122.34251528398,47.6210835153954],[-122.342515576646,47.6210849890641],[-122.342516185176,47.621086418181],[-122.342516378378,47.6210867173582],[-122.342516621805,47.6210869993932],[-122.342516912167,47.6210872604713],[-122.342517034724,47.6210873468144],[-122.342517171979,47.6210874224458],[-122.342517321887,47.6210874862379],[-122.342517458704,47.6210875277163],[-122.342517603478,47.6210875542187],[-122.342517752628,47.6210875650894],[-122.34251789081,47.6210875601319],[-122.342518025911,47.621087539957],[-122.342518154269,47.6210875051118],[-122.342518272404,47.621087456541],[-122.342518532409,47.6210873101169],[-122.342518760908,47.621087141497],[-122.342519251547,47.6210865850809],[-122.342519592098,47.6210859798741],[-122.342520162169,47.6210842567587],[-122.342520384485,47.621082150523],[-122.342520199482,47.6210800388931],[-122.342519659713,47.621078311603],[-122.342519318917,47.6210777068909],[-122.342518848742,47.6210771429684],[-122.342518710578,47.6210770221656],[-122.342518549016,47.6210769153609],[-122.342518367144,47.6210768245954],[-122.34251820443,47.6210767670759],[-122.342518029538,47.6210767291184],[-122.342517847601,47.6210767118367],[-122.342517725312,47.6210767141805],[-122.342517605334,47.6210767303022],[-122.34251749106,47.6210767597459],[-122.342517136059,47.6210769065918],[-122.342516950748,47.6210770192517],[-122.342516794515,47.621077150417],[-122.342516474332,47.621077488418],[-122.342515637847,47.621075256783],[-122.342515782794,47.6210744739996],[-122.342515940691,47.6210744153972],[-122.34251608315,47.6210743409606],[-122.342516206708,47.6210742525],[-122.342516308358,47.6210741521669],[-122.342516447415,47.6210739461115],[-122.342516554003,47.6210737215948],[-122.342516627677,47.6210735092096],[-122.342516638864,47.6210733444326],[-122.342516622433,47.6210732825775],[-122.342516587851,47.6210732371559],[-122.342516537829,47.6210732099314],[-122.342516471012,47.6210732000221],[-122.342514491088,47.6210733837084],[-122.342514442188,47.6210733951522],[-122.342514397774,47.6210734236291],[-122.342514360402,47.6210734655067],[-122.342514334009,47.6210735189337],[-122.342514318544,47.6210735821114],[-122.342514316641,47.6210736541055],[-122.342514366455,47.6210738117762],[-122.342514535719,47.6210740182522],[-122.342514754348,47.6210742024609],[-122.342514908477,47.6210743131273],[-122.342515082547,47.6210744094286],[-122.342515273631,47.6210744897474],[-122.342515214745,47.6210748449745],[-122.342511593755,47.6210748300178],[-122.342511871493,47.6210728912741],[-122.342511671765,47.621072106764],[-122.34251185427,47.6210717013187],[-122.342512739221,47.6210717048772],[-122.342512730871,47.6210710959521],[-122.34251172217,47.6210710922354],[-122.342511242304,47.6210721637366],[-122.342511470303,47.6210730054468],[-122.342510691324,47.6210772970196],[-122.342510529303,47.6210771278043],[-122.342510337117,47.6210769735977],[-122.342510117793,47.6210768368277],[-122.342509971656,47.621076769124],[-122.342509810985,47.6210767185492],[-122.342509499771,47.6210766776955],[-122.342509361609,47.6210766827242],[-122.34250922653,47.6210767029203],[-122.342509098172,47.6210767377396],[-122.342508979995,47.6210767862439],[-122.342508699756,47.6210769464799],[-122.342508456389,47.6210771320777],[-122.342508254894,47.6210773392233],[-122.342508017463,47.6210776401426],[-122.342507847254,47.6210778952549],[-122.34250771186,47.6210781596715],[-122.342507310841,47.6210791416035],[-122.342507050927,47.6210801448785],[-122.342506875846,47.6210828244389],[-122.342507061409,47.6210842311376],[-122.342507455865,47.6210856181326],[-122.342507884029,47.6210864796789],[-122.342508257213,47.62108695962],[-122.34250852644,47.6210872043422],[-122.342508723138,47.6210873339766],[-122.34250896065,47.621087448676],[-122.342509198006,47.6210875120996],[-122.342509410116,47.6210875308776],[-122.342509558903,47.6210875226074],[-122.34250979425,47.6210874709077],[-122.34251003223,47.6210873723933],[-122.34251025318,47.6210872372208],[-122.342510430684,47.6210871009256],[-122.342510578814,47.6210869495256],[-122.342510883192,47.6210865712518],[-122.342511289358,47.6210858488768],[-122.342511541209,47.6210852194087],[-122.342511759102,47.6210844743412],[-122.342511932841,47.6210835373428],[-122.342512023514,47.6210825807549],[-122.34251202953,47.6210816414824],[-122.342511955325,47.62108068888],[-122.342511781415,47.6210796935188],[-122.342511518285,47.6210787875025]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-3","label":"Pavement symbol","path":[[-122.342516113778,47.6210779484017],[-122.34251537776,47.6210802590836],[-122.342515224745,47.6210826201696],[-122.342514400771,47.621082792126],[-122.342515472455,47.6210762980254],[-122.342516113778,47.6210779484017]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-4","label":"Pavement symbol","path":[[-122.342511446879,47.6210757756561],[-122.342515058533,47.6210757898371],[-122.342514046074,47.6210818945208],[-122.342514010261,47.6210812562727],[-122.34251411938,47.621081256625],[-122.342514110249,47.6210808501224],[-122.342513625862,47.6210808484491],[-122.342513636819,47.6210812261399],[-122.342513760569,47.6210812262982],[-122.342513782117,47.6210819232101],[-122.342511386846,47.6210761371957],[-122.342511446879,47.6210757756561]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-5","label":"Pavement symbol","path":[[-122.342516399284,47.6210787542646],[-122.342515826678,47.621080557293],[-122.342515713328,47.6210823995836],[-122.342517488258,47.6210818002969],[-122.342516399284,47.6210787542646]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-6","label":"Pavement symbol","path":[[-122.342517687699,47.6210825749151],[-122.342515779006,47.6210833334073],[-122.342515871276,47.6210839781064],[-122.342516050354,47.6210846144519],[-122.342516502852,47.6210856268099],[-122.342516657395,47.6210858641187],[-122.34251685375,47.621086086941],[-122.342517088982,47.6210862919457],[-122.342517417489,47.6210864702103],[-122.342517496773,47.6210864994865],[-122.342517581957,47.6210865198872],[-122.342517670872,47.6210865308928],[-122.342517761252,47.621086532223],[-122.342517908337,47.6210865186915],[-122.342518050227,47.6210864892794],[-122.342518183175,47.6210864447636],[-122.342518332826,47.6210863730545],[-122.342518465258,47.6210862873294],[-122.342518577609,47.6210861894417],[-122.342518962027,47.6210857348775],[-122.342519251564,47.6210852494085],[-122.342519531097,47.6210845587507],[-122.342519712701,47.6210838533965],[-122.342519878623,47.6210821463403],[-122.342519742692,47.6210804380799],[-122.34251953677,47.6210796256505],[-122.342519169895,47.6210788394212],[-122.342518648794,47.6210780938086],[-122.342518550653,47.6210780040262],[-122.342518434147,47.621077924843],[-122.342518301765,47.6210778579497],[-122.342518156332,47.6210778047746],[-122.342518000955,47.6210777664532],[-122.342517838951,47.6210777438039],[-122.342517635479,47.6210777703625],[-122.342517440213,47.6210778171783],[-122.342517257563,47.6210778831937],[-122.342517091658,47.6210779669169],[-122.342516946246,47.6210780664561],[-122.342516824613,47.6210781795621],[-122.342516729507,47.6210783036792],[-122.342517838095,47.6210814753968],[-122.342517868138,47.6210814815305],[-122.342517895437,47.6210814919776],[-122.342517918647,47.621081506224],[-122.342517936626,47.6210815235688],[-122.342518018779,47.6210816493244],[-122.342518055163,47.6210817399443],[-122.34251807334,47.6210818330209],[-122.342518093111,47.6210820558619],[-122.342518091134,47.6210821689611],[-122.342518069041,47.6210822810836],[-122.342518007884,47.6210824663146],[-122.342517986334,47.6210825100738],[-122.342517956302,47.6210825514997],[-122.342517918326,47.6210825898491],[-122.342517867418,47.6210826238097],[-122.342517810537,47.6210826353593],[-122.342517747528,47.6210826191023],[-122.342517716388,47.6210826006233],[-122.342517687699,47.6210825749151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16581-7","label":"Pavement symbol","path":[[-122.342509735578,47.6210820083553],[-122.342510489526,47.6210804775776],[-122.342510898492,47.621078888381],[-122.342510898518,47.6210788892803],[-122.342511147014,47.6210794743299],[-122.342511380699,47.6210803285594],[-122.342511523888,47.6210814574702],[-122.342511535449,47.6210824981654],[-122.34251141635,47.6210835297979],[-122.342511098,47.6210847565892],[-122.342510663433,47.6210856466681],[-122.342510452066,47.6210859342504],[-122.342510183146,47.6210861991001],[-122.342510027743,47.6210863111642],[-122.342509846355,47.6210864038051],[-122.342509644255,47.6210864743298],[-122.342509522627,47.6210864921238],[-122.342509398313,47.6210864961932],[-122.3425092747,47.6210864864271],[-122.342509137899,47.621086456849],[-122.342509009349,47.6210864136108],[-122.342508892031,47.6210863577155],[-122.342508788669,47.6210862904598],[-122.34250858557,47.6210861345909],[-122.342508419815,47.6210859597966],[-122.342508152682,47.6210855874175],[-122.342507946637,47.6210851978043],[-122.342507542333,47.621083966202],[-122.342507358508,47.6210824456002],[-122.342507396289,47.6210813169885],[-122.342507610945,47.6210800933715],[-122.342507800122,47.6210794586407],[-122.342508076179,47.6210788385439],[-122.342508282067,47.6210784987272],[-122.342508545329,47.6210781774069],[-122.342508671895,47.6210780468885],[-122.342508823811,47.6210779292965],[-122.342508998207,47.6210778268509],[-122.342509113143,47.6210777766482],[-122.342509238867,47.6210777400318],[-122.342509371876,47.6210777180219],[-122.342509508464,47.621077711232],[-122.342509625938,47.6210777221278],[-122.342509739638,47.6210777448234],[-122.342509846971,47.621077778801],[-122.342509945489,47.6210778232857],[-122.342510180533,47.621077964292],[-122.342510378213,47.6210781293023],[-122.342510533209,47.6210783138761],[-122.342510188413,47.6210799066638],[-122.342509468982,47.6210814415378],[-122.342509442879,47.6210814469912],[-122.342509418447,47.6210814552435],[-122.342509396341,47.6210814660734],[-122.342509377155,47.6210814791902],[-122.342509361402,47.6210814942421],[-122.342509290685,47.6210815916585],[-122.342509241862,47.6210816949975],[-122.342509215982,47.6210818020378],[-122.342509193945,47.621082023765],[-122.342509214212,47.6210822455689],[-122.342509238137,47.6210823535526],[-122.342509286313,47.6210824577933],[-122.342509357603,47.6210825558321],[-122.342509410494,47.6210825902155],[-122.342509465392,47.621082602082],[-122.342509491093,47.6210825988448],[-122.342509515423,47.6210825923918],[-122.342509537505,47.6210825829556],[-122.342509556543,47.6210825708763],[-122.342509571851,47.6210825565895],[-122.342509642284,47.6210824568046],[-122.342509689716,47.6210823510279],[-122.342509713072,47.6210822416526],[-122.342509735578,47.6210820083553]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[]},{"id":"symbol-16832-0","label":"Pavement symbol","path":[[-122.342248877829,47.6206252492718],[-122.342250553223,47.6206236959232],[-122.342251906163,47.6206213012166],[-122.342251270515,47.6206204883005],[-122.342249934162,47.6206228126176],[-122.342249143674,47.6206206064596],[-122.342251168722,47.6206195936387],[-122.342250686757,47.6206165557493],[-122.342249579511,47.6206172370402],[-122.342249850225,47.620618863544],[-122.342248438001,47.6206195353842],[-122.342250338035,47.6206139829907],[-122.34224924492,47.620613362359],[-122.342246885754,47.6206203800068],[-122.342248877829,47.6206252492718]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-1","label":"Pavement symbol","path":[[-122.342245897238,47.6206168972292],[-122.342245557964,47.6206168981289]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-2","label":"Pavement symbol","path":[[-122.34224598137,47.6206519566053],[-122.342250063762,47.6206606322932],[-122.34225409097,47.6206519453445],[-122.342251221713,47.6206527993319],[-122.342251193964,47.6206441814382],[-122.342248829612,47.6206441848975],[-122.342248856004,47.6206528019096],[-122.34224598137,47.6206519566053]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-3","label":"Pavement symbol","path":[[-122.342250842953,47.6206264826714],[-122.34225084976,47.6206263503385],[-122.342250832568,47.6206261515943],[-122.34225078242,47.620625955403],[-122.342250713056,47.6206258022968],[-122.342250612769,47.6206256571826],[-122.342250532156,47.6206255733356],[-122.342250434869,47.6206254979518],[-122.342250322839,47.6206254325257],[-122.342250259711,47.6206254058062],[-122.342250191038,47.6206253862651],[-122.3422501186,47.6206253744097],[-122.342250044279,47.6206253705474],[-122.342249970104,47.6206253747305],[-122.342249897883,47.6206253868765],[-122.342249829487,47.6206254066711],[-122.342249766685,47.6206254336021],[-122.342249655452,47.6206254992778],[-122.342249558974,47.6206255748136],[-122.342249479155,47.6206256587182],[-122.342249379474,47.6206258042984],[-122.342249310862,47.6206259578207],[-122.3422492622,47.6206261540422],[-122.342249246472,47.6206263527035],[-122.342249254296,47.6206264848424],[-122.342248655554,47.6206264855838],[-122.342248732308,47.6206268381128],[-122.342248825672,47.6206270452955],[-122.3422489609,47.6206272417057],[-122.342249087831,47.620627372828],[-122.342249240818,47.6206274906394],[-122.342249416829,47.6206275928059],[-122.342249560598,47.6206276540138],[-122.34224971706,47.6206276989009],[-122.342249882172,47.620627726307],[-122.342250051667,47.6206277355236],[-122.342250221565,47.6206277260235],[-122.342250386994,47.6206276982552],[-122.34225054366,47.6206276529393],[-122.342250687494,47.6206275912525],[-122.342250862624,47.6206274882768],[-122.342251014561,47.6206273697427],[-122.342251140292,47.6206272379999],[-122.342251274487,47.6206270412228],[-122.342251366743,47.6206268337716],[-122.342251440365,47.6206264819476],[-122.342250842953,47.6206264826714]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-4","label":"Pavement symbol","path":[[-122.34224572738,47.6206169129754],[-122.342245822478,47.6206169079434],[-122.342245915381,47.6206168933549],[-122.342246003988,47.6206168695399],[-122.342246086293,47.6206168370371],[-122.342246160436,47.6206167965818],[-122.342246356589,47.6206166547997],[-122.342246522893,47.6206164966307],[-122.34224665637,47.6206163249084],[-122.342246818975,47.6206160289376],[-122.342246928955,47.6206157221543],[-122.342247010419,47.6206153164668],[-122.342247037054,47.6206149074739],[-122.342247008076,47.6206144985242],[-122.342246924282,47.620614093023],[-122.342246812088,47.6206137866486],[-122.342246647364,47.620613491257],[-122.342246513174,47.6206133196613],[-122.342246346177,47.6206131616871],[-122.342246149367,47.6206130201668],[-122.342246074806,47.6206129799732],[-122.342245992146,47.6206129477693],[-122.342245903258,47.6206129242831],[-122.34224581015,47.6206129100457],[-122.342245714928,47.6206129053789],[-122.342245619831,47.6206129104154],[-122.342245526929,47.6206129250059],[-122.342245438324,47.6206129488206],[-122.342245356017,47.6206129813211],[-122.342245281871,47.6206130217725],[-122.342245085718,47.6206131635542],[-122.342244919413,47.6206133217233],[-122.342244785938,47.620613493446],[-122.342244622595,47.62061378984],[-122.342244512048,47.6206140971169],[-122.342244431301,47.620614502368],[-122.342244405254,47.6206149108805],[-122.34224443423,47.6206153198302],[-122.342244518025,47.6206157253314],[-122.342244630156,47.6206160321635],[-122.342244794969,47.6206163279966],[-122.34224492925,47.620616499275],[-122.342245096236,47.6206166569453],[-122.34224529294,47.6206167981876],[-122.342245367494,47.6206168383901],[-122.342245450151,47.6206168705992],[-122.342245539042,47.6206168940859],[-122.342245632154,47.6206169083187],[-122.34224572738,47.6206169129754]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-5","label":"Pavement symbol","path":[[-122.342245709394,47.620611292452],[-122.342245553718,47.6206113010113],[-122.342245401923,47.6206113258206],[-122.34224525772,47.6206113662736],[-122.342245124633,47.6206114213814],[-122.342245005916,47.6206114897973],[-122.342244677705,47.6206117417556],[-122.342244401189,47.6206120204774],[-122.342244181115,47.6206123211768],[-122.342243912459,47.6206128387854],[-122.342243731293,47.6206133733868],[-122.342243554475,47.6206148007129],[-122.342243739568,47.6206162277389],[-122.342243924722,47.6206167614147],[-122.342244197143,47.6206172778141],[-122.342244418688,47.6206175782423],[-122.342244696641,47.6206178565513],[-122.342245026225,47.6206181079571],[-122.342245145571,47.6206181759822],[-122.342245279192,47.6206182306347],[-122.342245423819,47.6206182705781],[-122.342245575917,47.6206182948357],[-122.342245731765,47.6206183028143],[-122.342245887443,47.6206182942586],[-122.342246039239,47.6206182694509],[-122.342246183443,47.6206182289977],[-122.342246316529,47.620618173888],[-122.342246435243,47.620618105469],[-122.342246763457,47.6206178535119],[-122.342247039973,47.62061757479],[-122.342247260044,47.6206172740895],[-122.342247528701,47.6206167564811],[-122.342247709867,47.6206162218795],[-122.342247886684,47.6206147945534],[-122.342247701591,47.6206133675274],[-122.34224751709,47.6206128338704],[-122.342247245346,47.6206123174346],[-122.342247023379,47.6206120169646],[-122.342246744978,47.6206117386603],[-122.342246414934,47.6206114873093],[-122.342246295588,47.6206114192835],[-122.342246161968,47.6206113646307],[-122.34224601734,47.6206113246872],[-122.342245865243,47.6206113004299],[-122.342245709394,47.620611292452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-6","label":"Pavement symbol","path":[[-122.342253544697,47.6206169631648],[-122.342253644933,47.6206169579947],[-122.342253742952,47.6206169429475],[-122.342253836624,47.6206169183501],[-122.342253923912,47.6206168847371],[-122.34225400292,47.6206168428391],[-122.342254206926,47.6206166987437],[-122.342254380296,47.6206165374488],[-122.342254519874,47.6206163618908],[-122.342254691532,47.6206160590648],[-122.342254808003,47.6206157445369],[-122.342254893223,47.6206153303921],[-122.342254920926,47.6206149126999],[-122.342254890379,47.6206144951039],[-122.342254802339,47.6206140812335],[-122.342254683931,47.6206137668707],[-122.342254510346,47.620613464374],[-122.342254369839,47.6206132891159],[-122.342254195601,47.6206131282055],[-122.342253990807,47.6206129845734],[-122.342253911379,47.620612942859],[-122.342253823706,47.6206129094796],[-122.342253729699,47.6206128851624],[-122.342253631405,47.620612870437],[-122.342253530966,47.6206128656243],[-122.34225343073,47.6206128707952],[-122.342253332712,47.6206128858428],[-122.34225323904,47.6206129104402],[-122.342253151752,47.6206129440527],[-122.342253072743,47.62061298595],[-122.342252868268,47.6206131299971],[-122.34225269445,47.6206132912995],[-122.342252554459,47.6206134669159],[-122.34225238348,47.6206137697629],[-122.34225226766,47.6206140842522],[-122.342252182437,47.6206144983969],[-122.342252154737,47.6206149160892],[-122.342252184621,47.6206153336729],[-122.342252271994,47.6206157475732],[-122.342252390406,47.6206160619351],[-122.342252563987,47.6206163644326],[-122.342252704907,47.6206165397391],[-122.342252879592,47.6206167006454],[-122.342253084856,47.6206168442157],[-122.342253164274,47.6206168859425],[-122.342253251944,47.6206169193291],[-122.342253345955,47.6206169436471],[-122.342253444254,47.620616958366],[-122.342253544697,47.6206169631648]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-16832-7","label":"Pavement symbol","path":[[-122.34225352705,47.6206115378522],[-122.342253373803,47.6206115460851],[-122.342253224269,47.6206115701388],[-122.342253082022,47.6206116094386],[-122.342252950459,47.6206116630455],[-122.342252832726,47.6206117296785],[-122.342252512085,47.6206119714262],[-122.342252241482,47.6206122395365],[-122.342252025634,47.620612529337],[-122.342251762061,47.6206130275809],[-122.342251584,47.6206135427552],[-122.34225141099,47.6206149178535],[-122.342251593215,47.6206162918405],[-122.34225177408,47.6206168066275],[-122.342252040384,47.6206173042701],[-122.3422522581,47.620617593358],[-122.3422525304,47.6206178606035],[-122.34225285254,47.6206181013518],[-122.34225297081,47.620618167635],[-122.342253102828,47.6206182208335],[-122.342253245438,47.6206182596751],[-122.342253395227,47.6206182832307],[-122.342253548613,47.6206182909369],[-122.34225370186,47.6206182827046],[-122.342253851394,47.6206182586511],[-122.342253993642,47.6206182193513],[-122.342254125204,47.6206181657441],[-122.342254242937,47.6206180991105],[-122.342254563018,47.6206178575948],[-122.342254833179,47.6206175897961],[-122.342255048725,47.620617300369],[-122.342255313034,47.6206168017005],[-122.342255491663,47.6206162860339],[-122.342255664699,47.6206149118348],[-122.342255482474,47.6206135378478],[-122.342255301013,47.6206130225848],[-122.342255033949,47.6206125245366],[-122.342254816239,47.6206122354461],[-122.342254543939,47.6206119682003],[-122.342254221793,47.6206117274549],[-122.342254103742,47.6206116612719],[-122.342253971984,47.620611608126],[-122.342253829659,47.6206115692841],[-122.34225368016,47.6206115456718],[-122.34225352705,47.6206115378522]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[]},{"id":"symbol-17392-0","label":"Pavement symbol","path":[[-122.342374212151,47.6206493694081],[-122.342374251904,47.6206507398864],[-122.342374458259,47.6206521981914],[-122.342374991666,47.620653618309],[-122.342375839682,47.620654967116],[-122.342376982528,47.6206562131525],[-122.342378393549,47.6206573273554],[-122.342380039832,47.6206582837368],[-122.342381882981,47.6206590599899],[-122.342383880004,47.6206596380089],[-122.342382886743,47.6206629644419],[-122.342391239965,47.6206596546704],[-122.342384330793,47.6206544907617],[-122.342384413274,47.6206573342343],[-122.34238277014,47.6206569058513],[-122.342381247254,47.6206563087945],[-122.342379882437,47.6206555578917],[-122.342378709582,47.6206546717911],[-122.342377757818,47.6206536724987],[-122.34237705078,47.6206525848314],[-122.342376606028,47.6206514358011],[-122.342376434608,47.6206502539434],[-122.342376408105,47.6206493402913],[-122.342374212151,47.6206493694081]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":17392,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/17392"}],"details":[]}]}} +{"dataset":"deck.gl PathStyleExtension Seattle road diagram","generatedAt":"2026-08-26T04:32:22.898Z","candidate":"Dexter Avenue N and Thomas Street, Seattle, Washington","displayBounds":[-122.3431,47.62025,-122.3415,47.6215],"assets":{"surfacePaths":[{"id":"streets-10576131-0","label":"Street surface","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"}],"details":[],"style":{"widthMeters":22.555200000000003,"colorRole":"asphalt"}},{"id":"streets-10578378-0","label":"Street surface","path":[[-122.343684649472,47.6208931702858],[-122.343510322059,47.6208954829118],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10578378,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10578378"}],"details":[],"style":{"widthMeters":12.8016,"colorRole":"asphalt"}},{"id":"streets-10578379-0","label":"Street surface","path":[[-122.34238173082,47.6208883946043],[-122.341076469081,47.6208839263646]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10578379,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10578379"}],"details":[],"style":{"widthMeters":12.8016,"colorRole":"asphalt"}},{"id":"streets-10591189-0","label":"Street surface","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"}],"details":[],"style":{"widthMeters":22.555200000000003,"colorRole":"asphalt"}},{"id":"sidewalks-33571585-0","label":"Sidewalk","path":[[-122.34258351357,47.6197778425813],[-122.342578410839,47.620785962673],[-122.342581533054,47.620824787113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33571585,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33571585"}],"details":[],"style":{"widthMeters":3.048,"colorRole":"sidewalk"}},{"id":"sidewalks-33572077-0","label":"Sidewalk","path":[[-122.342198540482,47.619788502299],[-122.34219079677,47.6208022555591],[-122.342174419357,47.6208249935148]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33572077,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33572077"}],"details":[],"style":{"widthMeters":3.048,"colorRole":"sidewalk"}},{"id":"sidewalks-33573069-0","label":"Sidewalk","path":[[-122.342223337695,47.6207979432208],[-122.342177380398,47.6207903723604],[-122.341138002514,47.6207868135537]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33573069,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33573069"}],"details":[],"style":{"widthMeters":1.905,"colorRole":"sidewalk"}},{"id":"sidewalks-33573070-0","label":"Sidewalk","path":[[-122.343540124808,47.6208060068142],[-122.342588696971,47.6208004332323],[-122.342540473183,47.6207919758716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33573070,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33573070"}],"details":[],"style":{"widthMeters":1.905,"colorRole":"sidewalk"}},{"id":"sidewalks-33580447-0","label":"Sidewalk","path":[[-122.342578551338,47.6209322085823],[-122.342577536346,47.620987301554],[-122.342568797494,47.6219934735954]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33580447,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33580447"}],"details":[],"style":{"widthMeters":2.2098,"colorRole":"sidewalk"}},{"id":"sidewalks-33580448-0","label":"Sidewalk","path":[[-122.342179999588,47.6209500003744],[-122.342184218654,47.6209740314908],[-122.34217170355,47.6219944142207]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33580448,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33580448"}],"details":[],"style":{"widthMeters":1.8288,"colorRole":"sidewalk"}},{"id":"sidewalks-33585530-0","label":"Sidewalk","path":[[-122.342219999821,47.6209800001186],[-122.342170505182,47.6209767717874],[-122.341120389932,47.620973176098]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33585530,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33585530"}],"details":[],"style":{"widthMeters":1.8288,"colorRole":"sidewalk"}},{"id":"sidewalks-33585531-0","label":"Sidewalk","path":[[-122.343533822844,47.6209842546117],[-122.34261594624,47.6209785733572],[-122.342536543551,47.6209783641654]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"20abc2269f6f4283a53cf31b93de718f","layerId":0,"layerName":"Sidewalks","objectId":33585531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Sidewalks_CDL/FeatureServer/0/33585531"}],"details":[],"style":{"widthMeters":1.8288,"colorRole":"sidewalk"}}],"backgroundPaths":[{"id":"background-15973-0","label":"Source drafting line","path":[[-122.341726853979,47.6208010924903],[-122.341618183511,47.6208008234551]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15973,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15973"}],"details":[]},{"id":"background-15974-0","label":"Source drafting line","path":[[-122.341727255513,47.620814941157],[-122.341618071294,47.6208145304949]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15974,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15974"}],"details":[]},{"id":"background-15975-0","label":"Source drafting line","path":[[-122.341731786816,47.6209712224618],[-122.341616784275,47.6209707899506]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15975,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15975"}],"details":[]},{"id":"background-15976-0","label":"Source drafting line","path":[[-122.341731389347,47.6209575140804],[-122.341616896493,47.6209570829109]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":2,"layerName":"GENBKGRND","objectId":15976,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/2/15976"}],"details":[]}],"laneBands":[{"id":"lane-10073-1","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-1.5}},{"id":"lane-10073-2","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-0.5}},{"id":"lane-10073-3","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":0.5}},{"id":"lane-10073-4","label":"Vehicle lane","path":[[-122.34238173082,47.6208883946043],[-122.342371585878,47.6220557452641]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":1.5}},{"id":"lane-10072-1","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-1.5}},{"id":"lane-10072-2","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":-0.5}},{"id":"lane-10072-3","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":0.5}},{"id":"lane-10072-4","label":"Vehicle lane","path":[[-122.342391712318,47.6197196126764],[-122.34238173082,47.6208883946043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"},{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":1,"layerName":"LaneWidth","objectId":15167,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/1/15167"}],"details":[],"style":{"widthMeters":3.6576000000000004,"offset":1.5}}],"bikePanels":[{"id":"panelMarkings-833-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":833,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/833"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342515646048,47.6204015658624],[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663],[-122.342515194165,47.6204563949775],[-122.342515646048,47.6204015658624]]},{"id":"panelMarkings-835-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":835,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/835"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342531864936,47.6204016269687],[-122.3425314144,47.6204564560663],[-122.342535409227,47.6204564705625],[-122.342535865106,47.6204016422936],[-122.342531864936,47.6204016269687]]},{"id":"panelMarkings-836-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":836,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/836"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342515194165,47.6204563949775],[-122.342511195321,47.6204563796343],[-122.342511647209,47.6204015505191],[-122.342515646048,47.6204015658624],[-122.342515194165,47.6204563949775]]},{"id":"panelMarkings-1262-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1262,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1262"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513281185,47.6208509136487],[-122.34251331374,47.6208454309947],[-122.342501149843,47.6208453979778],[-122.342501117286,47.6208508806318],[-122.342513281185,47.6208509136487]]},{"id":"panelMarkings-1265-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1265"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342499150981,47.6208371768606],[-122.342501178936,47.6208371814555],[-122.342501211597,47.6208317023986],[-122.342499183512,47.6208316933073],[-122.342499150981,47.6208371768606]]},{"id":"panelMarkings-1282-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1282"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342250089733,47.6208496624511],[-122.342250122316,47.6208441797973],[-122.342237957089,47.6208441467698],[-122.342237924504,47.6208496294237],[-122.342250089733,47.6208496624511]]},{"id":"panelMarkings-1283-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1283,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1283"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235773082,47.6208770222771],[-122.342237801065,47.6208770277759],[-122.342237833754,47.620871548719],[-122.342235805667,47.6208715396232],[-122.342235773082,47.6208770222771]]},{"id":"panelMarkings-1285-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1285"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235586592,47.620918119823],[-122.342237614576,47.6209181253219],[-122.342237647265,47.620912646265],[-122.342235619177,47.6209126371691],[-122.342235586592,47.620918119823]]},{"id":"panelMarkings-1291-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1291,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1291"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262253631,47.6208496954949],[-122.342264281613,47.6208497009933],[-122.342264314273,47.6208442210372],[-122.342262286188,47.6208442119418],[-122.342262253631,47.6208496954949]]},{"id":"panelMarkings-1293-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1293"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262191918,47.620863394671],[-122.3422642199,47.6208634001694],[-122.342264251231,47.620857920231],[-122.342262224475,47.6208579111179],[-122.342262191918,47.620863394671]]},{"id":"panelMarkings-1483-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1483,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1483"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342250151449,47.620835963275],[-122.342250184032,47.6208304806211],[-122.342238020138,47.620830447576],[-122.342237987553,47.6208359302299],[-122.342250151449,47.620835963275]]},{"id":"panelMarkings-1485-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1485,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1485"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262316675,47.6208359963012],[-122.342262347901,47.6208305127656],[-122.342250184032,47.6208304806211],[-122.342250151449,47.620835963275],[-122.342262316675,47.6208359963012]]},{"id":"panelMarkings-1486-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1486"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262316675,47.6208359963012],[-122.342264343325,47.6208360018171],[-122.342264375986,47.620830521861],[-122.342262347901,47.6208305127656],[-122.342262316675,47.6208359963012]]},{"id":"panelMarkings-1487-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1487"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235959572,47.6208359247311],[-122.342237987553,47.6208359302299],[-122.342238018912,47.6208304511907],[-122.342235992157,47.6208304420772],[-122.342235959572,47.6208359247311]]},{"id":"panelMarkings-1488-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1488,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1488"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262253631,47.6208496954949],[-122.342262286188,47.6208442119418],[-122.342250122316,47.6208441797973],[-122.342250089733,47.6208496624511],[-122.342262253631,47.6208496954949]]},{"id":"panelMarkings-1489-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1489,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1489"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235897852,47.6208496239072],[-122.342237924504,47.6208496294237],[-122.342237957193,47.6208441503668],[-122.342235930437,47.6208441412533],[-122.342235897852,47.6208496239072]]},{"id":"panelMarkings-1490-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1490,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1490"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342250028016,47.6208633616272],[-122.34225005927,47.620857878991],[-122.342237895369,47.6208578459459],[-122.342237862784,47.6208633285998],[-122.342250028016,47.6208633616272]]},{"id":"panelMarkings-1491-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1491,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1491"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262191918,47.620863394671],[-122.342262224475,47.6208579111179],[-122.34225005927,47.620857878991],[-122.342250028016,47.6208633616272],[-122.342262191918,47.620863394671]]},{"id":"panelMarkings-1492-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1492,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1492"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235836132,47.6208633230833],[-122.342237862784,47.6208633285998],[-122.342237895474,47.620857849543],[-122.342235867387,47.6208578404471],[-122.342235836132,47.6208633230833]]},{"id":"panelMarkings-1493-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1493,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1493"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34224996497,47.620877060821],[-122.342249997554,47.6208715781671],[-122.34223783365,47.620871545122],[-122.342237801065,47.6208770277759],[-122.34224996497,47.620877060821]]},{"id":"panelMarkings-1494-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1494,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1494"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262130205,47.6208770938472],[-122.342262162761,47.620871610294],[-122.342249997554,47.6208715781671],[-122.34224996497,47.620877060821],[-122.342262130205,47.6208770938472]]},{"id":"panelMarkings-1495-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1495"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262130205,47.6208770938472],[-122.342264156858,47.6208770993632],[-122.342264189518,47.6208716194071],[-122.342262162761,47.620871610294],[-122.342262130205,47.6208770938472]]},{"id":"panelMarkings-1497-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1497,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1497"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262068492,47.6208907930233],[-122.342262099718,47.6208853094878],[-122.342249935837,47.6208852773432],[-122.342249903254,47.6208907599971],[-122.342262068492,47.6208907930233]]},{"id":"panelMarkings-1498-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1498,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1498"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249903254,47.6208907599971],[-122.342249935837,47.6208852773432],[-122.3422377706,47.6208852443157],[-122.342237739345,47.620890726952],[-122.342249903254,47.6208907599971]]},{"id":"panelMarkings-1499-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1499,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1499"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262068492,47.6208907930233],[-122.342264095145,47.6208907985393],[-122.342264127805,47.6208853185832],[-122.342262099718,47.6208853094878],[-122.342262068492,47.6208907930233]]},{"id":"panelMarkings-1500-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1500,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1500"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235711362,47.6208907214532],[-122.342237739345,47.620890726952],[-122.342237770704,47.6208852479128],[-122.342235743947,47.6208852387993],[-122.342235711362,47.6208907214532]]},{"id":"panelMarkings-1501-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1501,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1501"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249841537,47.6209044591733],[-122.342249874121,47.6208989765194],[-122.342237708881,47.6208989434919],[-122.342237676296,47.6209044261458],[-122.342249841537,47.6209044591733]]},{"id":"panelMarkings-1502-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1502,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1502"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262005449,47.620904492217],[-122.342262038005,47.6208990086639],[-122.342249874121,47.6208989765194],[-122.342249841537,47.6209044591733],[-122.342262005449,47.620904492217]]},{"id":"panelMarkings-1503-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1503,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1503"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235649642,47.6209044206293],[-122.342237676296,47.6209044261458],[-122.342237708985,47.6208989470889],[-122.342235682227,47.6208989379754],[-122.342235649642,47.6209044206293]]},{"id":"panelMarkings-1504-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1504,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1504"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342262005449,47.620904492217],[-122.342264033432,47.6209044977155],[-122.342264066119,47.6208990186586],[-122.342262038005,47.6208990086639],[-122.342262005449,47.620904492217]]},{"id":"panelMarkings-1505-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1505,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1505"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249779821,47.6209181583494],[-122.342249811074,47.6209126757131],[-122.342237647161,47.6209126426679],[-122.342237614576,47.6209181253219],[-122.342249779821,47.6209181583494]]},{"id":"panelMarkings-1507-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1507,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1507"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261943736,47.6209181913932],[-122.342261976292,47.62091270784],[-122.342249811074,47.6209126757131],[-122.342249779821,47.6209181583494],[-122.342261943736,47.6209181913932]]},{"id":"panelMarkings-1509-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1509,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1509"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261943736,47.6209181913932],[-122.34226397172,47.6209181968915],[-122.342264003076,47.6209127178523],[-122.342261976292,47.62091270784],[-122.342261943736,47.6209181913932]]},{"id":"panelMarkings-1510-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1510,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1510"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249716774,47.6209318575431],[-122.342249749358,47.6209263748892],[-122.342237585441,47.6209263418441],[-122.342237552856,47.620931824498],[-122.342249716774,47.6209318575431]]},{"id":"panelMarkings-1511-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1511,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1511"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261882022,47.6209318905693],[-122.342261914579,47.6209264070161],[-122.342249749358,47.6209263748892],[-122.342249716774,47.6209318575431],[-122.342261882022,47.6209318905693]]},{"id":"panelMarkings-1512-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1512,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1512"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261882022,47.6209318905693],[-122.342263908677,47.6209318960853],[-122.342263941363,47.6209264170284],[-122.342261914579,47.6209264070161],[-122.342261882022,47.6209318905693]]},{"id":"panelMarkings-1513-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1513,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1513"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342235524872,47.6209318189991],[-122.342237552856,47.620931824498],[-122.342237584216,47.6209263454587],[-122.342235557457,47.6209263363452],[-122.342235524872,47.6209318189991]]},{"id":"panelMarkings-1514-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1514"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342249636437,47.6209455569661],[-122.342249668994,47.6209400734129],[-122.34223750377,47.6209400412847],[-122.342237472516,47.6209455239209],[-122.342249636437,47.6209455569661]]},{"id":"panelMarkings-1515-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1515,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1515"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261801662,47.620945589093],[-122.342263828317,47.6209455946091],[-122.342263861003,47.6209401155522],[-122.342261832914,47.6209401064568],[-122.342261801662,47.620945589093]]},{"id":"panelMarkings-1516-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1516,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1516"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342261801662,47.620945589093],[-122.342261832914,47.6209401064568],[-122.342249668994,47.6209400734129],[-122.342249636437,47.6209455569661],[-122.342261801662,47.620945589093]]},{"id":"panelMarkings-1517-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1517,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1517"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34223544453,47.6209455184221],[-122.342237472516,47.6209455239209],[-122.342237503875,47.6209400448817],[-122.342235477115,47.6209400357682],[-122.34223544453,47.6209455184221]]},{"id":"panelMarkings-1518-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1518"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525508058,47.6208372474705],[-122.342525540612,47.6208317648165],[-122.342513375387,47.6208317318185],[-122.342513344162,47.6208372144548],[-122.342525508058,47.6208372474705]]},{"id":"panelMarkings-1519-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1519"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513344162,47.6208372144548],[-122.342513375387,47.6208317318185],[-122.342501211493,47.6208316988015],[-122.342501178936,47.6208371814555],[-122.342513344162,47.6208372144548]]},{"id":"panelMarkings-1521-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1521,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1521"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525508058,47.6208372474705],[-122.342527536039,47.6208372529642],[-122.342527567367,47.6208317739249],[-122.342525540612,47.6208317648165],[-122.342525508058,47.6208372474705]]},{"id":"panelMarkings-1523-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1523,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1523"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525446414,47.6208509466468],[-122.342525478969,47.6208454639928],[-122.34251331374,47.6208454309947],[-122.342513281185,47.6208509136487],[-122.342525446414,47.6208509466468]]},{"id":"panelMarkings-1525-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1525"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513219538,47.620864612825],[-122.342513252094,47.620859130171],[-122.342501086862,47.6208590971717],[-122.342501055635,47.620864579808],[-122.342513219538,47.620864612825]]},{"id":"panelMarkings-1526-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1526,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1526"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525446414,47.6208509466468],[-122.342527473066,47.6208509521581],[-122.342527505724,47.6208454731011],[-122.342525478969,47.6208454639928],[-122.342525446414,47.6208509466468]]},{"id":"panelMarkings-1527-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1527,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1527"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34249908933,47.6208508760369],[-122.342501117286,47.6208508806318],[-122.342501148617,47.6208454015925],[-122.342499121861,47.6208453924836],[-122.34249908933,47.6208508760369]]},{"id":"panelMarkings-1528-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1528,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1528"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34252538344,47.6208646458407],[-122.342525415995,47.6208591631867],[-122.342513252094,47.620859130171],[-122.342513219538,47.620864612825],[-122.34252538344,47.6208646458407]]},{"id":"panelMarkings-1529-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1529,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1529"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.34252538344,47.6208646458407],[-122.342527411422,47.6208646513344],[-122.342527444081,47.6208591722774],[-122.342525415995,47.6208591631867],[-122.34252538344,47.6208646458407]]},{"id":"panelMarkings-1530-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1530,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1530"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342499027679,47.6208645752131],[-122.342501055635,47.620864579808],[-122.342501086967,47.6208591007687],[-122.342499060211,47.6208590916599],[-122.342499027679,47.6208645752131]]},{"id":"panelMarkings-1532-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1532"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513107322,47.6208783117722],[-122.342513138547,47.6208728291359],[-122.342500974643,47.6208727961189],[-122.342500942112,47.6208782796721],[-122.342513107322,47.6208783117722]]},{"id":"panelMarkings-1533-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1533,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1533"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525271227,47.6208783447879],[-122.342525303782,47.6208728621339],[-122.342513138547,47.6208728291359],[-122.342513107322,47.6208783117722],[-122.342525271227,47.6208783447879]]},{"id":"panelMarkings-1535-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1535,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1535"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525271227,47.6208783447879],[-122.34252729921,47.6208783502816],[-122.342527330538,47.6208728712423],[-122.342525303782,47.6208728621339],[-122.342525271227,47.6208783447879]]},{"id":"panelMarkings-1536-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1536,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1536"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498915459,47.6208782741603],[-122.342500942112,47.6208782796721],[-122.342500974773,47.6208728006152],[-122.34249894666,47.6208727906248],[-122.342498915459,47.6208782741603]]},{"id":"panelMarkings-1537-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1537,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1537"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525260152,47.6208920441932],[-122.342525292707,47.6208865615392],[-122.342513127469,47.6208865285412],[-122.342513094914,47.6208920111952],[-122.342525260152,47.6208920441932]]},{"id":"panelMarkings-1538-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1538,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1538"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513094914,47.6208920111952],[-122.342513127469,47.6208865285412],[-122.342500963562,47.6208864955242],[-122.342500931031,47.6208919790774],[-122.342513094914,47.6208920111952]]},{"id":"panelMarkings-1539-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1539,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1539"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342513033266,47.6209057103714],[-122.342513065822,47.6209002277174],[-122.342500900582,47.6209001947181],[-122.342500869381,47.6209056782537],[-122.342513033266,47.6209057103714]]},{"id":"panelMarkings-1540-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1540,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1540"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525260152,47.6208920441932],[-122.342527286806,47.6208920497045],[-122.342527319464,47.6208865706476],[-122.342525292707,47.6208865615392],[-122.342525260152,47.6208920441932]]},{"id":"panelMarkings-1541-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1541"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498903048,47.6208919735833],[-122.342500931031,47.6208919790774],[-122.342500963666,47.6208864991212],[-122.342498935579,47.6208864900301],[-122.342498903048,47.6208919735833]]},{"id":"panelMarkings-1542-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1542"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525198509,47.6209057433695],[-122.342525229733,47.6209002607331],[-122.342513065822,47.6209002277174],[-122.342513033266,47.6209057103714],[-122.342525198509,47.6209057433695]]},{"id":"panelMarkings-1543-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1543,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1543"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525198509,47.6209057433695],[-122.342527225162,47.6209057488808],[-122.342527257821,47.6209002698239],[-122.342525229733,47.6209002607331],[-122.342525198509,47.6209057433695]]},{"id":"panelMarkings-1544-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1544"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498841397,47.6209056727595],[-122.342500869381,47.6209056782537],[-122.342500900686,47.6209001983151],[-122.342498873928,47.6209001892063],[-122.342498841397,47.6209056727595]]},{"id":"panelMarkings-1545-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1545"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342512971619,47.6209194095476],[-122.342513004175,47.6209139268937],[-122.342500838931,47.6209138938943],[-122.3425008064,47.6209193774476],[-122.342512971619,47.6209194095476]]},{"id":"panelMarkings-1546-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1546,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1546"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525135535,47.6209194425634],[-122.342525168089,47.6209139599094],[-122.342513004175,47.6209139268937],[-122.342512971619,47.6209194095476],[-122.342525135535,47.6209194425634]]},{"id":"panelMarkings-1547-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1547,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1547"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525135535,47.6209194425634],[-122.342527163519,47.6209194480571],[-122.342527196178,47.6209139690001],[-122.342525168089,47.6209139599094],[-122.342525135535,47.6209194425634]]},{"id":"panelMarkings-1548-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1548,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1548"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498779746,47.6209193719358],[-122.3425008064,47.6209193774476],[-122.342500839036,47.6209138974914],[-122.342498812277,47.6209138883826],[-122.342498779746,47.6209193719358]]},{"id":"panelMarkings-1549-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1549,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1549"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342512909972,47.6209331087239],[-122.342512941198,47.6209276260876],[-122.342500777281,47.6209275930706],[-122.34250074475,47.6209330766238],[-122.342512909972,47.6209331087239]]},{"id":"panelMarkings-1550-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1550,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1550"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525073891,47.6209331417396],[-122.342527101875,47.6209331472333],[-122.342527133204,47.620927668194],[-122.342525106445,47.6209276590857],[-122.342525073891,47.6209331417396]]},{"id":"panelMarkings-1551-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1551,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1551"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525073891,47.6209331417396],[-122.342525106445,47.6209276590857],[-122.342512941198,47.6209276260876],[-122.342512909972,47.6209331087239],[-122.342525073891,47.6209331417396]]},{"id":"panelMarkings-1552-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1552,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1552"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498718095,47.620933071112],[-122.34250074475,47.6209330766238],[-122.342500777385,47.6209275966676],[-122.342498749296,47.6209275875765],[-122.342498718095,47.620933071112]]},{"id":"panelMarkings-1553-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1553,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1553"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342512846995,47.6209468079178],[-122.342512879551,47.6209413252638],[-122.34250071563,47.6209412922468],[-122.342500683099,47.6209467758],[-122.342512846995,47.6209468079178]]},{"id":"panelMarkings-1554-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1554,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1554"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342498655114,47.6209467703059],[-122.342500683099,47.6209467758],[-122.342500715735,47.6209412958439],[-122.342498687645,47.6209412867527],[-122.342498655114,47.6209467703059]]},{"id":"panelMarkings-1555-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1555,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1555"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525012247,47.6209468409159],[-122.342525044801,47.6209413582619],[-122.342512879551,47.6209413252638],[-122.342512846995,47.6209468079178],[-122.342525012247,47.6209468409159]]},{"id":"panelMarkings-1556-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":1556,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/1556"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342525012247,47.6209468409159],[-122.342527038902,47.6209468464272],[-122.342527071561,47.6209413673703],[-122.342525044801,47.6209413582619],[-122.342525012247,47.6209468409159]]},{"id":"panelMarkings-24035-0","label":"Bicycle panel","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":3,"layerName":"PanelMarkings","objectId":24035,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/3/24035"}],"details":[{"label":"Color","value":"Green"}],"polygon":[[-122.342991653015,47.6208351412807],[-122.342991562733,47.6208461069241],[-122.343072659173,47.6208464111765],[-122.343072749438,47.620835445533],[-122.342991653015,47.6208351412807]]}],"crosswalks":[{"id":"crosswalk-guide-4832861","label":"Crosswalk","path":[[-122.3422307895019,47.62096178019977],[-122.34253138696009,47.62096298385543]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"53635945962e42b9a1f4473557176861","layerId":0,"layerName":"Marked Crosswalks","objectId":4832861,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Marked_Crosswalks_CDL/FeatureServer/0/4832861"},{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10576131,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10576131"}],"details":[{"label":"Type","value":"LADER"}],"style":{"widthMeters":3,"widthPixels":18,"dashMeters":[0.6,0.6],"dashPixels":[7,7],"dashMode":"path","dashJustified":true,"dashGapPickable":true}},{"id":"crosswalk-guide-4837515","label":"Crosswalk","path":[[-122.34223208753518,47.6208111616402],[-122.34253268430682,47.620812344457796]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"53635945962e42b9a1f4473557176861","layerId":0,"layerName":"Marked Crosswalks","objectId":4837515,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Marked_Crosswalks_CDL/FeatureServer/0/4837515"},{"provider":"City of Seattle Department of Transportation","itemId":"f91318f1cc43489fb0e7aca2fde22899","layerId":0,"layerName":"Seattle Streets","objectId":10591189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/Seattle_Streets_1/FeatureServer/0/10591189"}],"details":[{"label":"Type","value":"LADER"}],"style":{"widthMeters":3,"widthPixels":18,"dashMeters":[0.6,0.6],"dashPixels":[7,7],"dashMode":"path","dashJustified":true,"dashGapPickable":true}}],"transversePolygons":[{"id":"transverseMarkings-19235-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":19235,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/19235"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342467457168,47.6210932923254],[-122.342466092072,47.6210846723732],[-122.342474015145,47.6210858429595],[-122.342467457168,47.6210932923254]]},{"id":"transverseMarkings-33219-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":33219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/33219"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.34227347491,47.620680798818],[-122.342274839964,47.6206894187725],[-122.342266916982,47.6206882490716],[-122.34227347491,47.620680798818]]},{"id":"transverseMarkings-35248-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":35248,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/35248"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342289338951,47.6206915601253],[-122.342295896903,47.6206841107696],[-122.34229726196,47.6206927307239],[-122.342289338951,47.6206915601253]]},{"id":"transverseMarkings-46363-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":46363,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/46363"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342278128644,47.6206899050399],[-122.342284686571,47.6206824547856],[-122.342286051627,47.62069107474],[-122.342278128644,47.6206899050399]]},{"id":"transverseMarkings-50229-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":50229,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/50229"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.34248522557,47.6210874989249],[-122.342478667594,47.6210949482915],[-122.342477302496,47.6210863283394],[-122.34248522557,47.6210874989249]]},{"id":"transverseMarkings-63702-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":63702,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/63702"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342308473625,47.6206943866891],[-122.342300550615,47.6206932160913],[-122.342307107236,47.6206857667527],[-122.342308473625,47.6206943866891]]},{"id":"transverseMarkings-74339-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":74339,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/74339"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342496437299,47.6210891539723],[-122.342489879351,47.6210966042388],[-122.342488514251,47.6210879842869],[-122.342496437299,47.6210891539723]]},{"id":"transverseMarkings-97807-0","label":"Transverse marking","source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":97807,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/97807"}],"details":[{"label":"Color","value":"White"}],"polygon":[[-122.342462803391,47.6210841870106],[-122.342456246769,47.6210916372575],[-122.342454880319,47.6210830164235],[-122.342462803391,47.6210841870106]]}],"transversePaths":[{"id":"transverseMarkings-3081-0","label":"Transverse marking","path":[[-122.342618051386,47.6208506173211],[-122.34261791311,47.6208739199496]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":3081,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/3081"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-5859-0","label":"Transverse marking","path":[[-122.342615381286,47.6208451273267],[-122.34261544635,47.6208341611194]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":5859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/5859"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-20610-0","label":"Transverse marking","path":[[-122.342615348741,47.6208506099807],[-122.342615210464,47.6208739126092]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":20610,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/20610"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-25910-0","label":"Transverse marking","path":[[-122.342612678641,47.6208451199863],[-122.342612743706,47.620834153779]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":25910,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/25910"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-58153-0","label":"Transverse marking","path":[[-122.342612646096,47.6208506026403],[-122.342612506487,47.6208739052864]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":58153,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/58153"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}},{"id":"transverseMarkings-64763-0","label":"Transverse marking","path":[[-122.342618083931,47.6208451346671],[-122.342618150325,47.6208341684422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":5,"layerName":"TransverseMarkings","objectId":64763,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/5/64763"}],"details":[{"label":"Color","value":"White"}],"style":{"widthMeters":0.15}}],"longitudinalMarkings":[{"id":"longitudinalMarkings-260-0","label":"Longitudinal marking","path":[[-122.342487821674,47.6206584981526],[-122.342501276135,47.6206672438708]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":260,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/260"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-383-0","label":"Longitudinal marking","path":[[-122.342512429822,47.620308998177],[-122.342491004345,47.6202943487671]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":383,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/383"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-593-0","label":"Longitudinal marking","path":[[-122.342413239544,47.6198102149631],[-122.342405086213,47.6207650708727],[-122.342382393085,47.6207396609236],[-122.342360484149,47.6207648175346],[-122.342368637933,47.6198100407987]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":593,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/593"}],"details":[{"label":"Type","value":"10'/20' pattern"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[3.048,6.096],"dashPixels":[6,12],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-672-0","label":"Longitudinal marking","path":[[-122.342280379649,47.620426711447],[-122.342268227297,47.620418402743]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/672"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-1381-0","label":"Longitudinal marking","path":[[-122.343078529253,47.6209231474029],[-122.343066311374,47.6209313420951]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":1381,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/1381"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2057-0","label":"Longitudinal marking","path":[[-122.342981212601,47.6209228837844],[-122.342968995985,47.62093107665]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2057"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2210-0","label":"Longitudinal marking","path":[[-122.342302341612,47.6207150069827],[-122.342310171745,47.6207203610977]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2210,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2210"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2238-0","label":"Longitudinal marking","path":[[-122.342488461895,47.620563833617],[-122.342502085878,47.6205726904376]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2238,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2238"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-2508-0","label":"Longitudinal marking","path":[[-122.342259774585,47.6213279375221],[-122.342271860798,47.6213357937032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":2508,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/2508"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-3010-0","label":"Longitudinal marking","path":[[-122.342364583251,47.6198100252917],[-122.342356387923,47.6207695192313],[-122.342356144115,47.6207981327542],[-122.342408856117,47.6207983388339],[-122.342409102008,47.6207695687509],[-122.342417294252,47.6198102313676]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":3010,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/3010"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-3920-0","label":"Longitudinal marking","path":[[-122.342727887114,47.6208509158291],[-122.342736028913,47.6208454551704]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":3920,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/3920"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-4065-0","label":"Longitudinal marking","path":[[-122.342488333856,47.6205827667039],[-122.34250192394,47.620591601484]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":4065,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/4065"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-4083-0","label":"Longitudinal marking","path":[[-122.342261671599,47.6211390096153],[-122.342273757796,47.6211468666954]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":4083,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/4083"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-5265-0","label":"Longitudinal marking","path":[[-122.342260723081,47.6212334731192],[-122.342272809299,47.6212413301994]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":5265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/5265"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-5429-0","label":"Longitudinal marking","path":[[-122.342259963736,47.6213090441091],[-122.342272049972,47.6213169011894]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":5429,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/5429"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-5600-0","label":"Longitudinal marking","path":[[-122.342470650665,47.6210299957149],[-122.342453505161,47.6210182726476]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":5600,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/5600"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-6411-0","label":"Longitudinal marking","path":[[-122.342511692206,47.6203962215334],[-122.342490258556,47.6203815668336]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":6411,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/6411"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-6453-0","label":"Longitudinal marking","path":[[-122.342280689312,47.6203879350593],[-122.342268547817,47.6203796334084]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":6453,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/6453"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-6794-0","label":"Longitudinal marking","path":[[-122.34225863555,47.621441293557],[-122.342270721816,47.6214491506374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":6794,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/6794"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7262-0","label":"Longitudinal marking","path":[[-122.342461448063,47.6210626935125],[-122.342453182114,47.6210570420174]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7262,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7262"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7372-0","label":"Longitudinal marking","path":[[-122.342259584076,47.6213468300536],[-122.342271670321,47.6213546871339]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7372,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7372"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7427-0","label":"Longitudinal marking","path":[[-122.342273124168,47.6206751746099],[-122.342266146574,47.6206704038313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7427,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7427"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-7725-0","label":"Longitudinal marking","path":[[-122.343091453496,47.6208519031712],[-122.343099595257,47.6208464424865]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":7725,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/7725"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-8241-0","label":"Longitudinal marking","path":[[-122.342490082858,47.6204022511934],[-122.342511640695,47.6204023350652]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":8241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/8241"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-10262-0","label":"Longitudinal marking","path":[[-122.342260912258,47.6212145806053],[-122.342272998472,47.6212224376856]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":10262,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/10262"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-10316-0","label":"Longitudinal marking","path":[[-122.342495365071,47.6212754773827],[-122.342482487556,47.6212666727338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":10316,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/10316"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-10839-0","label":"Longitudinal marking","path":[[-122.342979318874,47.6208461155014],[-122.342979286394,47.6208515990548],[-122.342612646096,47.6208506026403],[-122.342612678641,47.6208451199863],[-122.342979318874,47.6208461155014]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":10839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/10839"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-11828-0","label":"Longitudinal marking","path":[[-122.342259394898,47.6213657225673],[-122.342271481147,47.6213735796478]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":11828,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/11828"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-12454-0","label":"Longitudinal marking","path":[[-122.342873860584,47.6208513124673],[-122.342882002367,47.6208458517981]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":12454,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/12454"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-12547-0","label":"Longitudinal marking","path":[[-122.342487437529,47.6207152965142],[-122.342500790292,47.6207239761104]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":12547,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/12547"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-12607-0","label":"Longitudinal marking","path":[[-122.342496721184,47.6211399457765],[-122.342476857916,47.6211263659716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":12607,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/12607"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-13205-0","label":"Longitudinal marking","path":[[-122.342284415854,47.6214770683889],[-122.342303475639,47.6214894597016]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":13205,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/13205"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-13669-0","label":"Longitudinal marking","path":[[-122.342311491835,47.6205649468002],[-122.342291487639,47.6205512698777]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":13669,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/13669"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-14568-0","label":"Longitudinal marking","path":[[-122.342487309463,47.6207342287019],[-122.342500628353,47.6207428871567]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":14568,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/14568"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-14962-0","label":"Longitudinal marking","path":[[-122.342281462097,47.6202909927588],[-122.3422693478,47.620282710539]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":14962,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/14962"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-15146-0","label":"Longitudinal marking","path":[[-122.34249594608,47.6212173926682],[-122.342452011154,47.6211873552291]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":15146,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/15146"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-15161-0","label":"Longitudinal marking","path":[[-122.342279450685,47.620543041509],[-122.342267267088,47.6205347116281]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":15161,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/15161"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-16028-0","label":"Longitudinal marking","path":[[-122.342279760349,47.6205042651214],[-122.342267587584,47.6204959413944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":16028,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/16028"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-17077-0","label":"Longitudinal marking","path":[[-122.34225920439,47.6213846150988],[-122.342271290643,47.6213924721792]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":17077,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/17077"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-17179-0","label":"Longitudinal marking","path":[[-122.342311602878,47.6205513432279],[-122.342279386036,47.6205512261163],[-122.342282994268,47.6201011421848]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":17179,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/17179"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-17568-0","label":"Longitudinal marking","path":[[-122.342288731539,47.6206468557736],[-122.342266467097,47.6206316344969]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":17568,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/17568"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-18132-0","label":"Longitudinal marking","path":[[-122.342258066709,47.6214979720151],[-122.342303165123,47.6215272888106]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":18132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/18132"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-18322-0","label":"Longitudinal marking","path":[[-122.342458320881,47.6204681756558],[-122.34250805522,47.6205005066536]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":18322,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/18322"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-18563-0","label":"Longitudinal marking","path":[[-122.3428352376,47.6209224873015],[-122.342823841953,47.6209301303961]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":18563,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/18563"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20335-0","label":"Longitudinal marking","path":[[-122.342497109399,47.6211012223219],[-122.342492432763,47.6210980259486]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20335,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20335"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20615-0","label":"Longitudinal marking","path":[[-122.342496334297,47.6211786692136],[-122.342461283053,47.6211547059924]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20615,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20615"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20619-0","label":"Longitudinal marking","path":[[-122.342471040229,47.6209912722425],[-122.342453826852,47.6209795023962]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20619,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20619"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20690-0","label":"Longitudinal marking","path":[[-122.342296937336,47.6207308074135],[-122.342310010182,47.6207397462321]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20690,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20690"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-20956-0","label":"Longitudinal marking","path":[[-122.342404825596,47.6207955809963],[-122.342360221811,47.6207954068463],[-122.34236043752,47.6207702742863],[-122.34238243659,47.6207450139246],[-122.34240504037,47.6207703252018],[-122.342404825596,47.6207955809963]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":20956,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/20956"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-21399-0","label":"Longitudinal marking","path":[[-122.342488077752,47.6206206319787],[-122.342501600037,47.6206294226774]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":21399,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/21399"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-21442-0","label":"Longitudinal marking","path":[[-122.342717761575,47.6209029773984],[-122.342708723115,47.6209090400915]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":21442,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/21442"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-21943-0","label":"Longitudinal marking","path":[[-122.342487949713,47.6206395650657],[-122.342501438099,47.6206483337237]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":21943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/21943"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-22054-0","label":"Longitudinal marking","path":[[-122.342262051282,47.6211012245698],[-122.34227413747,47.62110908165]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":22054,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/22054"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-22240-0","label":"Longitudinal marking","path":[[-122.342451755914,47.6212261686801],[-122.342451692095,47.6212261245458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":22240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/22240"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-22606-0","label":"Longitudinal marking","path":[[-122.342493235144,47.6214884549626],[-122.34248070922,47.6214798921437]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":22606,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/22606"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23039-0","label":"Longitudinal marking","path":[[-122.342493816158,47.6214303702484],[-122.342481193855,47.621421741237]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23039,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23039"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23098-0","label":"Longitudinal marking","path":[[-122.342281771758,47.620252216371],[-122.342269668319,47.6202439412043]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23098"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23257-0","label":"Longitudinal marking","path":[[-122.342307569455,47.6209786870621],[-122.342307953224,47.6209789356638]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23257"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23719-0","label":"Longitudinal marking","path":[[-122.342488205817,47.6206016997909],[-122.342501761976,47.6206105116311]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23719,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23719"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-23789-0","label":"Longitudinal marking","path":[[-122.342262430939,47.6210634386251],[-122.342274517118,47.6210712957052]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":23789,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/23789"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-24824-0","label":"Longitudinal marking","path":[[-122.342457995591,47.6205059959676],[-122.342462700102,47.6205090543316]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":24824,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/24824"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25083-0","label":"Longitudinal marking","path":[[-122.342466606648,47.6210467263054],[-122.342453343651,47.6210376577822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25083,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25083"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25215-0","label":"Longitudinal marking","path":[[-122.342261291942,47.6211767955599],[-122.342273378147,47.6211846526402]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25215,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25215"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25250-0","label":"Longitudinal marking","path":[[-122.342620444937,47.6209027125723],[-122.342612303144,47.620908174122]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25250,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25250"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25268-0","label":"Longitudinal marking","path":[[-122.342311172675,47.6206037161171],[-122.342266946565,47.6205734809626]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25268,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25268"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-25476-0","label":"Longitudinal marking","path":[[-122.342296534566,47.6206326968131],[-122.342266626042,47.620612250297]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":25476,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/25476"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28058-0","label":"Longitudinal marking","path":[[-122.342487565569,47.6206963634273],[-122.342500952257,47.6207050659634]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28058,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28058"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28222-0","label":"Longitudinal marking","path":[[-122.342493041046,47.6215078171394],[-122.342480547666,47.6214992754796]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28222"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28283-0","label":"Longitudinal marking","path":[[-122.342493429268,47.6214690936851],[-122.342480870748,47.6214605079087]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28283,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28283"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-28722-0","label":"Longitudinal marking","path":[[-122.342776544068,47.6208510486739],[-122.342784687165,47.6208455870948]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":28722,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/28722"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-29044-0","label":"Longitudinal marking","path":[[-122.342260532599,47.6212523665499],[-122.342272618822,47.6212602236302]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":29044,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/29044"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-30488-0","label":"Longitudinal marking","path":[[-122.342496140176,47.6211980304912],[-122.342453496292,47.6211688764428]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":30488,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/30488"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-31072-0","label":"Longitudinal marking","path":[[-122.34342779475,47.6208870894246],[-122.343346896299,47.6208868700596],[-122.343192861056,47.620878097656],[-122.342612490214,47.6208766466133]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":31072,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/31072"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-31248-0","label":"Longitudinal marking","path":[[-122.342825202326,47.620851180581],[-122.342833345444,47.6208457198977]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":31248,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/31248"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-32285-0","label":"Longitudinal marking","path":[[-122.342493622035,47.6214497315259],[-122.342481032301,47.6214411245728]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":32285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/32285"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-32884-0","label":"Longitudinal marking","path":[[-122.342491541783,47.6202312762923],[-122.342490082858,47.6204022511934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":32884,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/32884"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-32885-0","label":"Longitudinal marking","path":[[-122.342491541783,47.6202312762923],[-122.342460356331,47.6202311590519],[-122.342458887836,47.6204021286805],[-122.342490082858,47.6204022511934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":32885,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/32885"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-33152-0","label":"Longitudinal marking","path":[[-122.342456288146,47.6210786607369],[-122.342453021934,47.6210764271343]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":33152,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/33152"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-34807-0","label":"Longitudinal marking","path":[[-122.342495753289,47.6212367539282],[-122.342482810635,47.6212279051627]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":34807,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/34807"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-35143-0","label":"Longitudinal marking","path":[[-122.342455797261,47.6207707910819],[-122.342498860933,47.6207987862591]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":35143,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/35143"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-35675-0","label":"Longitudinal marking","path":[[-122.342262810621,47.6210256535796],[-122.342274896791,47.6210335106596]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":35675,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/35675"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-36148-0","label":"Longitudinal marking","path":[[-122.342511640695,47.6204023350652],[-122.342513086223,47.6202313594409],[-122.342491541783,47.6202312762923]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":36148,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/36148"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-36349-0","label":"Longitudinal marking","path":[[-122.342971177127,47.6208515770768],[-122.342979318874,47.6208461155014]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":36349,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/36349"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-36761-0","label":"Longitudinal marking","path":[[-122.342261860776,47.6211201171014],[-122.342273946968,47.6211279741815]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":36761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/36761"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37244-0","label":"Longitudinal marking","path":[[-122.342451690713,47.621226168645],[-122.342448891328,47.6215562968888]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37244"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37245-0","label":"Longitudinal marking","path":[[-122.342451690713,47.621226168645],[-122.34245214267,47.6211713395311],[-122.342497227919,47.6210893000206],[-122.342490622531,47.6217496058494],[-122.342447227487,47.6217493869071],[-122.342448891328,47.6215562968888]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37245"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37419-0","label":"Longitudinal marking","path":[[-122.342494010281,47.6214110089708],[-122.342481355408,47.6214023579012]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37419,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37419"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-37454-0","label":"Longitudinal marking","path":[[-122.342815078214,47.6209032421414],[-122.342785468536,47.6209230997139]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":37454,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/37454"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-38217-0","label":"Longitudinal marking","path":[[-122.342307713608,47.6210061349438],[-122.342303577512,47.6214771453921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":38217,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/38217"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-38218-0","label":"Longitudinal marking","path":[[-122.342307713608,47.6210061349438],[-122.342307955362,47.6209786882427],[-122.342263283768,47.6209785212489],[-122.342257727067,47.6215318162385]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":38218,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/38218"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-38848-0","label":"Longitudinal marking","path":[[-122.342303577512,47.6214771453921],[-122.342270441522,47.6214770125689],[-122.342275172727,47.6210060032318],[-122.342307713608,47.6210061349438]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":38848,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/38848"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-39652-0","label":"Longitudinal marking","path":[[-122.342480428197,47.621226276974],[-122.342451850973,47.6212067403459]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":39652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/39652"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-40853-0","label":"Longitudinal marking","path":[[-122.342458158901,47.6204870858029],[-122.342505351843,47.6205177655321]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":40853,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/40853"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42134-0","label":"Longitudinal marking","path":[[-122.34282705448,47.6209032740151],[-122.343192706563,47.6209042711591]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42134,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42134"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42135-0","label":"Longitudinal marking","path":[[-122.34282705448,47.6209032740151],[-122.342706471919,47.6209029463029],[-122.342612335663,47.6209026905687],[-122.342612303144,47.620908174122]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42135,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42135"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42334-0","label":"Longitudinal marking","path":[[-122.342258826059,47.6214224010256],[-122.342270910991,47.6214302581236]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42334,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42334"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42615-0","label":"Longitudinal marking","path":[[-122.342280998948,47.6203491577724],[-122.342268867008,47.6203408640914]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42615,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42615"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-42949-0","label":"Longitudinal marking","path":[[-122.342279915168,47.620484876478],[-122.342267746528,47.6204765571944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":42949,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/42949"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43048-0","label":"Longitudinal marking","path":[[-122.3426305706,47.6208506519109],[-122.342638712382,47.6208451903598]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43048"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43508-0","label":"Longitudinal marking","path":[[-122.342270830179,47.6201010965535],[-122.342273222475,47.6198096983168],[-122.342317953752,47.6198098474094],[-122.342311602878,47.6205513432279]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43508,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43508"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43509-0","label":"Longitudinal marking","path":[[-122.342270830179,47.6201010965535],[-122.342265999933,47.6206881019993],[-122.342311152082,47.6206061714252],[-122.342311602878,47.6205513432279]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43509,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43509"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43590-0","label":"Longitudinal marking","path":[[-122.342494978183,47.6213142008196],[-122.342482164451,47.6213054394056]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43590,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43590"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-43740-0","label":"Longitudinal marking","path":[[-122.342281153792,47.6203297700281],[-122.342269027281,47.6203214798737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":43740,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/43740"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-45121-0","label":"Longitudinal marking","path":[[-122.342258446371,47.6214601860707],[-122.342270532642,47.6214680431512]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":45121,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/45121"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-45718-0","label":"Longitudinal marking","path":[[-122.342404515509,47.6208312204514],[-122.342359915684,47.6208310462483],[-122.342358921762,47.6209461860899],[-122.342403420626,47.620946362533],[-122.342404515509,47.6208312204514]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":45718,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/45718"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-45897-0","label":"Longitudinal marking","path":[[-122.342922518842,47.6208514443328],[-122.342930660621,47.6208459836601]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":45897,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/45897"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-46179-0","label":"Longitudinal marking","path":[[-122.342503531238,47.6204023040613],[-122.342511640695,47.6204023350652]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":46179,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/46179"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-46771-0","label":"Longitudinal marking","path":[[-122.342494203048,47.6213916468116],[-122.342481516935,47.621382973666]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":46771,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/46771"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-47646-0","label":"Longitudinal marking","path":[[-122.342352793203,47.6216517521323],[-122.342358360224,47.6210110482042],[-122.342381034185,47.6210364359232],[-122.34240295384,47.6210113241481],[-122.342397197973,47.6216519208373]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":47646,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/47646"}],"details":[{"label":"Type","value":"10'/20' pattern"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[3.048,6.096],"dashPixels":[6,12],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-48089-0","label":"Longitudinal marking","path":[[-122.342466164104,47.6204542581447],[-122.342510758621,47.6204832486744]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":48089,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/48089"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-48970-0","label":"Longitudinal marking","path":[[-122.342496528392,47.6211593070366],[-122.342469071165,47.6211405364231]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":48970,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/48970"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-50797-0","label":"Longitudinal marking","path":[[-122.342311331577,47.6205843310178],[-122.342267106814,47.6205540958457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":50797,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/50797"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-50922-0","label":"Longitudinal marking","path":[[-122.342495172279,47.6212948386427],[-122.342482326004,47.6212860560697]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":50922,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/50922"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-51798-0","label":"Longitudinal marking","path":[[-122.342455583771,47.6207896686263],[-122.34246934611,47.6207986144775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":51798,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/51798"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-52185-0","label":"Longitudinal marking","path":[[-122.342487181424,47.6207531617888],[-122.342500466414,47.620761798203]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":52185,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/52185"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-52434-0","label":"Longitudinal marking","path":[[-122.342258255862,47.6214790786021],[-122.342303320381,47.6215083742561]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":52434,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/52434"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-53972-0","label":"Longitudinal marking","path":[[-122.342261482449,47.6211579030284],[-122.342273568623,47.6211657592094]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":53972,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/53972"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54227-0","label":"Longitudinal marking","path":[[-122.342512183498,47.6203380723353],[-122.342490755297,47.6203234211621]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54227,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54227"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54412-0","label":"Longitudinal marking","path":[[-122.342452233067,47.6211603738882],[-122.342452825374,47.6211000624902]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54412,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54412"}],"details":[{"label":"Type","value":"2' dash, 4' skip"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0.6096,1.2192],"dashPixels":[4,8],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54819-0","label":"Longitudinal marking","path":[[-122.342457634511,47.620509006352],[-122.342488830668,47.6205093033753],[-122.342487137632,47.620759679143],[-122.342455925704,47.6207594399014],[-122.342455484077,47.6207985248076],[-122.342486697619,47.6207987271443],[-122.342500149128,47.620798792567],[-122.342502393468,47.6205366461899],[-122.342510986495,47.6204817927828],[-122.342511212049,47.6204544335564],[-122.342489638229,47.6204543498962],[-122.342458440515,47.6204542274184],[-122.342455708548,47.6207723656759]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54819,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54819"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-54864-0","label":"Longitudinal marking","path":[[-122.342278149463,47.6209785769449],[-122.342307787146,47.6209978440648]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":54864,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/54864"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-55417-0","label":"Longitudinal marking","path":[[-122.342470844769,47.6210106335379],[-122.342453665341,47.6209988875308]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":55417,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/55417"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-55540-0","label":"Longitudinal marking","path":[[-122.343192706563,47.6209042711591],[-122.3433452078,47.6209129091839],[-122.34335890603,47.6209129469426],[-122.343427640607,47.620913133381],[-122.343427608148,47.6209186160353],[-122.343358873563,47.6209184295968],[-122.343192542864,47.6209316862461],[-122.342826891918,47.620930689084],[-122.342705376178,47.6209084268644],[-122.342612303144,47.620908174122]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":55540,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/55540"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-55541-0","label":"Longitudinal marking","path":[[-122.343192706563,47.6209042711591],[-122.343192592895,47.620923461348],[-122.342826940676,47.6209224642036],[-122.34282705448,47.6209032740151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":55541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/55541"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-56070-0","label":"Longitudinal marking","path":[[-122.342280534468,47.6204073228035],[-122.34226838757,47.6203990185253]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":56070,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/56070"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-56424-0","label":"Longitudinal marking","path":[[-122.342262999796,47.6210067610656],[-122.342275085962,47.6210146181457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":56424,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/56424"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-56660-0","label":"Longitudinal marking","path":[[-122.342448891328,47.6215562968888],[-122.342480070925,47.6215564142205],[-122.342482823533,47.621226285694],[-122.342451690713,47.621226168645]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":56660,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/56660"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-57537-0","label":"Longitudinal marking","path":[[-122.34229231352,47.6207861308477],[-122.342309526797,47.6207979007186]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":57537,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/57537"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-58060-0","label":"Longitudinal marking","path":[[-122.343029870927,47.620923015604],[-122.343017654344,47.6209312093741]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":58060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/58060"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-58965-0","label":"Longitudinal marking","path":[[-122.342304337588,47.620618537852],[-122.342266786291,47.6205928651802]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":58965,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/58965"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-59042-0","label":"Longitudinal marking","path":[[-122.342398973793,47.6219372184277],[-122.34240705801,47.6210066205455],[-122.342407296034,47.6209792764484],[-122.342354583744,47.6209790667708],[-122.342354344441,47.6210065512235],[-122.342348738273,47.6216517330276]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":59042,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/59042"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-59171-0","label":"Longitudinal marking","path":[[-122.34230774591,47.6206992074508],[-122.342310331978,47.6207009759808]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":59171,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/59171"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-60286-0","label":"Longitudinal marking","path":[[-122.342262620115,47.6210445461111],[-122.342274706289,47.6210524031912]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":60286,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/60286"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61324-0","label":"Longitudinal marking","path":[[-122.342494591268,47.6213529233572],[-122.342481840041,47.6213442069943]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61324,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61324"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61579-0","label":"Longitudinal marking","path":[[-122.342495559167,47.6212561152058],[-122.342482649109,47.6212472893979]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61579,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61579"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61776-0","label":"Longitudinal marking","path":[[-122.342496915304,47.6211205844989],[-122.342484645994,47.6211121955019]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61776,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61776"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-61917-0","label":"Longitudinal marking","path":[[-122.343427982657,47.6208555618969],[-122.343359394543,47.6208553762152],[-122.343288849613,47.6208469553353],[-122.343084953601,47.6208464028181],[-122.343084921105,47.6208518854722],[-122.343288817165,47.6208524388888],[-122.343359221035,47.6208608589415],[-122.343427950224,47.6208610454504],[-122.343427982657,47.6208555618969]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":61917,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/61917"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-62192-0","label":"Longitudinal marking","path":[[-122.342311032135,47.6206235507778],[-122.342310440999,47.6206838621581]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":62192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/62192"}],"details":[{"label":"Type","value":"2' dash, 4' skip"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0.6096,1.2192],"dashPixels":[4,8],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-63006-0","label":"Longitudinal marking","path":[[-122.342292703215,47.6207474073758],[-122.342309848593,47.6207591304673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":63006,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/63006"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-64200-0","label":"Longitudinal marking","path":[[-122.342358406098,47.6210057947744],[-122.342380993471,47.6210310873832],[-122.342403001978,47.6210058736737],[-122.34240321697,47.6209820014763],[-122.342358614277,47.6209818246102],[-122.342358406098,47.6210057947744]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":64200,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/64200"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-65354-0","label":"Longitudinal marking","path":[[-122.342679228857,47.6208507838804],[-122.34268737066,47.6208453232251]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":65354,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/65354"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-65428-0","label":"Longitudinal marking","path":[[-122.342281307279,47.6203103814023],[-122.342269187527,47.6203020947567]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":65428,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/65428"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-65702-0","label":"Longitudinal marking","path":[[-122.343427810954,47.6208843471982],[-122.343346816715,47.6208841282046],[-122.34319278135,47.6208753513046],[-122.342612506487,47.6208739052864]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":65702,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/65702"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-66973-0","label":"Longitudinal marking","path":[[-122.342260343422,47.6212712590638],[-122.342272429649,47.6212791161441]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":66973,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/66973"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-67126-0","label":"Longitudinal marking","path":[[-122.342512676146,47.6202799240187],[-122.342491252037,47.6202652754905]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":67126,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/67126"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-68366-0","label":"Longitudinal marking","path":[[-122.34248858996,47.6205449014292],[-122.342502247816,47.6205537793913]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":68366,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/68366"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-69360-0","label":"Longitudinal marking","path":[[-122.34293255425,47.6209227510447],[-122.342920338956,47.6209309438875]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":69360,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/69360"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-69717-0","label":"Longitudinal marking","path":[[-122.342280224831,47.6204461000904],[-122.342268067049,47.6204377878599]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":69717,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/69717"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70212-0","label":"Longitudinal marking","path":[[-122.342494397171,47.621372285534],[-122.342481678488,47.6213635903302]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70212,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70212"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70239-0","label":"Longitudinal marking","path":[[-122.34228161694,47.6202716050145],[-122.342269508047,47.620263325422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70239,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70239"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70506-0","label":"Longitudinal marking","path":[[-122.342259015211,47.6214035076125],[-122.342271101469,47.6214113646929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70506,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70506"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-70820-0","label":"Longitudinal marking","path":[[-122.342280927204,47.6206610156505],[-122.342266306849,47.6206510196137]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":70820,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/70820"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71051-0","label":"Longitudinal marking","path":[[-122.34249478406,47.6213335620972],[-122.342482002924,47.6213248236408]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71051,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71051"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71091-0","label":"Longitudinal marking","path":[[-122.342260154244,47.6212901515776],[-122.342272239145,47.6212980086755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71091"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71290-0","label":"Longitudinal marking","path":[[-122.342261102765,47.6211956880738],[-122.342273188974,47.6212035451541]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71290,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71290"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-71719-0","label":"Longitudinal marking","path":[[-122.342766419882,47.6209031093306],[-122.342747095155,47.620916069918]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":71719,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/71719"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73295-0","label":"Longitudinal marking","path":[[-122.342309526927,47.620797951095],[-122.342310411195,47.6206914129781],[-122.342292747326,47.6207430562781],[-122.342292195396,47.6207978849161],[-122.342309526927,47.620797951095]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73295,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73295"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73518-0","label":"Longitudinal marking","path":[[-122.342257727067,47.6215318162385],[-122.342303126073,47.6215319978858],[-122.342303577512,47.6214771453921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73518"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73822-0","label":"Longitudinal marking","path":[[-122.342263190276,47.6209878676348],[-122.342291185666,47.621006068005]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73822,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73822"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-73879-0","label":"Longitudinal marking","path":[[-122.342883895925,47.6209226191835],[-122.342871681927,47.6209308111041]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":73879,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/73879"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-74310-0","label":"Longitudinal marking","path":[[-122.342262240459,47.6210823320559],[-122.342274326642,47.621090189136]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":74310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/74310"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-74885-0","label":"Longitudinal marking","path":[[-122.342279605504,47.6205236528656],[-122.342267427336,47.6205153265113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":74885,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/74885"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75022-0","label":"Longitudinal marking","path":[[-122.342453826721,47.6209794520197],[-122.342452917101,47.6210890968296],[-122.342470606569,47.6210343468126],[-122.342471158313,47.6209795181741],[-122.342453826721,47.6209794520197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75022,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75022"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75111-0","label":"Longitudinal marking","path":[[-122.342292509046,47.6207667695526],[-122.34230968836,47.6207785155841]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75111,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75111"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75505-0","label":"Longitudinal marking","path":[[-122.34251193853,47.6203671473751],[-122.342490507605,47.6203524944387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75505,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75505"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-75670-0","label":"Longitudinal marking","path":[[-122.342407449803,47.620949119489],[-122.342408595865,47.6208284945065],[-122.342355883833,47.6208282884266],[-122.342354844029,47.6209489110985],[-122.342407449803,47.620949119489]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":75670,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/75670"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"Yellow"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"yellowMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76288-0","label":"Longitudinal marking","path":[[-122.34228084413,47.6203685464159],[-122.342268708091,47.6203602491907]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76288,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76288"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76355-0","label":"Longitudinal marking","path":[[-122.342512922469,47.6202508498604],[-122.342491499755,47.6202362031131]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76355,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76355"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76569-0","label":"Longitudinal marking","path":[[-122.342488717999,47.6205259683422],[-122.342502648464,47.6205350244104]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76569,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76569"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76589-0","label":"Longitudinal marking","path":[[-122.342487693608,47.6206774303403],[-122.342501114196,47.6206861549171]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76589,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76589"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-76763-0","label":"Longitudinal marking","path":[[-122.342495591937,47.620454373503],[-122.342511129404,47.6204644733984]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":76763,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/76763"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-77301-0","label":"Longitudinal marking","path":[[-122.342280069986,47.6204654878346],[-122.342267906776,47.6204571720775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":77301,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/77301"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-77397-0","label":"Longitudinal marking","path":[[-122.342669103269,47.6209028454454],[-122.342660961455,47.6209083060993]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":77397,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/77397"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}},{"id":"longitudinalMarkings-77597-0","label":"Longitudinal marking","path":[[-122.342467726654,47.620759529913],[-122.342500304449,47.62078070835]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":4,"layerName":"Longitudinal_Markings","objectId":77597,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/4/77597"}],"details":[{"label":"Type","value":"Solid"},{"label":"Color","value":"White"}],"style":{"widthMeters":0.15,"widthPixels":2,"colorRole":"whiteMarking","dashMeters":[0,0],"dashPixels":[0,0],"dashMode":"path","dashJustified":false,"dashGapPickable":true}}],"detailPaths":[{"id":"verticalElements-34459-0","label":"Curb or separator","path":[[-122.342240797196,47.619818664625],[-122.342236046323,47.6203626334849]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34459,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34459"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-34460-0","label":"Curb or separator","path":[[-122.34254090289,47.6198196952443],[-122.342536184466,47.6203602712993]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34460,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34460"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-34466-0","label":"Curb or separator","path":[[-122.342543981074,47.6204488190618],[-122.342603801818,47.6204490639206]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34466,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34466"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-34467-0","label":"Curb or separator","path":[[-122.342544342001,47.6204076886117],[-122.342604164028,47.6204079334526]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34467,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34467"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-34468-0","label":"Curb or separator","path":[[-122.342543981074,47.6204488190618],[-122.342542172156,47.6204490822193],[-122.342540455623,47.6204495482947],[-122.34253888118,47.620450203792],[-122.342537494417,47.6204510297304],[-122.342536335491,47.6204520021935],[-122.342535437959,47.6204530930222],[-122.342534827811,47.62045427063]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34468,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34468"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-34469-0","label":"Curb or separator","path":[[-122.342535276359,47.6204021709749],[-122.342535867752,47.6204033529006],[-122.342536747857,47.6204044501386],[-122.342537891195,47.6204054309235],[-122.342539264665,47.6204062668612],[-122.342540828506,47.6204069337507],[-122.342542537442,47.6204074122855],[-122.342544342001,47.6204076886117]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":34469,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/34469"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-54596-0","label":"Curb or separator","path":[[-122.34122283683,47.620826748679],[-122.342171336501,47.6208303195929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54596,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54596"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-54597-0","label":"Curb or separator","path":[[-122.342171336501,47.6208303195929],[-122.342181917457,47.6208297248048],[-122.342192184442,47.6208279006338],[-122.342201825513,47.620824902504],[-122.342210547743,47.6208208215078],[-122.342218086124,47.6208157816386],[-122.342224211616,47.6208099360234],[-122.342228738106,47.6208034622701],[-122.342231528066,47.6207965570719],[-122.342232496728,47.6207894302302]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54597,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54597"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-54598-0","label":"Curb or separator","path":[[-122.342232496728,47.6207894302302],[-122.342236048853,47.6203628124737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54598,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54598"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-54602-0","label":"Curb or separator","path":[[-122.342221086714,47.6219510550529],[-122.342230789088,47.6209868632358]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54602,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54602"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-54603-0","label":"Curb or separator","path":[[-122.342230789088,47.6209868632358],[-122.34223011488,47.6209804205753],[-122.342227950201,47.6209741288716],[-122.342224348609,47.6209681437884],[-122.34221939921,47.6209626134031],[-122.342213224458,47.6209576745434],[-122.342205977123,47.6209534494024],[-122.342197836511,47.6209500425147],[-122.342189004031,47.6209475381704],[-122.342179698206,47.6209459983299],[-122.342170149274,47.6209454610905]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54603,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54603"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-54604-0","label":"Curb or separator","path":[[-122.342170149274,47.6209454610905],[-122.341218924875,47.6209435347409]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54604"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-54610-0","label":"Curb or separator","path":[[-122.342530784481,47.6209763372464],[-122.342520944238,47.6219548491809]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54610,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54610"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-54611-0","label":"Curb or separator","path":[[-122.342536199001,47.6203612768703],[-122.342532619829,47.6207927484226]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":54611,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/54611"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-67897-0","label":"Curb or separator","path":[[-122.343306148763,47.6209429553037],[-122.342771151743,47.6209415030965]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67897,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67897"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-67898-0","label":"Curb or separator","path":[[-122.342693164202,47.6209221009613],[-122.342612205819,47.6209218809687]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67898,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67898"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-67899-0","label":"Curb or separator","path":[[-122.342593197109,47.6208341008275],[-122.343314433323,47.6208360589818]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67899"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-67901-0","label":"Curb or separator","path":[[-122.34271916006,47.6209285689451],[-122.342714603618,47.6209263149812],[-122.34270962579,47.6209245107998],[-122.342704323636,47.6209231915802],[-122.342698800542,47.6209223830455],[-122.342693164202,47.6209221009613]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67901,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67901"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-67905-0","label":"Curb or separator","path":[[-122.34271916006,47.6209285689451],[-122.342728273106,47.6209330764931],[-122.342738228836,47.6209366844753],[-122.342748833132,47.6209393225426],[-122.342759879228,47.6209409392573],[-122.342771151743,47.6209415030965]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":67905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/67905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-68909-0","label":"Curb or separator","path":[[-122.342532619829,47.6207927484226],[-122.342533303442,47.6207991814649],[-122.342535473097,47.6208054629983],[-122.342539075265,47.6208114380482],[-122.342544021077,47.6208169592011],[-122.34255018851,47.6208218902422],[-122.342557425406,47.6208261095154],[-122.342565553218,47.6208295129251],[-122.342574371423,47.6208320165043],[-122.342583662461,47.6208335584861],[-122.342593197109,47.6208341008275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":68909,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/68909"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-68910-0","label":"Curb or separator","path":[[-122.342612205819,47.6209218809687],[-122.342598123707,47.6209226859749],[-122.342584461817,47.6209251241709],[-122.342571633811,47.6209291217317],[-122.3425600281,47.6209345576172],[-122.342549996087,47.6209412672369],[-122.342541841525,47.6209490474336],[-122.342535811321,47.6209576626349],[-122.342532088062,47.6209668519855],[-122.342530784481,47.6209763372464]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":68910,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/68910"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241769-0","label":"Curb or separator","path":[[-122.342503042412,47.6203840772513],[-122.342498964756,47.6203868031643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241769-1","label":"Curb or separator","path":[[-122.342503019483,47.6203868186665],[-122.342498987685,47.6203840617491]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241769-2","label":"Curb or separator","path":[[-122.342498964756,47.6203868031643],[-122.342498987685,47.6203840617491]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241769-3","label":"Curb or separator","path":[[-122.342498987685,47.6203840617491],[-122.342503042412,47.6203840772513]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241769-4","label":"Curb or separator","path":[[-122.342503042412,47.6203840772513],[-122.342503019483,47.6203868186665]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241769-5","label":"Curb or separator","path":[[-122.342503019483,47.6203868186665],[-122.342498964756,47.6203868031643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241769,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241769"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241840-0","label":"Curb or separator","path":[[-122.342492233121,47.6214454282176],[-122.342488155381,47.6214481541301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241840-1","label":"Curb or separator","path":[[-122.342492210191,47.6214481696327],[-122.342488178311,47.621445412715]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241840-2","label":"Curb or separator","path":[[-122.342488155381,47.6214481541301],[-122.342488178311,47.621445412715]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241840-3","label":"Curb or separator","path":[[-122.342488178311,47.621445412715],[-122.342492233121,47.6214454282176]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241840-4","label":"Curb or separator","path":[[-122.342492233121,47.6214454282176],[-122.342492210191,47.6214481696327]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241840-5","label":"Curb or separator","path":[[-122.342492210191,47.6214481696327],[-122.342488155381,47.6214481541301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241840,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241840"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241863-0","label":"Curb or separator","path":[[-122.342948852049,47.62084743633],[-122.34295298567,47.6208501235113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241863-1","label":"Curb or separator","path":[[-122.342952906133,47.6208473825552],[-122.342948931586,47.620850177286]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241863-2","label":"Curb or separator","path":[[-122.34295298567,47.6208501235113],[-122.342948931586,47.620850177286]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241863-3","label":"Curb or separator","path":[[-122.342948931586,47.620850177286],[-122.342948852049,47.62084743633]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241863-4","label":"Curb or separator","path":[[-122.342948852049,47.62084743633],[-122.342952906133,47.6208473825552]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241863-5","label":"Curb or separator","path":[[-122.342952906133,47.6208473825552],[-122.34295298567,47.6208501235113]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241863,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241863"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241873-0","label":"Curb or separator","path":[[-122.342656903828,47.6208466439756],[-122.342661037435,47.6208493311675]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241873-1","label":"Curb or separator","path":[[-122.342660957913,47.6208465902112],[-122.34265698335,47.6208493849319]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241873-2","label":"Curb or separator","path":[[-122.342661037435,47.6208493311675],[-122.34265698335,47.6208493849319]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241873-3","label":"Curb or separator","path":[[-122.34265698335,47.6208493849319],[-122.342656903828,47.6208466439756]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241873-4","label":"Curb or separator","path":[[-122.342656903828,47.6208466439756],[-122.342660957913,47.6208465902112]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241873-5","label":"Curb or separator","path":[[-122.342660957913,47.6208465902112],[-122.342661037435,47.6208493311675]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241873,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241873"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241874-0","label":"Curb or separator","path":[[-122.342355960411,47.6210160683597],[-122.342357312455,47.6210160738227]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241874-1","label":"Curb or separator","path":[[-122.342357312455,47.6210160738227],[-122.342357320536,47.6210151597121]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241874-2","label":"Curb or separator","path":[[-122.342357320536,47.6210151597121],[-122.342355968518,47.6210151551483]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241874-3","label":"Curb or separator","path":[[-122.342355968518,47.6210151551483],[-122.342355960411,47.6210160683597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241874,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241874"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241958-0","label":"Curb or separator","path":[[-122.34240622082,47.620755975167],[-122.342407571501,47.6207559797477]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241958-1","label":"Curb or separator","path":[[-122.342407571501,47.6207559797477],[-122.342407579606,47.6207550665363]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241958-2","label":"Curb or separator","path":[[-122.342407579606,47.6207550665363],[-122.342406227569,47.6207550610739]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-241958-3","label":"Curb or separator","path":[[-122.342406227569,47.6207550610739],[-122.34240622082,47.620755975167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":241958,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/241958"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242236-0","label":"Curb or separator","path":[[-122.342408141647,47.6205939416666],[-122.34240949235,47.6205939471467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242236-1","label":"Curb or separator","path":[[-122.34240949235,47.6205939471467],[-122.342409500429,47.6205930330359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242236-2","label":"Curb or separator","path":[[-122.342409500429,47.6205930330359],[-122.342408148422,47.6205930284729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242236-3","label":"Curb or separator","path":[[-122.342408148422,47.6205930284729],[-122.342408141647,47.6205939416666]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242236"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242314-0","label":"Curb or separator","path":[[-122.342405676311,47.6206759207128],[-122.342407028347,47.6206759261752]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242314-1","label":"Curb or separator","path":[[-122.342407028347,47.6206759261752],[-122.342407035096,47.6206750120822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242314-2","label":"Curb or separator","path":[[-122.342407035096,47.6206750120822],[-122.342405684391,47.6206750066021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242314-3","label":"Curb or separator","path":[[-122.342405684391,47.6206750066021],[-122.342405676311,47.6206759207128]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242314,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242314"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242408-0","label":"Curb or separator","path":[[-122.342500835424,47.620469085461],[-122.342496759091,47.6204718113563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242408-1","label":"Curb or separator","path":[[-122.342500813825,47.6204718268586],[-122.34249678069,47.6204690699587]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242408-2","label":"Curb or separator","path":[[-122.342496759091,47.6204718113563],[-122.34249678069,47.6204690699587]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242408-3","label":"Curb or separator","path":[[-122.34249678069,47.6204690699587],[-122.342500835424,47.620469085461]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242408-4","label":"Curb or separator","path":[[-122.342500835424,47.620469085461],[-122.342500813825,47.6204718268586]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242408-5","label":"Curb or separator","path":[[-122.342500813825,47.6204718268586],[-122.342496759091,47.6204718113563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242408,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242408"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242430-0","label":"Curb or separator","path":[[-122.342399909972,47.6213509699033],[-122.342401260695,47.6213509753834]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242430-1","label":"Curb or separator","path":[[-122.342401260695,47.6213509753834],[-122.342401268774,47.6213500612728]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242430-2","label":"Curb or separator","path":[[-122.342401268774,47.6213500612728],[-122.342399916748,47.6213500567095]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242430-3","label":"Curb or separator","path":[[-122.342399916748,47.6213500567095],[-122.342399909972,47.6213509699033]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242430,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242430"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242652-0","label":"Curb or separator","path":[[-122.34229381825,47.6207710325377],[-122.342295170288,47.6207710380015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242652-1","label":"Curb or separator","path":[[-122.342295170288,47.6207710380015],[-122.342295177039,47.6207701239084]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242652-2","label":"Curb or separator","path":[[-122.342295177039,47.6207701239084],[-122.342293826358,47.6207701193263]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242652-3","label":"Curb or separator","path":[[-122.342293826358,47.6207701193263],[-122.34229381825,47.6207710325377]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242652"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242738-0","label":"Curb or separator","path":[[-122.342351583832,47.621347349216],[-122.342352935885,47.6213473546791]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242738-1","label":"Curb or separator","path":[[-122.342352935885,47.6213473546791],[-122.342352942635,47.6213464405861]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242738-2","label":"Curb or separator","path":[[-122.342352942635,47.6213464405861],[-122.342351591938,47.6213464360046]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-242738-3","label":"Curb or separator","path":[[-122.342351591938,47.6213464360046],[-122.342351583832,47.621347349216]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":242738,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/242738"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243122-0","label":"Curb or separator","path":[[-122.342362273693,47.62034343457],[-122.34236362439,47.6203434400506]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243122-1","label":"Curb or separator","path":[[-122.34236362439,47.6203434400506],[-122.34236363247,47.6203425259399]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243122-2","label":"Curb or separator","path":[[-122.34236363247,47.6203425259399],[-122.342362280469,47.6203425213762]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243122-3","label":"Curb or separator","path":[[-122.342362280469,47.6203425213762],[-122.342362273693,47.62034343457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243122,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243122"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243163-0","label":"Curb or separator","path":[[-122.342358438985,47.6207547699217],[-122.342359791023,47.6207547753847]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243163-1","label":"Curb or separator","path":[[-122.342359791023,47.6207547753847],[-122.342359799103,47.620753861274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243163-2","label":"Curb or separator","path":[[-122.342359799103,47.620753861274],[-122.342358447065,47.620753855811]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243163-3","label":"Curb or separator","path":[[-122.342358447065,47.620753855811],[-122.342358438985,47.6207547699217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243163,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243163"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243387-0","label":"Curb or separator","path":[[-122.342455841132,47.6210073824828],[-122.342457191845,47.6210073879622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243387-1","label":"Curb or separator","path":[[-122.342457191845,47.6210073879622],[-122.342457199924,47.6210064738515]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243387-2","label":"Curb or separator","path":[[-122.342457199924,47.6210064738515],[-122.34245584788,47.6210064683898]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243387-3","label":"Curb or separator","path":[[-122.34245584788,47.6210064683898],[-122.342455841132,47.6210073824828]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243387,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243387"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243472-0","label":"Curb or separator","path":[[-122.342294094227,47.6207436186684],[-122.342295446238,47.6207436232328]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243472-1","label":"Curb or separator","path":[[-122.342295446238,47.6207436232328],[-122.342295453015,47.620742710039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243472-2","label":"Curb or separator","path":[[-122.342295453015,47.620742710039],[-122.342294102309,47.6207427045577]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243472-3","label":"Curb or separator","path":[[-122.342294102309,47.6207427045577],[-122.342294094227,47.6207436186684]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243472,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243472"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243781-0","label":"Curb or separator","path":[[-122.34245538918,47.621062211597],[-122.342456741199,47.6210622161595]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243781-1","label":"Curb or separator","path":[[-122.342456741199,47.6210622161595],[-122.342456747973,47.6210613029657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243781-2","label":"Curb or separator","path":[[-122.342456747973,47.6210613029657],[-122.342455397258,47.6210612974863]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243781-3","label":"Curb or separator","path":[[-122.342455397258,47.6210612974863],[-122.34245538918,47.621062211597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243781"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243827-0","label":"Curb or separator","path":[[-122.342291478772,47.6205581205237],[-122.342287402447,47.6205608473108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243827-1","label":"Curb or separator","path":[[-122.342291457162,47.6205608619213],[-122.342287424057,47.6205581059132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243827-2","label":"Curb or separator","path":[[-122.342287402447,47.6205608473108],[-122.342287424057,47.6205581059132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243827-3","label":"Curb or separator","path":[[-122.342287424057,47.6205581059132],[-122.342291478772,47.6205581205237]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243827-4","label":"Curb or separator","path":[[-122.342291478772,47.6205581205237],[-122.342291457162,47.6205608619213]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-243827-5","label":"Curb or separator","path":[[-122.342291457162,47.6205608619213],[-122.342287402447,47.6205608473108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":243827,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/243827"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244032-0","label":"Curb or separator","path":[[-122.342731924356,47.6209107718051],[-122.342731897847,47.6209098581531]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244032-1","label":"Curb or separator","path":[[-122.342731897847,47.6209098581531],[-122.342730546484,47.6209098760754]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244032-2","label":"Curb or separator","path":[[-122.342730546484,47.6209098760754],[-122.342730572993,47.6209107897275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244032-3","label":"Curb or separator","path":[[-122.342730572993,47.6209107897275],[-122.342731924356,47.6209107718051]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244032"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244257-0","label":"Curb or separator","path":[[-122.342307747417,47.6207168748673],[-122.342309098124,47.6207168803486]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244257-1","label":"Curb or separator","path":[[-122.342309098124,47.6207168803486],[-122.342309106205,47.6207159662379]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244257-2","label":"Curb or separator","path":[[-122.342309106205,47.6207159662379],[-122.342307754194,47.6207159616736]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244257-3","label":"Curb or separator","path":[[-122.342307754194,47.6207159616736],[-122.342307747417,47.6207168748673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244257,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244257"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244285-0","label":"Curb or separator","path":[[-122.342267511802,47.6212002594815],[-122.342263435426,47.6212029862677]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244285-1","label":"Curb or separator","path":[[-122.342267490191,47.621203000879],[-122.342263457038,47.6212002448702]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244285-2","label":"Curb or separator","path":[[-122.342263435426,47.6212029862677],[-122.342263457038,47.6212002448702]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244285-3","label":"Curb or separator","path":[[-122.342263457038,47.6212002448702],[-122.342267511802,47.6212002594815]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244285-4","label":"Curb or separator","path":[[-122.342267511802,47.6212002594815],[-122.342267490191,47.621203000879]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244285-5","label":"Curb or separator","path":[[-122.342267490191,47.621203000879],[-122.342263435426,47.6212029862677]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244285,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244285"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244362-0","label":"Curb or separator","path":[[-122.342272857756,47.620597819798],[-122.342268780071,47.6206005457027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244362-1","label":"Curb or separator","path":[[-122.342272834815,47.6206005612131],[-122.342268803012,47.6205978042876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244362-2","label":"Curb or separator","path":[[-122.342268780071,47.6206005457027],[-122.342268803012,47.6205978042876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244362-3","label":"Curb or separator","path":[[-122.342268803012,47.6205978042876],[-122.342272857756,47.620597819798]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244362-4","label":"Curb or separator","path":[[-122.342272857756,47.620597819798],[-122.342272834815,47.6206005612131]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244362-5","label":"Curb or separator","path":[[-122.342272834815,47.6206005612131],[-122.342268780071,47.6206005457027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244362,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244362"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244389-0","label":"Curb or separator","path":[[-122.342305283352,47.6210037292233],[-122.342306635369,47.6210037337876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244389-1","label":"Curb or separator","path":[[-122.342306635369,47.6210037337876],[-122.34230664212,47.6210028196945]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244389-2","label":"Curb or separator","path":[[-122.34230664212,47.6210028196945],[-122.342305291433,47.6210028151126]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244389-3","label":"Curb or separator","path":[[-122.342305291433,47.6210028151126],[-122.342305283352,47.6210037292233]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244389,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244389"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244486-0","label":"Curb or separator","path":[[-122.34230557778,47.6209807133015],[-122.342306929823,47.6209807187651]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244486-1","label":"Curb or separator","path":[[-122.342306929823,47.6209807187651],[-122.342306937904,47.6209798046544]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244486-2","label":"Curb or separator","path":[[-122.342306937904,47.6209798046544],[-122.342305585861,47.6209797991908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244486-3","label":"Curb or separator","path":[[-122.342305585861,47.6209797991908],[-122.34230557778,47.6209807133015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244486,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244486"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244532-0","label":"Curb or separator","path":[[-122.342641392143,47.6209059576527],[-122.342641365636,47.6209050440006]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244532-1","label":"Curb or separator","path":[[-122.342641365636,47.6209050440006],[-122.342640014273,47.6209050619219]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244532-2","label":"Curb or separator","path":[[-122.342640014273,47.6209050619219],[-122.34264004078,47.6209059755739]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244532-3","label":"Curb or separator","path":[[-122.34264004078,47.6209059755739],[-122.342641392143,47.6209059576527]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244532,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244532"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244652-0","label":"Curb or separator","path":[[-122.342403735538,47.6211030874765],[-122.342405087558,47.6211030920396]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244652-1","label":"Curb or separator","path":[[-122.342405087558,47.6211030920396],[-122.342405094334,47.6211021788458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244652-2","label":"Curb or separator","path":[[-122.342405094334,47.6211021788458],[-122.342403743618,47.6211021733658]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244652-3","label":"Curb or separator","path":[[-122.342403743618,47.6211021733658],[-122.342403735538,47.6211030874765]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244652,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244652"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244689-0","label":"Curb or separator","path":[[-122.342459964325,47.6211754810753],[-122.342455886605,47.6211782069867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244689-1","label":"Curb or separator","path":[[-122.342459941394,47.6211782224905],[-122.342455909536,47.6211754655716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244689-2","label":"Curb or separator","path":[[-122.342455886605,47.6211782069867],[-122.342455909536,47.6211754655716]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244689-3","label":"Curb or separator","path":[[-122.342455909536,47.6211754655716],[-122.342459964325,47.6211754810753]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244689-4","label":"Curb or separator","path":[[-122.342459964325,47.6211754810753],[-122.342459941394,47.6211782224905]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244689-5","label":"Curb or separator","path":[[-122.342459941394,47.6211782224905],[-122.342455886605,47.6211782069867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244689"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244805-0","label":"Curb or separator","path":[[-122.342767541986,47.6209160101476],[-122.342771675603,47.6209186973354]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244805-1","label":"Curb or separator","path":[[-122.342771596075,47.6209159563793],[-122.342767621513,47.6209187511038]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244805-2","label":"Curb or separator","path":[[-122.342771675603,47.6209186973354],[-122.342767621513,47.6209187511038]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244805-3","label":"Curb or separator","path":[[-122.342767621513,47.6209187511038],[-122.342767541986,47.6209160101476]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244805-4","label":"Curb or separator","path":[[-122.342767541986,47.6209160101476],[-122.342771596075,47.6209159563793]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-244805-5","label":"Curb or separator","path":[[-122.342771596075,47.6209159563793],[-122.342771675603,47.6209186973354]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":244805,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/244805"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245076-0","label":"Curb or separator","path":[[-122.342402374044,47.6212689917755],[-122.342403726069,47.6212689963387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245076-1","label":"Curb or separator","path":[[-122.342403726069,47.6212689963387],[-122.342403732844,47.621268083145]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245076-2","label":"Curb or separator","path":[[-122.342403732844,47.621268083145],[-122.342402382124,47.6212680776649]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245076-3","label":"Curb or separator","path":[[-122.342402382124,47.6212680776649],[-122.342402374044,47.6212689917755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245076,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245076"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245112-0","label":"Curb or separator","path":[[-122.342408926557,47.6205095352645],[-122.342410278562,47.6205095398277]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245112-1","label":"Curb or separator","path":[[-122.342410278562,47.6205095398277],[-122.342410285337,47.6205086266338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245112-2","label":"Curb or separator","path":[[-122.342410285337,47.6205086266338],[-122.342408934636,47.6205086211538]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245112-3","label":"Curb or separator","path":[[-122.342408934636,47.6205086211538],[-122.342408926557,47.6205095352645]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245112,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245112"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245616-0","label":"Curb or separator","path":[[-122.342409503104,47.6204280373647],[-122.342410853803,47.6204280428447]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245616-1","label":"Curb or separator","path":[[-122.342410853803,47.6204280428447],[-122.342410861882,47.620427128734]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245616-2","label":"Curb or separator","path":[[-122.342410861882,47.620427128734],[-122.34240950988,47.6204271241709]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245616-3","label":"Curb or separator","path":[[-122.34240950988,47.6204271241709],[-122.342409503104,47.6204280373647]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245616,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245616"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245790-0","label":"Curb or separator","path":[[-122.342361146279,47.6205083300028],[-122.34236249831,47.6205083354657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245790-1","label":"Curb or separator","path":[[-122.34236249831,47.6205083354657],[-122.34236250506,47.6205074213727]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245790-2","label":"Curb or separator","path":[[-122.34236250506,47.6205074213727],[-122.342361154359,47.6205074158921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245790-3","label":"Curb or separator","path":[[-122.342361154359,47.6205074158921],[-122.342361146279,47.6205083300028]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245790,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245790"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245843-0","label":"Curb or separator","path":[[-122.342808671142,47.6209248322935],[-122.342808644632,47.6209239186415]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245843-1","label":"Curb or separator","path":[[-122.342808644632,47.6209239186415],[-122.342807293268,47.6209239365647]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245843-2","label":"Curb or separator","path":[[-122.342807293268,47.6209239365647],[-122.342807319778,47.6209248502167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245843-3","label":"Curb or separator","path":[[-122.342807319778,47.6209248502167],[-122.342808671142,47.6209248322935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245843,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245843"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245905-0","label":"Curb or separator","path":[[-122.342266608828,47.62130991769],[-122.342262532417,47.6213126435769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245905-1","label":"Curb or separator","path":[[-122.342266587216,47.6213126590875],[-122.342262554028,47.6213099021794]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245905-2","label":"Curb or separator","path":[[-122.342262532417,47.6213126435769],[-122.342262554028,47.6213099021794]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245905-3","label":"Curb or separator","path":[[-122.342262554028,47.6213099021794],[-122.342266608828,47.62130991769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245905-4","label":"Curb or separator","path":[[-122.342266608828,47.62130991769],[-122.342266587216,47.6213126590875]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245905-5","label":"Curb or separator","path":[[-122.342266587216,47.6213126590875],[-122.342262532417,47.6213126435769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245966-0","label":"Curb or separator","path":[[-122.34290294954,47.6208490959311],[-122.342902923029,47.6208481822791]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245966-1","label":"Curb or separator","path":[[-122.342902923029,47.6208481822791],[-122.342901571667,47.6208482002034]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245966-2","label":"Curb or separator","path":[[-122.342901571667,47.6208482002034],[-122.342901598179,47.6208491138555]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-245966-3","label":"Curb or separator","path":[[-122.342901598179,47.6208491138555],[-122.34290294954,47.6208490959311]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":245966,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/245966"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246086-0","label":"Curb or separator","path":[[-122.342457653866,47.6212178455501],[-122.342453576142,47.6212205714613]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246086-1","label":"Curb or separator","path":[[-122.342457630935,47.6212205869652],[-122.342453599074,47.6212178300462]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246086-2","label":"Curb or separator","path":[[-122.342453576142,47.6212205714613],[-122.342453599074,47.6212178300462]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246086-3","label":"Curb or separator","path":[[-122.342453599074,47.6212178300462],[-122.342457653866,47.6212178455501]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246086-4","label":"Curb or separator","path":[[-122.342457653866,47.6212178455501],[-122.342457630935,47.6212205869652]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246086-5","label":"Curb or separator","path":[[-122.342457630935,47.6212205869652],[-122.342453576142,47.6212205714613]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246086,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246086"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246147-0","label":"Curb or separator","path":[[-122.342305431231,47.6209922212536],[-122.342306781918,47.6209922258356]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246147-1","label":"Curb or separator","path":[[-122.342306781918,47.6209922258356],[-122.342306790025,47.6209913126241]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246147-2","label":"Curb or separator","path":[[-122.342306790025,47.6209913126241],[-122.342305437982,47.6209913071605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246147-3","label":"Curb or separator","path":[[-122.342305437982,47.6209913071605],[-122.342305431231,47.6209922212536]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246147,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246147"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246226-0","label":"Curb or separator","path":[[-122.34226841613,47.6210906021543],[-122.342264338406,47.6210933280589]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246226-1","label":"Curb or separator","path":[[-122.342268393188,47.6210933435694],[-122.342264361347,47.6210905866437]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246226-2","label":"Curb or separator","path":[[-122.342264338406,47.6210933280589],[-122.342264361347,47.6210905866437]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246226-3","label":"Curb or separator","path":[[-122.342264361347,47.6210905866437],[-122.34226841613,47.6210906021543]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246226-4","label":"Curb or separator","path":[[-122.34226841613,47.6210906021543],[-122.342268393188,47.6210933435694]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246226-5","label":"Curb or separator","path":[[-122.342268393188,47.6210933435694],[-122.342264338406,47.6210933280589]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246226,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246226"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246282-0","label":"Curb or separator","path":[[-122.342404286244,47.6210196890452],[-122.342405638288,47.6210196945076]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246282-1","label":"Curb or separator","path":[[-122.342405638288,47.6210196945076],[-122.342405646367,47.621018780397]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246282-2","label":"Curb or separator","path":[[-122.342405646367,47.621018780397],[-122.342404294349,47.6210187758338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246282-3","label":"Curb or separator","path":[[-122.342404294349,47.6210187758338],[-122.342404286244,47.6210196890452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246282,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246282"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246531-0","label":"Curb or separator","path":[[-122.342468358239,47.6209813356312],[-122.342469710256,47.6209813401936]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246531-1","label":"Curb or separator","path":[[-122.342469710256,47.6209813401936],[-122.34246971836,47.6209804269822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246531-2","label":"Curb or separator","path":[[-122.34246971836,47.6209804269822],[-122.342468366317,47.6209804215205]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246531-3","label":"Curb or separator","path":[[-122.342468366317,47.6209804215205],[-122.342468358239,47.6209813356312]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246531,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246531"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246880-0","label":"Curb or separator","path":[[-122.342475014825,47.6212178204548],[-122.342470937128,47.621220547266]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246880-1","label":"Curb or separator","path":[[-122.342474991894,47.62122056187],[-122.342470960059,47.6212178058509]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246880-2","label":"Curb or separator","path":[[-122.342470937128,47.621220547266],[-122.342470960059,47.6212178058509]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246880-3","label":"Curb or separator","path":[[-122.342470960059,47.6212178058509],[-122.342475014825,47.6212178204548]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246880-4","label":"Curb or separator","path":[[-122.342475014825,47.6212178204548],[-122.342474991894,47.62122056187]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246880-5","label":"Curb or separator","path":[[-122.342474991894,47.62122056187],[-122.342470937128,47.621220547266]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246880,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246880"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246932-0","label":"Curb or separator","path":[[-122.342273866605,47.6204700681312],[-122.34226978893,47.6204727940359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246932-1","label":"Curb or separator","path":[[-122.342273843664,47.6204728095463],[-122.342269811871,47.6204700526208]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246932-2","label":"Curb or separator","path":[[-122.34226978893,47.6204727940359],[-122.342269811871,47.6204700526208]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246932-3","label":"Curb or separator","path":[[-122.342269811871,47.6204700526208],[-122.342273866605,47.6204700681312]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246932-4","label":"Curb or separator","path":[[-122.342273866605,47.6204700681312],[-122.342273843664,47.6204728095463]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-246932-5","label":"Curb or separator","path":[[-122.342273843664,47.6204728095463],[-122.34226978893,47.6204727940359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":246932,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/246932"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247130-0","label":"Curb or separator","path":[[-122.342455614478,47.6210347965991],[-122.342456966522,47.6210348020609]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247130-1","label":"Curb or separator","path":[[-122.342456966522,47.6210348020609],[-122.342456974601,47.6210338879502]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247130-2","label":"Curb or separator","path":[[-122.342456974601,47.6210338879502],[-122.342455622582,47.6210338833877]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247130-3","label":"Curb or separator","path":[[-122.342455622582,47.6210338833877],[-122.342455614478,47.6210347965991]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247130,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247130"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247151-0","label":"Curb or separator","path":[[-122.342400453148,47.6214310243737],[-122.342401805203,47.6214310298362]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247151-1","label":"Curb or separator","path":[[-122.342401805203,47.6214310298362],[-122.342401811953,47.6214301157432]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247151-2","label":"Curb or separator","path":[[-122.342401811953,47.6214301157432],[-122.342400461254,47.6214301111623]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247151-3","label":"Curb or separator","path":[[-122.342400461254,47.6214301111623],[-122.342400453148,47.6214310243737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247151,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247151"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247156-0","label":"Curb or separator","path":[[-122.342306823186,47.6207971718966],[-122.342308175225,47.6207971773602]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247156-1","label":"Curb or separator","path":[[-122.342308175225,47.6207971773602],[-122.342308183306,47.6207962632495]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247156-2","label":"Curb or separator","path":[[-122.342308183306,47.6207962632495],[-122.342306831293,47.6207962586852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247156-3","label":"Curb or separator","path":[[-122.342306831293,47.6207962586852],[-122.342306823186,47.6207971718966]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247156,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247156"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247723-0","label":"Curb or separator","path":[[-122.342493193663,47.6212184223351],[-122.342489117271,47.6212211482301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247723-1","label":"Curb or separator","path":[[-122.342493172063,47.6212211637326],[-122.342489138871,47.6212184068326]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247723-2","label":"Curb or separator","path":[[-122.342489117271,47.6212211482301],[-122.342489138871,47.6212184068326]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247723-3","label":"Curb or separator","path":[[-122.342489138871,47.6212184068326],[-122.342493193663,47.6212184223351]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247723-4","label":"Curb or separator","path":[[-122.342493193663,47.6212184223351],[-122.342493172063,47.6212211637326]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247723-5","label":"Curb or separator","path":[[-122.342493172063,47.6212211637326],[-122.342489117271,47.6212211482301]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247723,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247723"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247730-0","label":"Curb or separator","path":[[-122.342805634358,47.620848832145],[-122.342805607848,47.6208479184929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247730-1","label":"Curb or separator","path":[[-122.342805607848,47.6208479184929],[-122.342804256487,47.6208479364161]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247730-2","label":"Curb or separator","path":[[-122.342804256487,47.6208479364161],[-122.342804282997,47.6208488500681]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247730-3","label":"Curb or separator","path":[[-122.342804282997,47.6208488500681],[-122.342805634358,47.620848832145]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247730,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247730"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247893-0","label":"Curb or separator","path":[[-122.342456055641,47.6209813386333],[-122.342457406355,47.6209813441127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247893-1","label":"Curb or separator","path":[[-122.342457406355,47.6209813441127],[-122.342457414433,47.620980430002]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247893-2","label":"Curb or separator","path":[[-122.342457414433,47.620980430002],[-122.34245606239,47.6209804245402]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247893-3","label":"Curb or separator","path":[[-122.34245606239,47.6209804245402],[-122.342456055641,47.6209813386333]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247893,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247893"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247905-0","label":"Curb or separator","path":[[-122.343046024985,47.6209258348037],[-122.343050158617,47.6209285219814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247905-1","label":"Curb or separator","path":[[-122.343050079075,47.6209257810255],[-122.343046104527,47.6209285757597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247905-2","label":"Curb or separator","path":[[-122.343050158617,47.6209285219814],[-122.343046104527,47.6209285757597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247905-3","label":"Curb or separator","path":[[-122.343046104527,47.6209285757597],[-122.343046024985,47.6209258348037]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247905-4","label":"Curb or separator","path":[[-122.343046024985,47.6209258348037],[-122.343050079075,47.6209257810255]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-247905-5","label":"Curb or separator","path":[[-122.343050079075,47.6209257810255],[-122.343050158617,47.6209285219814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":247905,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/247905"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248032-0","label":"Curb or separator","path":[[-122.342283453072,47.6214839235856],[-122.342279375319,47.6214866494906]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248032-1","label":"Curb or separator","path":[[-122.342283430131,47.6214866650007],[-122.342279398259,47.6214839080756]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248032-2","label":"Curb or separator","path":[[-122.342279375319,47.6214866494906],[-122.342279398259,47.6214839080756]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248032-3","label":"Curb or separator","path":[[-122.342279398259,47.6214839080756],[-122.342283453072,47.6214839235856]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248032-4","label":"Curb or separator","path":[[-122.342283453072,47.6214839235856],[-122.342283430131,47.6214866650007]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248032-5","label":"Curb or separator","path":[[-122.342283430131,47.6214866650007],[-122.342279375319,47.6214866494906]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248032,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248032"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248571-0","label":"Curb or separator","path":[[-122.342309192014,47.6205979560881],[-122.342305114357,47.6206006828934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248571-1","label":"Curb or separator","path":[[-122.342309169075,47.6206006975032],[-122.342305137297,47.6205979414783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248571-2","label":"Curb or separator","path":[[-122.342305114357,47.6206006828934],[-122.342305137297,47.6205979414783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248571-3","label":"Curb or separator","path":[[-122.342305137297,47.6205979414783],[-122.342309192014,47.6205979560881]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248571-4","label":"Curb or separator","path":[[-122.342309192014,47.6205979560881],[-122.342309169075,47.6206006975032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248571-5","label":"Curb or separator","path":[[-122.342309169075,47.6206006975032],[-122.342305114357,47.6206006828934]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248571,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248571"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248659-0","label":"Curb or separator","path":[[-122.342403160278,47.621184584458],[-122.342404510996,47.621184589938]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248659-1","label":"Curb or separator","path":[[-122.342404510996,47.621184589938],[-122.342404519076,47.6211836758274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248659-2","label":"Curb or separator","path":[[-122.342404519076,47.6211836758274],[-122.342403167053,47.6211836712642]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248659-3","label":"Curb or separator","path":[[-122.342403167053,47.6211836712642],[-122.342403160278,47.621184584458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248659,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248659"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248672-0","label":"Curb or separator","path":[[-122.342361721597,47.6204268330201],[-122.3423630736,47.6204268375838]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248672-1","label":"Curb or separator","path":[[-122.3423630736,47.6204268375838],[-122.342363081706,47.6204259243724]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248672-2","label":"Curb or separator","path":[[-122.342363081706,47.6204259243724],[-122.342361729677,47.6204259189094]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-248672-3","label":"Curb or separator","path":[[-122.342361729677,47.6204259189094],[-122.342361721597,47.6204268330201]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":248672,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/248672"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249073-0","label":"Curb or separator","path":[[-122.343000122384,47.6209274935447],[-122.34300009587,47.6209265798927]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249073-1","label":"Curb or separator","path":[[-122.34300009587,47.6209265798927],[-122.342998744507,47.6209265978182]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249073-2","label":"Curb or separator","path":[[-122.342998744507,47.6209265978182],[-122.34299877102,47.6209275114703]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249073-3","label":"Curb or separator","path":[[-122.34299877102,47.6209275114703],[-122.343000122384,47.6209274935447]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249073,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249073"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249098-0","label":"Curb or separator","path":[[-122.342457154805,47.6207973610489],[-122.342458506843,47.6207973665107]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249098-1","label":"Curb or separator","path":[[-122.342458506843,47.6207973665107],[-122.342458513592,47.6207964524177]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249098-2","label":"Curb or separator","path":[[-122.342458513592,47.6207964524177],[-122.342457162909,47.6207964478375]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249098-3","label":"Curb or separator","path":[[-122.342457162909,47.6207964478375],[-122.342457154805,47.6207973610489]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249098,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249098"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249230-0","label":"Curb or separator","path":[[-122.342275672517,47.6202507526083],[-122.34227159486,47.6202534785132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249230-1","label":"Curb or separator","path":[[-122.342275649577,47.6202534940235],[-122.3422716178,47.620250737098]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249230-2","label":"Curb or separator","path":[[-122.34227159486,47.6202534785132],[-122.3422716178,47.620250737098]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249230-3","label":"Curb or separator","path":[[-122.3422716178,47.620250737098],[-122.342275672517,47.6202507526083]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249230-4","label":"Curb or separator","path":[[-122.342275672517,47.6202507526083],[-122.342275649577,47.6202534940235]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249230-5","label":"Curb or separator","path":[[-122.342275649577,47.6202534940235],[-122.34227159486,47.6202534785132]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249230,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249230"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249300-0","label":"Curb or separator","path":[[-122.342467333296,47.6210073758334],[-122.34246868534,47.6210073812951]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249300-1","label":"Curb or separator","path":[[-122.34246868534,47.6210073812951],[-122.342468692088,47.6210064672021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249300-2","label":"Curb or separator","path":[[-122.342468692088,47.6210064672021],[-122.3424673414,47.621006462622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249300-3","label":"Curb or separator","path":[[-122.3424673414,47.621006462622],[-122.342467333296,47.6210073758334]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249300,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249300"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249480-0","label":"Curb or separator","path":[[-122.342301494086,47.6214839911576],[-122.34229741636,47.6214867179625]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249480-1","label":"Curb or separator","path":[[-122.342301471147,47.6214867325727],[-122.3422974393,47.6214839765474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249480-2","label":"Curb or separator","path":[[-122.34229741636,47.6214867179625],[-122.3422974393,47.6214839765474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249480-3","label":"Curb or separator","path":[[-122.3422974393,47.6214839765474],[-122.342301494086,47.6214839911576]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249480-4","label":"Curb or separator","path":[[-122.342301494086,47.6214839911576],[-122.342301471147,47.6214867325727]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249480-5","label":"Curb or separator","path":[[-122.342301471147,47.6214867325727],[-122.34229741636,47.6214867179625]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249525-0","label":"Curb or separator","path":[[-122.34241005382,47.6203446398313],[-122.34241140449,47.620344644412]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249525-1","label":"Curb or separator","path":[[-122.34241140449,47.620344644412],[-122.342411412596,47.6203437312006]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249525-2","label":"Curb or separator","path":[[-122.342411412596,47.6203437312006],[-122.342410060569,47.6203437257383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249525-3","label":"Curb or separator","path":[[-122.342410060569,47.6203437257383],[-122.34241005382,47.6203446398313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249525,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249525"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249694-0","label":"Curb or separator","path":[[-122.342265389225,47.6214721964714],[-122.342261312828,47.6214749232575]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249694-1","label":"Curb or separator","path":[[-122.34226536764,47.6214749387681],[-122.34226133444,47.62147218186]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249694-2","label":"Curb or separator","path":[[-122.342261312828,47.6214749232575],[-122.34226133444,47.62147218186]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249694-3","label":"Curb or separator","path":[[-122.34226133444,47.62147218186],[-122.342265389225,47.6214721964714]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249694-4","label":"Curb or separator","path":[[-122.342265389225,47.6214721964714],[-122.34226536764,47.6214749387681]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249694-5","label":"Curb or separator","path":[[-122.34226536764,47.6214749387681],[-122.342261312828,47.6214749232575]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249694,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249694"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249781-0","label":"Curb or separator","path":[[-122.342274769576,47.6203604108195],[-122.34227069191,47.6203631367244]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249781-1","label":"Curb or separator","path":[[-122.342274746635,47.6203631522347],[-122.342270714851,47.6203603953092]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249781-2","label":"Curb or separator","path":[[-122.34227069191,47.6203631367244],[-122.342270714851,47.6203603953092]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249781-3","label":"Curb or separator","path":[[-122.342270714851,47.6203603953092],[-122.342274769576,47.6203604108195]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249781-4","label":"Curb or separator","path":[[-122.342274769576,47.6203604108195],[-122.342274746635,47.6203631522347]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249781-5","label":"Curb or separator","path":[[-122.342274746635,47.6203631522347],[-122.34227069191,47.6203631367244]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249781,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249781"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249792-0","label":"Curb or separator","path":[[-122.342902807028,47.6209272289423],[-122.342902780517,47.6209263152903]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249792-1","label":"Curb or separator","path":[[-122.342902780517,47.6209263152903],[-122.342901429153,47.6209263332147]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249792-2","label":"Curb or separator","path":[[-122.342901429153,47.6209263332147],[-122.342901455665,47.6209272468667]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-249792-3","label":"Curb or separator","path":[[-122.342901455665,47.6209272468667],[-122.342902807028,47.6209272289423]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":249792,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/249792"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250211-0","label":"Curb or separator","path":[[-122.342307088365,47.6207711291757],[-122.342308440377,47.62077113374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250211-1","label":"Curb or separator","path":[[-122.342308440377,47.62077113374],[-122.342308447128,47.6207702196469]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250211-2","label":"Curb or separator","path":[[-122.342308447128,47.6207702196469],[-122.342307095116,47.6207702150826]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250211-3","label":"Curb or separator","path":[[-122.342307095116,47.6207702150826],[-122.342307088365,47.6207711291757]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250211,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250211"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250336-0","label":"Curb or separator","path":[[-122.342499058645,47.6206850153806],[-122.342494980966,47.6206877412935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250336-1","label":"Curb or separator","path":[[-122.342499035716,47.6206877567958],[-122.342495003895,47.6206849998783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250336-2","label":"Curb or separator","path":[[-122.342494980966,47.6206877412935],[-122.342495003895,47.6206849998783]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250336-3","label":"Curb or separator","path":[[-122.342495003895,47.6206849998783],[-122.342499058645,47.6206850153806]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250336-4","label":"Curb or separator","path":[[-122.342499058645,47.6206850153806],[-122.342499035716,47.6206877567958]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250336-5","label":"Curb or separator","path":[[-122.342499035716,47.6206877567958],[-122.342494980966,47.6206877412935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250336,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250336"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250380-0","label":"Curb or separator","path":[[-122.342754220336,47.6208469078713],[-122.342758353947,47.6208495950596]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250380-1","label":"Curb or separator","path":[[-122.34275827442,47.6208468541034],[-122.342754299862,47.6208496488275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250380-2","label":"Curb or separator","path":[[-122.342758353947,47.6208495950596],[-122.342754299862,47.6208496488275]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250380-3","label":"Curb or separator","path":[[-122.342754299862,47.6208496488275],[-122.342754220336,47.6208469078713]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250380-4","label":"Curb or separator","path":[[-122.342754220336,47.6208469078713],[-122.34275827442,47.6208468541034]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250380-5","label":"Curb or separator","path":[[-122.34275827442,47.6208468541034],[-122.342758353947,47.6208495950596]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250380,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250380"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250384-0","label":"Curb or separator","path":[[-122.34249996112,47.6205753571685],[-122.342495883448,47.6205780830814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250384-1","label":"Curb or separator","path":[[-122.342499938191,47.6205780985837],[-122.342495906377,47.6205753416662]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250384-2","label":"Curb or separator","path":[[-122.342495883448,47.6205780830814],[-122.342495906377,47.6205753416662]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250384-3","label":"Curb or separator","path":[[-122.342495906377,47.6205753416662],[-122.34249996112,47.6205753571685]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250384-4","label":"Curb or separator","path":[[-122.34249996112,47.6205753571685],[-122.342499938191,47.6205780985837]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250384-5","label":"Curb or separator","path":[[-122.342499938191,47.6205780985837],[-122.342495883448,47.6205780830814]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250384,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250384"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250541-0","label":"Curb or separator","path":[[-122.342355409628,47.6210994667908],[-122.342356761648,47.6210994713545]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250541-1","label":"Curb or separator","path":[[-122.342356761648,47.6210994713545],[-122.342356769755,47.6210985581431]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250541-2","label":"Curb or separator","path":[[-122.342356769755,47.6210985581431],[-122.342355417708,47.6210985526801]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250541-3","label":"Curb or separator","path":[[-122.342355417708,47.6210985526801],[-122.342355409628,47.6210994667908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250541,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250541"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250587-0","label":"Curb or separator","path":[[-122.34285159786,47.6209251679526],[-122.342855731482,47.6209278551374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250587-1","label":"Curb or separator","path":[[-122.34285565195,47.6209251141813],[-122.342851677392,47.6209279089087]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250587-2","label":"Curb or separator","path":[[-122.342855731482,47.6209278551374],[-122.342851677392,47.6209279089087]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250587-3","label":"Curb or separator","path":[[-122.342851677392,47.6209279089087],[-122.34285159786,47.6209251679526]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250587-4","label":"Curb or separator","path":[[-122.34285159786,47.6209251679526],[-122.34285565195,47.6209251141813]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250587-5","label":"Curb or separator","path":[[-122.34285565195,47.6209251141813],[-122.342855731482,47.6209278551374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250587,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250587"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250778-0","label":"Curb or separator","path":[[-122.34285153554,47.6208471726007],[-122.342855669156,47.6208498597855]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250778-1","label":"Curb or separator","path":[[-122.342855589624,47.6208471188294],[-122.342851615072,47.6208499135568]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250778-2","label":"Curb or separator","path":[[-122.342855669156,47.6208498597855],[-122.342851615072,47.6208499135568]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250778-3","label":"Curb or separator","path":[[-122.342851615072,47.6208499135568],[-122.34285153554,47.6208471726007]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250778-4","label":"Curb or separator","path":[[-122.34285153554,47.6208471726007],[-122.342855589624,47.6208471188294]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250778-5","label":"Curb or separator","path":[[-122.342855589624,47.6208471188294],[-122.342855669156,47.6208498597855]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250778,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250778"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250788-0","label":"Curb or separator","path":[[-122.342948709606,47.6209255693413],[-122.342952843234,47.6209282565226]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250788-1","label":"Curb or separator","path":[[-122.342952763697,47.6209255155665],[-122.342948789143,47.6209283102974]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250788-2","label":"Curb or separator","path":[[-122.342952843234,47.6209282565226],[-122.342948789143,47.6209283102974]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250788-3","label":"Curb or separator","path":[[-122.342948789143,47.6209283102974],[-122.342948709606,47.6209255693413]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250788-4","label":"Curb or separator","path":[[-122.342948709606,47.6209255693413],[-122.342952763697,47.6209255155665]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250788-5","label":"Curb or separator","path":[[-122.342952763697,47.6209255155665],[-122.342952843234,47.6209282565226]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250788,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250788"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250899-0","label":"Curb or separator","path":[[-122.343097437766,47.6209277589632],[-122.343097411251,47.6209268453112]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250899-1","label":"Curb or separator","path":[[-122.343097411251,47.6209268453112],[-122.343096059888,47.6209268632379]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250899-2","label":"Curb or separator","path":[[-122.343096059888,47.6209268632379],[-122.343096086402,47.6209277768898]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-250899-3","label":"Curb or separator","path":[[-122.343096086402,47.6209277768898],[-122.343097437766,47.6209277589632]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":250899,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/250899"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251108-0","label":"Curb or separator","path":[[-122.342352126934,47.6214274036867],[-122.342353478989,47.6214274091497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251108-1","label":"Curb or separator","path":[[-122.342353478989,47.6214274091497],[-122.342353487069,47.621426495039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251108-2","label":"Curb or separator","path":[[-122.342353487069,47.621426495039],[-122.34235213504,47.6214264904753]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251108-3","label":"Curb or separator","path":[[-122.34235213504,47.6214264904753],[-122.342352126934,47.6214274036867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251108,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251108"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251158-0","label":"Curb or separator","path":[[-122.342357895881,47.6206747154497],[-122.342359247916,47.6206747209127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251158-1","label":"Curb or separator","path":[[-122.342359247916,47.6206747209127],[-122.342359254666,47.6206738068197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251158-2","label":"Curb or separator","path":[[-122.342359254666,47.6206738068197],[-122.342357903987,47.6206738022383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251158-3","label":"Curb or separator","path":[[-122.342357903987,47.6206738022383],[-122.342357895881,47.6206747154497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251158,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251158"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251184-0","label":"Curb or separator","path":[[-122.342309519491,47.6205581889937],[-122.342305441811,47.6205609148998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251184-1","label":"Curb or separator","path":[[-122.342309496552,47.6205609304088],[-122.34230546475,47.6205581734846]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251184-2","label":"Curb or separator","path":[[-122.342305441811,47.6205609148998],[-122.34230546475,47.6205581734846]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251184-3","label":"Curb or separator","path":[[-122.34230546475,47.6205581734846],[-122.342309519491,47.6205581889937]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251184-4","label":"Curb or separator","path":[[-122.342309519491,47.6205581889937],[-122.342309496552,47.6205609304088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251184-5","label":"Curb or separator","path":[[-122.342309496552,47.6205609304088],[-122.342305441811,47.6205609148998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251184,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251184"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251234-0","label":"Curb or separator","path":[[-122.342360359987,47.6205927373215],[-122.342361711994,47.6205927418852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251234-1","label":"Curb or separator","path":[[-122.342361711994,47.6205927418852],[-122.3423617201,47.6205918286737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251234-2","label":"Curb or separator","path":[[-122.3423617201,47.6205918286737],[-122.342360368067,47.6205918232108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251234-3","label":"Curb or separator","path":[[-122.342360368067,47.6205918232108],[-122.342360359987,47.6205927373215]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251234,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251234"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251240-0","label":"Curb or separator","path":[[-122.34268729471,47.6209042981571],[-122.342691428323,47.6209069853478]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251240-1","label":"Curb or separator","path":[[-122.342691348799,47.6209042443916],[-122.342687374233,47.6209070391133]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251240-2","label":"Curb or separator","path":[[-122.342691428323,47.6209069853478],[-122.342687374233,47.6209070391133]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251240-3","label":"Curb or separator","path":[[-122.342687374233,47.6209070391133],[-122.34268729471,47.6209042981571]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251240-4","label":"Curb or separator","path":[[-122.34268729471,47.6209042981571],[-122.342691348799,47.6209042443916]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251240-5","label":"Curb or separator","path":[[-122.342691348799,47.6209042443916],[-122.342691428323,47.6209069853478]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251240,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251240"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251299-0","label":"Curb or separator","path":[[-122.342410451607,47.6202619793067],[-122.342411803631,47.620261984769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251299-1","label":"Curb or separator","path":[[-122.342411803631,47.620261984769],[-122.34241181038,47.620261070676]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251299-2","label":"Curb or separator","path":[[-122.34241181038,47.620261070676],[-122.342410459712,47.6202610660953]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251299-3","label":"Curb or separator","path":[[-122.342410459712,47.6202610660953],[-122.342410451607,47.6202619793067]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251299,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251299"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251304-0","label":"Curb or separator","path":[[-122.342457466291,47.6207619086935],[-122.342458816998,47.6207619141729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251304-1","label":"Curb or separator","path":[[-122.342458816998,47.6207619141729],[-122.342458825077,47.6207610000622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251304-2","label":"Curb or separator","path":[[-122.342458825077,47.6207610000622],[-122.342457473039,47.6207609946005]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251304-3","label":"Curb or separator","path":[[-122.342457473039,47.6207609946005],[-122.342457466291,47.6207619086935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251304,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251304"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251382-0","label":"Curb or separator","path":[[-122.342273438079,47.6205580529502],[-122.342269361727,47.6205607788373]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251382-1","label":"Curb or separator","path":[[-122.342273416468,47.6205607943477],[-122.342269383338,47.6205580374398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251382-2","label":"Curb or separator","path":[[-122.342269361727,47.6205607788373],[-122.342269383338,47.6205580374398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251382-3","label":"Curb or separator","path":[[-122.342269383338,47.6205580374398],[-122.342273438079,47.6205580529502]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251382-4","label":"Curb or separator","path":[[-122.342273438079,47.6205580529502],[-122.342273416468,47.6205607943477]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251382-5","label":"Curb or separator","path":[[-122.342273416468,47.6205607943477],[-122.342269361727,47.6205607788373]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251382,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251382"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251435-0","label":"Curb or separator","path":[[-122.342265705823,47.621419574999],[-122.3422616281,47.6214223018027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251435-1","label":"Curb or separator","path":[[-122.342265682907,47.6214223173134],[-122.342261651041,47.6214195603876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251435-2","label":"Curb or separator","path":[[-122.3422616281,47.6214223018027],[-122.342261651041,47.6214195603876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251435-3","label":"Curb or separator","path":[[-122.342261651041,47.6214195603876],[-122.342265705823,47.621419574999]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251435-4","label":"Curb or separator","path":[[-122.342265705823,47.621419574999],[-122.342265682907,47.6214223173134]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251435-5","label":"Curb or separator","path":[[-122.342265682907,47.6214223173134],[-122.3422616281,47.6214223018027]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251435,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251435"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251542-0","label":"Curb or separator","path":[[-122.34235404798,47.6212653710893],[-122.342355400005,47.621265375653]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251542-1","label":"Curb or separator","path":[[-122.342355400005,47.621265375653],[-122.342355408111,47.6212644624416]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251542-2","label":"Curb or separator","path":[[-122.342355408111,47.6212644624416],[-122.34235405606,47.6212644569786]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251542-3","label":"Curb or separator","path":[[-122.34235405606,47.6212644569786],[-122.34235404798,47.6212653710893]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251542,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251542"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251545-0","label":"Curb or separator","path":[[-122.342494627147,47.6211760550944],[-122.342490549429,47.6211787810071]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251545-1","label":"Curb or separator","path":[[-122.342494604218,47.6211787965096],[-122.342490572358,47.6211760395919]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251545-2","label":"Curb or separator","path":[[-122.342490549429,47.6211787810071],[-122.342490572358,47.6211760395919]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251545-3","label":"Curb or separator","path":[[-122.342490572358,47.6211760395919],[-122.342494627147,47.6211760550944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251545-4","label":"Curb or separator","path":[[-122.342494627147,47.6211760550944],[-122.342494604218,47.6211787965096]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251545-5","label":"Curb or separator","path":[[-122.342494604218,47.6211787965096],[-122.342490549429,47.6211787810071]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251545,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251545"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251743-0","label":"Curb or separator","path":[[-122.342269319097,47.6209809439451],[-122.342265241382,47.6209836698497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251743-1","label":"Curb or separator","path":[[-122.342269296156,47.6209836853603],[-122.342265264323,47.6209809284346]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251743-2","label":"Curb or separator","path":[[-122.342265241382,47.6209836698497],[-122.342265264323,47.6209809284346]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251743-3","label":"Curb or separator","path":[[-122.342265264323,47.6209809284346],[-122.342269319097,47.6209809439451]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251743-4","label":"Curb or separator","path":[[-122.342269319097,47.6209809439451],[-122.342269296156,47.6209836853603]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-251743-5","label":"Curb or separator","path":[[-122.342269296156,47.6209836853603],[-122.342265241382,47.6209836698497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":251743,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/251743"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252048-0","label":"Curb or separator","path":[[-122.342708317821,47.6208485673939],[-122.342708291313,47.6208476537418]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252048-1","label":"Curb or separator","path":[[-122.342708291313,47.6208476537418],[-122.342706939951,47.6208476716639]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252048-2","label":"Curb or separator","path":[[-122.342706939951,47.6208476716639],[-122.34270696646,47.6208485853159]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252048-3","label":"Curb or separator","path":[[-122.34270696646,47.6208485853159],[-122.342708317821,47.6208485673939]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252048,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252048"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252192-0","label":"Curb or separator","path":[[-122.342307364309,47.620743714407],[-122.342308715016,47.6207437198882]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252192-1","label":"Curb or separator","path":[[-122.342308715016,47.6207437198882],[-122.342308723097,47.6207428057775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252192-2","label":"Curb or separator","path":[[-122.342308723097,47.6207428057775],[-122.34230737106,47.6207428003139]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252192-3","label":"Curb or separator","path":[[-122.34230737106,47.6207428003139],[-122.342307364309,47.620743714407]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252192,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252192"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252241-0","label":"Curb or separator","path":[[-122.342457336458,47.620779587748],[-122.342458687166,47.6207795932273]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252241-1","label":"Curb or separator","path":[[-122.342458687166,47.6207795932273],[-122.342458695244,47.6207786791167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252241-2","label":"Curb or separator","path":[[-122.342458695244,47.6207786791167],[-122.342457343206,47.6207786736549]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252241-3","label":"Curb or separator","path":[[-122.342457343206,47.6207786736549],[-122.342457336458,47.620779587748]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252241,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252241"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252261-0","label":"Curb or separator","path":[[-122.342493135623,47.6213357700076],[-122.342489057918,47.6213384968195]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252261-1","label":"Curb or separator","path":[[-122.342493112693,47.6213385114228],[-122.342489080847,47.6213357554044]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252261-2","label":"Curb or separator","path":[[-122.342489057918,47.6213384968195],[-122.342489080847,47.6213357554044]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252261-3","label":"Curb or separator","path":[[-122.342489080847,47.6213357554044],[-122.342493135623,47.6213357700076]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252261-4","label":"Curb or separator","path":[[-122.342493135623,47.6213357700076],[-122.342493112693,47.6213385114228]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252261-5","label":"Curb or separator","path":[[-122.342493112693,47.6213385114228],[-122.342489057918,47.6213384968195]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252261,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252261"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252480-0","label":"Curb or separator","path":[[-122.342498156142,47.6207946726931],[-122.342494078479,47.6207973995052]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252480-1","label":"Curb or separator","path":[[-122.342498133212,47.6207974141083],[-122.342494101408,47.62079465809]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252480-2","label":"Curb or separator","path":[[-122.342494078479,47.6207973995052],[-122.342494101408,47.62079465809]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252480-3","label":"Curb or separator","path":[[-122.342494101408,47.62079465809],[-122.342498156142,47.6207946726931]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252480-4","label":"Curb or separator","path":[[-122.342498156142,47.6207946726931],[-122.342498133212,47.6207974141083]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252480-5","label":"Curb or separator","path":[[-122.342498133212,47.6207974141083],[-122.342494078479,47.6207973995052]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252480,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252480"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252495-0","label":"Curb or separator","path":[[-122.342354834292,47.621180963772],[-122.342356186341,47.621180969235]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252495-1","label":"Curb or separator","path":[[-122.342356186341,47.621180969235],[-122.342356193091,47.621180055142]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252495-2","label":"Curb or separator","path":[[-122.342356193091,47.621180055142],[-122.342354842372,47.6211800496614]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252495-3","label":"Curb or separator","path":[[-122.342354842372,47.6211800496614],[-122.342354834292,47.621180963772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252495,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252495"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252604-0","label":"Curb or separator","path":[[-122.342362126477,47.6202583586238],[-122.342363478502,47.6202583640867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252604-1","label":"Curb or separator","path":[[-122.342363478502,47.6202583640867],[-122.342363486582,47.620257449976]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252604-2","label":"Curb or separator","path":[[-122.342363486582,47.620257449976],[-122.342362134583,47.6202574454124]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252604-3","label":"Curb or separator","path":[[-122.342362134583,47.6202574454124],[-122.342362126477,47.6202583586238]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252604,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252604"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252786-0","label":"Curb or separator","path":[[-122.342467108004,47.6210347908313],[-122.342468458693,47.6210347954114]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252786-1","label":"Curb or separator","path":[[-122.342468458693,47.6210347954114],[-122.342468466797,47.6210338822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252786-2","label":"Curb or separator","path":[[-122.342468466797,47.6210338822],[-122.342467114753,47.6210338767383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252786-3","label":"Curb or separator","path":[[-122.342467114753,47.6210338767383],[-122.342467108004,47.6210347908313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252786,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252786"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252801-0","label":"Curb or separator","path":[[-122.342293554421,47.6207970761403],[-122.342294905129,47.6207970816217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252801-1","label":"Curb or separator","path":[[-122.342294905129,47.6207970816217],[-122.342294913211,47.620796167511]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252801-2","label":"Curb or separator","path":[[-122.342294913211,47.620796167511],[-122.342293561198,47.6207961629465]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252801-3","label":"Curb or separator","path":[[-122.342293561198,47.6207961629465],[-122.342293554421,47.6207970761403]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252801,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252801"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252956-0","label":"Curb or separator","path":[[-122.342360543894,47.6209927967548],[-122.342361089041,47.6209969115387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252956,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252956"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-252970-0","label":"Curb or separator","path":[[-122.34239791004,47.62087946235],[-122.342397988279,47.6208703248755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":252970,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/252970"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253518-0","label":"Curb or separator","path":[[-122.342355960411,47.6210160683597],[-122.342357312455,47.6210160738227]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253518-1","label":"Curb or separator","path":[[-122.342357312455,47.6210160738227],[-122.342357320536,47.6210151597121]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253518-2","label":"Curb or separator","path":[[-122.342357320536,47.6210151597121],[-122.342355968518,47.6210151551483]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253518-3","label":"Curb or separator","path":[[-122.342355968518,47.6210151551483],[-122.342355960411,47.6210160683597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253518,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253518"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253566-0","label":"Curb or separator","path":[[-122.34240622082,47.620755975167],[-122.342407571501,47.6207559797477]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253566-1","label":"Curb or separator","path":[[-122.342407571501,47.6207559797477],[-122.342407579606,47.6207550665363]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253566-2","label":"Curb or separator","path":[[-122.342407579606,47.6207550665363],[-122.342406227569,47.6207550610739]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253566-3","label":"Curb or separator","path":[[-122.342406227569,47.6207550610739],[-122.34240622082,47.620755975167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253566,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253566"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253739-0","label":"Curb or separator","path":[[-122.342408141647,47.6205939416666],[-122.34240949235,47.6205939471467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253739-1","label":"Curb or separator","path":[[-122.34240949235,47.6205939471467],[-122.342409500429,47.6205930330359]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253739-2","label":"Curb or separator","path":[[-122.342409500429,47.6205930330359],[-122.342408148422,47.6205930284729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253739-3","label":"Curb or separator","path":[[-122.342408148422,47.6205930284729],[-122.342408141647,47.6205939416666]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253739,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253739"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253784-0","label":"Curb or separator","path":[[-122.342405676311,47.6206759207128],[-122.342407028347,47.6206759261752]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253784-1","label":"Curb or separator","path":[[-122.342407028347,47.6206759261752],[-122.342407035096,47.6206750120822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253784-2","label":"Curb or separator","path":[[-122.342407035096,47.6206750120822],[-122.342405684391,47.6206750066021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253784-3","label":"Curb or separator","path":[[-122.342405684391,47.6206750066021],[-122.342405676311,47.6206759207128]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253784,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253784"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253855-0","label":"Curb or separator","path":[[-122.342399909972,47.6213509699033],[-122.342401260695,47.6213509753834]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253855-1","label":"Curb or separator","path":[[-122.342401260695,47.6213509753834],[-122.342401268774,47.6213500612728]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253855-2","label":"Curb or separator","path":[[-122.342401268774,47.6213500612728],[-122.342399916748,47.6213500567095]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-253855-3","label":"Curb or separator","path":[[-122.342399916748,47.6213500567095],[-122.342399909972,47.6213509699033]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":253855,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/253855"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254000-0","label":"Curb or separator","path":[[-122.34229381825,47.6207710325377],[-122.342295170288,47.6207710380015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254000-1","label":"Curb or separator","path":[[-122.342295170288,47.6207710380015],[-122.342295177039,47.6207701239084]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254000-2","label":"Curb or separator","path":[[-122.342295177039,47.6207701239084],[-122.342293826358,47.6207701193263]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254000-3","label":"Curb or separator","path":[[-122.342293826358,47.6207701193263],[-122.34229381825,47.6207710325377]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254000,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254000"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254057-0","label":"Curb or separator","path":[[-122.342351583832,47.621347349216],[-122.342352935885,47.6213473546791]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254057-1","label":"Curb or separator","path":[[-122.342352935885,47.6213473546791],[-122.342352942635,47.6213464405861]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254057-2","label":"Curb or separator","path":[[-122.342352942635,47.6213464405861],[-122.342351591938,47.6213464360046]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254057-3","label":"Curb or separator","path":[[-122.342351591938,47.6213464360046],[-122.342351583832,47.621347349216]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254057,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254057"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254293-0","label":"Curb or separator","path":[[-122.342362273693,47.62034343457],[-122.34236362439,47.6203434400506]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254293-1","label":"Curb or separator","path":[[-122.34236362439,47.6203434400506],[-122.34236363247,47.6203425259399]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254293-2","label":"Curb or separator","path":[[-122.34236363247,47.6203425259399],[-122.342362280469,47.6203425213762]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254293-3","label":"Curb or separator","path":[[-122.342362280469,47.6203425213762],[-122.342362273693,47.62034343457]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254293,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254293"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254315-0","label":"Curb or separator","path":[[-122.342358438985,47.6207547699217],[-122.342359791023,47.6207547753847]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254315-1","label":"Curb or separator","path":[[-122.342359791023,47.6207547753847],[-122.342359799103,47.620753861274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254315-2","label":"Curb or separator","path":[[-122.342359799103,47.620753861274],[-122.342358447065,47.620753855811]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254315-3","label":"Curb or separator","path":[[-122.342358447065,47.620753855811],[-122.342358438985,47.6207547699217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254315,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254315"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254462-0","label":"Curb or separator","path":[[-122.342455841132,47.6210073824828],[-122.342457191845,47.6210073879622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254462-1","label":"Curb or separator","path":[[-122.342457191845,47.6210073879622],[-122.342457199924,47.6210064738515]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254462-2","label":"Curb or separator","path":[[-122.342457199924,47.6210064738515],[-122.34245584788,47.6210064683898]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254462-3","label":"Curb or separator","path":[[-122.34245584788,47.6210064683898],[-122.342455841132,47.6210073824828]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254462,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254462"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254514-0","label":"Curb or separator","path":[[-122.342294094227,47.6207436186684],[-122.342295446238,47.6207436232328]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254514-1","label":"Curb or separator","path":[[-122.342295446238,47.6207436232328],[-122.342295453015,47.620742710039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254514-2","label":"Curb or separator","path":[[-122.342295453015,47.620742710039],[-122.342294102309,47.6207427045577]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254514-3","label":"Curb or separator","path":[[-122.342294102309,47.6207427045577],[-122.342294094227,47.6207436186684]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254514,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254514"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254720-0","label":"Curb or separator","path":[[-122.34245538918,47.621062211597],[-122.342456741199,47.6210622161595]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254720-1","label":"Curb or separator","path":[[-122.342456741199,47.6210622161595],[-122.342456747973,47.6210613029657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254720-2","label":"Curb or separator","path":[[-122.342456747973,47.6210613029657],[-122.342455397258,47.6210612974863]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-254720-3","label":"Curb or separator","path":[[-122.342455397258,47.6210612974863],[-122.34245538918,47.621062211597]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":254720,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/254720"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255012-0","label":"Curb or separator","path":[[-122.342307747417,47.6207168748673],[-122.342309098124,47.6207168803486]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255012-1","label":"Curb or separator","path":[[-122.342309098124,47.6207168803486],[-122.342309106205,47.6207159662379]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255012-2","label":"Curb or separator","path":[[-122.342309106205,47.6207159662379],[-122.342307754194,47.6207159616736]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255012-3","label":"Curb or separator","path":[[-122.342307754194,47.6207159616736],[-122.342307747417,47.6207168748673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255012,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255012"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255091-0","label":"Curb or separator","path":[[-122.342305283352,47.6210037292233],[-122.342306635369,47.6210037337876]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255091-1","label":"Curb or separator","path":[[-122.342306635369,47.6210037337876],[-122.34230664212,47.6210028196945]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255091-2","label":"Curb or separator","path":[[-122.34230664212,47.6210028196945],[-122.342305291433,47.6210028151126]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255091-3","label":"Curb or separator","path":[[-122.342305291433,47.6210028151126],[-122.342305283352,47.6210037292233]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255091"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255157-0","label":"Curb or separator","path":[[-122.34230557778,47.6209807133015],[-122.342306929823,47.6209807187651]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255157-1","label":"Curb or separator","path":[[-122.342306929823,47.6209807187651],[-122.342306937904,47.6209798046544]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255157-2","label":"Curb or separator","path":[[-122.342306937904,47.6209798046544],[-122.342305585861,47.6209797991908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255157-3","label":"Curb or separator","path":[[-122.342305585861,47.6209797991908],[-122.34230557778,47.6209807133015]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255157,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255157"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255266-0","label":"Curb or separator","path":[[-122.342403735538,47.6211030874765],[-122.342405087558,47.6211030920396]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255266-1","label":"Curb or separator","path":[[-122.342405087558,47.6211030920396],[-122.342405094334,47.6211021788458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255266-2","label":"Curb or separator","path":[[-122.342405094334,47.6211021788458],[-122.342403743618,47.6211021733658]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255266-3","label":"Curb or separator","path":[[-122.342403743618,47.6211021733658],[-122.342403735538,47.6211030874765]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255266,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255266"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255519-0","label":"Curb or separator","path":[[-122.342402374044,47.6212689917755],[-122.342403726069,47.6212689963387]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255519-1","label":"Curb or separator","path":[[-122.342403726069,47.6212689963387],[-122.342403732844,47.621268083145]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255519-2","label":"Curb or separator","path":[[-122.342403732844,47.621268083145],[-122.342402382124,47.6212680776649]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255519-3","label":"Curb or separator","path":[[-122.342402382124,47.6212680776649],[-122.342402374044,47.6212689917755]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255519,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255519"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255544-0","label":"Curb or separator","path":[[-122.342408926557,47.6205095352645],[-122.342410278562,47.6205095398277]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255544-1","label":"Curb or separator","path":[[-122.342410278562,47.6205095398277],[-122.342410285337,47.6205086266338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255544-2","label":"Curb or separator","path":[[-122.342410285337,47.6205086266338],[-122.342408934636,47.6205086211538]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255544-3","label":"Curb or separator","path":[[-122.342408934636,47.6205086211538],[-122.342408926557,47.6205095352645]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255544,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255544"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255839-0","label":"Curb or separator","path":[[-122.342409503104,47.6204280373647],[-122.342410853803,47.6204280428447]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255839-1","label":"Curb or separator","path":[[-122.342410853803,47.6204280428447],[-122.342410861882,47.620427128734]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255839-2","label":"Curb or separator","path":[[-122.342410861882,47.620427128734],[-122.34240950988,47.6204271241709]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255839-3","label":"Curb or separator","path":[[-122.34240950988,47.6204271241709],[-122.342409503104,47.6204280373647]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255839,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255839"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255946-0","label":"Curb or separator","path":[[-122.342361146279,47.6205083300028],[-122.34236249831,47.6205083354657]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255946-1","label":"Curb or separator","path":[[-122.34236249831,47.6205083354657],[-122.34236250506,47.6205074213727]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255946-2","label":"Curb or separator","path":[[-122.34236250506,47.6205074213727],[-122.342361154359,47.6205074158921]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-255946-3","label":"Curb or separator","path":[[-122.342361154359,47.6205074158921],[-122.342361146279,47.6205083300028]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":255946,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/255946"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256164-0","label":"Curb or separator","path":[[-122.342305431231,47.6209922212536],[-122.342306781918,47.6209922258356]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256164-1","label":"Curb or separator","path":[[-122.342306781918,47.6209922258356],[-122.342306790025,47.6209913126241]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256164-2","label":"Curb or separator","path":[[-122.342306790025,47.6209913126241],[-122.342305437982,47.6209913071605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256164-3","label":"Curb or separator","path":[[-122.342305437982,47.6209913071605],[-122.342305431231,47.6209922212536]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256164,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256164"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256236-0","label":"Curb or separator","path":[[-122.342404286244,47.6210196890452],[-122.342405638288,47.6210196945076]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256236-1","label":"Curb or separator","path":[[-122.342405638288,47.6210196945076],[-122.342405646367,47.621018780397]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256236-2","label":"Curb or separator","path":[[-122.342405646367,47.621018780397],[-122.342404294349,47.6210187758338]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256236-3","label":"Curb or separator","path":[[-122.342404294349,47.6210187758338],[-122.342404286244,47.6210196890452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256236,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256236"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256388-0","label":"Curb or separator","path":[[-122.342468358239,47.6209813356312],[-122.342469710256,47.6209813401936]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256388-1","label":"Curb or separator","path":[[-122.342469710256,47.6209813401936],[-122.34246971836,47.6209804269822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256388-2","label":"Curb or separator","path":[[-122.34246971836,47.6209804269822],[-122.342468366317,47.6209804215205]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256388-3","label":"Curb or separator","path":[[-122.342468366317,47.6209804215205],[-122.342468358239,47.6209813356312]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256388,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256388"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256748-0","label":"Curb or separator","path":[[-122.342455614478,47.6210347965991],[-122.342456966522,47.6210348020609]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256748-1","label":"Curb or separator","path":[[-122.342456966522,47.6210348020609],[-122.342456974601,47.6210338879502]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256748-2","label":"Curb or separator","path":[[-122.342456974601,47.6210338879502],[-122.342455622582,47.6210338833877]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256748-3","label":"Curb or separator","path":[[-122.342455622582,47.6210338833877],[-122.342455614478,47.6210347965991]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256748,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256748"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256761-0","label":"Curb or separator","path":[[-122.342400453148,47.6214310243737],[-122.342401805203,47.6214310298362]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256761-1","label":"Curb or separator","path":[[-122.342401805203,47.6214310298362],[-122.342401811953,47.6214301157432]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256761-2","label":"Curb or separator","path":[[-122.342401811953,47.6214301157432],[-122.342400461254,47.6214301111623]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256761-3","label":"Curb or separator","path":[[-122.342400461254,47.6214301111623],[-122.342400453148,47.6214310243737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256761,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256761"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256764-0","label":"Curb or separator","path":[[-122.342306823186,47.6207971718966],[-122.342308175225,47.6207971773602]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256764-1","label":"Curb or separator","path":[[-122.342308175225,47.6207971773602],[-122.342308183306,47.6207962632495]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256764-2","label":"Curb or separator","path":[[-122.342308183306,47.6207962632495],[-122.342306831293,47.6207962586852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-256764-3","label":"Curb or separator","path":[[-122.342306831293,47.6207962586852],[-122.342306823186,47.6207971718966]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":256764,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/256764"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257222-0","label":"Curb or separator","path":[[-122.342456055641,47.6209813386333],[-122.342457406355,47.6209813441127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257222-1","label":"Curb or separator","path":[[-122.342457406355,47.6209813441127],[-122.342457414433,47.620980430002]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257222-2","label":"Curb or separator","path":[[-122.342457414433,47.620980430002],[-122.34245606239,47.6209804245402]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257222-3","label":"Curb or separator","path":[[-122.34245606239,47.6209804245402],[-122.342456055641,47.6209813386333]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257222,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257222"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257689-0","label":"Curb or separator","path":[[-122.342403160278,47.621184584458],[-122.342404510996,47.621184589938]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257689-1","label":"Curb or separator","path":[[-122.342404510996,47.621184589938],[-122.342404519076,47.6211836758274]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257689-2","label":"Curb or separator","path":[[-122.342404519076,47.6211836758274],[-122.342403167053,47.6211836712642]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257689-3","label":"Curb or separator","path":[[-122.342403167053,47.6211836712642],[-122.342403160278,47.621184584458]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257689,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257689"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257699-0","label":"Curb or separator","path":[[-122.342361721597,47.6204268330201],[-122.3423630736,47.6204268375838]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257699-1","label":"Curb or separator","path":[[-122.3423630736,47.6204268375838],[-122.342363081706,47.6204259243724]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257699-2","label":"Curb or separator","path":[[-122.342363081706,47.6204259243724],[-122.342361729677,47.6204259189094]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257699-3","label":"Curb or separator","path":[[-122.342361729677,47.6204259189094],[-122.342361721597,47.6204268330201]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257699,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257699"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257968-0","label":"Curb or separator","path":[[-122.342457154805,47.6207973610489],[-122.342458506843,47.6207973665107]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257968-1","label":"Curb or separator","path":[[-122.342458506843,47.6207973665107],[-122.342458513592,47.6207964524177]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257968-2","label":"Curb or separator","path":[[-122.342458513592,47.6207964524177],[-122.342457162909,47.6207964478375]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-257968-3","label":"Curb or separator","path":[[-122.342457162909,47.6207964478375],[-122.342457154805,47.6207973610489]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":257968,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/257968"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258085-0","label":"Curb or separator","path":[[-122.342467333296,47.6210073758334],[-122.34246868534,47.6210073812951]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258085-1","label":"Curb or separator","path":[[-122.34246868534,47.6210073812951],[-122.342468692088,47.6210064672021]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258085-2","label":"Curb or separator","path":[[-122.342468692088,47.6210064672021],[-122.3424673414,47.621006462622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258085-3","label":"Curb or separator","path":[[-122.3424673414,47.621006462622],[-122.342467333296,47.6210073758334]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258085,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258085"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258228-0","label":"Curb or separator","path":[[-122.34241005382,47.6203446398313],[-122.34241140449,47.620344644412]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258228-1","label":"Curb or separator","path":[[-122.34241140449,47.620344644412],[-122.342411412596,47.6203437312006]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258228-2","label":"Curb or separator","path":[[-122.342411412596,47.6203437312006],[-122.342410060569,47.6203437257383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258228-3","label":"Curb or separator","path":[[-122.342410060569,47.6203437257383],[-122.34241005382,47.6203446398313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258228,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258228"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258644-0","label":"Curb or separator","path":[[-122.342307088365,47.6207711291757],[-122.342308440377,47.62077113374]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258644-1","label":"Curb or separator","path":[[-122.342308440377,47.62077113374],[-122.342308447128,47.6207702196469]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258644-2","label":"Curb or separator","path":[[-122.342308447128,47.6207702196469],[-122.342307095116,47.6207702150826]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258644-3","label":"Curb or separator","path":[[-122.342307095116,47.6207702150826],[-122.342307088365,47.6207711291757]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258644,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258644"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258845-0","label":"Curb or separator","path":[[-122.342355409628,47.6210994667908],[-122.342356761648,47.6210994713545]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258845-1","label":"Curb or separator","path":[[-122.342356761648,47.6210994713545],[-122.342356769755,47.6210985581431]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258845-2","label":"Curb or separator","path":[[-122.342356769755,47.6210985581431],[-122.342355417708,47.6210985526801]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-258845-3","label":"Curb or separator","path":[[-122.342355417708,47.6210985526801],[-122.342355409628,47.6210994667908]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":258845,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/258845"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259189-0","label":"Curb or separator","path":[[-122.342352126934,47.6214274036867],[-122.342353478989,47.6214274091497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259189-1","label":"Curb or separator","path":[[-122.342353478989,47.6214274091497],[-122.342353487069,47.621426495039]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259189-2","label":"Curb or separator","path":[[-122.342353487069,47.621426495039],[-122.34235213504,47.6214264904753]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259189-3","label":"Curb or separator","path":[[-122.34235213504,47.6214264904753],[-122.342352126934,47.6214274036867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259189,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259189"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259219-0","label":"Curb or separator","path":[[-122.342357895881,47.6206747154497],[-122.342359247916,47.6206747209127]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259219-1","label":"Curb or separator","path":[[-122.342359247916,47.6206747209127],[-122.342359254666,47.6206738068197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259219-2","label":"Curb or separator","path":[[-122.342359254666,47.6206738068197],[-122.342357903987,47.6206738022383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259219-3","label":"Curb or separator","path":[[-122.342357903987,47.6206738022383],[-122.342357895881,47.6206747154497]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259219,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259219"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259265-0","label":"Curb or separator","path":[[-122.342360359987,47.6205927373215],[-122.342361711994,47.6205927418852]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259265-1","label":"Curb or separator","path":[[-122.342361711994,47.6205927418852],[-122.3423617201,47.6205918286737]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259265-2","label":"Curb or separator","path":[[-122.3423617201,47.6205918286737],[-122.342360368067,47.6205918232108]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259265-3","label":"Curb or separator","path":[[-122.342360368067,47.6205918232108],[-122.342360359987,47.6205927373215]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259265,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259265"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259307-0","label":"Curb or separator","path":[[-122.342410451607,47.6202619793067],[-122.342411803631,47.620261984769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259307-1","label":"Curb or separator","path":[[-122.342411803631,47.620261984769],[-122.34241181038,47.620261070676]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259307-2","label":"Curb or separator","path":[[-122.34241181038,47.620261070676],[-122.342410459712,47.6202610660953]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259307-3","label":"Curb or separator","path":[[-122.342410459712,47.6202610660953],[-122.342410451607,47.6202619793067]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259307,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259307"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259310-0","label":"Curb or separator","path":[[-122.342457466291,47.6207619086935],[-122.342458816998,47.6207619141729]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259310-1","label":"Curb or separator","path":[[-122.342458816998,47.6207619141729],[-122.342458825077,47.6207610000622]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259310-2","label":"Curb or separator","path":[[-122.342458825077,47.6207610000622],[-122.342457473039,47.6207609946005]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259310-3","label":"Curb or separator","path":[[-122.342457473039,47.6207609946005],[-122.342457466291,47.6207619086935]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259310,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259310"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259458-0","label":"Curb or separator","path":[[-122.34235404798,47.6212653710893],[-122.342355400005,47.621265375653]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259458-1","label":"Curb or separator","path":[[-122.342355400005,47.621265375653],[-122.342355408111,47.6212644624416]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259458-2","label":"Curb or separator","path":[[-122.342355408111,47.6212644624416],[-122.34235405606,47.6212644569786]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259458-3","label":"Curb or separator","path":[[-122.34235405606,47.6212644569786],[-122.34235404798,47.6212653710893]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259458,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259458"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259859-0","label":"Curb or separator","path":[[-122.342307364309,47.620743714407],[-122.342308715016,47.6207437198882]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259859-1","label":"Curb or separator","path":[[-122.342308715016,47.6207437198882],[-122.342308723097,47.6207428057775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259859-2","label":"Curb or separator","path":[[-122.342308723097,47.6207428057775],[-122.34230737106,47.6207428003139]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259859-3","label":"Curb or separator","path":[[-122.34230737106,47.6207428003139],[-122.342307364309,47.620743714407]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259859,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259859"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259892-0","label":"Curb or separator","path":[[-122.342457336458,47.620779587748],[-122.342458687166,47.6207795932273]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259892-1","label":"Curb or separator","path":[[-122.342458687166,47.6207795932273],[-122.342458695244,47.6207786791167]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259892-2","label":"Curb or separator","path":[[-122.342458695244,47.6207786791167],[-122.342457343206,47.6207786736549]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-259892-3","label":"Curb or separator","path":[[-122.342457343206,47.6207786736549],[-122.342457336458,47.620779587748]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":259892,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/259892"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260060-0","label":"Curb or separator","path":[[-122.342354834292,47.621180963772],[-122.342356186341,47.621180969235]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260060-1","label":"Curb or separator","path":[[-122.342356186341,47.621180969235],[-122.342356193091,47.621180055142]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260060-2","label":"Curb or separator","path":[[-122.342356193091,47.621180055142],[-122.342354842372,47.6211800496614]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260060-3","label":"Curb or separator","path":[[-122.342354842372,47.6211800496614],[-122.342354834292,47.621180963772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260060,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260060"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260132-0","label":"Curb or separator","path":[[-122.342362126477,47.6202583586238],[-122.342363478502,47.6202583640867]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260132-1","label":"Curb or separator","path":[[-122.342363478502,47.6202583640867],[-122.342363486582,47.620257449976]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260132-2","label":"Curb or separator","path":[[-122.342363486582,47.620257449976],[-122.342362134583,47.6202574454124]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260132-3","label":"Curb or separator","path":[[-122.342362134583,47.6202574454124],[-122.342362126477,47.6202583586238]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260132,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260132"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260233-0","label":"Curb or separator","path":[[-122.342467108004,47.6210347908313],[-122.342468458693,47.6210347954114]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260233-1","label":"Curb or separator","path":[[-122.342468458693,47.6210347954114],[-122.342468466797,47.6210338822]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260233-2","label":"Curb or separator","path":[[-122.342468466797,47.6210338822],[-122.342467114753,47.6210338767383]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260233-3","label":"Curb or separator","path":[[-122.342467114753,47.6210338767383],[-122.342467108004,47.6210347908313]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260233,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260233"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260244-0","label":"Curb or separator","path":[[-122.342293554421,47.6207970761403],[-122.342294905129,47.6207970816217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260244-1","label":"Curb or separator","path":[[-122.342294905129,47.6207970816217],[-122.342294913211,47.620796167511]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260244-2","label":"Curb or separator","path":[[-122.342294913211,47.620796167511],[-122.342293561198,47.6207961629465]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"verticalElements-260244-3","label":"Curb or separator","path":[[-122.342293561198,47.6207961629465],[-122.342293554421,47.6207970761403]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":0,"layerName":"VerticalElements","objectId":260244,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/0/260244"}],"details":[],"style":{"widthMeters":0.12,"colorRole":"curb"}},{"id":"symbol-2396-0","label":"Pavement symbol","path":[[-122.342370864122,47.6210565169188],[-122.342370903875,47.621057887397],[-122.342371110377,47.6210593457629],[-122.342371643947,47.6210607659253],[-122.342372492139,47.6210621147595],[-122.342373635171,47.6210633608045],[-122.342375046381,47.6210644749966],[-122.342376692854,47.6210654313476],[-122.342378536185,47.621066207551],[-122.34238053338,47.6210667855021],[-122.342379538781,47.6210701119526],[-122.342387892068,47.6210668021814],[-122.342380982842,47.6210616382726],[-122.342381065323,47.6210644817451],[-122.342379422223,47.6210640533172],[-122.342377899371,47.6210634562341],[-122.342376534579,47.6210627053218],[-122.342375361736,47.6210618192258],[-122.342374409965,47.6210608199483],[-122.342373702899,47.6210597323021],[-122.342373258094,47.6210585832938],[-122.342373086595,47.6210574014541],[-122.342373060093,47.621056487802],[-122.342370864122,47.6210565169188]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":2396,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/2396"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8245-0","label":"Pavement symbol","path":[[-122.342518431995,47.6207656954769],[-122.342516757935,47.6207672488119],[-122.342515405003,47.6207696435216],[-122.342516039301,47.6207704555547],[-122.342517377002,47.620768132116],[-122.342518167504,47.6207703382721],[-122.342516141124,47.6207713511154],[-122.342516623107,47.6207743890037],[-122.342517731657,47.6207737067933],[-122.342517460933,47.6207720802902],[-122.342518873158,47.6207714084466],[-122.342516973173,47.6207769617438],[-122.342518066294,47.620777582373],[-122.342520425405,47.6207705638202],[-122.342518431995,47.6207656954769]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8245-1","label":"Pavement symbol","path":[[-122.342521413969,47.6207740474947],[-122.342521753243,47.6207740465942]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8245-2","label":"Pavement symbol","path":[[-122.342521329625,47.6207389872197],[-122.342517247207,47.6207303124408],[-122.342513220037,47.6207389993987],[-122.342516089295,47.6207381454048],[-122.342516117062,47.6207467623991],[-122.342518481418,47.6207467589343],[-122.342518453651,47.62073814194],[-122.342521329625,47.6207389872197]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8245-3","label":"Pavement symbol","path":[[-122.34251646819,47.6207644620643],[-122.342516461384,47.6207645943972],[-122.342516478636,47.6207647926886],[-122.342516528699,47.6207649884333],[-122.342516597987,47.6207651420008],[-122.342516698378,47.6207652875526],[-122.342516779077,47.6207653710835],[-122.342516876353,47.6207654461635],[-122.342516988285,47.6207655113095],[-122.342517051396,47.6207655380531],[-122.34251712007,47.6207655576034],[-122.342517192515,47.620765569451],[-122.342517266845,47.6207655732872],[-122.3425173406,47.6207655692248],[-122.342517412446,47.6207655572775],[-122.34251748054,47.6207655377519],[-122.342517543136,47.6207655111488],[-122.342517654843,47.6207654455291],[-122.34251775177,47.6207653699851],[-122.342517831996,47.6207652860143],[-122.342517931673,47.6207651404331],[-122.342518000287,47.6207649869114],[-122.342518048947,47.6207647906897],[-122.342518064676,47.6207645920285],[-122.342518056851,47.6207644598896],[-122.342518655594,47.6207644591468],[-122.342518578838,47.620764106618],[-122.342518484826,47.620763899408],[-122.342518348914,47.6207637030433],[-122.342518222486,47.6207635716543],[-122.342518069935,47.6207634535351],[-122.342517894285,47.6207633510272],[-122.342517750129,47.6207632899675],[-122.342517593308,47.6207632452853],[-122.342517427884,47.6207632181378],[-122.342517258142,47.620763209228],[-122.342517088587,47.6207632188219],[-122.342516923509,47.6207632466174],[-122.342516767179,47.6207632918949],[-122.342516623643,47.6207633534829],[-122.342516448601,47.6207634561807],[-122.342516296659,47.6207635744113],[-122.34251617082,47.6207637058373],[-122.342516036627,47.6207639026151],[-122.342515944371,47.6207641100662],[-122.342515869446,47.6207644628072],[-122.34251646819,47.6207644620643]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8245-4","label":"Pavement symbol","path":[[-122.342521583827,47.6207740317481],[-122.342521488813,47.6207740366271],[-122.342521395954,47.6207740510442],[-122.342521307347,47.6207740746741],[-122.342521224991,47.6207741069835],[-122.342521150744,47.6207741472435],[-122.342520954504,47.6207742893064],[-122.342520788206,47.6207744477797],[-122.342520654838,47.6207746198174],[-122.342520491558,47.620774915769],[-122.342520380925,47.6207752225898],[-122.342520300132,47.6207756282893],[-122.34252027416,47.6207760372528],[-122.342520303139,47.6207764462025],[-122.342520386936,47.6207768517035],[-122.342520499131,47.6207771580777],[-122.342520663859,47.6207774534687],[-122.342520798049,47.6207776250642],[-122.342520965047,47.620777783038],[-122.342521161859,47.6207779245577],[-122.342521236426,47.6207779647455],[-122.342521319087,47.6207779969459],[-122.342521407974,47.6207780204315],[-122.34252150108,47.6207780346716],[-122.342521596301,47.6207780393445],[-122.342521691394,47.6207780342961],[-122.342521784291,47.6207780196999],[-122.342521872894,47.6207779958856],[-122.342521955203,47.620777963391],[-122.342522029358,47.6207779229499],[-122.342522225506,47.6207777811648],[-122.342522391809,47.6207776229956],[-122.34252252529,47.6207774512753],[-122.342522687957,47.6207771548613],[-122.342522797847,47.6207768476213],[-122.34252287931,47.6207764419336],[-122.342522905942,47.6207760329406],[-122.342522876915,47.6207756244429],[-122.342522793192,47.6207752193892],[-122.342522681058,47.6207749125575],[-122.342522516243,47.6207746167247],[-122.342522381961,47.6207744454467],[-122.342522214974,47.6207742877769],[-122.342522018269,47.6207741465349],[-122.342521943719,47.6207741063269],[-122.342521861063,47.6207740741147],[-122.34252177217,47.6207740506279],[-122.342521679056,47.6207740363983],[-122.342521583827,47.6207740317481]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8245-5","label":"Pavement symbol","path":[[-122.342521601817,47.6207796513722],[-122.34252175741,47.6207796429775],[-122.342521909164,47.6207796183451],[-122.34252205337,47.6207795780769],[-122.342522186506,47.6207795231562],[-122.342522305322,47.6207794549244],[-122.342522633621,47.6207792026842],[-122.34252291013,47.620778923658],[-122.342523130095,47.6207786226437],[-122.34252339869,47.6207781054777],[-122.342523579939,47.6207775713318],[-122.34252375675,47.6207761440053],[-122.342523570319,47.6207747169974],[-122.342523385878,47.620774182883],[-122.342523114041,47.6207736660064],[-122.342522891989,47.6207733658498],[-122.342522613597,47.6207730878495],[-122.342522283648,47.6207728367824],[-122.342522164536,47.6207727688388],[-122.342522031179,47.6207727142282],[-122.342521886831,47.6207726742835],[-122.342521735014,47.6207726499795],[-122.342521579435,47.6207726419092],[-122.342521423752,47.6207726504525],[-122.34252127195,47.6207726752547],[-122.342521127743,47.6207727157091],[-122.34252099466,47.6207727708257],[-122.342520875955,47.6207728392562],[-122.342520547274,47.6207730911685],[-122.342520270311,47.6207733698985],[-122.342520049827,47.6207736706553],[-122.342519781177,47.6207741882655],[-122.342519600008,47.6207747228664],[-122.342519423198,47.620776150193],[-122.342519609629,47.6207775772008],[-122.342519794132,47.6207781108577],[-122.34252006588,47.6207786272926],[-122.342520287935,47.6207789274479],[-122.342520566327,47.620779205448],[-122.342520896274,47.6207794565167],[-122.342521015595,47.6207795245702],[-122.34252114921,47.6207795792393],[-122.342521293845,47.6207796191843],[-122.342521445956,47.6207796434266],[-122.342521601817,47.6207796513722]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8245-6","label":"Pavement symbol","path":[[-122.342513766486,47.6207739815772],[-122.342513666246,47.6207739867361],[-122.342513568222,47.6207740017783],[-122.342513474548,47.6207740263766],[-122.342513387262,47.6207740599956],[-122.342513308262,47.6207741019039],[-122.342513104251,47.6207742459968],[-122.34251293088,47.6207744072924],[-122.342512791309,47.6207745828534],[-122.34251261965,47.6207748856793],[-122.342512503182,47.6207752002079],[-122.342512417963,47.6207756143529],[-122.342512390263,47.6207760320452],[-122.342512420811,47.6207764496411],[-122.342512508855,47.6207768635113],[-122.342512626613,47.6207771778525],[-122.342512799521,47.6207774803877],[-122.342512940539,47.6207776553743],[-122.342513115214,47.620777815976],[-122.342513320368,47.6207779592703],[-122.342513399701,47.6207780011877],[-122.342513487334,47.6207780347644],[-122.342513581353,47.6207780592669],[-122.342513679704,47.6207780741598],[-122.342513780237,47.6207780791176],[-122.342513880556,47.6207780737925],[-122.342513978618,47.6207780585728],[-122.342514072289,47.6207780337901],[-122.342514159529,47.6207779999843],[-122.342514238435,47.6207779578916],[-122.342514442452,47.6207778138015],[-122.342514615823,47.6207776525055],[-122.342514755389,47.6207774769421],[-122.34251492705,47.6207771741166],[-122.342515043515,47.6207768595875],[-122.342515128736,47.6207764454426],[-122.342515156435,47.6207760277503],[-122.342515126547,47.6207756101667],[-122.342515039173,47.6207751962665],[-122.342514920693,47.6207748823634],[-122.342514747202,47.6207745803071],[-122.342514606281,47.620774405001],[-122.342514431594,47.6207742440951],[-122.342514226329,47.6207741005252],[-122.342514146915,47.620774058793],[-122.342514059246,47.6207740254034],[-122.342513965234,47.6207740010853],[-122.342513866932,47.6207739863694],[-122.342513766486,47.6207739815772]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8245-7","label":"Pavement symbol","path":[[-122.34251378416,47.6207794068897],[-122.342513937403,47.620779398644],[-122.342514086932,47.6207793745842],[-122.342514229177,47.6207793352848],[-122.342514360742,47.6207792816841],[-122.342514478486,47.6207792150618],[-122.342514799121,47.6207789733106],[-122.342515069723,47.6207787052],[-122.342515285576,47.6207784154015],[-122.342515549206,47.6207779167135],[-122.34251572718,47.620777401083],[-122.34251590021,47.6207760268835],[-122.342515717978,47.620774652897],[-122.342515536456,47.6207741380911],[-122.342515269472,47.6207736404861],[-122.34251505177,47.6207733513919],[-122.342514779467,47.6207730841461],[-122.342514457309,47.6207728434061],[-122.342514339354,47.6207727770267],[-122.342514207636,47.6207727236867],[-122.3425140653,47.6207726846595],[-122.342513915744,47.6207726608766],[-122.342513762537,47.6207726529058],[-122.342513609299,47.6207726611644],[-122.342513459775,47.62077268523],[-122.342513317533,47.6207727245286],[-122.342513185966,47.6207727781227],[-122.342513068212,47.6207728447338],[-122.342512747581,47.6207730864874],[-122.34251247698,47.6207733545977],[-122.342512261122,47.620773644394],[-122.342511997494,47.6207741430824],[-122.342511819518,47.6207746587125],[-122.342511646488,47.6207760329119],[-122.34251182872,47.6207774068985],[-122.342512010183,47.6207779221613],[-122.342512277251,47.6207784202087],[-122.342512494963,47.6207787092989],[-122.342512767266,47.6207789765441],[-122.342513089414,47.6207792172886],[-122.342513207471,47.6207792834655],[-122.342513339231,47.6207793366077],[-122.342513481555,47.6207793754489],[-122.342513631052,47.6207793990638],[-122.34251378416,47.6207794068897]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8245,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8245"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8887-0","label":"Pavement symbol","path":[[-122.342242775573,47.6207058461505],[-122.342242764467,47.6207072065077],[-122.34224933269,47.6207127266927],[-122.342255968374,47.6207072689444],[-122.342255980236,47.6207058887858],[-122.342249352663,47.6207113509246],[-122.342242775573,47.6207058461505]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8887-1","label":"Pavement symbol","path":[[-122.342242764314,47.6207085775151],[-122.342242751461,47.6207099235017],[-122.342249327456,47.6207154363867],[-122.342255929654,47.620709970986],[-122.342255941073,47.6207086214199],[-122.342249314438,47.6207140700521],[-122.342242764314,47.6207085775151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8887-2","label":"Pavement symbol","path":[[-122.342251613703,47.6206986103608],[-122.342252055135,47.6206995625925],[-122.342251933082,47.6207002173275],[-122.342249416507,47.6206941009604],[-122.342249437168,47.6206938070454],[-122.342249390683,47.6206935144736],[-122.34224927815,47.6206932301733],[-122.342249257306,47.6206931980094],[-122.342249229587,47.6206931682966],[-122.342249195612,47.6206931416979],[-122.342249156138,47.6206931188065],[-122.342249112047,47.6206931001329],[-122.342248954416,47.62069170243],[-122.342249091466,47.6206917024122],[-122.342249095663,47.6206912966325],[-122.342248529103,47.6206913518234],[-122.342248538728,47.6206917295319],[-122.342248718366,47.6206917298491],[-122.342248846762,47.6206931288392],[-122.342248747685,47.6206932756159],[-122.342248677232,47.6206934297203],[-122.342248636559,47.6206935886279],[-122.342247846729,47.6206938824766],[-122.342247554649,47.6206924092893],[-122.342246946911,47.6206909805706],[-122.342246753296,47.6206906813544],[-122.342246509425,47.6206903993234],[-122.3422462186,47.6206901382963],[-122.342246096466,47.6206900520004],[-122.34224595966,47.6206899763638],[-122.342245810214,47.620689912511],[-122.342245673465,47.6206898707246],[-122.342245528682,47.6206898439192],[-122.342245379452,47.6206898327592],[-122.342245240933,47.6206898376351],[-122.342245105485,47.6206898577865],[-122.342244976791,47.6206898926655],[-122.342244858349,47.620689941324],[-122.342244599037,47.6206900877877],[-122.342244371177,47.6206902563491],[-122.342243879855,47.6206908127281],[-122.342243538657,47.6206914179877],[-122.34224296858,47.6206931411017],[-122.342242747585,47.6206952473194],[-122.342242932602,47.6206973598489],[-122.342243472357,47.6206990871404],[-122.34224381322,47.620699691392],[-122.34224428329,47.6207002548777],[-122.342244421362,47.6207003760041],[-122.342244582935,47.6207004831131],[-122.342244764909,47.620700574151],[-122.342244927211,47.6207006315708],[-122.342245101644,47.6207006695326],[-122.342245283118,47.6207006869286],[-122.342245405928,47.620700684389],[-122.342245526354,47.6207006679578],[-122.342245640961,47.6207006381034],[-122.34224599463,47.6207004912761],[-122.342246180567,47.620700379095],[-122.342246337528,47.6207002483332],[-122.342246656381,47.6206999103506],[-122.342247494179,47.62070214197],[-122.342247349229,47.6207029247531],[-122.342247190961,47.6207029832686],[-122.342247048144,47.6207030576831],[-122.342246924262,47.6207031461807],[-122.342246822337,47.6207032466022],[-122.342246684584,47.6207034517403],[-122.342246578022,47.620703677156],[-122.34224650432,47.6207038886418],[-122.342246491828,47.6207040543357],[-122.342246509563,47.620704115274],[-122.342246542815,47.6207041607132],[-122.342246594193,47.6207041888196],[-122.342246660983,47.6207041978298],[-122.342248639589,47.6207040150649],[-122.342248689793,47.6207040027044],[-122.342248734233,47.6207039751269],[-122.342248770276,47.620703933267],[-122.342248797998,47.6207038798224],[-122.342248813438,47.6207038157454],[-122.342248814037,47.6207037446683],[-122.342248765528,47.6207035860805],[-122.342248595622,47.620703379565],[-122.34224837631,47.6207031954125],[-122.342248222591,47.6207030848048],[-122.342248048973,47.620702988499],[-122.342247858362,47.6207029081072],[-122.342247917275,47.6207025537795],[-122.342251536883,47.620702567863],[-122.342251259138,47.620704506606],[-122.34225146019,47.620705291099],[-122.342251276354,47.6207056965615],[-122.34225039274,47.6207056929833],[-122.342250401113,47.6207063028077],[-122.342251409807,47.6207063065268],[-122.342251888345,47.6207052350443],[-122.342251661655,47.6207043924166],[-122.34225244065,47.6207001008456],[-122.342252602582,47.6207002703816],[-122.342252794777,47.6207004248921],[-122.342253014201,47.620700561938],[-122.342253160337,47.6207006296404],[-122.342253321006,47.6207006802173],[-122.342253630862,47.62070072019],[-122.342253769372,47.620700715283],[-122.34225390481,47.6207006951224],[-122.342254033504,47.6207006602547],[-122.342254151964,47.6207006116252],[-122.342254431642,47.6207004516121],[-122.342254674566,47.6207002663266],[-122.342254875759,47.6207000595642],[-122.342255113164,47.6206997577462],[-122.342255284007,47.6206995030919],[-122.342255420123,47.6206992390997],[-122.34225582052,47.6206982567093],[-122.342256079704,47.6206972530125],[-122.342256256153,47.620694574334],[-122.342256070649,47.620693167182],[-122.342255676127,47.6206917797397],[-122.34225524797,47.6206909181925],[-122.34225487479,47.6206904382506],[-122.342254605567,47.6206901935277],[-122.342254408871,47.6206900638929],[-122.342254171387,47.6206899500923],[-122.342253934007,47.6206898857688],[-122.342253721899,47.6206898669903],[-122.342253573139,47.6206898761595],[-122.342253336464,47.6206899278763],[-122.342253098459,47.6206900254909],[-122.34225287884,47.6206901606453],[-122.342252701338,47.6206902969402],[-122.342252553207,47.6206904483397],[-122.3422522475,47.6206908266305],[-122.342251842663,47.6206915489869],[-122.342251590837,47.6206921793537],[-122.342251372942,47.6206929244207],[-122.3422511992,47.6206938614187],[-122.342251107193,47.6206948180242],[-122.342251102501,47.620695757279],[-122.342251176702,47.6206967098815],[-122.342251350606,47.6206977052431],[-122.342251613703,47.6206986103608]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8887-3","label":"Pavement symbol","path":[[-122.342247018265,47.6206994503501],[-122.342247754281,47.6206971396693],[-122.342247907316,47.6206947785843],[-122.342248729954,47.6206946066475],[-122.342247658245,47.6207011007456],[-122.342247018265,47.6206994503501]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8887-4","label":"Pavement symbol","path":[[-122.342251685119,47.6207016231066],[-122.342248073465,47.6207016080181],[-122.342249085948,47.6206955033366],[-122.342249121784,47.620696142484],[-122.342249011309,47.6206961412499],[-122.342249021768,47.6206965477349],[-122.342249504847,47.6206965503262],[-122.342249495222,47.6206961726177],[-122.342249370143,47.6206961724768],[-122.342249348599,47.6206954755649],[-122.342251743824,47.6207012615848],[-122.342251685119,47.6207016231066]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8887-5","label":"Pavement symbol","path":[[-122.342246731409,47.620698643605],[-122.342247304598,47.6206968410537],[-122.342247418735,47.6206949991692],[-122.342245643815,47.6206955984517],[-122.342246731409,47.620698643605]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8887-6","label":"Pavement symbol","path":[[-122.342245443023,47.6206948229513],[-122.342247353037,47.6206940644461],[-122.342247260108,47.6206934197347],[-122.342247080367,47.6206927834184],[-122.342246627904,47.6206917719586],[-122.342246473376,47.6206915346449],[-122.342246277023,47.6206913118214],[-122.342246041781,47.6206911068214],[-122.342245713278,47.620690928556],[-122.342245634079,47.6206908990405],[-122.342245548915,47.6206908784053],[-122.342245459962,47.6206908671773],[-122.342245369492,47.6206908656432],[-122.3422452228,47.6206908795504],[-122.342245081371,47.6206909092575],[-122.342244948927,47.6206909539833],[-122.342244798891,47.6206910253534],[-122.342244666004,47.6206911107822],[-122.342244553139,47.6206912084226],[-122.342244169339,47.6206916634525],[-122.342243880541,47.6206921493357],[-122.342243600381,47.6206928395339],[-122.342243418043,47.6206935444651],[-122.342243252119,47.620695251521],[-122.342243388035,47.6206969597816],[-122.342243593857,47.6206977725188],[-122.342243960735,47.6206985590531],[-122.342244481938,47.6206993049549],[-122.342244580356,47.6206993946551],[-122.342244697123,47.6206994737256],[-122.342244829746,47.620699540477],[-122.342244975389,47.6206995934827],[-122.342245130941,47.6206996316102],[-122.342245293077,47.6206996540446],[-122.342245496247,47.6206996274926],[-122.342245691226,47.6206995807336],[-122.34224587362,47.620699514822],[-122.342246039314,47.6206994312441],[-122.342246184572,47.6206993318846],[-122.342246306118,47.6206992189842],[-122.342246401212,47.6206990950888],[-122.342245293979,47.6206959233509],[-122.34224526394,47.6206959172118],[-122.342245236645,47.6206959067635],[-122.342245213435,47.6206958925192],[-122.342245195449,47.6206958751787],[-122.342245113297,47.6206957494229],[-122.342245076143,47.6206956583996],[-122.342245057381,47.6206955648447],[-122.342245038942,47.6206953419859],[-122.342245040916,47.6206952288866],[-122.342245063013,47.6206951167644],[-122.342245124196,47.6206949324327],[-122.342245145216,47.6206948884155],[-122.342245174795,47.6206948466929],[-122.342245212398,47.6206948080168],[-122.342245264662,47.6206947749379],[-122.342245320186,47.6206947625069],[-122.342245384526,47.6206947787464],[-122.342245414361,47.6206947981423],[-122.342245443023,47.6206948229513]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-8887-7","label":"Pavement symbol","path":[[-122.342253395109,47.620695390429],[-122.342252641921,47.6206969207895],[-122.342252233492,47.6206985094837],[-122.342251984975,47.6206979235341],[-122.342251751296,47.6206970693042],[-122.34225160681,47.62069594131],[-122.342251596557,47.6206948996978],[-122.342251715687,47.6206938689648],[-122.342252034041,47.6206926421743],[-122.342252468582,47.620691751197],[-122.342252679401,47.6206914641268],[-122.342252947564,47.620691199683],[-122.342253102966,47.6206910876192],[-122.342253284354,47.6206909949786],[-122.342253486453,47.6206909244546],[-122.342253607998,47.6206909063641],[-122.342253732302,47.6206909019925],[-122.342253855979,47.6206909114588],[-122.342253993232,47.6206909411414],[-122.342254122175,47.620690984569],[-122.3422542398,47.6206910407284],[-122.342254343362,47.6206911083088],[-122.342254546358,47.6206912637479],[-122.342254712185,47.6206914380737],[-122.342254979391,47.6206918108947],[-122.342255185382,47.6206922009663],[-122.342255589677,47.6206934325694],[-122.342255773467,47.6206949522724],[-122.342255735707,47.6206960817833],[-122.342255521046,47.6206973053998],[-122.342255331865,47.6206979401297],[-122.34225505581,47.6206985602264],[-122.342254849917,47.6206989000411],[-122.342254586661,47.6206992213624],[-122.342254459985,47.6206993515612],[-122.342254308064,47.6206994688489],[-122.342254133757,47.6206995710181],[-122.342254018832,47.6206996212346],[-122.342253893109,47.6206996578563],[-122.342253760096,47.6206996798614],[-122.342253623504,47.6206996866359],[-122.342253506117,47.6206996759501],[-122.342253392454,47.6206996534782],[-122.342253285102,47.620699619732],[-122.342253186508,47.6206995754804],[-122.342252951465,47.6206994344746],[-122.342252753787,47.6206992694637],[-122.342252598795,47.6206990848887],[-122.342252943588,47.6206974921005],[-122.34225366303,47.6206959572294],[-122.342253688832,47.6206959516676],[-122.342253712961,47.6206959433673],[-122.342253734782,47.6206959325469],[-122.342253753721,47.6206959194909],[-122.342253769279,47.6206959045429],[-122.342253840007,47.6206958071295],[-122.342253888831,47.6206957037899],[-122.3422539147,47.6206955967476],[-122.342253937478,47.6206953745904],[-122.342253917776,47.6206951522996],[-122.342253893306,47.6206950445823],[-122.342253844695,47.6206949406524],[-122.342253773084,47.620694842953],[-122.342253721523,47.6206948085518],[-122.342253666625,47.6206947966851],[-122.342253640904,47.6206947998875],[-122.342253616554,47.6206948063261],[-122.342253594464,47.620694815766],[-122.342253575437,47.6206948278634],[-122.342253560167,47.6206948421774],[-122.342253489391,47.6206949416336],[-122.342253441506,47.6206950471112],[-122.342253417589,47.6206951562324],[-122.342253395109,47.620695390429]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":8887,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/8887"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-9352-0","label":"Pavement symbol","path":[[-122.342245120565,47.6210064853341],[-122.342246795972,47.6210049319856],[-122.342248147591,47.6210025372967],[-122.342247513269,47.6210017243629],[-122.342246175576,47.6210040486976],[-122.342245385082,47.6210018425396],[-122.342247411476,47.6210008297012],[-122.342246929507,47.6209977918117],[-122.342245820923,47.6209984731203],[-122.342246091639,47.621000099624],[-122.342244679404,47.6210007714642],[-122.342246580782,47.6209952190532],[-122.34224548633,47.620994598439],[-122.342243127146,47.6210016160868],[-122.342245120565,47.6210064853341]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-9352-1","label":"Pavement symbol","path":[[-122.342242138623,47.6209981333092],[-122.342241799347,47.6209981342088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-9352-2","label":"Pavement symbol","path":[[-122.342242224083,47.6210331926673],[-122.342246306505,47.6210418683553],[-122.342250333742,47.6210331814068],[-122.342247464464,47.6210340353941],[-122.342247436716,47.6210254175005],[-122.342245071016,47.6210254209773],[-122.342245098764,47.6210340388709],[-122.342242224083,47.6210331926673]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-9352-3","label":"Pavement symbol","path":[[-122.342247084373,47.6210077187514],[-122.34224709118,47.6210075864185],[-122.342247073992,47.621007387674],[-122.34224702384,47.6210071914831],[-122.34224695448,47.6210070383757],[-122.342246854188,47.6210068932627],[-122.34224677358,47.6210068094124],[-122.342246676292,47.6210067340282],[-122.342246564255,47.6210066686058],[-122.342246501426,47.6210066419826],[-122.342246433089,47.6210066224736],[-122.342246361003,47.6210066105806],[-122.342246287024,47.6210066066098],[-122.342246212846,47.6210066107879],[-122.342246140624,47.6210066229325],[-122.342246072227,47.6210066427289],[-122.342246009427,47.6210066696645],[-122.34224589772,47.6210067352841],[-122.342245800792,47.6210068108278],[-122.342245720565,47.6210068947982],[-122.342245620888,47.6210070403796],[-122.342245552271,47.6210071939007],[-122.342245503612,47.6210073901224],[-122.34224548788,47.6210075887835],[-122.342245495705,47.6210077209224],[-122.342244896958,47.6210077216637],[-122.342244973713,47.6210080741927],[-122.342245067728,47.6210082814021],[-122.342245203636,47.621008477768],[-122.342245330155,47.6210086088382],[-122.342245482694,47.6210087266537],[-122.342245658239,47.6210088288859],[-122.342245802307,47.6210088901902],[-122.342245959107,47.6210089351093],[-122.342246124573,47.6210089624779],[-122.342246294411,47.6210089715859],[-122.342246463965,47.6210089619874],[-122.342246629043,47.621008934191],[-122.342246785374,47.6210088889156],[-122.342246928913,47.6210088273325],[-122.342247104051,47.6210087243608],[-122.342247255989,47.6210086058263],[-122.342247381715,47.6210084740798],[-122.342247516592,47.6210082773293],[-122.342247609497,47.621008069834],[-122.34224768312,47.62100771801],[-122.342247084373,47.6210077187514]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-9352-4","label":"Pavement symbol","path":[[-122.342241968763,47.6209981490553],[-122.34224206414,47.6209981441207],[-122.342242157332,47.6209981295775],[-122.342242246221,47.6209981057562],[-122.342242328787,47.6209980731984],[-122.342242403153,47.6209980326441],[-122.342242598835,47.6209978908127],[-122.342242764693,47.6209977326514],[-122.34224289776,47.6209975609884],[-122.342243061043,47.6209972650374],[-122.342243171677,47.6209969582167],[-122.342243252473,47.6209965525174],[-122.342243278447,47.6209961435539],[-122.342243249472,47.6209957346041],[-122.342243165674,47.620995329103],[-122.342243053484,47.6209950227279],[-122.342242888754,47.620994727337],[-122.34224275457,47.6209945557384],[-122.342242587572,47.6209943977639],[-122.342242390754,47.6209942562468],[-122.342242316196,47.6209942160487],[-122.342242233537,47.6209941838422],[-122.342242144647,47.6209941603558],[-122.342242051536,47.6209941461207],[-122.342241956311,47.620994141459],[-122.342241861216,47.6209941465021],[-122.342241768317,47.6209941610957],[-122.342241679712,47.62099418491],[-122.342241597404,47.620994217407],[-122.342241523252,47.6209942578525],[-122.342241327567,47.6209943996824],[-122.342241161709,47.6209945578439],[-122.342241028645,47.6209947295082],[-122.342240865296,47.6209950259013],[-122.342240754753,47.6209953331792],[-122.342240674002,47.6209957384301],[-122.342240647958,47.6209961469428],[-122.34224067627,47.6209965558809],[-122.3422407594,47.6209969614113],[-122.342240872186,47.6209972682634],[-122.342241037676,47.6209975640589],[-122.342241171948,47.6209977353417],[-122.342241338936,47.6209978930125],[-122.342241535651,47.6209980342499],[-122.342241609976,47.6209980743629],[-122.342241692372,47.6209981065257],[-122.342241780982,47.6209981300136],[-122.342241873809,47.6209981442974],[-122.342241968763,47.6209981490553]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-9352-5","label":"Pavement symbol","path":[[-122.342241950778,47.620992528532],[-122.342241795103,47.6209925370988],[-122.34224164331,47.6209925619115],[-122.342241499108,47.620992602364],[-122.342241366019,47.620992657468],[-122.342241247294,47.6209927258773],[-122.342240919087,47.6209929778388],[-122.34224064257,47.6209932565602],[-122.342240422488,47.6209935572567],[-122.342240153833,47.620994074866],[-122.342239972662,47.6209946094667],[-122.342239795843,47.6209960367928],[-122.342239982267,47.6209974638011],[-122.342240166708,47.6209979979156],[-122.342240438541,47.6209985147933],[-122.342240660598,47.6209988149479],[-122.34224093899,47.6209990929486],[-122.342241268933,47.6209993440194],[-122.342241388055,47.6209994119524],[-122.342241521414,47.6209994665568],[-122.34224166576,47.6209995065012],[-122.342241817572,47.6209995308113],[-122.342241973148,47.6209995388943],[-122.342242129105,47.6209995304392],[-122.342242281192,47.6209995056783],[-122.34224242568,47.6209994652186],[-122.342242559027,47.620999410052],[-122.342242677962,47.6209993415314],[-122.342243006169,47.62099908957],[-122.342243282687,47.6209988108486],[-122.342243502769,47.6209985101519],[-122.342243771423,47.6209979925426],[-122.342243952595,47.6209974579419],[-122.342244129414,47.6209960306158],[-122.342243942989,47.6209946036075],[-122.34224375849,47.6209940699498],[-122.342243486741,47.6209935535146],[-122.342243264778,47.6209932530419],[-122.342242986375,47.6209929747372],[-122.342242656323,47.6209927233892],[-122.342242536981,47.6209926553585],[-122.34224240336,47.6209926007027],[-122.342242258731,47.6209925607589],[-122.342242106629,47.6209925365042],[-122.342241950778,47.620992528532]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-9352-6","label":"Pavement symbol","path":[[-122.342249786138,47.6209981992449],[-122.342249886377,47.6209981940813],[-122.342249984399,47.620998179037],[-122.342250078073,47.6209981544392],[-122.342250165361,47.6209981208229],[-122.342250244364,47.6209980789192],[-122.342250448842,47.620997934873],[-122.342250622661,47.6209977735705],[-122.342250762652,47.6209975979534],[-122.342250933633,47.6209972951064],[-122.342251049453,47.6209969806171],[-122.342251134677,47.6209965664724],[-122.342251162378,47.6209961487801],[-122.342251132493,47.6209957311965],[-122.342251045119,47.6209953172961],[-122.342250926705,47.6209950029345],[-122.342250753124,47.6209947004367],[-122.342250612199,47.620994525132],[-122.342250437513,47.6209943642259],[-122.342250232252,47.6209942206536],[-122.342250152826,47.620994178935],[-122.342250065154,47.6209941455531],[-122.342249971145,47.6209941212356],[-122.342249872848,47.6209941065124],[-122.342249772407,47.6209941017045],[-122.342249672173,47.6209941068818],[-122.342249574156,47.6209941219323],[-122.342249480485,47.6209941465293],[-122.342249393195,47.6209941801386],[-122.342249314181,47.6209942220302],[-122.342249110175,47.6209943661264],[-122.342248936803,47.6209945274212],[-122.342248797223,47.6209947029785],[-122.342248625564,47.6209950058045],[-122.342248509092,47.6209953203324],[-122.342248423871,47.6209957344772],[-122.342248396168,47.6209961521694],[-122.342248426666,47.6209965702173],[-122.342248514782,47.620996984535],[-122.342248633254,47.6209972984398],[-122.342248806751,47.6209976004952],[-122.342248947255,47.6209977757551],[-122.342249121494,47.6209979366657],[-122.342249326293,47.6209980802959],[-122.342249405715,47.6209981220184],[-122.342249493387,47.6209981554025],[-122.342249587397,47.6209981797203],[-122.342249685695,47.6209981944414],[-122.342249786138,47.6209981992449]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-9352-7","label":"Pavement symbol","path":[[-122.342249768491,47.6209927739324],[-122.342249615246,47.6209927821725],[-122.342249465714,47.6209928062296],[-122.342249323467,47.6209928455289],[-122.342249191902,47.6209928991321],[-122.342249074162,47.6209929657587],[-122.342248753988,47.6209932075532],[-122.34224848383,47.620993475656],[-122.342248268394,47.6209937653995],[-122.342248004081,47.6209942640675],[-122.342247825453,47.6209947797346],[-122.342247652416,47.6209961539336],[-122.342247834641,47.6209975279206],[-122.342248016163,47.6209980427265],[-122.342248283144,47.6209985403325],[-122.342248500852,47.6209988294247],[-122.342248773154,47.6209990966708],[-122.342249095306,47.6209993374144],[-122.34224921335,47.6209994036061],[-122.342249345107,47.6209994567572],[-122.342249487435,47.6209994955997],[-122.34224963694,47.6209995192074],[-122.342249790054,47.620999527017],[-122.342249943305,47.620999518792],[-122.342250092843,47.6209994947418],[-122.342250235093,47.6209994554416],[-122.342250366655,47.6209994018307],[-122.342250484383,47.6209993351907],[-122.342250804935,47.6209990937218],[-122.342251075546,47.6209988259156],[-122.342251291507,47.6209985364316],[-122.34225155514,47.6209980377441],[-122.342251733118,47.6209975221141],[-122.342251906155,47.6209961479151],[-122.34225172393,47.6209947739281],[-122.342251542471,47.6209942586645],[-122.342251275401,47.6209937606169],[-122.342251058104,47.6209934715723],[-122.342250786249,47.6209932043222],[-122.342250464569,47.6209929635175],[-122.342250346291,47.6209928972432],[-122.342250214269,47.6209928440498],[-122.342250071661,47.6209928052088],[-122.342249921875,47.6209927816486],[-122.342249768491,47.6209927739324]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":9352,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/9352"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-10208-0","label":"Pavement symbol","path":[[-122.342391052771,47.6207203106444],[-122.342391013017,47.6207189401663],[-122.342390806627,47.6207174818694],[-122.342390273197,47.6207160617616],[-122.342389425169,47.6207147129639],[-122.342388282322,47.6207134669342],[-122.342386871308,47.6207123527333],[-122.342385225039,47.6207113963478],[-122.342383381909,47.6207106200832],[-122.342381384905,47.6207100420443],[-122.342382378167,47.6207067156114],[-122.342374024937,47.6207100253822],[-122.342380934115,47.6207151892915],[-122.342380851661,47.6207123467182],[-122.342382494661,47.6207127750379],[-122.342384017439,47.6207133720067],[-122.342385382183,47.6207141228013],[-122.342386555004,47.6207150087785],[-122.342387506779,47.6207160079384],[-122.342388213876,47.6207170954707],[-122.342388658735,47.6207182443706],[-122.342388830311,47.6207194261095],[-122.342388856814,47.6207203397616],[-122.342391052771,47.6207203106444]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":10208,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/10208"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-12061-0","label":"Pavement symbol","path":[[-122.342472907716,47.6211195894135],[-122.342464699594,47.6211164362684],[-122.342465732808,47.6211196701594],[-122.342463796867,47.6211202512883],[-122.342462014784,47.6211210243345],[-122.342460428119,47.6211219712689],[-122.342459073878,47.6211230700072],[-122.342457983644,47.6211242949246],[-122.342457182842,47.6211256174537],[-122.342456690151,47.6211270067503],[-122.342456517059,47.6211284304133],[-122.342456505254,47.6211297664904],[-122.34245864646,47.6211297758818],[-122.342458655191,47.6211288842526],[-122.342458799617,47.6211277305967],[-122.342459211098,47.6211266065526],[-122.342459879419,47.621125540027],[-122.342460787988,47.6211245574987],[-122.342461914247,47.6211236833609],[-122.342463230234,47.6211229393158],[-122.342464703278,47.621122343836],[-122.342466296807,47.6211219117053],[-122.342466270799,47.6211246846476],[-122.342472907716,47.6211195894135]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":12061,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/12061"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-12223-0","label":"Pavement symbol","path":[[-122.342291514723,47.6206576681664],[-122.342299721432,47.6206608213417],[-122.342298689542,47.6206575865323],[-122.34230062515,47.6206570053848],[-122.34230240692,47.6206562323722],[-122.342303993308,47.6206552855188],[-122.342305347322,47.6206541869024],[-122.342306437391,47.6206529621394],[-122.342307238099,47.6206516397877],[-122.342307730774,47.6206502506806],[-122.34230790393,47.6206488272079],[-122.342307915712,47.6206474902316],[-122.342305774552,47.6206474817366],[-122.342305767123,47.6206483724488],[-122.342305622666,47.6206495260981],[-122.342305211165,47.6206506501336],[-122.342304542838,47.6206517166504],[-122.342303634275,47.6206526991717],[-122.342302508032,47.6206535733061],[-122.342301192068,47.6206543173528],[-122.342299719053,47.6206549128403],[-122.342298125555,47.6206553449856],[-122.342298150267,47.6206525729601],[-122.342291514723,47.6206576681664]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":12223,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/12223"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13091-0","label":"Pavement symbol","path":[[-122.342663294195,47.6208569470229],[-122.342658529673,47.6208626453652],[-122.342663433204,47.6208619218211],[-122.342664313387,47.6208632601387],[-122.342665486169,47.6208644922856],[-122.342666924095,47.6208655894177],[-122.342668593504,47.6208665258515],[-122.342670455314,47.6208672796656],[-122.342672465944,47.6208678332135],[-122.342674578323,47.6208681735369],[-122.342676743002,47.6208682926688],[-122.342678770984,47.6208682981598],[-122.342678779783,47.6208668127872],[-122.342677427795,47.6208668091266],[-122.342675673331,47.6208667096699],[-122.342673963937,47.6208664253814],[-122.342672342201,47.6208659633434],[-122.342670848521,47.6208653350664],[-122.342669520111,47.6208645562025],[-122.342668390064,47.620863646155],[-122.342667486532,47.6208626275954],[-122.342666832025,47.6208615258987],[-122.342671038367,47.6208615375855],[-122.342663294195,47.6208569470229]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13091-1","label":"Pavement symbol","path":[[-122.342699179533,47.6208589396419],[-122.342699184216,47.6208580003871],[-122.342702932585,47.6208574073113],[-122.342699191818,47.6208567948091],[-122.342699197831,47.6208558555367],[-122.342706286314,47.6208570164838],[-122.342711354938,47.6208570302275],[-122.342711350201,47.6208578300435],[-122.342706281577,47.6208578162998],[-122.342699179533,47.6208589396419]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13091-2","label":"Pavement symbol","path":[[-122.342699163288,47.6208614524678],[-122.342699169356,47.6208606526341],[-122.342707869466,47.6208606766913],[-122.342707878264,47.6208591913187],[-122.342711342081,47.6208592011566],[-122.34271132852,47.6208614854459],[-122.342699163288,47.6208614524678]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13091-3","label":"Pavement symbol","path":[[-122.342699156521,47.620862595062],[-122.342711321753,47.6208626280402],[-122.34271131699,47.620863426957],[-122.342703873588,47.6208648921802],[-122.342711308192,47.6208649123295],[-122.342711303455,47.6208657121455],[-122.342699138222,47.6208656791673],[-122.34269914296,47.6208648793513],[-122.342706586362,47.6208634141283],[-122.342699151757,47.6208633939787],[-122.342699156521,47.620862595062]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13091-4","label":"Pavement symbol","path":[[-122.342702378362,47.6208666014775],[-122.342708053792,47.6208666170695],[-122.342708709304,47.6208666448753],[-122.342709355551,47.6208667239515],[-122.342709864734,47.6208668336719],[-122.342710345291,47.6208669915036],[-122.342710622277,47.6208671180153],[-122.342710870021,47.620867269595],[-122.342711083569,47.6208674432122],[-122.34271117305,47.6208675433814],[-122.342711238332,47.6208676517113],[-122.342711277826,47.620867765566],[-122.342711290571,47.6208678821754],[-122.34271127637,47.6208679985812],[-122.342711235507,47.6208681120859],[-122.342711168975,47.6208682199324],[-122.34271107839,47.6208683195009],[-122.342710862766,47.6208684923985],[-122.342710613069,47.6208686430315],[-122.342710334306,47.6208687683788],[-122.342709852492,47.6208689236233],[-122.342709342642,47.6208690307224],[-122.3427086944,47.6208691060455],[-122.342708037547,47.6208691298953],[-122.342702363448,47.6208691142857],[-122.342701707266,47.6208690865405],[-122.342701060359,47.6208690074213],[-122.342700551176,47.6208688976995],[-122.342700070619,47.6208687398691],[-122.3426997941,47.6208686132869],[-122.342699546806,47.620868461703],[-122.34269933367,47.6208682881427],[-122.342699243836,47.6208681880385],[-122.342699178208,47.6208680797309],[-122.342699138385,47.620867965859],[-122.342699125338,47.6208678491972],[-122.342699139834,47.6208677327296],[-122.342699181024,47.6208676191982],[-122.342699247905,47.6208675113652],[-122.34269933885,47.620867411854],[-122.342699554064,47.6208672390259],[-122.342699803312,47.6208670884007],[-122.342700081604,47.6208669629939],[-122.342700564066,47.6208668076796],[-122.342701074597,47.6208667006327],[-122.34270172218,47.6208666253702],[-122.342702378362,47.6208666014775]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13091-5","label":"Pavement symbol","path":[[-122.342703436855,47.6208674042853],[-122.342706984494,47.6208674139113],[-122.342707101873,47.6208674213388],[-122.342707215564,47.6208674423711],[-122.342707322122,47.620867476371],[-122.342707418321,47.6208675223089],[-122.342707501247,47.6208675787931],[-122.342707568388,47.620867644113],[-122.34270761771,47.6208677162898],[-122.342707647719,47.6208677931375],[-122.342707657507,47.6208678723283],[-122.342707646776,47.6208679514635],[-122.342707615852,47.6208680281463],[-122.342707565672,47.6208681000538],[-122.342707497755,47.6208681650081],[-122.342707414159,47.6208682210417],[-122.342707317416,47.6208682664574],[-122.342707210455,47.6208682998795],[-122.342707096518,47.6208683202956],[-122.342706979054,47.6208683270875],[-122.342703431415,47.6208683174616],[-122.342703314094,47.6208683099865],[-122.34270320047,47.6208682889199],[-122.342703093982,47.6208682548992],[-122.342702997853,47.6208682089542],[-122.342702914991,47.6208681524753],[-122.342702847905,47.6208680871716],[-122.342702798624,47.6208680150196],[-122.342702768641,47.6208679382027],[-122.342702758862,47.6208678590458],[-122.342702769584,47.6208677799444],[-122.342702800481,47.6208677032923],[-122.34270285062,47.6208676314093],[-122.342702918482,47.6208675664709],[-122.342703002014,47.6208675104423],[-122.342703098688,47.6208674650191],[-122.342703205578,47.620867431576],[-122.342703319449,47.6208674111251],[-122.342703436855,47.6208674042853]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13091,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13091"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13487-0","label":"Pavement symbol","path":[[-122.342661244925,47.6209161046563],[-122.342658947392,47.6209149719301],[-122.342655405451,47.6209140581191],[-122.342654204392,47.6209144869682],[-122.342657640917,47.6209153904823],[-122.342654379196,47.6209159258249],[-122.342652879787,47.6209145558125],[-122.342648386513,47.6209148816854],[-122.342649395531,47.6209156302737],[-122.342651801283,47.6209154481345],[-122.342652794969,47.6209164020371],[-122.342644581202,47.6209151174698],[-122.342643663245,47.6209158565281],[-122.342654044266,47.6209174524066],[-122.342661244925,47.6209161046563]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13487-1","label":"Pavement symbol","path":[[-122.342648892943,47.620918119862],[-122.342648892972,47.6209183501618]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13487-2","label":"Pavement symbol","path":[[-122.342700748518,47.620918062785],[-122.342713580519,47.6209153026277],[-122.342700730485,47.6209125799019],[-122.342701993616,47.6209145198016],[-122.342689248405,47.6209145385948],[-122.342689253561,47.6209161380328],[-122.342701998773,47.6209161192395],[-122.342700748518,47.620918062785]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13487-3","label":"Pavement symbol","path":[[-122.34266306921,47.6209147760287],[-122.342662873479,47.6209147714276],[-122.342662580168,47.6209147830968],[-122.342662290669,47.6209148169403],[-122.34266206415,47.6209148638559],[-122.342661849578,47.6209149316427],[-122.342661725382,47.6209149864743],[-122.342661613888,47.6209150525548],[-122.342661517321,47.6209151285656],[-122.342661477894,47.6209151710837],[-122.342661449025,47.620915217294],[-122.342661431453,47.6209152660149],[-122.342661425625,47.6209153160009],[-122.342661431768,47.6209153661188],[-122.342661449716,47.6209154149307],[-122.342661479007,47.6209154611815],[-122.34266151889,47.6209155036821],[-122.342661615849,47.6209155791522],[-122.342661727586,47.6209156446852],[-122.342661851882,47.6209156989794],[-122.342662066534,47.6209157658443],[-122.342662292923,47.6209158118789],[-122.342662583103,47.6209158452286],[-122.342662877012,47.6209158563102],[-122.342663072455,47.6209158510195],[-122.342663074859,47.6209162549124],[-122.342663594973,47.6209162039339],[-122.342663901537,47.6209161403466],[-122.342664191891,47.6209160484817],[-122.34266438637,47.6209159629133],[-122.342664561079,47.6209158597728],[-122.34266471255,47.6209157411071],[-122.34266480292,47.6209156435361],[-122.342664869018,47.6209155374912],[-122.342664909148,47.6209154256934],[-122.342664922281,47.620915311011],[-122.342664908153,47.6209151964547],[-122.342664867069,47.6209150848886],[-122.342664800084,47.6209149791755],[-122.342664708915,47.6209148820279],[-122.342664557177,47.6209147637629],[-122.342664382301,47.6209146610333],[-122.342664187754,47.6209145758752],[-122.34266389683,47.6209144847078],[-122.342663589842,47.6209144218748],[-122.342663068136,47.6209143721181],[-122.34266306921,47.6209147760287]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13487-4","label":"Pavement symbol","path":[[-122.342648916234,47.6209182347032],[-122.342648908797,47.6209181704744],[-122.34264888723,47.6209181077119],[-122.342648852014,47.6209180478199],[-122.342648803937,47.6209179921388],[-122.342648744077,47.6209179419143],[-122.342648534478,47.6209178097037],[-122.342648300538,47.6209176975662],[-122.342648046458,47.6209176075149],[-122.342647608159,47.6209174970967],[-122.34264715358,47.6209174223414],[-122.342646553548,47.6209173677184],[-122.342645948629,47.6209173501593],[-122.342645344415,47.6209173693375],[-122.342644745296,47.6209174254917],[-122.342644291347,47.6209175017667],[-122.342643853935,47.6209176136361],[-122.342643600416,47.6209177045029],[-122.342643367204,47.6209178174059],[-122.342643158488,47.6209179503169],[-122.342643098689,47.6209180007482],[-122.342643050749,47.6209180566386],[-122.342643015744,47.6209181167318],[-122.342642994461,47.6209181796771],[-122.34264298738,47.6209182440597],[-122.342642994835,47.6209183082857],[-122.34264301641,47.6209183710451],[-122.342643051625,47.6209184309352],[-122.342643099692,47.6209184866179],[-122.342643159537,47.6209185368486],[-122.34264336955,47.6209186691186],[-122.342643603939,47.6209187812519],[-122.342643858486,47.6209188712304],[-122.342644296131,47.6209189816063],[-122.342644750034,47.6209190564215],[-122.342645350066,47.6209191110438],[-122.342645954985,47.6209191286037],[-122.342646559885,47.6209191090098],[-122.342647159622,47.6209190523543],[-122.342647612865,47.620918976482],[-122.342648049679,47.6209188651268],[-122.342648303664,47.6209187743179],[-122.342648537325,47.6209186614075],[-122.342648746456,47.6209185284284],[-122.342648805953,47.6209184779307],[-122.3426488536,47.6209184220128],[-122.34264888833,47.6209183619276],[-122.342648909366,47.6209182990212],[-122.342648916234,47.6209182347032]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13487-5","label":"Pavement symbol","path":[[-122.342640603038,47.6209182468923],[-122.342640615391,47.6209183519796],[-122.342640651782,47.6209184545028],[-122.34264071133,47.6209185519795],[-122.342640792592,47.6209186420492],[-122.342640893601,47.6209187225311],[-122.342641266306,47.6209189446668],[-122.34264167903,47.620919131921],[-122.342642124637,47.6209192810562],[-122.342642889425,47.6209194626212],[-122.34264367961,47.620919585194],[-122.342645792069,47.6209197047153],[-122.342647902726,47.620919578667],[-122.34264869219,47.6209194538946],[-122.342649455893,47.6209192701942],[-122.342649900145,47.6209191199239],[-122.342650311339,47.6209189316982],[-122.34265068238,47.6209187087654],[-122.342650783119,47.62091862794],[-122.342650864005,47.6209185375467],[-122.342650923074,47.6209184397806],[-122.34265095889,47.620918337016],[-122.342650970585,47.6209182317485],[-122.342650958227,47.620918126662],[-122.342650921834,47.6209180241397],[-122.342650862286,47.6209179266636],[-122.342650781027,47.6209178365934],[-122.342650680022,47.6209177561098],[-122.342650307249,47.6209175342906],[-122.342649894536,47.6209173473389],[-122.342649449012,47.620917198484],[-122.342648684225,47.6209170169163],[-122.342647894039,47.6209168943464],[-122.34264578158,47.6209167748251],[-122.342643672254,47.6209169008557],[-122.342642882112,47.6209170255851],[-122.342642117756,47.620917209346],[-122.3426416735,47.6209173596114],[-122.342641262305,47.6209175478374],[-122.34264089127,47.6209177707748],[-122.342640790675,47.6209178514505],[-122.342640709865,47.6209179416676],[-122.342640650796,47.6209180392418],[-122.342640614897,47.6209181418111],[-122.342640603038,47.6209182468923]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13487-6","label":"Pavement symbol","path":[[-122.342648990454,47.6209129503103],[-122.342648982622,47.6209128825482],[-122.342648960139,47.6209128162918],[-122.34264892349,47.6209127529725],[-122.342648873467,47.6209126939581],[-122.34264881115,47.6209126405235],[-122.342648598291,47.6209125023647],[-122.342648359705,47.6209123848439],[-122.342648099761,47.6209122901138],[-122.342647651953,47.6209121740788],[-122.342647186645,47.620912095313],[-122.342646574105,47.6209120381509],[-122.342645956318,47.6209120198689],[-122.342645338646,47.6209120400772],[-122.342644726488,47.6209120991512],[-122.342644262102,47.6209121792744],[-122.342643815437,47.6209122965528],[-122.342643555956,47.6209123919172],[-122.342643317958,47.6209125100258],[-122.342643105802,47.6209126487151],[-122.342643044162,47.6209127023405],[-122.342642994829,47.6209127614692],[-122.342642958866,47.6209128248278],[-122.342642937048,47.6209128910519],[-122.342642929844,47.6209129587152],[-122.342642937292,47.6209130266116],[-122.342642959449,47.6209130930352],[-122.342642995834,47.6209131565465],[-122.342643045659,47.6209132157688],[-122.342643107843,47.6209132694188],[-122.342643320783,47.6209134072533],[-122.342643559357,47.6209135244708],[-122.342643819206,47.6209136189293],[-122.342644267014,47.6209137349644],[-122.342644732322,47.6209138137302],[-122.342645344844,47.6209138713429],[-122.342645962675,47.6209138900735],[-122.342646580366,47.6209138694153],[-122.342647192479,47.620913809892],[-122.342647657542,47.6209137298119],[-122.342648104861,47.6209136124726],[-122.34264836387,47.6209135170458],[-122.342648601419,47.6209133989448],[-122.342648813165,47.620913260328],[-122.342648875083,47.6209132067583],[-122.342648924695,47.6209131476543],[-122.342648960931,47.6209130842904],[-122.342648983009,47.6209130180328],[-122.342648990454,47.6209129503103]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13487-7","label":"Pavement symbol","path":[[-122.34264096466,47.6209129622865],[-122.342640976955,47.6209130655985],[-122.342641012574,47.6209131664231],[-122.342641070679,47.6209132623824],[-122.342641149898,47.6209133512128],[-122.342641248364,47.6209134308192],[-122.342641605627,47.6209136474632],[-122.342642002195,47.6209138304211],[-122.342642431126,47.6209139764905],[-122.342643168582,47.6209141547031],[-122.342643931383,47.6209142750565],[-122.34264494384,47.6209143640073],[-122.342645963959,47.6209143929384],[-122.34264698408,47.6209143613426],[-122.342647996192,47.6209142697293],[-122.342648758449,47.6209141470103],[-122.342649494957,47.6209139664761],[-122.342649922832,47.62091381914],[-122.342650318118,47.620913635032],[-122.342650673899,47.6209134173727],[-122.342650771859,47.6209133374078],[-122.342650850485,47.6209132482707],[-122.342650907921,47.6209131520664],[-122.342650942812,47.6209130510664],[-122.342650954333,47.6209129476558],[-122.34265094221,47.6209128441522],[-122.34265090667,47.6209127431278],[-122.342650848554,47.6209126469751],[-122.342650769239,47.6209125579712],[-122.342650670603,47.6209124782237],[-122.342650313341,47.6209122615789],[-122.342649916773,47.620912078621],[-122.342649487841,47.6209119325526],[-122.342648750385,47.6209117543401],[-122.342647987584,47.6209116339866],[-122.342646975127,47.6209115450361],[-122.342645955009,47.6209115161048],[-122.342644934887,47.6209115477009],[-122.342643922775,47.6209116393138],[-122.342643161195,47.6209117620734],[-122.342642425341,47.6209119425493],[-122.342641997461,47.6209120898812],[-122.342641602175,47.6209122739894],[-122.342641246398,47.6209124916526],[-122.342641147993,47.6209125716991],[-122.342641068998,47.620912660984],[-122.342641011287,47.6209127573881],[-122.34264097623,47.6209128586232],[-122.34264096466,47.6209129622865]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13487,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13487"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13943-0","label":"Pavement symbol","path":[[-122.34252080702,47.6210167234944],[-122.342520819449,47.6210153631196],[-122.342514249803,47.6210098420687],[-122.342507614107,47.621015299832],[-122.342507602251,47.6210166799906],[-122.342514229863,47.6210112187362],[-122.34252080702,47.6210167234944]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13943-1","label":"Pavement symbol","path":[[-122.342520818264,47.6210139921299],[-122.342520831111,47.6210126461433],[-122.342514255023,47.6210071323747],[-122.34250765284,47.6210125986897],[-122.342507641428,47.6210139482557],[-122.342514268074,47.6210084996086],[-122.342520818264,47.6210139921299]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13943-2","label":"Pavement symbol","path":[[-122.342511968848,47.6210239584058],[-122.342511528765,47.6210230070567],[-122.342511649484,47.6210223523391],[-122.342514166106,47.6210284687003],[-122.342514145452,47.6210287626152],[-122.342514191939,47.6210290551865],[-122.342514304468,47.6210293394871],[-122.342514325327,47.6210293716453],[-122.342514353051,47.6210294013537],[-122.342514387025,47.6210294279511],[-122.342514426492,47.6210294508455],[-122.342514470573,47.6210294695271],[-122.342514629543,47.621030867212],[-122.342514491162,47.6210308672478],[-122.342514486966,47.6210312730274],[-122.34251505486,47.6210312178176],[-122.342515043903,47.6210308401267],[-122.342514864237,47.6210308389107],[-122.34251473586,47.6210294408202],[-122.342514835041,47.6210292937567],[-122.342514905485,47.6210291393476],[-122.342514946036,47.6210289801318],[-122.342515735869,47.6210286862811],[-122.342516028528,47.6210301599507],[-122.342516637064,47.6210315890667],[-122.342516830258,47.6210318882465],[-122.342517073686,47.6210321702819],[-122.342517364054,47.6210324313569],[-122.342517486193,47.6210325176497],[-122.342517623001,47.6210325932857],[-122.342517772444,47.6210326571412],[-122.34251790926,47.6210326986201],[-122.342518054034,47.6210327251226],[-122.342518203184,47.6210327359927],[-122.342518341712,47.6210327311442],[-122.342518477169,47.6210327110008],[-122.342518605864,47.6210326761114],[-122.342518724289,47.6210326274267],[-122.342518983608,47.6210324809663],[-122.342519211463,47.6210323124003],[-122.342519702794,47.6210317560231],[-122.342520043983,47.6210311507598],[-122.342520614053,47.6210294276444],[-122.342520836369,47.6210273214086],[-122.342520651365,47.6210252097788],[-122.342520111597,47.6210234824886],[-122.342519770154,47.6210228777461],[-122.342519299297,47.6210223138717],[-122.342519161138,47.6210221930657],[-122.342518999576,47.6210220862607],[-122.3425188177,47.6210219954987],[-122.3425186554,47.6210219380727],[-122.342518480965,47.621021900111],[-122.342518299487,47.6210218827224],[-122.342518176746,47.6210218849787],[-122.342518056314,47.6210219011073],[-122.342517941617,47.6210219306492],[-122.342517587946,47.6210220774774],[-122.342517402633,47.621022190136],[-122.342517246403,47.6210223213027],[-122.34251692622,47.6210226593037],[-122.342516088405,47.6210204276862],[-122.342516233352,47.6210196449028],[-122.342516391618,47.6210195863851],[-122.342516534435,47.6210195119699],[-122.342516658318,47.6210194234727],[-122.342516760245,47.6210193230525],[-122.342516897999,47.6210191179141],[-122.34251700456,47.6210188924981],[-122.342517078235,47.6210186801129],[-122.342517090752,47.6210185153183],[-122.342517073017,47.62101845438],[-122.342517039764,47.6210184089408],[-122.342516989716,47.621018380817],[-122.342516921569,47.6210183709253],[-122.342514942978,47.6210185545941],[-122.342514894078,47.6210185660379],[-122.342514849664,47.6210185945147],[-122.342514812291,47.6210186363923],[-122.342514784569,47.6210186898369],[-122.34251476913,47.621018753914],[-122.342514768531,47.6210188249911],[-122.342514817015,47.6210189826795],[-122.34251498684,47.6210191896627],[-122.342515206263,47.6210193742458],[-122.342515360056,47.6210194845364],[-122.342515533665,47.621019580539],[-122.34251572419,47.6210196606507],[-122.342515665304,47.6210200158778],[-122.342512045648,47.6210200009034],[-122.342512323385,47.6210180621598],[-122.342512122354,47.6210172785665],[-122.342512306189,47.6210168731036],[-122.342513189782,47.6210168757805],[-122.342513182762,47.6210162668378],[-122.342512174062,47.621016263121],[-122.342511694197,47.6210173346223],[-122.342511920892,47.6210181772494],[-122.342511143244,47.6210224688045],[-122.342510981301,47.6210222992733],[-122.342510789105,47.6210221447636],[-122.342510569687,47.6210220077134],[-122.342510423547,47.6210219400138],[-122.34251026288,47.6210218894348],[-122.342509951666,47.6210218485812],[-122.342509813163,47.6210218535161],[-122.342509677732,47.6210218736852],[-122.342509549038,47.6210219085432],[-122.34250943056,47.6210219571472],[-122.3425091508,47.6210221174428],[-122.342508907882,47.6210223030324],[-122.34250870679,47.621022510109],[-122.342508469385,47.6210228119276],[-122.342508298542,47.6210230665823],[-122.342508162427,47.6210233305748],[-122.342507762032,47.6210243129661],[-122.342507502851,47.6210253166634],[-122.342507326414,47.6210279953422],[-122.342507511927,47.6210294024937],[-122.342507906458,47.6210307899352],[-122.342508335926,47.6210316505646],[-122.34250870911,47.6210321305057],[-122.342508977006,47.6210323752456],[-122.34250917373,47.6210325057791],[-122.342509411216,47.6210326195793],[-122.342509648571,47.621032683003],[-122.342509862011,47.6210327017633],[-122.342510009468,47.6210326935107],[-122.342510246144,47.6210326417933],[-122.342510484124,47.621032543279],[-122.342510703744,47.6210324081241],[-122.342510881189,47.621032272266],[-122.342511029404,47.6210321213282],[-122.342511335112,47.6210317430367],[-122.342511739921,47.6210310197801],[-122.342511993102,47.6210303902944],[-122.342512209665,47.6210296452446],[-122.342512383403,47.6210287082461],[-122.342512475406,47.6210277516405],[-122.342512480093,47.6210268123857],[-122.342512405887,47.6210258597833],[-122.342512231977,47.6210248644221],[-122.342511968848,47.6210239584058]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13943-3","label":"Pavement symbol","path":[[-122.342516564336,47.621023119305],[-122.34251582833,47.6210254299878],[-122.342515675304,47.6210277910729],[-122.342514852661,47.6210279630117],[-122.342515924344,47.6210214689111],[-122.342516564336,47.621023119305]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13943-4","label":"Pavement symbol","path":[[-122.342511898772,47.6210209465417],[-122.342515510448,47.6210209616219],[-122.342514496634,47.6210270654241],[-122.342514460821,47.621026427176],[-122.34251457127,47.6210264275107],[-122.342514560835,47.621026021925],[-122.342514077753,47.6210260193348],[-122.34251408738,47.6210263970432],[-122.34251421246,47.6210263971838],[-122.342514234008,47.6210270940957],[-122.342511838739,47.6210213080813],[-122.342511898772,47.6210209465417]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13943-5","label":"Pavement symbol","path":[[-122.342516851172,47.6210239251503],[-122.342516277894,47.6210257281489],[-122.342516163887,47.6210275704869],[-122.342517938815,47.6210269712002],[-122.342516851172,47.6210239251503]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13943-6","label":"Pavement symbol","path":[[-122.342518139612,47.6210277467],[-122.342516229564,47.6210285043106],[-122.342516322497,47.6210291490217],[-122.342516502242,47.6210297853376],[-122.34251695474,47.6210307976955],[-122.342517109274,47.6210310350073],[-122.34251730563,47.6210312578301],[-122.342517540869,47.6210314628313],[-122.342517869376,47.621031641096],[-122.342517948581,47.6210316706027],[-122.342518033745,47.6210316912345],[-122.342518122695,47.621031702465],[-122.342518213164,47.6210317040079],[-122.342518360314,47.6210316901802],[-122.342518502196,47.6210316604656],[-122.342518635061,47.6210316156492],[-122.342518784709,47.621031543938],[-122.342518917141,47.6210314582131],[-122.342519029494,47.6210313603273],[-122.342519413229,47.621030905736],[-122.342519702119,47.6210304203118],[-122.342519982276,47.6210297301131],[-122.342520164612,47.6210290251813],[-122.342520330529,47.6210273181252],[-122.342520194602,47.6210256098648],[-122.342519988779,47.6210247971273],[-122.342519621895,47.6210240105935],[-122.342519100679,47.6210232646942],[-122.342519002274,47.6210231749846],[-122.342518885511,47.6210230959071],[-122.342518752888,47.6210230291526],[-122.342518607238,47.6210229761485],[-122.342518451678,47.6210229380281],[-122.342518289533,47.6210229156065],[-122.342518086359,47.6210229421536],[-122.342517891375,47.6210229889099],[-122.342517708978,47.6210230548208],[-122.342517543282,47.6210231383998],[-122.342517398025,47.6210232377617],[-122.342517276482,47.6210233506656],[-122.342517181394,47.6210234745649],[-122.342518288651,47.6210266463001],[-122.342518319049,47.6210266523105],[-122.342518346711,47.6210266627179],[-122.342518370256,47.6210266770033],[-122.342518388512,47.6210266944544],[-122.342518469335,47.6210268202277],[-122.342518506391,47.6210269108076],[-122.342518525226,47.6210270039065],[-122.342518543693,47.6210272276645],[-122.342518542376,47.6210273407277],[-122.342518520953,47.6210274528685],[-122.34251845977,47.6210276372002],[-122.342518438214,47.6210276809576],[-122.342518408182,47.6210277223831],[-122.342518370212,47.6210277607347],[-122.342518317974,47.621027794713],[-122.342518262424,47.6210278062449],[-122.342518199414,47.6210277899879],[-122.342518168274,47.621027771509],[-122.342518139612,47.6210277467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-13943-7","label":"Pavement symbol","path":[[-122.342510187473,47.6210271792409],[-122.342510940743,47.6210256484368],[-122.342511349055,47.6210240592843],[-122.342511349081,47.6210240601836],[-122.342511598907,47.6210246452156],[-122.342511831261,47.6210254994626],[-122.34251197578,47.6210266283558],[-122.342511987342,47.6210276690511],[-122.342511866913,47.6210287007013],[-122.342511548563,47.6210299274925],[-122.342511113997,47.6210308175715],[-122.342510903275,47.6210311051058],[-122.342510635041,47.6210313699858],[-122.342510479636,47.6210314820481],[-122.342510298248,47.6210315746889],[-122.34251009615,47.6210316452155],[-122.342509974603,47.6210316633007],[-122.3425098503,47.6210316676725],[-122.342509726621,47.621031658212],[-122.342509589373,47.6210316285218],[-122.342509460432,47.6210315850923],[-122.342509342805,47.6210315289363],[-122.342509239234,47.6210314613632],[-122.34250903624,47.6210313059229],[-122.342508870407,47.6210311315991],[-122.342508603199,47.6210307587783],[-122.342508397204,47.6210303687076],[-122.3425079929,47.6210291371053],[-122.342507809101,47.6210276174027],[-122.342507846856,47.6210264878918],[-122.342508061512,47.6210252642748],[-122.342508251346,47.6210246295131],[-122.342508528075,47.6210240094296],[-122.342508733961,47.6210236696121],[-122.342508997225,47.6210233482925],[-122.342509123483,47.6210232181531],[-122.342509274957,47.6210231008724],[-122.342509448799,47.6210229986535],[-122.34250956372,47.6210229484308],[-122.342509689444,47.6210229118064],[-122.34250982246,47.6210228898029],[-122.342509959055,47.6210228830345],[-122.342510076445,47.6210228937119],[-122.342510190112,47.6210229161812],[-122.342510297464,47.6210229499301],[-122.342510396054,47.621022994189],[-122.342510631106,47.6210231351899],[-122.342510828787,47.6210233002009],[-122.342510983773,47.6210234847794],[-122.34251063963,47.6210250775205],[-122.342509920877,47.6210266124235],[-122.342509894772,47.6210266178735],[-122.342509870338,47.6210266261244],[-122.342509848231,47.6210266369546],[-122.342509829046,47.6210266500732],[-122.342509813297,47.6210266651278],[-122.342509742572,47.6210267625419],[-122.342509693748,47.6210268658815],[-122.342509667877,47.6210269729235],[-122.342509645102,47.6210271950807],[-122.342509664803,47.6210274173715],[-122.34250968928,47.6210275250875],[-122.342509737892,47.6210276290168],[-122.342509809498,47.6210277267177],[-122.342509861059,47.6210277611188],[-122.342509917287,47.6210277729677],[-122.342509942708,47.6210277696282],[-122.342509966745,47.6210277631284],[-122.342509988542,47.6210277536999],[-122.342510007322,47.6210277416786],[-122.342510022416,47.6210277274928],[-122.342510093315,47.6210276277529],[-122.342510141194,47.6210275219686],[-122.342510164967,47.6210274125383],[-122.342510187473,47.6210271792409]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":13943,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/13943"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15647-0","label":"Pavement symbol","path":[[-122.342387706198,47.6211274581372],[-122.342387666445,47.621126087659],[-122.342387460044,47.6211246293641],[-122.342386926605,47.6211232092587],[-122.342386078568,47.6211218604632],[-122.342384935711,47.621120614435],[-122.34238352469,47.6211195002346],[-122.342381878411,47.6211185438481],[-122.342380035272,47.6211177675806],[-122.342378038258,47.6211171895369],[-122.342379031528,47.6211138631041],[-122.342370678232,47.6211171728746],[-122.342377587464,47.621122336784],[-122.342377504983,47.6211194933115],[-122.342379148104,47.6211199217215],[-122.342380670976,47.6211205187941],[-122.342382035784,47.6211212697026],[-122.342383208637,47.6211221558005],[-122.342384160409,47.6211231550839],[-122.342384867467,47.6211242427385],[-122.342385312253,47.6211253917554],[-122.342385483722,47.6211265736022],[-122.342385510224,47.6211274872544],[-122.342387706198,47.6211274581372]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15647,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15647"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15688-0","label":"Pavement symbol","path":[[-122.342515090135,47.6211521473998],[-122.342513414758,47.6211537016516],[-122.342512063121,47.6211560954444],[-122.342512697449,47.6211569083767],[-122.342514035134,47.6211545840389],[-122.342514825641,47.621156790195],[-122.342512799247,47.6211578030382],[-122.342513281233,47.6211608409264],[-122.342514389817,47.6211601596153],[-122.342514119092,47.6211585331122],[-122.342515531327,47.6211578612686],[-122.342513629998,47.6211634145834],[-122.342514724431,47.6211640342957],[-122.342517083585,47.6211570166424],[-122.342515090135,47.6211521473998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15688-1","label":"Pavement symbol","path":[[-122.34251807213,47.6211604994176],[-122.342518411433,47.6211604994163]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15688-2","label":"Pavement symbol","path":[[-122.342517987814,47.6211254400422],[-122.34251390401,47.6211167643816],[-122.342509876836,47.6211254522386],[-122.342512747445,47.6211245982271],[-122.342512773882,47.621133215239],[-122.342515139586,47.6211332117566],[-122.342515111819,47.6211245947624],[-122.342517987814,47.6211254400422]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15688-3","label":"Pavement symbol","path":[[-122.342513126315,47.6211509139872],[-122.342513119509,47.6211510463201],[-122.342513136699,47.6211512450645],[-122.342513186851,47.6211514412554],[-122.342513256212,47.6211515943626],[-122.342513356505,47.6211517394754],[-122.342513437111,47.6211518233266],[-122.3425135344,47.6211518987108],[-122.34251364644,47.6211519641317],[-122.342513709265,47.6211519907623],[-122.342513777602,47.6211520102742],[-122.34251384969,47.6211520221645],[-122.342513923673,47.621152026127],[-122.342513997854,47.6211520219594],[-122.34251407008,47.6211520098179],[-122.342514138477,47.6211519900173],[-122.342514201269,47.6211519630716],[-122.342514312982,47.6211518974552],[-122.34251440991,47.6211518219109],[-122.342514490131,47.6211517379372],[-122.34251458981,47.6211515923562],[-122.342514658424,47.6211514388343],[-122.342514707022,47.6211512430599],[-122.342514722839,47.6211510448506],[-122.342514714988,47.6211509118125],[-122.342515313736,47.6211509110697],[-122.342515237005,47.6211505594402],[-122.342515142993,47.62115035223],[-122.342515007079,47.6211501558654],[-122.342514880655,47.621150024474],[-122.342514728102,47.6211499063546],[-122.342514552447,47.6211498038494],[-122.342514408299,47.6211497427768],[-122.342514251477,47.6211496980894],[-122.342514086047,47.621149670946],[-122.342513916299,47.6211496620501],[-122.342513746822,47.6211496714357],[-122.342513581768,47.6211496990072],[-122.342513425403,47.6211497440521],[-122.34251328177,47.6211498054057],[-122.342513106638,47.6211499083813],[-122.3425129547,47.6211500269159],[-122.342512828969,47.6211501586595],[-122.342512694772,47.6211503554363],[-122.342512602518,47.6211505628882],[-122.342512527593,47.6211509156292],[-122.342513126315,47.6211509139872]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15688-4","label":"Pavement symbol","path":[[-122.34251824199,47.621160483671],[-122.342518146618,47.6211604886184],[-122.34251805343,47.6211605031676],[-122.342517964544,47.6211605269883],[-122.342517881975,47.6211605595399],[-122.3425178076,47.6211606000833],[-122.342517611923,47.6211607419178],[-122.342517446066,47.6211609000792],[-122.342517312993,47.6211610717403],[-122.34251714965,47.6211613681345],[-122.342517039105,47.6211616754119],[-122.342516958358,47.6211620806631],[-122.342516932313,47.6211624891757],[-122.342516961291,47.6211628981254],[-122.34251704509,47.6211633036263],[-122.342517157222,47.6211636104584],[-122.34251732204,47.6211639062908],[-122.342517456321,47.62116407757],[-122.342517623309,47.62116423524],[-122.342517820019,47.6211643764806],[-122.34251789457,47.6211644166866],[-122.342517977228,47.6211644488977],[-122.34251806612,47.6211644723844],[-122.342518159235,47.6211644866151],[-122.342518254463,47.6211644912674],[-122.342518349475,47.6211644863779],[-122.34251844233,47.6211644719561],[-122.342518530936,47.6211644483268],[-122.342518613294,47.6211644160227],[-122.342518687549,47.6211643757721],[-122.342518883322,47.621164233661],[-122.342519049173,47.6211640751953],[-122.34251918213,47.6211639032158],[-122.342519345417,47.6211636072653],[-122.342519456045,47.6211633004434],[-122.342519537508,47.6211628947557],[-122.342519564141,47.6211624857627],[-122.34251953516,47.6211620768132],[-122.342519451363,47.6211616713121],[-122.342519338515,47.6211613649177],[-122.342519173109,47.6211610695645],[-122.342519038931,47.621160897963],[-122.342518871931,47.6211607399884],[-122.342518675104,47.6211605984755],[-122.342518600771,47.6211605583707],[-122.342518518373,47.6211605262128],[-122.342518429765,47.6211605027257],[-122.342518336941,47.6211604884379],[-122.34251824199,47.621160483671]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15688-5","label":"Pavement symbol","path":[[-122.342518260005,47.6211661041943],[-122.342518415686,47.6211660956406],[-122.342518567484,47.6211660708336],[-122.34251871169,47.6211660303799],[-122.342518844777,47.6211659752687],[-122.34251896349,47.6211659068473],[-122.342519291702,47.6211656548874],[-122.342519568219,47.621165376165],[-122.342519788295,47.6211650754659],[-122.342520056949,47.6211645578563],[-122.342520238117,47.6211640232548],[-122.342520414929,47.6211625959282],[-122.342520228496,47.6211611689204],[-122.342520043994,47.621160635263],[-122.342519772241,47.6211601188287],[-122.342519550191,47.6211598186707],[-122.342519271796,47.6211595406702],[-122.342518941842,47.6211592896046],[-122.342518822822,47.6211592214693],[-122.342518689505,47.6211591666671],[-122.342518545146,47.621159126537],[-122.342518393274,47.6211591020593],[-122.342518237597,47.6211590938321],[-122.342518081645,47.621159102301],[-122.342517929563,47.6211591270685],[-122.342517785078,47.6211591675277],[-122.342517651729,47.6211592226876],[-122.342517532783,47.6211592911968],[-122.342517204488,47.6211595434397],[-122.342516927977,47.6211598224656],[-122.342516708004,47.6211601234775],[-122.34251643941,47.621160640644],[-122.342516258156,47.6211611747892],[-122.342516081344,47.6211626021158],[-122.342516267777,47.6211640291236],[-122.342516452222,47.6211645632375],[-122.342516724058,47.6211650801147],[-122.342516946117,47.6211653802686],[-122.342517224511,47.6211656582686],[-122.342517554457,47.6211659093388],[-122.342517673792,47.6211659773778],[-122.342517807411,47.6211660320383],[-122.342517952044,47.6211660719823],[-122.34251810415,47.6211660962322],[-122.342518260005,47.6211661041943]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15688-6","label":"Pavement symbol","path":[[-122.342510424591,47.6211604334998],[-122.342510324356,47.6211604386757],[-122.342510226338,47.6211604537257],[-122.342510132666,47.6211604783231],[-122.342510045376,47.6211605119334],[-122.342509966363,47.6211605538266],[-122.342509762355,47.6211606979217],[-122.342509588983,47.621160859217],[-122.342509449406,47.621161034776],[-122.342509277682,47.6211613380443],[-122.342509161304,47.6211616530299],[-122.342509076082,47.6211620671747],[-122.342509048383,47.6211624848671],[-122.342509078271,47.6211629024506],[-122.342509165646,47.6211633163508],[-122.342509284127,47.6211636302539],[-122.342509457619,47.6211639323103],[-122.342509598543,47.6211641076154],[-122.342509773231,47.6211642685212],[-122.342509978495,47.6211644120922],[-122.342510057915,47.6211644538186],[-122.342510145586,47.6211644872048],[-122.342510239598,47.6211645115226],[-122.342510337898,47.6211645262415],[-122.342510438342,47.6211645310403],[-122.342510538581,47.6211645258748],[-122.342510636603,47.6211645108295],[-122.342510730276,47.6211644862316],[-122.342510817565,47.621164452616],[-122.342510896569,47.6211644107135],[-122.34251110058,47.6211642666196],[-122.342511273952,47.6211641053241],[-122.342511413527,47.6211639297641],[-122.342511585187,47.621163626938],[-122.342511701655,47.6211633124095],[-122.342511786876,47.6211628982645],[-122.342511814576,47.6211624805722],[-122.342511784027,47.6211620629763],[-122.342511695983,47.6211616491061],[-122.342511578224,47.6211613347648],[-122.342511405314,47.6211610322297],[-122.342511264384,47.6211608569272],[-122.342511089696,47.6211606960218],[-122.342510884437,47.6211605524479],[-122.342510805008,47.6211605107334],[-122.342510717334,47.6211604773541],[-122.342510623326,47.621160453037],[-122.342510525031,47.621160438312],[-122.342510424591,47.6211604334998]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15688-7","label":"Pavement symbol","path":[[-122.342510442265,47.6211658588123],[-122.342510595424,47.6211658507245],[-122.34251074491,47.6211658268388],[-122.342510887157,47.6211657877248],[-122.342511018774,47.6211657343152],[-122.342511136621,47.6211656678837],[-122.342511457252,47.6211654261291],[-122.342511727856,47.6211651580189],[-122.342511943718,47.6211648682234],[-122.342512207347,47.621164369535],[-122.342512385325,47.621163853905],[-122.342512558356,47.6211624797055],[-122.342512376123,47.621161105719],[-122.342512194659,47.6211605904561],[-122.342511927588,47.6211600924088],[-122.342511709876,47.6211598033178],[-122.342511437572,47.6211595360724],[-122.342511115419,47.6211592953289],[-122.342510997367,47.6211592291458],[-122.342510865607,47.621159176],[-122.34251072328,47.6211591371583],[-122.34251057378,47.6211591135466],[-122.342510420668,47.6211591057278],[-122.342510267422,47.6211591139663],[-122.342510117888,47.6211591380228],[-122.342509975641,47.6211591773226],[-122.342509844076,47.621159230927],[-122.342509726338,47.6211592975557],[-122.342509405698,47.6211595393058],[-122.342509135094,47.6211598074165],[-122.342508919241,47.6211600972159],[-122.342508655609,47.6211605959038],[-122.342508477634,47.6211611115343],[-122.342508304603,47.6211624857338],[-122.342508486836,47.6211638597203],[-122.342508668359,47.6211643745262],[-122.342508935345,47.6211648721313],[-122.342509153051,47.6211651612246],[-122.342509425355,47.6211654284703],[-122.342509747513,47.6211656692112],[-122.342509865554,47.6211657354072],[-122.342509997312,47.6211657885605],[-122.342510139641,47.621165827403],[-122.342510289148,47.621165851008],[-122.342510442265,47.6211658588123]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15688,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15688"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15872-0","label":"Pavement symbol","path":[[-122.342242324729,47.6207606752466],[-122.342242312267,47.6207620347222],[-122.342248881853,47.6207675557888],[-122.342255517545,47.6207620980406],[-122.342255529407,47.6207607178819],[-122.342248901826,47.6207661800206],[-122.342242324729,47.6207606752466]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15872-1","label":"Pavement symbol","path":[[-122.342242312141,47.6207634066287],[-122.342242300617,47.6207647525978],[-122.342248876619,47.6207702654828],[-122.342255477494,47.6207648000997],[-122.342255490217,47.6207634496168],[-122.342248863601,47.6207688991481],[-122.342242312141,47.6207634066287]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15872-2","label":"Pavement symbol","path":[[-122.342251161538,47.6207534394745],[-122.342251602971,47.6207543917063],[-122.342251482248,47.6207550464236],[-122.34224896434,47.6207489300742],[-122.342248985016,47.6207486361586],[-122.34224893853,47.6207483435859],[-122.342248825984,47.620748059287],[-122.342248805363,47.6207480271894],[-122.342248777899,47.620747997512],[-122.3422487442,47.620747970913],[-122.342248705014,47.6207479479825],[-122.34224866121,47.620747929229],[-122.342248502222,47.6207465306445],[-122.342248640629,47.6207465315083],[-122.342248643496,47.6207461257463],[-122.342248076936,47.6207461809372],[-122.34224808789,47.620746558628],[-122.342248266199,47.6207465589628],[-122.342248395925,47.6207479579353],[-122.342248296384,47.6207481046748],[-122.342248225486,47.6207482587862],[-122.342248184392,47.6207484177416],[-122.342247395891,47.6207487115728],[-122.342247103153,47.6207472383602],[-122.342246494742,47.6207458096843],[-122.342246301548,47.6207455105049],[-122.342246058123,47.6207452284691],[-122.34224576776,47.6207449673923],[-122.342245645211,47.6207448810441],[-122.342245507956,47.620744805412],[-122.342245358044,47.6207447416247],[-122.342245221297,47.6207446998318],[-122.342245076513,47.6207446730263],[-122.342244927281,47.6207446618729],[-122.342244789103,47.6207446668429],[-122.342244654006,47.6207446870212],[-122.342244525649,47.6207447218615],[-122.342244407508,47.6207447704201],[-122.342244147505,47.6207449168452],[-122.342243919005,47.6207450854629],[-122.34224342837,47.6207456418788],[-122.342243087814,47.6207462470838],[-122.342242517737,47.6207479701978],[-122.342242295411,47.6207500764331],[-122.342242480403,47.6207521880633],[-122.342243020184,47.6207539162541],[-122.342243361053,47.6207545205037],[-122.342243831118,47.6207550839914],[-122.342243969198,47.6207552051126],[-122.34224413077,47.6207553122212],[-122.342244312738,47.6207554032648],[-122.342244475459,47.6207554607702],[-122.342244650347,47.6207554987276],[-122.342244832277,47.6207555160247],[-122.342244954633,47.6207555133873],[-122.342245074602,47.6207554969632],[-122.34224518879,47.6207554672171],[-122.34224554379,47.6207553203721],[-122.342245729104,47.6207552077148],[-122.342245885332,47.6207550765477],[-122.342246205515,47.6207547385475],[-122.34224704201,47.6207569710838],[-122.342246897034,47.6207577529676],[-122.342246739146,47.620757811577],[-122.342246596691,47.620757886015],[-122.342246473132,47.6207579744723],[-122.342246371472,47.620758074799],[-122.342246232414,47.6207582808541],[-122.342246125826,47.6207585053705],[-122.342246052151,47.6207587177556],[-122.342246040963,47.6207588825325],[-122.342246057393,47.6207589443877],[-122.342246091975,47.6207589898093],[-122.342246142023,47.6207590179333],[-122.342246208814,47.6207590269435],[-122.342248188752,47.620758844161],[-122.342248237626,47.6207588318181],[-122.342248282066,47.6207588042406],[-122.342248319438,47.620758762363],[-122.342248345805,47.6207587080369],[-122.34224836127,47.6207586448592],[-122.3422483632,47.6207585737644],[-122.342248313361,47.6207584151943],[-122.342248144096,47.6207582087193],[-122.342247925472,47.6207580245086],[-122.34224777134,47.6207579138451],[-122.342247597273,47.6207578175436],[-122.342247406193,47.620757737221],[-122.342247465107,47.6207573828932],[-122.342251086049,47.6207573969591],[-122.342250808303,47.6207593357021],[-122.342251008026,47.6207601202127],[-122.342250825519,47.6207605256576],[-122.342249940574,47.6207605220971],[-122.342249948922,47.6207611310222],[-122.342250957642,47.6207611356406],[-122.342251437511,47.6207600641404],[-122.342251209491,47.6207592215303],[-122.342251988486,47.6207549299594],[-122.342252150426,47.6207550994914],[-122.342252342621,47.6207552540016],[-122.342252562038,47.6207553910518],[-122.34225270823,47.6207554582882],[-122.342252868817,47.6207555084317],[-122.342253180029,47.6207555492861],[-122.342253318194,47.6207555442704],[-122.342253453277,47.6207555240784],[-122.342253581634,47.6207554892548],[-122.342253699803,47.6207554407389],[-122.342253980045,47.6207552805068],[-122.342254223413,47.6207550949092],[-122.342254424902,47.6207548877611],[-122.342254662333,47.6207545868423],[-122.342254832543,47.6207543317305],[-122.342254967937,47.6207540673142],[-122.342255368958,47.6207530853831],[-122.342255628875,47.6207520821086],[-122.342255803993,47.6207494034478],[-122.342255618493,47.6207479962955],[-122.342255223967,47.6207466088535],[-122.342254795809,47.6207457473063],[-122.34225442263,47.6207452673643],[-122.342254153405,47.6207450226415],[-122.34225395671,47.6207448930067],[-122.342253719226,47.620744779206],[-122.342253481846,47.6207447148825],[-122.342253269737,47.6207446961041],[-122.342253120977,47.6207447052733],[-122.342252885606,47.6207447560732],[-122.342252647627,47.620744854587],[-122.342252426678,47.620744989759],[-122.342252249177,47.6207451260551],[-122.342252101044,47.6207452774535],[-122.342251796666,47.6207456557267],[-122.342251390499,47.6207463781007],[-122.342251138647,47.6207470075682],[-122.342250920751,47.6207477526351],[-122.342250747035,47.6207486905325],[-122.342250656358,47.6207496471203],[-122.34225065031,47.6207505854934],[-122.342250724511,47.620751538096],[-122.342250898415,47.6207525334576],[-122.342251161538,47.6207534394745]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15872-3","label":"Pavement symbol","path":[[-122.342246566095,47.6207542794639],[-122.342247302218,47.6207519683381],[-122.342247455121,47.6207496067988],[-122.342248279117,47.6207494357436],[-122.342247207406,47.6207559298417],[-122.342246566095,47.6207542794639]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15872-4","label":"Pavement symbol","path":[[-122.342251232928,47.6207564513211],[-122.342247621297,47.6207564371318],[-122.342248633781,47.6207503324504],[-122.342248669591,47.6207509706985],[-122.342248560472,47.620750970346],[-122.342248569601,47.6207513768486],[-122.342249053984,47.6207513785231],[-122.342249043056,47.6207510017314],[-122.34224891928,47.6207510006736],[-122.342248897762,47.620750304661],[-122.342251292989,47.6207560906809],[-122.342251232928,47.6207564513211]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15872-5","label":"Pavement symbol","path":[[-122.34224628057,47.620753472701],[-122.342246853182,47.6207516696741],[-122.34224696654,47.6207498273836],[-122.342245191618,47.6207504266661],[-122.34224628057,47.620753472701]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15872-6","label":"Pavement symbol","path":[[-122.342244992182,47.6207496520474],[-122.342246900868,47.6207488935598],[-122.342246808601,47.6207482488605],[-122.342246629528,47.6207476125145],[-122.342246177064,47.6207466010547],[-122.342246022529,47.6207463637435],[-122.342245826176,47.6207461409204],[-122.342245590941,47.6207459359175],[-122.342245262438,47.6207457576521],[-122.342245183238,47.6207457281358],[-122.342245098075,47.6207457075002],[-122.342245009122,47.6207456962725],[-122.342244918651,47.6207456947393],[-122.34224477157,47.6207457082786],[-122.342244629682,47.6207457376901],[-122.34224449673,47.6207457821977],[-122.342244347085,47.6207458539105],[-122.342244214654,47.6207459396349],[-122.342244102298,47.6207460375187],[-122.342243717811,47.6207464925203],[-122.342243428368,47.6207469784495],[-122.342243148881,47.620747668661],[-122.3422429672,47.6207483735612],[-122.34224280127,47.620750080617],[-122.342242937192,47.6207517888777],[-122.342243143002,47.620752601617],[-122.342243509881,47.620753388152],[-122.342244031097,47.620754134051],[-122.342244129348,47.6207542236644],[-122.342244245912,47.6207543026788],[-122.342244378305,47.6207543694095],[-122.342244523703,47.6207544224339],[-122.342244679008,47.6207544606216],[-122.342244840906,47.6207544831583],[-122.342245044387,47.620754456617],[-122.342245239664,47.6207544098115],[-122.342245422321,47.6207543438],[-122.34224558823,47.6207542600751],[-122.342245733639,47.6207541605295],[-122.342245855261,47.6207540474139],[-122.342245950346,47.6207539232857],[-122.342244841808,47.6207507524646],[-122.342244811622,47.6207507461437],[-122.342244784262,47.6207507354731],[-122.342244761089,47.620750720983],[-122.342244743252,47.6207507033932],[-122.3422446611,47.6207505776374],[-122.342244624716,47.6207504870175],[-122.34224460654,47.6207503939407],[-122.342244586771,47.6207501710996],[-122.342244588749,47.6207500580005],[-122.342244610842,47.620749945878],[-122.342244672025,47.6207497615464],[-122.342244693458,47.6207497174749],[-122.342244723484,47.6207496757447],[-122.342244761557,47.6207496371129],[-122.342244812465,47.6207496031524],[-122.342244869345,47.620749591603],[-122.342244932355,47.6207496078601],[-122.34224496352,47.6207496272384],[-122.342244992182,47.6207496520474]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-15872-7","label":"Pavement symbol","path":[[-122.342252944276,47.620750219525],[-122.342252190408,47.6207517498585],[-122.342251781328,47.6207533385974],[-122.342251532811,47.6207527526479],[-122.342251299132,47.620751898418],[-122.342251155975,47.6207507704061],[-122.342251144393,47.6207497288115],[-122.342251263523,47.6207486980785],[-122.342251581851,47.6207474703888],[-122.342252016419,47.6207465803108],[-122.342252227788,47.6207462927299],[-122.342252496705,47.6207460278799],[-122.342252652115,47.6207459158222],[-122.342252833502,47.6207458231822],[-122.342253035595,47.6207457526514],[-122.342253157223,47.6207457348667],[-122.342253281535,47.6207457307976],[-122.342253405148,47.620745740555],[-122.342253542049,47.620745770328],[-122.342253670642,47.6207458137866],[-122.342253787935,47.62074586992],[-122.3422538912,47.6207459374226],[-122.342254094202,47.6207460928589],[-122.342254260024,47.6207462671874],[-122.342254527234,47.6207466400075],[-122.342254733221,47.62074703008],[-122.342255137517,47.6207482616832],[-122.342255321307,47.6207497813862],[-122.342255283547,47.6207509108971],[-122.34225506886,47.6207521336143],[-122.342254879682,47.6207527683448],[-122.342254603624,47.6207533884409],[-122.342254397817,47.6207537287162],[-122.342254134499,47.6207540504762],[-122.342254007827,47.6207541806769],[-122.342253855906,47.6207542979648],[-122.342253681596,47.6207544001318],[-122.342253566669,47.6207544503463],[-122.342253440945,47.6207544869672],[-122.342253307933,47.6207545089729],[-122.342253171342,47.6207545157496],[-122.342253053864,47.6207545048636],[-122.342252940161,47.6207544821707],[-122.34225283283,47.6207544481892],[-122.342252734319,47.6207544036949],[-122.342252499403,47.6207542629589],[-122.342252301738,47.620754098254],[-122.342252146632,47.6207539140024],[-122.342252491431,47.6207523212152],[-122.342253210867,47.6207507863432],[-122.342253236954,47.6207507808681],[-122.342253261373,47.6207507726069],[-122.342253283474,47.6207507617794],[-122.342253302669,47.6207507486739],[-122.342253318447,47.620750733639],[-122.342253389159,47.6207506362215],[-122.342253437982,47.6207505328829],[-122.342253463868,47.6207504258437],[-122.342253485978,47.6207502036664],[-122.342253465614,47.6207499814133],[-122.342253441569,47.6207498737395],[-122.342253393404,47.620749769805],[-122.342253322252,47.6207496720491],[-122.342253269361,47.6207496376655],[-122.342253214463,47.6207496257989],[-122.342253188744,47.6207496290043],[-122.342253164396,47.6207496354441],[-122.342253142306,47.6207496448837],[-122.342253123278,47.6207496569795],[-122.342253108005,47.6207496712912],[-122.342253037688,47.6207497707903],[-122.342252990249,47.6207498762609],[-122.342252966757,47.6207499853285],[-122.342252944276,47.620750219525]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":15872,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/15872"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16041-0","label":"Pavement symbol","path":[[-122.342751554993,47.6208392893398],[-122.342753842146,47.6208404311979],[-122.34275737519,47.6208413595175],[-122.342758581723,47.6208409359924],[-122.342755152765,47.6208400179873],[-122.342758420218,47.6208394969594],[-122.342759905152,47.6208408725601],[-122.342764401628,47.620840565532],[-122.342763400459,47.6208398123426],[-122.342760993094,47.6208399846099],[-122.342760007258,47.6208390261061],[-122.342768210062,47.6208403458951],[-122.342769133441,47.6208396103623],[-122.34275876847,47.6208379711003],[-122.342751554993,47.6208392893398]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16041-1","label":"Pavement symbol","path":[[-122.342763925731,47.6208373251517],[-122.342763927058,47.6208370957335]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16041-2","label":"Pavement symbol","path":[[-122.342712070599,47.6208371654467],[-122.342699214441,47.6208398719478],[-122.342712038064,47.6208426481008],[-122.342710793425,47.620840703458],[-122.342723538828,47.6208407377365],[-122.342723548327,47.6208391390038],[-122.342710802899,47.620839103826],[-122.342712070599,47.6208371654467]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16041-3","label":"Pavement symbol","path":[[-122.342749718482,47.620840609135],[-122.342749914238,47.6208406146352],[-122.342750208144,47.6208406043536],[-122.342750498456,47.6208405718021],[-122.342750725578,47.620840525819],[-122.342750940928,47.6208404588803],[-122.342751065436,47.6208404046651],[-122.342751177391,47.6208403391836],[-122.342751274567,47.6208402637381],[-122.342751314339,47.6208402212744],[-122.342751343551,47.6208401750779],[-122.342751361455,47.6208401263319],[-122.342751367592,47.6208400762851],[-122.342751361754,47.6208400262209],[-122.342751344135,47.6208399774265],[-122.342751315189,47.6208399311529],[-122.342751275658,47.6208398885863],[-122.342751179605,47.6208398129133],[-122.342751068755,47.6208397470689],[-122.3427509453,47.6208396923547],[-122.342750730768,47.6208396241071],[-122.342750504181,47.6208395767577],[-122.342750214052,47.6208395425019],[-122.342749920041,47.6208395305284],[-122.342749724571,47.62083953492],[-122.342749727487,47.6208391309565],[-122.342749205992,47.6208391801545],[-122.342748898864,47.620839242368],[-122.342748607666,47.620839332927],[-122.342748412395,47.6208394178107],[-122.342748236775,47.6208395203607],[-122.342748084297,47.6208396385388],[-122.34274799315,47.6208397355338],[-122.342747926106,47.6208398410816],[-122.342747884879,47.620839952483],[-122.342747870524,47.6208400668894],[-122.342747883453,47.6208401817506],[-122.342747923466,47.6208402937402],[-122.342747989532,47.620840399976],[-122.342748079952,47.6208404977238],[-122.342748230714,47.620840616503],[-122.342748404712,47.6208407198467],[-122.342748598505,47.6208408057099],[-122.342748888699,47.6208408977487],[-122.342749195139,47.620840961526],[-122.342749715592,47.6208410139977],[-122.342749718482,47.620840609135]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16041-4","label":"Pavement symbol","path":[[-122.34276390377,47.6208372102929],[-122.342763910571,47.6208372746029],[-122.342763931546,47.6208373375069],[-122.342763966225,47.6208373975935],[-122.34276401383,47.6208374535148],[-122.342764073293,47.6208375040162],[-122.342764281843,47.620837637065],[-122.342764514918,47.6208377501193],[-122.34276476833,47.6208378411479],[-122.342765205199,47.6208379533152],[-122.342765658651,47.6208380299528],[-122.342766257914,47.6208380872564],[-122.342766862427,47.6208381075469],[-122.34276746722,47.6208380906428],[-122.342768067218,47.6208380366919],[-122.342768521695,47.6208379626733],[-122.342768960039,47.6208378530251],[-122.342769214283,47.6208377631194],[-122.342769448412,47.6208376511093],[-122.342769658222,47.6208375190062],[-122.342769718452,47.6208374688471],[-122.342769766888,47.6208374131853],[-122.342769802441,47.6208373532705],[-122.342769824314,47.6208372904476],[-122.342769832015,47.6208372261272],[-122.342769825185,47.6208371618216],[-122.342769804196,47.6208370989228],[-122.342769769518,47.6208370388389],[-122.342769721928,47.6208369829153],[-122.342769662491,47.6208369324039],[-122.34276945394,47.620836799357],[-122.342769220865,47.6208366863028],[-122.342768967455,47.6208365952722],[-122.342768530587,47.6208364831044],[-122.342768077133,47.6208364064673],[-122.342767477871,47.6208363491629],[-122.342766873358,47.6208363288732],[-122.342766267896,47.6208363457443],[-122.342765667237,47.6208363997459],[-122.342765213436,47.6208364738045],[-122.342764775746,47.6208365833949],[-122.342764521028,47.6208366732344],[-122.342764286449,47.6208367852523],[-122.342764076233,47.6208369174316],[-122.342764016277,47.6208369676464],[-122.342763968119,47.6208370233332],[-122.342763932838,47.620837083243],[-122.342763911227,47.6208371460323],[-122.34276390377,47.6208372102929]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16041-5","label":"Pavement symbol","path":[[-122.342772216614,47.6208372322844],[-122.342772205097,47.6208371271833],[-122.342772169541,47.6208370245571],[-122.342772110807,47.620836926888],[-122.342772030316,47.6208368365385],[-122.342771930015,47.6208367556938],[-122.342771559318,47.6208365322074],[-122.342771148336,47.6208363434233],[-122.342770704169,47.6208361926031],[-122.342769940887,47.6208360079147],[-122.342769151675,47.6208358821371],[-122.342767041618,47.6208357535901],[-122.342764929375,47.6208358706656],[-122.34276413875,47.6208359922503],[-122.342763373367,47.6208361728803],[-122.342762927636,47.6208363212105],[-122.342762514605,47.6208365076518],[-122.342762141407,47.6208367289854],[-122.34276203982,47.6208368092618],[-122.34276195795,47.6208368991939],[-122.342761897784,47.6208369966015],[-122.342761860778,47.6208370991235],[-122.342761847831,47.6208372042746],[-122.34276185943,47.620837309621],[-122.342761895172,47.6208374124733],[-122.34276195419,47.6208375103332],[-122.342762035049,47.6208376008237],[-122.342762135786,47.6208376817468],[-122.342762506136,47.6208379048579],[-122.342762916658,47.6208380933438],[-122.342763360276,47.6208382439559],[-122.342764124185,47.6208384291416],[-122.342764914126,47.6208385553037],[-122.342767024157,47.6208386829515],[-122.342769135097,47.6208385667929],[-122.342769926396,47.6208384452456],[-122.342770692434,47.6208382645604],[-122.342771138158,47.6208381162218],[-122.342771551188,47.6208379297809],[-122.342771924394,47.6208377084553],[-122.342772025833,47.6208376279635],[-122.34277210749,47.6208375378272],[-122.342772167381,47.6208374402349],[-122.342772204053,47.6208373375563],[-122.342772216614,47.6208372322844]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16041-6","label":"Pavement symbol","path":[[-122.342763781653,47.6208424944217],[-122.342763788624,47.6208425622119],[-122.342763810262,47.6208426285809],[-122.342763846101,47.620842692095],[-122.342763895366,47.6208427513818],[-122.342763956993,47.6208428051604],[-122.342764168396,47.6208429440898],[-122.342764405667,47.6208430625312],[-122.34276466447,47.6208431583202],[-122.342765111499,47.6208432761443],[-122.34276557636,47.6208433567348],[-122.342766188124,47.620843416577],[-122.342766805511,47.6208434375907],[-122.342767423759,47.6208434196581],[-122.3427680368,47.6208433627858],[-122.342768502386,47.6208432849631],[-122.34276895064,47.6208431698442],[-122.342769210844,47.6208430754408],[-122.342769449759,47.6208429582253],[-122.342769663011,47.6208428203436],[-122.342769725077,47.620842766985],[-122.3427697749,47.6208427080828],[-122.34276981141,47.6208426449033],[-122.342769833823,47.6208425788046],[-122.342769841655,47.6208425112074],[-122.342769834677,47.6208424434183],[-122.342769813036,47.6208423770504],[-122.342769777197,47.620842313537],[-122.342769727936,47.6208422542496],[-122.342769666315,47.6208422004686],[-122.342769454505,47.620842061475],[-122.342769216784,47.6208419430375],[-122.342768957508,47.6208418473266],[-122.342768511135,47.6208417295428],[-122.342768046949,47.6208416488944],[-122.34276743454,47.6208415885675],[-122.342766816441,47.6208415671568],[-122.342766198862,47.6208415851252],[-122.342765586483,47.6208416419441],[-122.342765120866,47.6208417202106],[-122.342764672668,47.6208418357849],[-122.342764412535,47.6208419299079],[-122.342764173613,47.6208420468205],[-122.342763960271,47.6208421843862],[-122.342763898065,47.6208422378963],[-122.342763848169,47.6208422969747],[-122.34276381166,47.6208423603451],[-122.342763789327,47.6208424266381],[-122.342763781653,47.6208424944217]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16041-7","label":"Pavement symbol","path":[[-122.342771805767,47.6208425166442],[-122.342771794519,47.6208424131185],[-122.342771759831,47.620842311983],[-122.342771702527,47.620842215634],[-122.342771623963,47.6208421263546],[-122.342771526,47.6208420462603],[-122.342771171234,47.6208418280067],[-122.342770776846,47.6208416432118],[-122.342770349733,47.6208414951066],[-122.342769613785,47.6208413137756],[-122.342768851954,47.6208411902121],[-122.34276784031,47.6208410972248],[-122.342766820477,47.6208410642214],[-122.342765799836,47.6208410917489],[-122.342764786681,47.6208411793568],[-122.342764023944,47.6208412989278],[-122.342763286407,47.6208414763343],[-122.342762857054,47.6208416217294],[-122.342762459932,47.6208418040529],[-122.34276210199,47.6208420201139],[-122.342762003284,47.6208420997293],[-122.342761923861,47.6208421886062],[-122.342761865599,47.6208422846419],[-122.342761829878,47.620842385564],[-122.342761817542,47.6208424889847],[-122.342761828576,47.6208425924507],[-122.342761863016,47.620842693553],[-122.342761920045,47.6208427899008],[-122.342761998316,47.620842879216],[-122.342762095978,47.6208429593863],[-122.342762451229,47.6208431773815],[-122.342762846055,47.6208433618695],[-122.342763273549,47.6208435096232],[-122.342764009468,47.6208436914133],[-122.342764771354,47.620843815417],[-122.342765783015,47.620843907953],[-122.342766802806,47.6208439405085],[-122.34276782343,47.6208439134304],[-122.342768836627,47.6208438262723],[-122.342769599363,47.6208437066993],[-122.342770336902,47.6208435292947],[-122.34277076625,47.6208433838945],[-122.342771163371,47.6208432015713],[-122.342771521318,47.6208429855151],[-122.342771620006,47.6208429058923],[-122.342771699419,47.6208428170136],[-122.342771757679,47.62084272098],[-122.34277179341,47.6208426200617],[-122.342771805767,47.6208425166442]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16041,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16041"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16581-0","label":"Pavement symbol","path":[[-122.342520355136,47.6210715526088],[-122.342520367566,47.621070192234],[-122.342513797913,47.6210646711831],[-122.34250716221,47.6210701289463],[-122.342507150354,47.621071509105],[-122.342513777973,47.6210660478505],[-122.342520355136,47.6210715526088]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16581-1","label":"Pavement symbol","path":[[-122.342520367711,47.6210688212267],[-122.342520379227,47.6210674752576],[-122.342513803133,47.6210619614891],[-122.342507202273,47.6210674277864],[-122.342507189531,47.6210687773701],[-122.342513816158,47.6210633278236],[-122.342520367711,47.6210688212267]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16581-2","label":"Pavement symbol","path":[[-122.342511518285,47.6210787875025],[-122.342511076845,47.6210778352717],[-122.342511197565,47.6210771805542],[-122.342513715546,47.621083297797],[-122.342513694874,47.6210835917126],[-122.342513741362,47.621083884285],[-122.342513853908,47.6210841685838],[-122.342513874549,47.621084200673],[-122.342513902021,47.6210842303443],[-122.342513935718,47.6210842569414],[-122.342513974894,47.6210842798761],[-122.342514018683,47.6210842986414],[-122.342514177653,47.6210856963263],[-122.342514039246,47.6210856954628],[-122.342514036406,47.6210861021241],[-122.342514602944,47.6210860460326],[-122.342514592014,47.6210856692411],[-122.342514413678,47.6210856680074],[-122.34251428397,47.6210842699345],[-122.342514383608,47.621084122907],[-122.342514454499,47.6210839684911],[-122.342514495476,47.6210838092285],[-122.34251528398,47.6210835153954],[-122.342515576646,47.6210849890641],[-122.342516185176,47.621086418181],[-122.342516378378,47.6210867173582],[-122.342516621805,47.6210869993932],[-122.342516912167,47.6210872604713],[-122.342517034724,47.6210873468144],[-122.342517171979,47.6210874224458],[-122.342517321887,47.6210874862379],[-122.342517458704,47.6210875277163],[-122.342517603478,47.6210875542187],[-122.342517752628,47.6210875650894],[-122.34251789081,47.6210875601319],[-122.342518025911,47.621087539957],[-122.342518154269,47.6210875051118],[-122.342518272404,47.621087456541],[-122.342518532409,47.6210873101169],[-122.342518760908,47.621087141497],[-122.342519251547,47.6210865850809],[-122.342519592098,47.6210859798741],[-122.342520162169,47.6210842567587],[-122.342520384485,47.621082150523],[-122.342520199482,47.6210800388931],[-122.342519659713,47.621078311603],[-122.342519318917,47.6210777068909],[-122.342518848742,47.6210771429684],[-122.342518710578,47.6210770221656],[-122.342518549016,47.6210769153609],[-122.342518367144,47.6210768245954],[-122.34251820443,47.6210767670759],[-122.342518029538,47.6210767291184],[-122.342517847601,47.6210767118367],[-122.342517725312,47.6210767141805],[-122.342517605334,47.6210767303022],[-122.34251749106,47.6210767597459],[-122.342517136059,47.6210769065918],[-122.342516950748,47.6210770192517],[-122.342516794515,47.621077150417],[-122.342516474332,47.621077488418],[-122.342515637847,47.621075256783],[-122.342515782794,47.6210744739996],[-122.342515940691,47.6210744153972],[-122.34251608315,47.6210743409606],[-122.342516206708,47.6210742525],[-122.342516308358,47.6210741521669],[-122.342516447415,47.6210739461115],[-122.342516554003,47.6210737215948],[-122.342516627677,47.6210735092096],[-122.342516638864,47.6210733444326],[-122.342516622433,47.6210732825775],[-122.342516587851,47.6210732371559],[-122.342516537829,47.6210732099314],[-122.342516471012,47.6210732000221],[-122.342514491088,47.6210733837084],[-122.342514442188,47.6210733951522],[-122.342514397774,47.6210734236291],[-122.342514360402,47.6210734655067],[-122.342514334009,47.6210735189337],[-122.342514318544,47.6210735821114],[-122.342514316641,47.6210736541055],[-122.342514366455,47.6210738117762],[-122.342514535719,47.6210740182522],[-122.342514754348,47.6210742024609],[-122.342514908477,47.6210743131273],[-122.342515082547,47.6210744094286],[-122.342515273631,47.6210744897474],[-122.342515214745,47.6210748449745],[-122.342511593755,47.6210748300178],[-122.342511871493,47.6210728912741],[-122.342511671765,47.621072106764],[-122.34251185427,47.6210717013187],[-122.342512739221,47.6210717048772],[-122.342512730871,47.6210710959521],[-122.34251172217,47.6210710922354],[-122.342511242304,47.6210721637366],[-122.342511470303,47.6210730054468],[-122.342510691324,47.6210772970196],[-122.342510529303,47.6210771278043],[-122.342510337117,47.6210769735977],[-122.342510117793,47.6210768368277],[-122.342509971656,47.621076769124],[-122.342509810985,47.6210767185492],[-122.342509499771,47.6210766776955],[-122.342509361609,47.6210766827242],[-122.34250922653,47.6210767029203],[-122.342509098172,47.6210767377396],[-122.342508979995,47.6210767862439],[-122.342508699756,47.6210769464799],[-122.342508456389,47.6210771320777],[-122.342508254894,47.6210773392233],[-122.342508017463,47.6210776401426],[-122.342507847254,47.6210778952549],[-122.34250771186,47.6210781596715],[-122.342507310841,47.6210791416035],[-122.342507050927,47.6210801448785],[-122.342506875846,47.6210828244389],[-122.342507061409,47.6210842311376],[-122.342507455865,47.6210856181326],[-122.342507884029,47.6210864796789],[-122.342508257213,47.62108695962],[-122.34250852644,47.6210872043422],[-122.342508723138,47.6210873339766],[-122.34250896065,47.621087448676],[-122.342509198006,47.6210875120996],[-122.342509410116,47.6210875308776],[-122.342509558903,47.6210875226074],[-122.34250979425,47.6210874709077],[-122.34251003223,47.6210873723933],[-122.34251025318,47.6210872372208],[-122.342510430684,47.6210871009256],[-122.342510578814,47.6210869495256],[-122.342510883192,47.6210865712518],[-122.342511289358,47.6210858488768],[-122.342511541209,47.6210852194087],[-122.342511759102,47.6210844743412],[-122.342511932841,47.6210835373428],[-122.342512023514,47.6210825807549],[-122.34251202953,47.6210816414824],[-122.342511955325,47.62108068888],[-122.342511781415,47.6210796935188],[-122.342511518285,47.6210787875025]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16581-3","label":"Pavement symbol","path":[[-122.342516113778,47.6210779484017],[-122.34251537776,47.6210802590836],[-122.342515224745,47.6210826201696],[-122.342514400771,47.621082792126],[-122.342515472455,47.6210762980254],[-122.342516113778,47.6210779484017]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16581-4","label":"Pavement symbol","path":[[-122.342511446879,47.6210757756561],[-122.342515058533,47.6210757898371],[-122.342514046074,47.6210818945208],[-122.342514010261,47.6210812562727],[-122.34251411938,47.621081256625],[-122.342514110249,47.6210808501224],[-122.342513625862,47.6210808484491],[-122.342513636819,47.6210812261399],[-122.342513760569,47.6210812262982],[-122.342513782117,47.6210819232101],[-122.342511386846,47.6210761371957],[-122.342511446879,47.6210757756561]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16581-5","label":"Pavement symbol","path":[[-122.342516399284,47.6210787542646],[-122.342515826678,47.621080557293],[-122.342515713328,47.6210823995836],[-122.342517488258,47.6210818002969],[-122.342516399284,47.6210787542646]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16581-6","label":"Pavement symbol","path":[[-122.342517687699,47.6210825749151],[-122.342515779006,47.6210833334073],[-122.342515871276,47.6210839781064],[-122.342516050354,47.6210846144519],[-122.342516502852,47.6210856268099],[-122.342516657395,47.6210858641187],[-122.34251685375,47.621086086941],[-122.342517088982,47.6210862919457],[-122.342517417489,47.6210864702103],[-122.342517496773,47.6210864994865],[-122.342517581957,47.6210865198872],[-122.342517670872,47.6210865308928],[-122.342517761252,47.621086532223],[-122.342517908337,47.6210865186915],[-122.342518050227,47.6210864892794],[-122.342518183175,47.6210864447636],[-122.342518332826,47.6210863730545],[-122.342518465258,47.6210862873294],[-122.342518577609,47.6210861894417],[-122.342518962027,47.6210857348775],[-122.342519251564,47.6210852494085],[-122.342519531097,47.6210845587507],[-122.342519712701,47.6210838533965],[-122.342519878623,47.6210821463403],[-122.342519742692,47.6210804380799],[-122.34251953677,47.6210796256505],[-122.342519169895,47.6210788394212],[-122.342518648794,47.6210780938086],[-122.342518550653,47.6210780040262],[-122.342518434147,47.621077924843],[-122.342518301765,47.6210778579497],[-122.342518156332,47.6210778047746],[-122.342518000955,47.6210777664532],[-122.342517838951,47.6210777438039],[-122.342517635479,47.6210777703625],[-122.342517440213,47.6210778171783],[-122.342517257563,47.6210778831937],[-122.342517091658,47.6210779669169],[-122.342516946246,47.6210780664561],[-122.342516824613,47.6210781795621],[-122.342516729507,47.6210783036792],[-122.342517838095,47.6210814753968],[-122.342517868138,47.6210814815305],[-122.342517895437,47.6210814919776],[-122.342517918647,47.621081506224],[-122.342517936626,47.6210815235688],[-122.342518018779,47.6210816493244],[-122.342518055163,47.6210817399443],[-122.34251807334,47.6210818330209],[-122.342518093111,47.6210820558619],[-122.342518091134,47.6210821689611],[-122.342518069041,47.6210822810836],[-122.342518007884,47.6210824663146],[-122.342517986334,47.6210825100738],[-122.342517956302,47.6210825514997],[-122.342517918326,47.6210825898491],[-122.342517867418,47.6210826238097],[-122.342517810537,47.6210826353593],[-122.342517747528,47.6210826191023],[-122.342517716388,47.6210826006233],[-122.342517687699,47.6210825749151]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16581-7","label":"Pavement symbol","path":[[-122.342509735578,47.6210820083553],[-122.342510489526,47.6210804775776],[-122.342510898492,47.621078888381],[-122.342510898518,47.6210788892803],[-122.342511147014,47.6210794743299],[-122.342511380699,47.6210803285594],[-122.342511523888,47.6210814574702],[-122.342511535449,47.6210824981654],[-122.34251141635,47.6210835297979],[-122.342511098,47.6210847565892],[-122.342510663433,47.6210856466681],[-122.342510452066,47.6210859342504],[-122.342510183146,47.6210861991001],[-122.342510027743,47.6210863111642],[-122.342509846355,47.6210864038051],[-122.342509644255,47.6210864743298],[-122.342509522627,47.6210864921238],[-122.342509398313,47.6210864961932],[-122.3425092747,47.6210864864271],[-122.342509137899,47.621086456849],[-122.342509009349,47.6210864136108],[-122.342508892031,47.6210863577155],[-122.342508788669,47.6210862904598],[-122.34250858557,47.6210861345909],[-122.342508419815,47.6210859597966],[-122.342508152682,47.6210855874175],[-122.342507946637,47.6210851978043],[-122.342507542333,47.621083966202],[-122.342507358508,47.6210824456002],[-122.342507396289,47.6210813169885],[-122.342507610945,47.6210800933715],[-122.342507800122,47.6210794586407],[-122.342508076179,47.6210788385439],[-122.342508282067,47.6210784987272],[-122.342508545329,47.6210781774069],[-122.342508671895,47.6210780468885],[-122.342508823811,47.6210779292965],[-122.342508998207,47.6210778268509],[-122.342509113143,47.6210777766482],[-122.342509238867,47.6210777400318],[-122.342509371876,47.6210777180219],[-122.342509508464,47.621077711232],[-122.342509625938,47.6210777221278],[-122.342509739638,47.6210777448234],[-122.342509846971,47.621077778801],[-122.342509945489,47.6210778232857],[-122.342510180533,47.621077964292],[-122.342510378213,47.6210781293023],[-122.342510533209,47.6210783138761],[-122.342510188413,47.6210799066638],[-122.342509468982,47.6210814415378],[-122.342509442879,47.6210814469912],[-122.342509418447,47.6210814552435],[-122.342509396341,47.6210814660734],[-122.342509377155,47.6210814791902],[-122.342509361402,47.6210814942421],[-122.342509290685,47.6210815916585],[-122.342509241862,47.6210816949975],[-122.342509215982,47.6210818020378],[-122.342509193945,47.621082023765],[-122.342509214212,47.6210822455689],[-122.342509238137,47.6210823535526],[-122.342509286313,47.6210824577933],[-122.342509357603,47.6210825558321],[-122.342509410494,47.6210825902155],[-122.342509465392,47.621082602082],[-122.342509491093,47.6210825988448],[-122.342509515423,47.6210825923918],[-122.342509537505,47.6210825829556],[-122.342509556543,47.6210825708763],[-122.342509571851,47.6210825565895],[-122.342509642284,47.6210824568046],[-122.342509689716,47.6210823510279],[-122.342509713072,47.6210822416526],[-122.342509735578,47.6210820083553]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16581,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16581"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16832-0","label":"Pavement symbol","path":[[-122.342248877829,47.6206252492718],[-122.342250553223,47.6206236959232],[-122.342251906163,47.6206213012166],[-122.342251270515,47.6206204883005],[-122.342249934162,47.6206228126176],[-122.342249143674,47.6206206064596],[-122.342251168722,47.6206195936387],[-122.342250686757,47.6206165557493],[-122.342249579511,47.6206172370402],[-122.342249850225,47.620618863544],[-122.342248438001,47.6206195353842],[-122.342250338035,47.6206139829907],[-122.34224924492,47.620613362359],[-122.342246885754,47.6206203800068],[-122.342248877829,47.6206252492718]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16832-1","label":"Pavement symbol","path":[[-122.342245897238,47.6206168972292],[-122.342245557964,47.6206168981289]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16832-2","label":"Pavement symbol","path":[[-122.34224598137,47.6206519566053],[-122.342250063762,47.6206606322932],[-122.34225409097,47.6206519453445],[-122.342251221713,47.6206527993319],[-122.342251193964,47.6206441814382],[-122.342248829612,47.6206441848975],[-122.342248856004,47.6206528019096],[-122.34224598137,47.6206519566053]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16832-3","label":"Pavement symbol","path":[[-122.342250842953,47.6206264826714],[-122.34225084976,47.6206263503385],[-122.342250832568,47.6206261515943],[-122.34225078242,47.620625955403],[-122.342250713056,47.6206258022968],[-122.342250612769,47.6206256571826],[-122.342250532156,47.6206255733356],[-122.342250434869,47.6206254979518],[-122.342250322839,47.6206254325257],[-122.342250259711,47.6206254058062],[-122.342250191038,47.6206253862651],[-122.3422501186,47.6206253744097],[-122.342250044279,47.6206253705474],[-122.342249970104,47.6206253747305],[-122.342249897883,47.6206253868765],[-122.342249829487,47.6206254066711],[-122.342249766685,47.6206254336021],[-122.342249655452,47.6206254992778],[-122.342249558974,47.6206255748136],[-122.342249479155,47.6206256587182],[-122.342249379474,47.6206258042984],[-122.342249310862,47.6206259578207],[-122.3422492622,47.6206261540422],[-122.342249246472,47.6206263527035],[-122.342249254296,47.6206264848424],[-122.342248655554,47.6206264855838],[-122.342248732308,47.6206268381128],[-122.342248825672,47.6206270452955],[-122.3422489609,47.6206272417057],[-122.342249087831,47.620627372828],[-122.342249240818,47.6206274906394],[-122.342249416829,47.6206275928059],[-122.342249560598,47.6206276540138],[-122.34224971706,47.6206276989009],[-122.342249882172,47.620627726307],[-122.342250051667,47.6206277355236],[-122.342250221565,47.6206277260235],[-122.342250386994,47.6206276982552],[-122.34225054366,47.6206276529393],[-122.342250687494,47.6206275912525],[-122.342250862624,47.6206274882768],[-122.342251014561,47.6206273697427],[-122.342251140292,47.6206272379999],[-122.342251274487,47.6206270412228],[-122.342251366743,47.6206268337716],[-122.342251440365,47.6206264819476],[-122.342250842953,47.6206264826714]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16832-4","label":"Pavement symbol","path":[[-122.34224572738,47.6206169129754],[-122.342245822478,47.6206169079434],[-122.342245915381,47.6206168933549],[-122.342246003988,47.6206168695399],[-122.342246086293,47.6206168370371],[-122.342246160436,47.6206167965818],[-122.342246356589,47.6206166547997],[-122.342246522893,47.6206164966307],[-122.34224665637,47.6206163249084],[-122.342246818975,47.6206160289376],[-122.342246928955,47.6206157221543],[-122.342247010419,47.6206153164668],[-122.342247037054,47.6206149074739],[-122.342247008076,47.6206144985242],[-122.342246924282,47.620614093023],[-122.342246812088,47.6206137866486],[-122.342246647364,47.620613491257],[-122.342246513174,47.6206133196613],[-122.342246346177,47.6206131616871],[-122.342246149367,47.6206130201668],[-122.342246074806,47.6206129799732],[-122.342245992146,47.6206129477693],[-122.342245903258,47.6206129242831],[-122.34224581015,47.6206129100457],[-122.342245714928,47.6206129053789],[-122.342245619831,47.6206129104154],[-122.342245526929,47.6206129250059],[-122.342245438324,47.6206129488206],[-122.342245356017,47.6206129813211],[-122.342245281871,47.6206130217725],[-122.342245085718,47.6206131635542],[-122.342244919413,47.6206133217233],[-122.342244785938,47.620613493446],[-122.342244622595,47.62061378984],[-122.342244512048,47.6206140971169],[-122.342244431301,47.620614502368],[-122.342244405254,47.6206149108805],[-122.34224443423,47.6206153198302],[-122.342244518025,47.6206157253314],[-122.342244630156,47.6206160321635],[-122.342244794969,47.6206163279966],[-122.34224492925,47.620616499275],[-122.342245096236,47.6206166569453],[-122.34224529294,47.6206167981876],[-122.342245367494,47.6206168383901],[-122.342245450151,47.6206168705992],[-122.342245539042,47.6206168940859],[-122.342245632154,47.6206169083187],[-122.34224572738,47.6206169129754]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16832-5","label":"Pavement symbol","path":[[-122.342245709394,47.620611292452],[-122.342245553718,47.6206113010113],[-122.342245401923,47.6206113258206],[-122.34224525772,47.6206113662736],[-122.342245124633,47.6206114213814],[-122.342245005916,47.6206114897973],[-122.342244677705,47.6206117417556],[-122.342244401189,47.6206120204774],[-122.342244181115,47.6206123211768],[-122.342243912459,47.6206128387854],[-122.342243731293,47.6206133733868],[-122.342243554475,47.6206148007129],[-122.342243739568,47.6206162277389],[-122.342243924722,47.6206167614147],[-122.342244197143,47.6206172778141],[-122.342244418688,47.6206175782423],[-122.342244696641,47.6206178565513],[-122.342245026225,47.6206181079571],[-122.342245145571,47.6206181759822],[-122.342245279192,47.6206182306347],[-122.342245423819,47.6206182705781],[-122.342245575917,47.6206182948357],[-122.342245731765,47.6206183028143],[-122.342245887443,47.6206182942586],[-122.342246039239,47.6206182694509],[-122.342246183443,47.6206182289977],[-122.342246316529,47.620618173888],[-122.342246435243,47.620618105469],[-122.342246763457,47.6206178535119],[-122.342247039973,47.62061757479],[-122.342247260044,47.6206172740895],[-122.342247528701,47.6206167564811],[-122.342247709867,47.6206162218795],[-122.342247886684,47.6206147945534],[-122.342247701591,47.6206133675274],[-122.34224751709,47.6206128338704],[-122.342247245346,47.6206123174346],[-122.342247023379,47.6206120169646],[-122.342246744978,47.6206117386603],[-122.342246414934,47.6206114873093],[-122.342246295588,47.6206114192835],[-122.342246161968,47.6206113646307],[-122.34224601734,47.6206113246872],[-122.342245865243,47.6206113004299],[-122.342245709394,47.620611292452]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16832-6","label":"Pavement symbol","path":[[-122.342253544697,47.6206169631648],[-122.342253644933,47.6206169579947],[-122.342253742952,47.6206169429475],[-122.342253836624,47.6206169183501],[-122.342253923912,47.6206168847371],[-122.34225400292,47.6206168428391],[-122.342254206926,47.6206166987437],[-122.342254380296,47.6206165374488],[-122.342254519874,47.6206163618908],[-122.342254691532,47.6206160590648],[-122.342254808003,47.6206157445369],[-122.342254893223,47.6206153303921],[-122.342254920926,47.6206149126999],[-122.342254890379,47.6206144951039],[-122.342254802339,47.6206140812335],[-122.342254683931,47.6206137668707],[-122.342254510346,47.620613464374],[-122.342254369839,47.6206132891159],[-122.342254195601,47.6206131282055],[-122.342253990807,47.6206129845734],[-122.342253911379,47.620612942859],[-122.342253823706,47.6206129094796],[-122.342253729699,47.6206128851624],[-122.342253631405,47.620612870437],[-122.342253530966,47.6206128656243],[-122.34225343073,47.6206128707952],[-122.342253332712,47.6206128858428],[-122.34225323904,47.6206129104402],[-122.342253151752,47.6206129440527],[-122.342253072743,47.62061298595],[-122.342252868268,47.6206131299971],[-122.34225269445,47.6206132912995],[-122.342252554459,47.6206134669159],[-122.34225238348,47.6206137697629],[-122.34225226766,47.6206140842522],[-122.342252182437,47.6206144983969],[-122.342252154737,47.6206149160892],[-122.342252184621,47.6206153336729],[-122.342252271994,47.6206157475732],[-122.342252390406,47.6206160619351],[-122.342252563987,47.6206163644326],[-122.342252704907,47.6206165397391],[-122.342252879592,47.6206167006454],[-122.342253084856,47.6206168442157],[-122.342253164274,47.6206168859425],[-122.342253251944,47.6206169193291],[-122.342253345955,47.6206169436471],[-122.342253444254,47.620616958366],[-122.342253544697,47.6206169631648]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-16832-7","label":"Pavement symbol","path":[[-122.34225352705,47.6206115378522],[-122.342253373803,47.6206115460851],[-122.342253224269,47.6206115701388],[-122.342253082022,47.6206116094386],[-122.342252950459,47.6206116630455],[-122.342252832726,47.6206117296785],[-122.342252512085,47.6206119714262],[-122.342252241482,47.6206122395365],[-122.342252025634,47.620612529337],[-122.342251762061,47.6206130275809],[-122.342251584,47.6206135427552],[-122.34225141099,47.6206149178535],[-122.342251593215,47.6206162918405],[-122.34225177408,47.6206168066275],[-122.342252040384,47.6206173042701],[-122.3422522581,47.620617593358],[-122.3422525304,47.6206178606035],[-122.34225285254,47.6206181013518],[-122.34225297081,47.620618167635],[-122.342253102828,47.6206182208335],[-122.342253245438,47.6206182596751],[-122.342253395227,47.6206182832307],[-122.342253548613,47.6206182909369],[-122.34225370186,47.6206182827046],[-122.342253851394,47.6206182586511],[-122.342253993642,47.6206182193513],[-122.342254125204,47.6206181657441],[-122.342254242937,47.6206180991105],[-122.342254563018,47.6206178575948],[-122.342254833179,47.6206175897961],[-122.342255048725,47.620617300369],[-122.342255313034,47.6206168017005],[-122.342255491663,47.6206162860339],[-122.342255664699,47.6206149118348],[-122.342255482474,47.6206135378478],[-122.342255301013,47.6206130225848],[-122.342255033949,47.6206125245366],[-122.342254816239,47.6206122354461],[-122.342254543939,47.6206119682003],[-122.342254221793,47.6206117274549],[-122.342254103742,47.6206116612719],[-122.342253971984,47.620611608126],[-122.342253829659,47.6206115692841],[-122.34225368016,47.6206115456718],[-122.34225352705,47.6206115378522]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":16832,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/16832"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}},{"id":"symbol-17392-0","label":"Pavement symbol","path":[[-122.342374212151,47.6206493694081],[-122.342374251904,47.6206507398864],[-122.342374458259,47.6206521981914],[-122.342374991666,47.620653618309],[-122.342375839682,47.620654967116],[-122.342376982528,47.6206562131525],[-122.342378393549,47.6206573273554],[-122.342380039832,47.6206582837368],[-122.342381882981,47.6206590599899],[-122.342383880004,47.6206596380089],[-122.342382886743,47.6206629644419],[-122.342391239965,47.6206596546704],[-122.342384330793,47.6206544907617],[-122.342384413274,47.6206573342343],[-122.34238277014,47.6206569058513],[-122.342381247254,47.6206563087945],[-122.342379882437,47.6206555578917],[-122.342378709582,47.6206546717911],[-122.342377757818,47.6206536724987],[-122.34237705078,47.6206525848314],[-122.342376606028,47.6206514358011],[-122.342376434608,47.6206502539434],[-122.342376408105,47.6206493402913],[-122.342374212151,47.6206493694081]],"source":[{"provider":"City of Seattle Department of Transportation","itemId":"e7c54ba0f1b24128a9cb2a95912a5194","layerId":6,"layerName":"Legend_and_Symbols","objectId":17392,"url":"https://services.arcgis.com/ZOyb2t4B0UYuYNYH/arcgis/rest/services/SDOT_Channelization_view/FeatureServer/6/17392"}],"details":[],"style":{"widthMeters":0.1,"colorRole":"pavementSymbol"}}]}} diff --git a/examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs b/examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs index ffada9b..c56eb1e 100644 --- a/examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs +++ b/examples/path-style-extension/scripts/extract-seattle-road-diagram.mjs @@ -604,12 +604,16 @@ function createRenderAssets(resultsByKey, {laneBands, crosswalkGuides, symbolPat omitSourceProperties({ ...asset, style: { - widthMeters: Number(asset.sourceProperties.SURFACEWIDTH || 0) * FEET_TO_METERS + widthMeters: Number(asset.sourceProperties.SURFACEWIDTH || 0) * FEET_TO_METERS, + colorRole: 'asphalt' } }) ); const sidewalks = createSourcePaths(resultsByKey, 'sidewalks', 'Sidewalk') - .map(asset => ({...asset, style: {widthMeters: getSidewalkWidthMeters(asset)}})) + .map(asset => ({ + ...asset, + style: {widthMeters: getSidewalkWidthMeters(asset), colorRole: 'sidewalk'} + })) .filter(asset => getPathLengthMeters(asset.path) >= asset.style.widthMeters * 2) .map(omitSourceProperties); const backgroundPaths = createSourcePaths( @@ -671,11 +675,20 @@ function createRenderAssets(resultsByKey, {laneBands, crosswalkGuides, symbolPat resultsByKey, 'verticalElements', 'Curb or separator' - ).map(omitSourceProperties); + ).map(asset => + omitSourceProperties({...asset, style: {widthMeters: 0.12, colorRole: 'curb'}}) + ); + const symbols = symbolPaths.map(symbol => ({ + id: symbol.id, + label: symbol.label, + path: symbol.path, + source: symbol.source, + details: createDetails(symbol.properties), + style: {widthMeters: 0.1, colorRole: 'pavementSymbol'} + })); return { - roadSurfaces, - sidewalks, + surfacePaths: [...roadSurfaces, ...sidewalks], backgroundPaths, laneBands: laneBands.map(lane => ({ id: lane.id, @@ -705,14 +718,7 @@ function createRenderAssets(resultsByKey, {laneBands, crosswalkGuides, symbolPat transversePolygons, transversePaths, longitudinalMarkings, - curbs, - symbols: symbolPaths.map(symbol => ({ - id: symbol.id, - label: symbol.label, - path: symbol.path, - source: symbol.source, - details: createDetails(symbol.properties) - })) + detailPaths: [...curbs, ...symbols] }; } @@ -1101,7 +1107,8 @@ export async function extractRoadDiagram(outputDirectory) { outputFeatureCount: crosswalkGuides.length }, { - output: 'assets.symbols', + output: 'assets.detailPaths', + outputFilter: {colorRole: 'pavementSymbol'}, operation: 'endpoint-connected CAD fragment stitching', sourceKeys: ['symbols'], parameters: {maximumJoinDistanceMeters: SYMBOL_JOIN_TOLERANCE_METERS}, diff --git a/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs b/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs index 1c1a496..3971c6a 100644 --- a/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs +++ b/examples/path-style-extension/scripts/validate-seattle-road-diagram.mjs @@ -20,8 +20,7 @@ const DATA_DIRECTORY = process.argv[2] : resolve(SCRIPT_DIRECTORY, '../data'); const ASSET_GEOMETRY = { - roadSurfaces: 'path', - sidewalks: 'path', + surfacePaths: 'path', backgroundPaths: 'path', laneBands: 'path', bikePanels: 'polygon', @@ -29,8 +28,7 @@ const ASSET_GEOMETRY = { transversePolygons: 'polygon', transversePaths: 'path', longitudinalMarkings: 'path', - curbs: 'path', - symbols: 'path' + detailPaths: 'path' }; function visitCoordinates(coordinates, visitor) { @@ -66,7 +64,14 @@ function validateStyle(asset, assetKey) { } if (asset.style.colorRole !== undefined) { assert.ok( - ['whiteMarking', 'yellowMarking'].includes(asset.style.colorRole), + [ + 'asphalt', + 'sidewalk', + 'curb', + 'pavementSymbol', + 'whiteMarking', + 'yellowMarking' + ].includes(asset.style.colorRole), `${asset.id} color role` ); } @@ -136,7 +141,14 @@ for (const [assetKey, geometryKey] of Object.entries(ASSET_GEOMETRY)) { assert.ok(snapshot.assets.laneBands.length >= 8); assert.ok(snapshot.assets.crosswalks.length >= 1); -assert.ok(snapshot.assets.symbols.length > 0); +assert.deepEqual( + new Set(snapshot.assets.surfacePaths.map(asset => asset.style.colorRole)), + new Set(['asphalt', 'sidewalk']) +); +assert.deepEqual( + new Set(snapshot.assets.detailPaths.map(asset => asset.style.colorRole)), + new Set(['curb', 'pavementSymbol']) +); assert.ok( snapshot.assets.crosswalks.every( asset => asset.style.dashJustified && asset.style.dashGapPickable @@ -204,7 +216,7 @@ if (manifest) { assert.equal( manifest.validation.symbolStitching.outputPathCount, - snapshot.assets.symbols.length + snapshot.assets.detailPaths.filter(asset => asset.style.colorRole === 'pavementSymbol').length ); assert.ok( manifest.validation.symbolStitching.outputPathCount <