diff --git a/Localizable.xcstrings b/Localizable.xcstrings index 8c321273..71912ca9 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -5813,6 +5813,9 @@ } } } + }, + "Burning Man Overlays" : { + }, "Button GPIO" : { "localizations" : { @@ -35137,6 +35140,9 @@ } } } + }, + "Street Outlines" : { + }, "Subscribed" : { "localizations" : { @@ -37907,6 +37913,9 @@ } } } + }, + "Toilets" : { + }, "Topic: %@" : { "localizations" : { @@ -38381,6 +38390,9 @@ } } } + }, + "Trash Fence" : { + }, "Treat double tap on supported accelerometers as a user button press." : { "localizations" : { diff --git a/Meshtastic.xcodeproj/project.pbxproj b/Meshtastic.xcodeproj/project.pbxproj index 828dcafb..b50e07f8 100644 --- a/Meshtastic.xcodeproj/project.pbxproj +++ b/Meshtastic.xcodeproj/project.pbxproj @@ -56,6 +56,10 @@ 25F5D5C02C3F6DA6008036E3 /* Router.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25F5D5BF2C3F6DA6008036E3 /* Router.swift */; }; 25F5D5C22C3F6E4B008036E3 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25F5D5C12C3F6E4B008036E3 /* AppState.swift */; }; 25F5D5D12C4375DF008036E3 /* RouterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25F5D5D02C4375DF008036E3 /* RouterTests.swift */; }; + 3D3417B42E2730EC006A988B /* GeoJSONOverlayManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D3417B32E2730EC006A988B /* GeoJSONOverlayManager.swift */; }; + 3D3417BC2E273AC6006A988B /* Street_Outlines.geojson in Resources */ = {isa = PBXBuildFile; fileRef = 3D3417BB2E273AC6006A988B /* Street_Outlines.geojson */; }; + 3D3417C32E274800006A988B /* Toilets.geojson in Resources */ = {isa = PBXBuildFile; fileRef = 3D3417C12E274800006A988B /* Toilets.geojson */; }; + 3D3417C42E274800006A988B /* Trash_Fence.geojson in Resources */ = {isa = PBXBuildFile; fileRef = 3D3417C22E274800006A988B /* Trash_Fence.geojson */; }; 6D825E622C34786C008DBEE4 /* CommonRegex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D825E612C34786C008DBEE4 /* CommonRegex.swift */; }; 6DA39D8E2A92DC52007E311C /* MeshtasticAppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DA39D8D2A92DC52007E311C /* MeshtasticAppDelegate.swift */; }; 6DEDA55A2A957B8E00321D2E /* DetectionSensorLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DEDA5592A957B8E00321D2E /* DetectionSensorLog.swift */; }; @@ -326,6 +330,10 @@ 25F5D5C12C3F6E4B008036E3 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = ""; }; 25F5D5C72C4375A8008036E3 /* MeshtasticTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MeshtasticTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 25F5D5D02C4375DF008036E3 /* RouterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouterTests.swift; sourceTree = ""; }; + 3D3417B32E2730EC006A988B /* GeoJSONOverlayManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeoJSONOverlayManager.swift; sourceTree = ""; }; + 3D3417BB2E273AC6006A988B /* Street_Outlines.geojson */ = {isa = PBXFileReference; lastKnownFileType = text; path = Street_Outlines.geojson; sourceTree = ""; }; + 3D3417C12E274800006A988B /* Toilets.geojson */ = {isa = PBXFileReference; lastKnownFileType = text; path = Toilets.geojson; sourceTree = ""; }; + 3D3417C22E274800006A988B /* Trash_Fence.geojson */ = {isa = PBXFileReference; lastKnownFileType = text; path = Trash_Fence.geojson; sourceTree = ""; }; 6D825E612C34786C008DBEE4 /* CommonRegex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonRegex.swift; sourceTree = ""; }; 6DA39D8D2A92DC52007E311C /* MeshtasticAppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MeshtasticAppDelegate.swift; sourceTree = ""; }; 6DEDA5592A957B8E00321D2E /* DetectionSensorLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetectionSensorLog.swift; sourceTree = ""; }; @@ -1050,6 +1058,9 @@ DDB75A192A05EB67006ED576 /* alpha.png */, DDC2E15B26CE248F0042C5E4 /* Assets.xcassets */, DD0E21002B8A6BC500F2D100 /* DeviceHardware.json */, + 3D3417BB2E273AC6006A988B /* Street_Outlines.geojson */, + 3D3417C12E274800006A988B /* Toilets.geojson */, + 3D3417C22E274800006A988B /* Trash_Fence.geojson */, ); path = Resources; sourceTree = ""; @@ -1108,6 +1119,7 @@ DD964FBC296E6B01007C176F /* EmojiOnlyTextField.swift */, DD3619142B1EF9F900C41C8C /* LocationsHandler.swift */, 6D825E612C34786C008DBEE4 /* CommonRegex.swift */, + 3D3417B32E2730EC006A988B /* GeoJSONOverlayManager.swift */, ); path = Helpers; sourceTree = ""; @@ -1360,7 +1372,10 @@ DDC2E15F26CE248F0042C5E4 /* Preview Assets.xcassets in Resources */, 25AECD4F2C2F723200862C8E /* Localizable.xcstrings in Resources */, DDDE5A1329AFEAB900490C6C /* Assets.xcassets in Resources */, + 3D3417BC2E273AC6006A988B /* Street_Outlines.geojson in Resources */, DDB75A1A2A05EB67006ED576 /* alpha.png in Resources */, + 3D3417C32E274800006A988B /* Toilets.geojson in Resources */, + 3D3417C42E274800006A988B /* Trash_Fence.geojson in Resources */, DDC2E15C26CE248F0042C5E4 /* Assets.xcassets in Resources */, DD0E21012B8A6F1300F2D100 /* DeviceHardware.json in Resources */, DDDBC87B2BC62E4E001E8DF7 /* Settings.bundle in Resources */, @@ -1476,6 +1491,7 @@ DDDB445429F8AD1600EE2349 /* Data.swift in Sources */, DDDB26462AACC0B7003AFCB7 /* NodeInfoItem.swift in Sources */, DDE5B4042B2279A700FCDD05 /* TraceRouteLog.swift in Sources */, + 3D3417B42E2730EC006A988B /* GeoJSONOverlayManager.swift in Sources */, 237B46962DC8F1C100B22D99 /* RateLimitedButton.swift in Sources */, DD6193792863875F00E59241 /* SerialConfig.swift in Sources */, DDDB263F2AABEE20003AFCB7 /* NodeList.swift in Sources */, diff --git a/Meshtastic.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Meshtastic.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 00000000..3b339cec --- /dev/null +++ b/Meshtastic.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,69 @@ +{ + "originHash" : "2569905853aec088d5bac6b540eac77f78963f88b406e8dd95a88c40623cc8b4", + "pins" : [ + { + "identity" : "cocoamqtt", + "kind" : "remoteSourceControl", + "location" : "https://github.com/emqx/CocoaMQTT", + "state" : { + "revision" : "22b98acc75bdca77917a1093bd3e1b45ef6e9718", + "version" : "2.1.9" + } + }, + { + "identity" : "dd-sdk-ios", + "kind" : "remoteSourceControl", + "location" : "https://github.com/DataDog/dd-sdk-ios.git", + "state" : { + "revision" : "d0a42d8067665cb6ee86af51251ccc071f62bd54", + "version" : "2.29.0" + } + }, + { + "identity" : "mqttcocoaasyncsocket", + "kind" : "remoteSourceControl", + "location" : "https://github.com/leeway1208/MqttCocoaAsyncSocket", + "state" : { + "revision" : "ce3e18607fd01079495f86ff6195d8a3ca469f73", + "version" : "1.0.8" + } + }, + { + "identity" : "opentelemetry-swift-packages", + "kind" : "remoteSourceControl", + "location" : "https://github.com/DataDog/opentelemetry-swift-packages.git", + "state" : { + "revision" : "4a7295600d4ebb9525a23c11586c5fdb74ae8b7e", + "version" : "1.13.1" + } + }, + { + "identity" : "plcrashreporter", + "kind" : "remoteSourceControl", + "location" : "https://github.com/microsoft/plcrashreporter.git", + "state" : { + "revision" : "8c61e5e38e9f737dd68512ed1ea5ab081244ad65", + "version" : "1.12.0" + } + }, + { + "identity" : "starscream", + "kind" : "remoteSourceControl", + "location" : "https://github.com/daltoniam/Starscream.git", + "state" : { + "revision" : "c6bfd1af48efcc9a9ad203665db12375ba6b145a", + "version" : "4.0.8" + } + }, + { + "identity" : "swift-protobuf", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-protobuf.git", + "state" : { + "revision" : "102a647b573f60f73afdce5613a51d71349fe507", + "version" : "1.30.0" + } + } + ], + "version" : 3 +} diff --git a/Meshtastic/Helpers/GeoJSONOverlayManager.swift b/Meshtastic/Helpers/GeoJSONOverlayManager.swift new file mode 100644 index 00000000..c0d0b6c4 --- /dev/null +++ b/Meshtastic/Helpers/GeoJSONOverlayManager.swift @@ -0,0 +1,75 @@ +import SwiftUI +import MapKit + +/// Enum for supported static overlays +enum StaticGeoJSONOverlay: String, CaseIterable { + case streetOutlines = "Street_Outlines" + case toilets = "Toilets" + case trashFence = "Trash_Fence" + + var filename: String { self.rawValue + ".geojson" } +} + +/// Manager for loading and adding GeoJSON overlays +class GeoJSONOverlayManager { + static let shared = GeoJSONOverlayManager() + private init() {} + + private var overlays: [StaticGeoJSONOverlay: [MKOverlay]] = [:] + + /// Load overlays for a given type (from bundle) + func loadOverlays(for type: StaticGeoJSONOverlay) -> [MKOverlay] { + print("GeoJSONOverlayManager: Attempting to load overlays for \(type.rawValue)") + if let cached = overlays[type] { + print("GeoJSONOverlayManager: Returning cached overlays for \(type.rawValue), count: \(cached.count)") + return cached + } + guard let url = Bundle.main.url(forResource: type.rawValue, withExtension: "geojson") else { + print("GeoJSONOverlayManager: No file found for \(type.rawValue).geojson") + return [] + } + print("GeoJSONOverlayManager: Found file at: \(url)") + do { + let data = try Data(contentsOf: url) + print("GeoJSONOverlayManager: Loaded data size: \(data.count) bytes") + let features = try MKGeoJSONDecoder().decode(data) + print("GeoJSONOverlayManager: Decoded \(features.count) features for \(type.rawValue)") + + var allOverlays: [MKOverlay] = [] + for (index, feature) in features.enumerated() { + if let mkFeature = feature as? MKGeoJSONFeature { + print("GeoJSONOverlayManager: Feature \(index) has \(mkFeature.geometry.count) geometries") + for (geoIndex, geometry) in mkFeature.geometry.enumerated() { + print("GeoJSONOverlayManager: Geometry \(geoIndex): \(Swift.type(of: geometry))") + if let overlay = geometry as? MKOverlay { + allOverlays.append(overlay) + print("GeoJSONOverlayManager: Added as overlay") + } else { + print("GeoJSONOverlayManager: Could not cast to MKOverlay") + } + } + } else { + print("GeoJSONOverlayManager: Feature \(index) could not be cast to MKGeoJSONFeature") + } + } + + print("GeoJSONOverlayManager: Created \(allOverlays.count) total overlays for \(type.rawValue)") + overlays[type] = allOverlays + return allOverlays + } catch { + print("Failed to load GeoJSON overlay: \(type) error: \(error)") + return [] + } + } + + /// Add overlays to the map + func addOverlays(_ type: StaticGeoJSONOverlay, to mapView: MKMapView) { + let overlays = loadOverlays(for: type) + mapView.addOverlays(overlays, level: .aboveLabels) + } + /// Remove overlays from the map + func removeOverlays(_ type: StaticGeoJSONOverlay, from mapView: MKMapView) { + let overlays = self.overlays[type] ?? [] + mapView.removeOverlays(overlays) + } +} \ No newline at end of file diff --git a/Meshtastic/Resources/Street_Outlines.geojson b/Meshtastic/Resources/Street_Outlines.geojson new file mode 100644 index 00000000..dc1bd8b6 --- /dev/null +++ b/Meshtastic/Resources/Street_Outlines.geojson @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","id":0,"geometry":{"type":"Polygon","coordinates":[[[-119.21612,40.8029],[-119.21608,40.80293],[-119.21605,40.80297],[-119.21603,40.80301],[-119.21601,40.80305],[-119.216,40.80309],[-119.216,40.80314],[-119.21602,40.80318],[-119.21604,40.80322],[-119.21607,40.80326],[-119.2161,40.80329],[-119.21615,40.80332],[-119.2162,40.80335],[-119.21625,40.80336],[-119.2163,40.80337],[-119.21636,40.80338],[-119.21642,40.80337],[-119.21647,40.80336],[-119.21653,40.80335],[-119.21658,40.80332],[-119.21662,40.8033],[-119.21666,40.80326],[-119.21669,40.80323],[-119.21671,40.80319],[-119.21672,40.80314],[-119.21672,40.8031],[-119.21672,40.80306],[-119.21671,40.80302],[-119.21668,40.80298],[-119.21665,40.80294],[-119.21662,40.80291],[-119.21657,40.80288],[-119.21652,40.80286],[-119.21647,40.80284],[-119.21642,40.80283],[-119.21636,40.80283],[-119.2163,40.80283],[-119.21625,40.80284],[-119.21458,40.80064],[-119.2148,40.80054],[-119.21518,40.80037],[-119.21556,40.80018],[-119.21593,40.79999],[-119.21629,40.7998],[-119.21665,40.7996],[-119.217,40.79939],[-119.21735,40.79918],[-119.21735,40.79918],[-119.21769,40.79896],[-119.21802,40.79874],[-119.21835,40.79851],[-119.21867,40.79827],[-119.21899,40.79803],[-119.2193,40.79779],[-119.2196,40.79754],[-119.21989,40.79729],[-119.22018,40.79703],[-119.22018,40.79703],[-119.22046,40.79676],[-119.22073,40.79649],[-119.22099,40.79622],[-119.22125,40.79595],[-119.2215,40.79567],[-119.22174,40.79538],[-119.22197,40.79509],[-119.2222,40.7948],[-119.2222,40.7948],[-119.22241,40.7945],[-119.22262,40.7942],[-119.22282,40.7939],[-119.22301,40.7936],[-119.2232,40.79329],[-119.22337,40.79298],[-119.22353,40.79266],[-119.22369,40.79234],[-119.22369,40.79234],[-119.22384,40.79202],[-119.22397,40.7917],[-119.2241,40.79138],[-119.22422,40.79105],[-119.22433,40.79072],[-119.22444,40.7904],[-119.22453,40.79006],[-119.22461,40.78973],[-119.22461,40.78973],[-119.22468,40.7894],[-119.22475,40.78906],[-119.2248,40.78873],[-119.22485,40.78839],[-119.22488,40.78805],[-119.22491,40.78771],[-119.22492,40.78738],[-119.22493,40.78704],[-119.22493,40.78704],[-119.22493,40.7867],[-119.22492,40.78636],[-119.2249,40.78602],[-119.22486,40.78569],[-119.22482,40.78535],[-119.22477,40.78501],[-119.22472,40.78468],[-119.22465,40.78434],[-119.22465,40.78434],[-119.22457,40.78401],[-119.22448,40.78368],[-119.22438,40.78335],[-119.22428,40.78302],[-119.22425,40.78293],[-119.2338,40.78342],[-119.23383,40.78337],[-119.23375,40.78331],[-119.23359,40.7833],[-119.23348,40.7833],[-119.23334,40.78329],[-119.2332,40.78327],[-119.23306,40.78325],[-119.23292,40.78321],[-119.23279,40.78318],[-119.23266,40.78313],[-119.23253,40.78308],[-119.23241,40.78302],[-119.23229,40.78296],[-119.23218,40.7829],[-119.22086,40.77429],[-119.22189,40.7743],[-119.22131,40.77386],[-119.22074,40.77343],[-119.22075,40.77421],[-119.22071,40.77418],[-119.21812,40.77221],[-119.21801,40.77213],[-119.21789,40.77205],[-119.21777,40.77198],[-119.21764,40.77191],[-119.2175,40.77185],[-119.21736,40.7718],[-119.21722,40.77175],[-119.21707,40.77171],[-119.21692,40.77167],[-119.21677,40.77164],[-119.21662,40.77162],[-119.21646,40.7716],[-119.21641,40.7716],[-119.21639,40.77154],[-119.21637,40.77148],[-119.21633,40.77143],[-119.21629,40.77137],[-119.21624,40.77132],[-119.21618,40.77128],[-119.21612,40.77124],[-119.21605,40.7712],[-119.21597,40.77118],[-119.2159,40.77115],[-119.21582,40.77114],[-119.21573,40.77113],[-119.21565,40.77113],[-119.21557,40.77114],[-119.21549,40.77115],[-119.21541,40.77118],[-119.21534,40.7712],[-119.21527,40.77124],[-119.2152,40.77128],[-119.21515,40.77132],[-119.2151,40.77137],[-119.21505,40.77143],[-119.21502,40.77148],[-119.21499,40.77154],[-119.21498,40.7716],[-119.21497,40.77167],[-119.21497,40.77173],[-119.21498,40.77179],[-119.21501,40.77185],[-119.21504,40.77191],[-119.21507,40.77197],[-119.21512,40.77202],[-119.21517,40.77206],[-119.21524,40.77211],[-119.21527,40.77213],[-119.21445,40.77321],[-119.21422,40.77311],[-119.21383,40.77295],[-119.21343,40.7728],[-119.21303,40.77265],[-119.21263,40.77251],[-119.21222,40.77237],[-119.21181,40.77224],[-119.21139,40.77212],[-119.21139,40.77212],[-119.21097,40.77201],[-119.21055,40.7719],[-119.21013,40.7718],[-119.2097,40.7717],[-119.20953,40.77167],[-119.20892,40.76489],[-119.20897,40.76489],[-119.20905,40.76487],[-119.20912,40.76484],[-119.20919,40.76481],[-119.20926,40.76478],[-119.20931,40.76474],[-119.20888,40.76441],[-119.2088,40.76435],[-119.20873,40.76438],[-119.20873,40.76438],[-119.20816,40.7646],[-119.20818,40.76464],[-119.20823,40.76469],[-119.20829,40.76473],[-119.20835,40.76478],[-119.20841,40.76481],[-119.20848,40.76484],[-119.20856,40.76487],[-119.20864,40.76489],[-119.20872,40.7649],[-119.20878,40.7649],[-119.20938,40.77164],[-119.20927,40.77161],[-119.20884,40.77153],[-119.2084,40.77146],[-119.20797,40.77139],[-119.20753,40.77133],[-119.20753,40.77133],[-119.20709,40.77128],[-119.20665,40.77124],[-119.20621,40.7712],[-119.20576,40.77117],[-119.20532,40.77114],[-119.20487,40.77113],[-119.20443,40.77112],[-119.20398,40.77112],[-119.20398,40.77112],[-119.20354,40.77112],[-119.20309,40.77113],[-119.20265,40.77115],[-119.2022,40.77118],[-119.20176,40.77122],[-119.20132,40.77126],[-119.20088,40.77131],[-119.20044,40.77136],[-119.20044,40.77136],[-119.2,40.77143],[-119.19957,40.7715],[-119.19913,40.77157],[-119.1987,40.77166],[-119.19827,40.77175],[-119.19785,40.77185],[-119.19742,40.77195],[-119.197,40.77206],[-119.197,40.77206],[-119.19659,40.77218],[-119.19617,40.77231],[-119.19576,40.77244],[-119.19536,40.77258],[-119.19495,40.77272],[-119.19456,40.77287],[-119.19416,40.77303],[-119.19377,40.7732],[-119.19377,40.7732],[-119.19339,40.77337],[-119.19301,40.77354],[-119.19263,40.77373],[-119.19227,40.77392],[-119.1919,40.77411],[-119.19154,40.77431],[-119.19119,40.77452],[-119.19085,40.77473],[-119.19084,40.77473],[-119.1905,40.77495],[-119.19017,40.77517],[-119.18984,40.7754],[-119.18952,40.77564],[-119.1892,40.77588],[-119.1889,40.77612],[-119.1886,40.77637],[-119.1883,40.77662],[-119.18802,40.77688],[-119.18801,40.77688],[-119.18774,40.77715],[-119.18746,40.77741],[-119.1872,40.77769],[-119.18694,40.77796],[-119.18669,40.77824],[-119.18645,40.77853],[-119.18622,40.77882],[-119.18599,40.77911],[-119.18599,40.77911],[-119.18578,40.7794],[-119.18557,40.7797],[-119.18537,40.78001],[-119.18518,40.78031],[-119.185,40.78062],[-119.18482,40.78093],[-119.18466,40.78125],[-119.1845,40.78156],[-119.1845,40.78156],[-119.18435,40.78188],[-119.18422,40.7822],[-119.18409,40.78253],[-119.18397,40.78284],[-119.18397,40.78285],[-119.18395,40.78291],[-119.18404,40.78293],[-119.18408,40.78293],[-119.18409,40.78294],[-119.1847,40.78306],[-119.18533,40.78319],[-119.1863,40.78339],[-119.18728,40.78359],[-119.18826,40.78379],[-119.18993,40.78413],[-119.19091,40.78433],[-119.19188,40.78452],[-119.19286,40.78472],[-119.19384,40.78492],[-119.19534,40.78523],[-119.19534,40.78523],[-119.19535,40.78523],[-119.19542,40.78525],[-119.19544,40.78519],[-119.19545,40.78519],[-119.19552,40.78498],[-119.19561,40.78477],[-119.19571,40.78457],[-119.19581,40.78436],[-119.19593,40.78416],[-119.19605,40.78396],[-119.19618,40.78377],[-119.19632,40.78358],[-119.19647,40.78339],[-119.19662,40.7832],[-119.19679,40.78302],[-119.19696,40.78284],[-119.19713,40.78267],[-119.19732,40.7825],[-119.19751,40.78234],[-119.19771,40.78218],[-119.20399,40.78696],[-119.19804,40.79148],[-119.19798,40.79145],[-119.19792,40.79143],[-119.19785,40.79141],[-119.19778,40.7914],[-119.19771,40.7914],[-119.19764,40.7914],[-119.19757,40.79141],[-119.1975,40.79143],[-119.19744,40.79145],[-119.19738,40.79148],[-119.19733,40.79152],[-119.19728,40.79156],[-119.19724,40.7916],[-119.19721,40.79165],[-119.19719,40.7917],[-119.19717,40.79175],[-119.19717,40.79181],[-119.19717,40.79186],[-119.19719,40.79191],[-119.19721,40.79197],[-119.19724,40.79201],[-119.19728,40.79206],[-119.19733,40.7921],[-119.19738,40.79213],[-119.19744,40.79216],[-119.1975,40.79219],[-119.19757,40.79221],[-119.19764,40.79222],[-119.19771,40.79222],[-119.19778,40.79222],[-119.19785,40.79221],[-119.19792,40.79219],[-119.19798,40.79216],[-119.19804,40.79213],[-119.19809,40.7921],[-119.19814,40.79206],[-119.19818,40.79201],[-119.19821,40.79197],[-119.19823,40.79191],[-119.19825,40.79186],[-119.19825,40.79181],[-119.19825,40.79175],[-119.19823,40.7917],[-119.19821,40.79165],[-119.19818,40.7916],[-119.19814,40.79156],[-119.20409,40.78703],[-119.21038,40.79181],[-119.21017,40.79196],[-119.20995,40.7921],[-119.20973,40.79225],[-119.2095,40.79238],[-119.20927,40.79251],[-119.20903,40.79263],[-119.20879,40.79275],[-119.20854,40.79286],[-119.20829,40.79297],[-119.20803,40.79307],[-119.20777,40.79316],[-119.20751,40.79325],[-119.20724,40.79333],[-119.20696,40.7934],[-119.20669,40.79347],[-119.20645,40.79352],[-119.20641,40.79353],[-119.20634,40.79355],[-119.20636,40.7936],[-119.20638,40.79365],[-119.20677,40.79475],[-119.20703,40.79549],[-119.20729,40.79624],[-119.20755,40.79698],[-119.20781,40.79772],[-119.20826,40.79899],[-119.20853,40.79974],[-119.20879,40.80048],[-119.20905,40.80122],[-119.20922,40.8017],[-119.20938,40.80217],[-119.2094,40.8022],[-119.20942,40.80227],[-119.20949,40.80225],[-119.20951,40.80225],[-119.20992,40.80216],[-119.21034,40.80206],[-119.21077,40.80196],[-119.21119,40.80185],[-119.21119,40.80185],[-119.2116,40.80173],[-119.21202,40.8016],[-119.21243,40.80147],[-119.21284,40.80133],[-119.21324,40.80119],[-119.21364,40.80104],[-119.21403,40.80088],[-119.21442,40.80071],[-119.21442,40.80071],[-119.21445,40.8007],[-119.21612,40.8029]],[[-119.21436,40.80058],[-119.21433,40.80059],[-119.21394,40.80076],[-119.21355,40.80091],[-119.21316,40.80106],[-119.21276,40.80121],[-119.21236,40.80135],[-119.21207,40.80144],[-119.21186,40.80106],[-119.21218,40.80095],[-119.21218,40.80095],[-119.21258,40.80082],[-119.21258,40.80082],[-119.21297,40.80067],[-119.21297,40.80067],[-119.21336,40.80053],[-119.21336,40.80052],[-119.21375,40.80037],[-119.21375,40.80037],[-119.21409,40.80022],[-119.21436,40.80058]],[[-119.21193,40.80148],[-119.21154,40.8016],[-119.21113,40.80172],[-119.21071,40.80183],[-119.21029,40.80193],[-119.20987,40.80203],[-119.20951,40.80211],[-119.20937,40.80171],[-119.20972,40.80163],[-119.20972,40.80163],[-119.21014,40.80154],[-119.21014,40.80154],[-119.21055,40.80144],[-119.21056,40.80143],[-119.21097,40.80133],[-119.21097,40.80132],[-119.21138,40.80121],[-119.21138,40.80121],[-119.21173,40.8011],[-119.21193,40.80148]],[[-119.21134,40.80113],[-119.21093,40.80125],[-119.21052,40.80136],[-119.21011,40.80146],[-119.20969,40.80156],[-119.20934,40.80163],[-119.2092,40.80123],[-119.20955,40.80116],[-119.20955,40.80116],[-119.20996,40.80106],[-119.20996,40.80106],[-119.21036,40.80096],[-119.21037,40.80096],[-119.21077,40.80085],[-119.21077,40.80085],[-119.21117,40.80074],[-119.21117,40.80074],[-119.21148,40.80064],[-119.21169,40.80103],[-119.21134,40.80113]],[[-119.21113,40.80066],[-119.21073,40.80078],[-119.21033,40.80088],[-119.20992,40.80099],[-119.20952,40.80108],[-119.20917,40.80115],[-119.20894,40.80049],[-119.20927,40.80042],[-119.20927,40.80042],[-119.20967,40.80033],[-119.20967,40.80033],[-119.21007,40.80023],[-119.21007,40.80023],[-119.21046,40.80012],[-119.21046,40.80012],[-119.21085,40.80001],[-119.21086,40.80001],[-119.21109,40.79993],[-119.21144,40.80057],[-119.21113,40.80066]],[[-119.21043,40.80004],[-119.21004,40.80015],[-119.20964,40.80025],[-119.20924,40.80034],[-119.20891,40.80041],[-119.20868,40.79975],[-119.209,40.79968],[-119.209,40.79968],[-119.20939,40.79959],[-119.20939,40.79959],[-119.20977,40.79949],[-119.20977,40.79949],[-119.21016,40.79939],[-119.21016,40.79939],[-119.21053,40.79928],[-119.21054,40.79928],[-119.2107,40.79922],[-119.21105,40.79986],[-119.21082,40.79993],[-119.21043,40.80004]],[[-119.21012,40.79931],[-119.20974,40.79941],[-119.20936,40.79951],[-119.20897,40.7996],[-119.20865,40.79967],[-119.20842,40.799],[-119.20873,40.79894],[-119.20873,40.79894],[-119.2091,40.79885],[-119.2091,40.79885],[-119.20948,40.79876],[-119.20948,40.79876],[-119.20985,40.79866],[-119.20985,40.79865],[-119.21021,40.79855],[-119.21021,40.79855],[-119.21032,40.79851],[-119.21066,40.79915],[-119.2105,40.7992],[-119.21012,40.79931]],[[-119.20981,40.79858],[-119.20944,40.79868],[-119.20907,40.79877],[-119.2087,40.79886],[-119.20839,40.79892],[-119.20797,40.79773],[-119.20826,40.79767],[-119.20826,40.79767],[-119.20861,40.79759],[-119.20862,40.79759],[-119.20897,40.7975],[-119.20897,40.7975],[-119.20932,40.7974],[-119.20932,40.7974],[-119.20967,40.79729],[-119.20967,40.79729],[-119.21001,40.79718],[-119.21001,40.79718],[-119.21035,40.79707],[-119.21035,40.79707],[-119.21068,40.79694],[-119.21069,40.79694],[-119.21102,40.79681],[-119.21102,40.79681],[-119.21134,40.79667],[-119.21134,40.79667],[-119.21138,40.79666],[-119.21219,40.79773],[-119.21194,40.79784],[-119.21159,40.79798],[-119.21124,40.79811],[-119.21089,40.79824],[-119.21053,40.79836],[-119.21017,40.79847],[-119.20981,40.79858]],[[-119.21097,40.79674],[-119.21064,40.79687],[-119.2103,40.79699],[-119.20997,40.79711],[-119.20962,40.79722],[-119.20928,40.79732],[-119.20893,40.79742],[-119.20858,40.79751],[-119.20823,40.79759],[-119.20794,40.79765],[-119.20771,40.79699],[-119.20798,40.79693],[-119.20798,40.79693],[-119.20833,40.79685],[-119.20833,40.79685],[-119.20867,40.79676],[-119.20867,40.79676],[-119.20901,40.79667],[-119.20901,40.79667],[-119.20934,40.79656],[-119.20934,40.79656],[-119.20967,40.79646],[-119.20967,40.79645],[-119.21,40.79634],[-119.21,40.79634],[-119.21032,40.79622],[-119.21033,40.79622],[-119.21064,40.79609],[-119.21064,40.79609],[-119.21088,40.79599],[-119.21133,40.79659],[-119.21129,40.7966],[-119.21097,40.79674]],[[-119.21059,40.79602],[-119.21028,40.79615],[-119.20995,40.79627],[-119.20963,40.79638],[-119.2093,40.79649],[-119.20897,40.79659],[-119.20863,40.79668],[-119.20829,40.79677],[-119.20795,40.79685],[-119.20768,40.79691],[-119.20744,40.79625],[-119.20771,40.79619],[-119.20771,40.79619],[-119.20804,40.79611],[-119.20804,40.79611],[-119.20837,40.79603],[-119.20837,40.79603],[-119.20869,40.79593],[-119.20869,40.79593],[-119.20901,40.79583],[-119.20902,40.79583],[-119.20933,40.79573],[-119.20933,40.79573],[-119.20965,40.79562],[-119.20965,40.79562],[-119.20996,40.7955],[-119.20996,40.7955],[-119.21026,40.79537],[-119.21026,40.79537],[-119.21037,40.79533],[-119.21082,40.79592],[-119.21059,40.79602]],[[-119.20991,40.79542],[-119.2096,40.79554],[-119.20929,40.79565],[-119.20897,40.79576],[-119.20865,40.79586],[-119.20833,40.79595],[-119.20801,40.79603],[-119.20768,40.79611],[-119.20742,40.79617],[-119.20718,40.7955],[-119.20743,40.79545],[-119.20743,40.79545],[-119.20775,40.79537],[-119.20775,40.79537],[-119.20806,40.79529],[-119.20806,40.79529],[-119.20837,40.7952],[-119.20838,40.7952],[-119.20868,40.79511],[-119.20868,40.79511],[-119.20899,40.795],[-119.20899,40.795],[-119.20929,40.7949],[-119.20929,40.79489],[-119.20958,40.79478],[-119.20958,40.79478],[-119.20986,40.79466],[-119.21032,40.79525],[-119.21021,40.7953],[-119.20991,40.79542]],[[-119.20953,40.79471],[-119.20924,40.79482],[-119.20894,40.79493],[-119.20864,40.79503],[-119.20834,40.79513],[-119.20803,40.79521],[-119.20772,40.7953],[-119.2074,40.79537],[-119.20715,40.79542],[-119.20692,40.79476],[-119.20716,40.79471],[-119.20716,40.79471],[-119.20746,40.79464],[-119.20746,40.79464],[-119.20776,40.79456],[-119.20776,40.79456],[-119.20805,40.79447],[-119.20805,40.79447],[-119.20834,40.79438],[-119.20835,40.79438],[-119.20863,40.79428],[-119.20863,40.79428],[-119.20892,40.79418],[-119.20892,40.79418],[-119.2092,40.79406],[-119.2092,40.79406],[-119.20936,40.79399],[-119.20981,40.79459],[-119.20953,40.79471]],[[-119.20887,40.7941],[-119.20859,40.79421],[-119.2083,40.79431],[-119.20801,40.7944],[-119.20772,40.79448],[-119.20742,40.79456],[-119.20712,40.79463],[-119.20689,40.79468],[-119.20652,40.79362],[-119.20673,40.79358],[-119.20673,40.79358],[-119.20701,40.79351],[-119.20701,40.79351],[-119.20729,40.79343],[-119.20729,40.79343],[-119.20756,40.79335],[-119.20756,40.79335],[-119.20783,40.79326],[-119.20783,40.79326],[-119.20809,40.79317],[-119.2081,40.79317],[-119.20836,40.79307],[-119.20836,40.79307],[-119.20858,40.79297],[-119.2093,40.79392],[-119.20915,40.79399],[-119.20887,40.7941]],[[-119.20871,40.79292],[-119.20886,40.79285],[-119.20887,40.79285],[-119.20911,40.79273],[-119.20911,40.79273],[-119.20935,40.7926],[-119.20936,40.7926],[-119.20959,40.79247],[-119.20959,40.79247],[-119.20982,40.79233],[-119.20982,40.79233],[-119.21005,40.79219],[-119.21005,40.79219],[-119.21026,40.79204],[-119.21027,40.79204],[-119.21029,40.79202],[-119.2103,40.79202],[-119.21031,40.79201],[-119.21033,40.79201],[-119.21034,40.79201],[-119.21036,40.792],[-119.21038,40.79201],[-119.21039,40.79201],[-119.21041,40.79202],[-119.21042,40.79202],[-119.21145,40.7927],[-119.21141,40.79273],[-119.21118,40.79289],[-119.21095,40.79305],[-119.21071,40.7932],[-119.21046,40.79335],[-119.21021,40.79349],[-119.20995,40.79362],[-119.20969,40.79375],[-119.20943,40.79387],[-119.20871,40.79292]],[[-119.21076,40.79177],[-119.21075,40.79176],[-119.21075,40.79174],[-119.21074,40.79173],[-119.21074,40.79172],[-119.21074,40.7917],[-119.21074,40.79169],[-119.21075,40.79168],[-119.21076,40.79167],[-119.21077,40.79165],[-119.21077,40.79165],[-119.21088,40.79156],[-119.21088,40.79156],[-119.21107,40.79139],[-119.21107,40.79139],[-119.21126,40.79122],[-119.21126,40.79122],[-119.21143,40.79104],[-119.21144,40.79104],[-119.2116,40.79086],[-119.21161,40.79086],[-119.21177,40.79068],[-119.21177,40.79067],[-119.21192,40.79049],[-119.21192,40.79049],[-119.21195,40.79045],[-119.2132,40.791],[-119.21316,40.79105],[-119.21299,40.79126],[-119.21282,40.79145],[-119.21264,40.79165],[-119.21245,40.79184],[-119.21226,40.79203],[-119.21206,40.79221],[-119.21185,40.79239],[-119.21165,40.79254],[-119.21076,40.79177]],[[-119.21164,40.79062],[-119.21149,40.7908],[-119.21132,40.79098],[-119.21114,40.79115],[-119.21096,40.79132],[-119.21077,40.79149],[-119.21058,40.79165],[-119.21048,40.79173],[-119.2042,40.78696],[-119.20961,40.78284],[-119.20968,40.78279],[-119.20977,40.78272],[-119.20981,40.78274],[-119.20993,40.78283],[-119.21006,40.7829],[-119.2102,40.78297],[-119.21034,40.78304],[-119.21048,40.7831],[-119.21063,40.78315],[-119.21079,40.78319],[-119.21094,40.78323],[-119.2111,40.78326],[-119.21126,40.78329],[-119.21142,40.78331],[-119.21159,40.78332],[-119.21166,40.78332],[-119.21168,40.78334],[-119.21183,40.78353],[-119.21197,40.78372],[-119.21211,40.78391],[-119.21223,40.78411],[-119.21235,40.78431],[-119.21246,40.78452],[-119.21255,40.78472],[-119.21264,40.78493],[-119.21273,40.78514],[-119.2128,40.78535],[-119.21286,40.78557],[-119.21292,40.78578],[-119.21296,40.786],[-119.213,40.78622],[-119.21302,40.78643],[-119.21304,40.78665],[-119.21305,40.78687],[-119.21305,40.78709],[-119.21304,40.78731],[-119.21302,40.78753],[-119.21299,40.78775],[-119.21295,40.78797],[-119.2129,40.78818],[-119.21285,40.7884],[-119.21278,40.78861],[-119.21271,40.78882],[-119.21262,40.78903],[-119.21253,40.78924],[-119.21243,40.78945],[-119.21232,40.78965],[-119.2122,40.78985],[-119.21207,40.79005],[-119.21194,40.79024],[-119.2118,40.79043],[-119.21164,40.79062]],[[-119.20409,40.78688],[-119.19781,40.7821],[-119.19792,40.78203],[-119.19813,40.78188],[-119.19835,40.78173],[-119.19857,40.7816],[-119.1988,40.78146],[-119.19904,40.78134],[-119.19928,40.78122],[-119.19952,40.7811],[-119.19977,40.78099],[-119.20003,40.78089],[-119.20029,40.78079],[-119.20055,40.7807],[-119.20082,40.78062],[-119.20109,40.78054],[-119.20136,40.78047],[-119.20164,40.78041],[-119.20192,40.78035],[-119.2022,40.7803],[-119.20248,40.78026],[-119.20276,40.78022],[-119.20305,40.78019],[-119.20334,40.78017],[-119.20363,40.78016],[-119.20391,40.78015],[-119.2042,40.78015],[-119.20449,40.78015],[-119.20478,40.78017],[-119.20507,40.78019],[-119.20535,40.78022],[-119.20564,40.78025],[-119.20592,40.78029],[-119.2062,40.78034],[-119.20648,40.78039],[-119.20676,40.78046],[-119.20703,40.78052],[-119.2073,40.7806],[-119.20757,40.78068],[-119.20784,40.78077],[-119.2081,40.78086],[-119.20835,40.78097],[-119.2086,40.78107],[-119.20885,40.78119],[-119.20888,40.7812],[-119.20889,40.78132],[-119.20891,40.78145],[-119.20893,40.78157],[-119.20897,40.78169],[-119.20902,40.78181],[-119.20907,40.78193],[-119.20914,40.78204],[-119.20921,40.78215],[-119.20929,40.78226],[-119.20938,40.78237],[-119.20947,40.78247],[-119.20958,40.78257],[-119.20967,40.78264],[-119.20409,40.78688]],[[-119.19742,40.78214],[-119.19743,40.78215],[-119.19744,40.78217],[-119.19745,40.78218],[-119.19745,40.78219],[-119.19745,40.78221],[-119.19744,40.78222],[-119.19744,40.78223],[-119.19743,40.78224],[-119.19742,40.78226],[-119.19741,40.78226],[-119.1974,40.78227],[-119.19721,40.78243],[-119.19721,40.78243],[-119.19702,40.7826],[-119.19702,40.7826],[-119.19684,40.78278],[-119.19684,40.78278],[-119.19667,40.78296],[-119.19667,40.78296],[-119.1965,40.78314],[-119.1965,40.78314],[-119.19634,40.78333],[-119.19634,40.78333],[-119.19625,40.78345],[-119.195,40.7829],[-119.19515,40.7827],[-119.19532,40.7825],[-119.1955,40.78231],[-119.19569,40.78212],[-119.19588,40.78193],[-119.19608,40.78175],[-119.19629,40.78157],[-119.1965,40.78139],[-119.19654,40.78137],[-119.19742,40.78214]],[[-119.19618,40.78354],[-119.19605,40.78371],[-119.19605,40.78372],[-119.19592,40.78391],[-119.19592,40.78392],[-119.1958,40.78412],[-119.19579,40.78412],[-119.19568,40.78432],[-119.19568,40.78432],[-119.19557,40.78453],[-119.19557,40.78453],[-119.19547,40.78474],[-119.19547,40.78474],[-119.19538,40.78495],[-119.19538,40.78495],[-119.19532,40.78511],[-119.19393,40.78483],[-119.19399,40.78465],[-119.19409,40.78442],[-119.19419,40.7842],[-119.1943,40.78398],[-119.19442,40.78376],[-119.19455,40.78354],[-119.19469,40.78333],[-119.19484,40.78312],[-119.19493,40.783],[-119.19618,40.78354]],[[-119.19474,40.78308],[-119.19474,40.78308],[-119.19459,40.78329],[-119.19459,40.78329],[-119.19446,40.7835],[-119.19446,40.78351],[-119.19433,40.78372],[-119.19432,40.78373],[-119.1942,40.78395],[-119.1942,40.78395],[-119.19409,40.78417],[-119.19409,40.78417],[-119.19399,40.7844],[-119.19398,40.7844],[-119.19389,40.78463],[-119.19389,40.78463],[-119.19382,40.78481],[-119.19295,40.78463],[-119.19302,40.78444],[-119.19312,40.7842],[-119.19323,40.78397],[-119.19334,40.78373],[-119.19347,40.7835],[-119.1936,40.78327],[-119.19375,40.78305],[-119.1939,40.78282],[-119.19405,40.78261],[-119.19483,40.78295],[-119.19474,40.78308]],[[-119.1938,40.78278],[-119.1938,40.78278],[-119.19365,40.78301],[-119.19365,40.78301],[-119.19351,40.78324],[-119.1935,40.78324],[-119.19337,40.78347],[-119.19337,40.78347],[-119.19324,40.7837],[-119.19324,40.7837],[-119.19313,40.78394],[-119.19313,40.78394],[-119.19302,40.78418],[-119.19302,40.78418],[-119.19292,40.78442],[-119.19292,40.78442],[-119.19285,40.78461],[-119.19197,40.78443],[-119.19205,40.78423],[-119.19215,40.78398],[-119.19226,40.78373],[-119.19238,40.78349],[-119.19251,40.78325],[-119.19265,40.78301],[-119.1928,40.78277],[-119.19295,40.78254],[-119.19311,40.78231],[-119.19318,40.78223],[-119.19396,40.78257],[-119.1938,40.78278]],[[-119.19302,40.78227],[-119.19302,40.78227],[-119.19286,40.7825],[-119.19286,40.7825],[-119.1927,40.78273],[-119.1927,40.78273],[-119.19255,40.78297],[-119.19255,40.78297],[-119.19241,40.78321],[-119.19241,40.78321],[-119.19228,40.78346],[-119.19228,40.78346],[-119.19216,40.78371],[-119.19216,40.78371],[-119.19205,40.78395],[-119.19205,40.78396],[-119.19194,40.78421],[-119.19194,40.78421],[-119.19187,40.78441],[-119.191,40.78423],[-119.19108,40.78402],[-119.19118,40.78376],[-119.1913,40.7835],[-119.19142,40.78325],[-119.19155,40.783],[-119.19169,40.78275],[-119.19185,40.7825],[-119.192,40.78226],[-119.19217,40.78202],[-119.1923,40.78184],[-119.19308,40.78219],[-119.19302,40.78227]],[[-119.19208,40.78198],[-119.19208,40.78198],[-119.19191,40.78222],[-119.19191,40.78222],[-119.19175,40.78246],[-119.19175,40.78247],[-119.1916,40.78271],[-119.1916,40.78271],[-119.19145,40.78296],[-119.19145,40.78297],[-119.19132,40.78322],[-119.19132,40.78322],[-119.19119,40.78348],[-119.19119,40.78348],[-119.19108,40.78374],[-119.19108,40.78374],[-119.19097,40.784],[-119.19097,40.784],[-119.19089,40.78421],[-119.19002,40.78403],[-119.1901,40.78381],[-119.19021,40.78354],[-119.19033,40.78328],[-119.19046,40.78301],[-119.19059,40.78275],[-119.19074,40.78249],[-119.19089,40.78224],[-119.19105,40.78198],[-119.19122,40.78173],[-119.1914,40.78149],[-119.19142,40.78146],[-119.19221,40.7818],[-119.19208,40.78198]],[[-119.19113,40.78169],[-119.19113,40.78169],[-119.19096,40.78195],[-119.19096,40.78195],[-119.19079,40.7822],[-119.19079,40.7822],[-119.19064,40.78246],[-119.19064,40.78246],[-119.19049,40.78272],[-119.19049,40.78272],[-119.19036,40.78298],[-119.19036,40.78298],[-119.19023,40.78325],[-119.19023,40.78325],[-119.19011,40.78352],[-119.19011,40.78352],[-119.19,40.78379],[-119.19,40.78379],[-119.18992,40.78401],[-119.18835,40.78369],[-119.18843,40.78346],[-119.18855,40.78317],[-119.18867,40.78289],[-119.1888,40.78261],[-119.18894,40.78234],[-119.18909,40.78206],[-119.18925,40.78179],[-119.18942,40.78152],[-119.18959,40.78126],[-119.18978,40.78099],[-119.18992,40.7808],[-119.19133,40.78142],[-119.19131,40.78145],[-119.19131,40.78145],[-119.19113,40.78169]],[[-119.18889,40.78223],[-119.18884,40.7823],[-119.18884,40.7823],[-119.1887,40.78258],[-119.1887,40.78258],[-119.18857,40.78286],[-119.18857,40.78286],[-119.18844,40.78315],[-119.18844,40.78315],[-119.18833,40.78343],[-119.18833,40.78343],[-119.18824,40.78367],[-119.18737,40.78349],[-119.18746,40.78325],[-119.18758,40.78296],[-119.1877,40.78266],[-119.18784,40.78238],[-119.18798,40.78209],[-119.18805,40.78196],[-119.18889,40.78223]],[[-119.18788,40.78206],[-119.18788,40.78206],[-119.18774,40.78235],[-119.18774,40.78235],[-119.1876,40.78264],[-119.1876,40.78264],[-119.18747,40.78293],[-119.18747,40.78293],[-119.18736,40.78323],[-119.18736,40.78323],[-119.18727,40.78347],[-119.18639,40.78329],[-119.18649,40.78304],[-119.18661,40.78274],[-119.18674,40.78244],[-119.18688,40.78214],[-119.18702,40.78185],[-119.18712,40.78167],[-119.18795,40.78193],[-119.18788,40.78206]],[[-119.18692,40.78182],[-119.18692,40.78182],[-119.18677,40.78211],[-119.18677,40.78211],[-119.18663,40.78241],[-119.18663,40.78241],[-119.1865,40.78271],[-119.1865,40.78271],[-119.18638,40.78302],[-119.18638,40.78302],[-119.18629,40.78327],[-119.18542,40.78309],[-119.18551,40.78283],[-119.18564,40.78252],[-119.18577,40.78221],[-119.18591,40.78191],[-119.18606,40.78161],[-119.18618,40.78137],[-119.18702,40.78164],[-119.18692,40.78182]],[[-119.18596,40.78158],[-119.18596,40.78158],[-119.18581,40.78188],[-119.18581,40.78188],[-119.18567,40.78219],[-119.18567,40.78219],[-119.18553,40.7825],[-119.18553,40.7825],[-119.18541,40.78281],[-119.18541,40.78281],[-119.18531,40.78307],[-119.18479,40.78296],[-119.18489,40.7827],[-119.18501,40.78238],[-119.18515,40.78207],[-119.18529,40.78176],[-119.18544,40.78145],[-119.18558,40.78119],[-119.18608,40.78134],[-119.18596,40.78158]],[[-119.18534,40.78142],[-119.18534,40.78142],[-119.18519,40.78173],[-119.18519,40.78173],[-119.18504,40.78204],[-119.18504,40.78204],[-119.18491,40.78236],[-119.18491,40.78236],[-119.18478,40.78268],[-119.18478,40.78268],[-119.18468,40.78294],[-119.18416,40.78284],[-119.18426,40.78257],[-119.18439,40.78225],[-119.18453,40.78193],[-119.18467,40.78161],[-119.18483,40.7813],[-119.18498,40.781],[-119.18548,40.78115],[-119.18534,40.78142]],[[-119.18504,40.78089],[-119.18516,40.78067],[-119.18534,40.78037],[-119.18553,40.78007],[-119.18573,40.77977],[-119.18594,40.77947],[-119.18615,40.77918],[-119.18617,40.77915],[-119.18664,40.77936],[-119.18645,40.77962],[-119.18645,40.77962],[-119.18624,40.77991],[-119.18624,40.77991],[-119.18605,40.78021],[-119.18604,40.78021],[-119.18586,40.7805],[-119.18586,40.78051],[-119.18568,40.78081],[-119.18568,40.78081],[-119.18554,40.78105],[-119.18504,40.78089]],[[-119.18624,40.77906],[-119.18637,40.77889],[-119.1866,40.7786],[-119.18684,40.77832],[-119.18709,40.77804],[-119.18734,40.77777],[-119.18761,40.7775],[-119.18766,40.77744],[-119.18809,40.77769],[-119.18785,40.77794],[-119.18785,40.77794],[-119.1876,40.77821],[-119.1876,40.77821],[-119.18735,40.77848],[-119.18735,40.77848],[-119.18711,40.77876],[-119.18711,40.77876],[-119.18688,40.77904],[-119.18688,40.77904],[-119.18671,40.77926],[-119.18624,40.77906]],[[-119.18775,40.77735],[-119.18788,40.77723],[-119.18815,40.77697],[-119.18844,40.77671],[-119.18873,40.77646],[-119.18903,40.77621],[-119.18933,40.77597],[-119.18944,40.77589],[-119.18982,40.77618],[-119.18953,40.77641],[-119.18953,40.77641],[-119.18923,40.77665],[-119.18923,40.77665],[-119.18894,40.7769],[-119.18894,40.7769],[-119.18866,40.77715],[-119.18866,40.77715],[-119.18838,40.77741],[-119.18838,40.77741],[-119.18818,40.7776],[-119.18775,40.77735]],[[-119.18954,40.77581],[-119.18965,40.77573],[-119.18996,40.7755],[-119.19029,40.77527],[-119.19062,40.77505],[-119.19096,40.77484],[-119.1913,40.77463],[-119.19146,40.77453],[-119.19179,40.77486],[-119.19145,40.77506],[-119.19145,40.77506],[-119.19112,40.77527],[-119.19112,40.77527],[-119.19079,40.77549],[-119.19079,40.77549],[-119.19046,40.77571],[-119.19046,40.77571],[-119.19015,40.77594],[-119.19014,40.77594],[-119.18992,40.7761],[-119.18954,40.77581]],[[-119.19158,40.77447],[-119.19165,40.77442],[-119.19201,40.77422],[-119.19237,40.77403],[-119.19273,40.77384],[-119.19311,40.77366],[-119.19348,40.77348],[-119.19372,40.77338],[-119.19399,40.77373],[-119.19397,40.77374],[-119.19397,40.77375],[-119.19359,40.77391],[-119.19359,40.77392],[-119.19322,40.77409],[-119.19322,40.77409],[-119.19286,40.77427],[-119.19286,40.77427],[-119.1925,40.77446],[-119.1925,40.77446],[-119.19214,40.77466],[-119.19214,40.77466],[-119.19191,40.77479],[-119.19158,40.77447]],[[-119.19381,40.77334],[-119.19386,40.77332],[-119.19425,40.77315],[-119.19464,40.773],[-119.19503,40.77285],[-119.19543,40.7727],[-119.19583,40.77256],[-119.19616,40.77246],[-119.19636,40.77284],[-119.19631,40.77286],[-119.19631,40.77286],[-119.19591,40.77299],[-119.19591,40.77299],[-119.19551,40.77313],[-119.19551,40.77313],[-119.19512,40.77327],[-119.19512,40.77327],[-119.19473,40.77342],[-119.19473,40.77342],[-119.19435,40.77358],[-119.19435,40.77358],[-119.19409,40.77369],[-119.19381,40.77334]],[[-119.19622,40.77244],[-119.19624,40.77243],[-119.19665,40.77231],[-119.19706,40.77219],[-119.19748,40.77208],[-119.1979,40.77198],[-119.19832,40.77188],[-119.1987,40.7718],[-119.19884,40.7722],[-119.19878,40.77221],[-119.19878,40.77221],[-119.19836,40.7723],[-119.19836,40.7723],[-119.19795,40.7724],[-119.19795,40.7724],[-119.19753,40.7725],[-119.19753,40.7725],[-119.19712,40.77261],[-119.19712,40.77261],[-119.19671,40.77273],[-119.19671,40.77273],[-119.19643,40.77282],[-119.19622,40.77244]],[[-119.1988,40.77178],[-119.19918,40.77171],[-119.19961,40.77163],[-119.20004,40.77156],[-119.20047,40.7715],[-119.20091,40.77144],[-119.20134,40.77139],[-119.20136,40.77139],[-119.20143,40.7718],[-119.20135,40.77181],[-119.20135,40.77181],[-119.20092,40.77186],[-119.20091,40.77186],[-119.20049,40.77191],[-119.20048,40.77191],[-119.20006,40.77198],[-119.20006,40.77198],[-119.19963,40.77205],[-119.19963,40.77205],[-119.19921,40.77212],[-119.1992,40.77212],[-119.19894,40.77218],[-119.1988,40.77178]],[[-119.20143,40.77139],[-119.20178,40.77135],[-119.20222,40.77132],[-119.20266,40.77129],[-119.2031,40.77127],[-119.20354,40.77126],[-119.20398,40.77125],[-119.20402,40.77125],[-119.20402,40.77167],[-119.20396,40.77167],[-119.20396,40.77167],[-119.20352,40.77167],[-119.20352,40.77167],[-119.20309,40.77168],[-119.20308,40.77168],[-119.20265,40.77171],[-119.20265,40.77171],[-119.20221,40.77173],[-119.20221,40.77173],[-119.20178,40.77177],[-119.20178,40.77177],[-119.2015,40.77179],[-119.20143,40.77139]],[[-119.20417,40.77125],[-119.20442,40.77126],[-119.20487,40.77126],[-119.20531,40.77128],[-119.20575,40.7713],[-119.20619,40.77133],[-119.20663,40.77137],[-119.20675,40.77139],[-119.20668,40.77179],[-119.20657,40.77178],[-119.20657,40.77178],[-119.20614,40.77174],[-119.20614,40.77174],[-119.2057,40.77171],[-119.2057,40.77171],[-119.20527,40.77169],[-119.20527,40.77169],[-119.20483,40.77168],[-119.20483,40.77168],[-119.20439,40.77167],[-119.20439,40.77167],[-119.20417,40.77167],[-119.20417,40.77125]],[[-119.20683,40.77139],[-119.20706,40.77142],[-119.2075,40.77147],[-119.20793,40.77153],[-119.20837,40.77159],[-119.2088,40.77167],[-119.20923,40.77175],[-119.20939,40.77178],[-119.20925,40.77218],[-119.20914,40.77215],[-119.20914,40.77215],[-119.20872,40.77208],[-119.20872,40.77207],[-119.20829,40.772],[-119.20829,40.772],[-119.20786,40.77194],[-119.20786,40.77194],[-119.20743,40.77188],[-119.20743,40.77188],[-119.207,40.77183],[-119.207,40.77183],[-119.20675,40.7718],[-119.20683,40.77139]],[[-119.20949,40.7718],[-119.20965,40.77183],[-119.21008,40.77193],[-119.2105,40.77203],[-119.21092,40.77213],[-119.21133,40.77225],[-119.21174,40.77237],[-119.21196,40.77244],[-119.21176,40.77282],[-119.21163,40.77278],[-119.21163,40.77278],[-119.21122,40.77266],[-119.21122,40.77266],[-119.21081,40.77254],[-119.21081,40.77254],[-119.2104,40.77244],[-119.2104,40.77244],[-119.20998,40.77234],[-119.20998,40.77234],[-119.20956,40.77224],[-119.20956,40.77224],[-119.20935,40.7722],[-119.20949,40.7718]],[[-119.21203,40.77246],[-119.21215,40.7725],[-119.21255,40.77263],[-119.21296,40.77277],[-119.21335,40.77292],[-119.21374,40.77307],[-119.21413,40.77323],[-119.21436,40.77333],[-119.21409,40.77369],[-119.21398,40.77364],[-119.21398,40.77364],[-119.2136,40.77348],[-119.2136,40.77348],[-119.21322,40.77333],[-119.21321,40.77333],[-119.21282,40.77318],[-119.21282,40.77318],[-119.21243,40.77304],[-119.21243,40.77304],[-119.21203,40.77291],[-119.21203,40.77291],[-119.21182,40.77284],[-119.21203,40.77246]],[[-119.21461,40.77328],[-119.21461,40.77328],[-119.21457,40.77327],[-119.2154,40.77218],[-119.21545,40.7722],[-119.21553,40.77222],[-119.21561,40.77223],[-119.21569,40.77223],[-119.21578,40.77223],[-119.21586,40.77222],[-119.21594,40.7722],[-119.21601,40.77217],[-119.21608,40.77214],[-119.21615,40.77211],[-119.21621,40.77206],[-119.21626,40.77202],[-119.21631,40.77197],[-119.21635,40.77191],[-119.21638,40.77185],[-119.2164,40.77179],[-119.21641,40.77173],[-119.21641,40.77171],[-119.21645,40.77171],[-119.21659,40.77173],[-119.21674,40.77175],[-119.21688,40.77178],[-119.21703,40.77181],[-119.21716,40.77185],[-119.2173,40.7719],[-119.21743,40.77195],[-119.21756,40.77201],[-119.21768,40.77207],[-119.2178,40.77214],[-119.21791,40.77221],[-119.21802,40.77229],[-119.22056,40.77422],[-119.21592,40.77391],[-119.21574,40.77382],[-119.21537,40.77363],[-119.21499,40.77345],[-119.21461,40.77328]],[[-119.22059,40.77433],[-119.21877,40.77572],[-119.21851,40.77552],[-119.21818,40.77529],[-119.21785,40.77506],[-119.21752,40.77484],[-119.21751,40.77484],[-119.21717,40.77462],[-119.21682,40.77441],[-119.21647,40.77421],[-119.21615,40.77404],[-119.22059,40.77433]],[[-119.22069,40.77441],[-119.22084,40.77571],[-119.21894,40.77584],[-119.21888,40.77579],[-119.22069,40.77441]],[[-119.22084,40.77443],[-119.23209,40.78298],[-119.23221,40.78305],[-119.23233,40.78312],[-119.23246,40.78318],[-119.2326,40.78323],[-119.23267,40.78326],[-119.22421,40.78282],[-119.22416,40.78269],[-119.22404,40.78237],[-119.2239,40.78204],[-119.22376,40.78172],[-119.22361,40.7814],[-119.22361,40.7814],[-119.22345,40.78109],[-119.22328,40.78078],[-119.2231,40.78047],[-119.22291,40.78016],[-119.22272,40.77985],[-119.22252,40.77955],[-119.2223,40.77926],[-119.22217,40.77908],[-119.2236,40.77846],[-119.22361,40.77847],[-119.22367,40.77852],[-119.22373,40.77856],[-119.2238,40.7786],[-119.22387,40.77863],[-119.22394,40.77865],[-119.22402,40.77867],[-119.2241,40.77868],[-119.22419,40.77868],[-119.22427,40.77868],[-119.22435,40.77867],[-119.22443,40.77865],[-119.2245,40.77863],[-119.22458,40.7786],[-119.22464,40.77856],[-119.2247,40.77852],[-119.22476,40.77847],[-119.2248,40.77842],[-119.22484,40.77836],[-119.22487,40.77831],[-119.22489,40.77824],[-119.22491,40.77818],[-119.22491,40.77812],[-119.2249,40.77806],[-119.22488,40.778],[-119.22486,40.77794],[-119.22482,40.77788],[-119.22478,40.77783],[-119.22473,40.77778],[-119.22467,40.77773],[-119.22461,40.77769],[-119.22454,40.77766],[-119.22447,40.77763],[-119.22439,40.77761],[-119.22431,40.77759],[-119.22423,40.77759],[-119.22414,40.77759],[-119.22406,40.77759],[-119.22398,40.77761],[-119.2239,40.77763],[-119.22383,40.77766],[-119.22376,40.77769],[-119.2237,40.77773],[-119.22364,40.77778],[-119.22359,40.77783],[-119.22355,40.77788],[-119.22351,40.77794],[-119.22349,40.778],[-119.22347,40.77806],[-119.22346,40.77812],[-119.22347,40.77818],[-119.22348,40.77824],[-119.2235,40.77831],[-119.22353,40.77836],[-119.2221,40.77899],[-119.22208,40.77896],[-119.22208,40.77896],[-119.22185,40.77867],[-119.22162,40.77838],[-119.22137,40.7781],[-119.22125,40.77797],[-119.22084,40.77443]],[[-119.2241,40.78305],[-119.22421,40.78338],[-119.2243,40.78371],[-119.22439,40.78403],[-119.22447,40.78436],[-119.22454,40.7847],[-119.22457,40.78488],[-119.22403,40.78493],[-119.224,40.78474],[-119.224,40.78474],[-119.22393,40.78441],[-119.22393,40.78441],[-119.22385,40.78409],[-119.22385,40.78409],[-119.22377,40.78376],[-119.22377,40.78376],[-119.22367,40.78344],[-119.22367,40.78344],[-119.22357,40.78312],[-119.22356,40.78312],[-119.22354,40.78304],[-119.22406,40.78293],[-119.2241,40.78305]],[[-119.22346,40.78314],[-119.22356,40.78346],[-119.22366,40.78378],[-119.22375,40.7841],[-119.22382,40.78443],[-119.22389,40.78475],[-119.22392,40.78494],[-119.22339,40.785],[-119.22335,40.7848],[-119.22335,40.7848],[-119.22328,40.78448],[-119.22328,40.78448],[-119.22321,40.78416],[-119.22321,40.78416],[-119.22312,40.78384],[-119.22312,40.78384],[-119.22303,40.78352],[-119.22303,40.78352],[-119.22292,40.7832],[-119.22292,40.7832],[-119.22291,40.78316],[-119.22343,40.78306],[-119.22346,40.78314]],[[-119.22404,40.78499],[-119.22458,40.78493],[-119.2246,40.78503],[-119.22464,40.78536],[-119.22468,40.7857],[-119.22472,40.78603],[-119.22474,40.78637],[-119.22475,40.7867],[-119.22475,40.7869],[-119.22421,40.7869],[-119.22421,40.78673],[-119.22421,40.78672],[-119.2242,40.78639],[-119.2242,40.78639],[-119.22418,40.78606],[-119.22418,40.78606],[-119.22415,40.78573],[-119.22415,40.78573],[-119.22411,40.7854],[-119.22411,40.7854],[-119.22406,40.78507],[-119.22406,40.78507],[-119.22404,40.78499]],[[-119.22395,40.78508],[-119.224,40.78541],[-119.22404,40.78574],[-119.22407,40.78607],[-119.22409,40.7864],[-119.2241,40.78673],[-119.2241,40.7869],[-119.22356,40.7869],[-119.22356,40.78675],[-119.22356,40.78675],[-119.22355,40.78642],[-119.22355,40.78642],[-119.22353,40.7861],[-119.22353,40.7861],[-119.2235,40.78577],[-119.2235,40.78577],[-119.22346,40.78545],[-119.22346,40.78545],[-119.22341,40.78512],[-119.22341,40.78512],[-119.2234,40.78505],[-119.22393,40.785],[-119.22395,40.78508]],[[-119.2233,40.78513],[-119.22335,40.78546],[-119.22339,40.78578],[-119.22342,40.7861],[-119.22344,40.78643],[-119.22345,40.78675],[-119.22345,40.7869],[-119.22255,40.7869],[-119.22255,40.78689],[-119.22255,40.78689],[-119.22254,40.78658],[-119.22254,40.78658],[-119.22253,40.78626],[-119.22253,40.78626],[-119.2225,40.78594],[-119.2225,40.78594],[-119.22247,40.78563],[-119.22247,40.78563],[-119.22242,40.78531],[-119.22242,40.78531],[-119.22239,40.78515],[-119.22329,40.78506],[-119.2233,40.78513]],[[-119.22231,40.78532],[-119.22236,40.78563],[-119.22239,40.78595],[-119.22242,40.78626],[-119.22243,40.78658],[-119.22244,40.78689],[-119.22244,40.7869],[-119.22184,40.7869],[-119.22182,40.78686],[-119.2218,40.78682],[-119.22176,40.78678],[-119.22172,40.78675],[-119.22168,40.78672],[-119.22162,40.7867],[-119.22157,40.78669],[-119.22153,40.78668],[-119.22152,40.78641],[-119.22152,40.78641],[-119.2215,40.78611],[-119.2215,40.78611],[-119.22147,40.7858],[-119.22147,40.7858],[-119.22143,40.78549],[-119.22143,40.78549],[-119.22139,40.78525],[-119.22229,40.78516],[-119.22231,40.78532]],[[-119.22132,40.7855],[-119.22136,40.78581],[-119.22139,40.78611],[-119.22141,40.78642],[-119.22142,40.78668],[-119.2214,40.78669],[-119.22134,40.7867],[-119.22129,40.78672],[-119.22124,40.78675],[-119.2212,40.78678],[-119.22117,40.78682],[-119.22115,40.78686],[-119.22113,40.7869],[-119.22053,40.7869],[-119.22053,40.78686],[-119.22053,40.78686],[-119.22052,40.78656],[-119.22052,40.78656],[-119.2205,40.78626],[-119.2205,40.78626],[-119.22047,40.78597],[-119.22047,40.78596],[-119.22044,40.78567],[-119.22044,40.78567],[-119.22039,40.78537],[-119.22039,40.78537],[-119.22039,40.78535],[-119.22128,40.78526],[-119.22132,40.7855]],[[-119.22029,40.78538],[-119.22033,40.78568],[-119.22037,40.78597],[-119.22039,40.78627],[-119.22041,40.78656],[-119.22042,40.78686],[-119.22042,40.7869],[-119.21879,40.7869],[-119.21879,40.78683],[-119.21879,40.78683],[-119.21878,40.78655],[-119.21878,40.78655],[-119.21876,40.78626],[-119.21876,40.78626],[-119.21874,40.78598],[-119.21874,40.78598],[-119.2187,40.7857],[-119.2187,40.7857],[-119.21865,40.78542],[-119.21865,40.78542],[-119.2186,40.78514],[-119.2186,40.78514],[-119.21853,40.78486],[-119.21853,40.78486],[-119.21846,40.78458],[-119.21846,40.78458],[-119.21837,40.7843],[-119.21837,40.7843],[-119.2183,40.7841],[-119.21987,40.78378],[-119.21992,40.78392],[-119.22001,40.78421],[-119.2201,40.7845],[-119.22017,40.78479],[-119.22023,40.78509],[-119.22029,40.78538]],[[-119.21827,40.78432],[-119.21835,40.7846],[-119.21842,40.78487],[-119.21849,40.78515],[-119.21855,40.78543],[-119.21859,40.78571],[-119.21863,40.78599],[-119.21866,40.78627],[-119.21867,40.78655],[-119.21868,40.78683],[-119.21868,40.7869],[-119.21778,40.7869],[-119.21778,40.78687],[-119.21778,40.78687],[-119.21777,40.7866],[-119.21777,40.78659],[-119.21776,40.78632],[-119.21776,40.78632],[-119.21773,40.78605],[-119.21773,40.78605],[-119.21769,40.78578],[-119.21769,40.78577],[-119.21765,40.7855],[-119.21765,40.7855],[-119.21759,40.78523],[-119.21759,40.78523],[-119.21753,40.78496],[-119.21753,40.78496],[-119.21745,40.78469],[-119.21745,40.78469],[-119.21737,40.78443],[-119.21737,40.78443],[-119.21733,40.7843],[-119.2182,40.78412],[-119.21827,40.78432]],[[-119.21727,40.78445],[-119.21735,40.78471],[-119.21742,40.78498],[-119.21749,40.78525],[-119.21754,40.78551],[-119.21759,40.78578],[-119.21762,40.78605],[-119.21765,40.78633],[-119.21766,40.7866],[-119.21767,40.78687],[-119.21767,40.7869],[-119.21677,40.7869],[-119.21676,40.78664],[-119.21676,40.78664],[-119.21675,40.78638],[-119.21675,40.78638],[-119.21672,40.78612],[-119.21672,40.78611],[-119.21669,40.78585],[-119.21669,40.78585],[-119.21664,40.78559],[-119.21664,40.78559],[-119.21659,40.78533],[-119.21659,40.78533],[-119.21653,40.78507],[-119.21653,40.78507],[-119.21645,40.78481],[-119.21645,40.78481],[-119.21637,40.78456],[-119.21637,40.78456],[-119.21635,40.7845],[-119.21722,40.78432],[-119.21727,40.78445]],[[-119.21627,40.78458],[-119.21635,40.78483],[-119.21642,40.78509],[-119.21648,40.78534],[-119.21654,40.7856],[-119.21658,40.78586],[-119.21661,40.78612],[-119.21664,40.78638],[-119.21666,40.78664],[-119.21666,40.7869],[-119.21606,40.7869],[-119.21604,40.78686],[-119.21602,40.78682],[-119.21598,40.78678],[-119.21594,40.78675],[-119.2159,40.78672],[-119.21585,40.7867],[-119.21579,40.78669],[-119.21575,40.78668],[-119.21574,40.78643],[-119.21574,40.78643],[-119.21571,40.78618],[-119.21571,40.78618],[-119.21568,40.78593],[-119.21568,40.78593],[-119.21564,40.78568],[-119.21564,40.78568],[-119.21559,40.78543],[-119.21559,40.78543],[-119.21552,40.78518],[-119.21552,40.78518],[-119.21545,40.78494],[-119.21545,40.78494],[-119.21537,40.7847],[-119.21625,40.78452],[-119.21627,40.78458]],[[-119.21535,40.78495],[-119.21542,40.7852],[-119.21548,40.78544],[-119.21553,40.78569],[-119.21557,40.78594],[-119.21561,40.78619],[-119.21563,40.78644],[-119.21565,40.78668],[-119.21562,40.78669],[-119.21556,40.7867],[-119.21551,40.78672],[-119.21547,40.78675],[-119.21543,40.78678],[-119.21539,40.78682],[-119.21537,40.78686],[-119.21536,40.78688],[-119.21475,40.78685],[-119.21474,40.78673],[-119.21474,40.78673],[-119.21473,40.78649],[-119.21473,40.78649],[-119.21471,40.78625],[-119.21471,40.78625],[-119.21467,40.78601],[-119.21467,40.78601],[-119.21463,40.78577],[-119.21463,40.78577],[-119.21458,40.78553],[-119.21458,40.78553],[-119.21452,40.7853],[-119.21452,40.7853],[-119.21445,40.78506],[-119.21445,40.78506],[-119.2144,40.7849],[-119.21527,40.78472],[-119.21535,40.78495]],[[-119.21435,40.78508],[-119.21442,40.78531],[-119.21448,40.78555],[-119.21453,40.78578],[-119.21457,40.78602],[-119.2146,40.78626],[-119.21462,40.78649],[-119.21464,40.78673],[-119.21464,40.78684],[-119.21329,40.78677],[-119.21327,40.78677],[-119.21325,40.78677],[-119.21324,40.78676],[-119.21322,40.78675],[-119.21321,40.78674],[-119.2132,40.78673],[-119.21319,40.78672],[-119.21319,40.7867],[-119.21319,40.78669],[-119.21319,40.78669],[-119.21319,40.78665],[-119.21319,40.78665],[-119.21317,40.78643],[-119.21317,40.78643],[-119.21314,40.78621],[-119.21314,40.7862],[-119.2131,40.78598],[-119.2131,40.78598],[-119.21306,40.78576],[-119.21306,40.78576],[-119.213,40.78554],[-119.213,40.78554],[-119.21294,40.78533],[-119.21294,40.78533],[-119.2129,40.7852],[-119.21429,40.78492],[-119.21435,40.78508]],[[-119.21287,40.78512],[-119.21287,40.78511],[-119.21286,40.78511],[-119.21278,40.7849],[-119.21278,40.7849],[-119.21269,40.78469],[-119.21269,40.78468],[-119.21259,40.78448],[-119.21259,40.78448],[-119.21248,40.78427],[-119.21248,40.78427],[-119.21236,40.78407],[-119.21236,40.78406],[-119.21224,40.78387],[-119.21224,40.78386],[-119.2121,40.78367],[-119.2121,40.78367],[-119.21206,40.78361],[-119.21206,40.78361],[-119.21205,40.78359],[-119.21205,40.78358],[-119.21205,40.78357],[-119.21205,40.78355],[-119.21206,40.78354],[-119.21207,40.78353],[-119.21208,40.78352],[-119.21209,40.78351],[-119.21326,40.783],[-119.21333,40.78309],[-119.21348,40.7833],[-119.21362,40.78351],[-119.21375,40.78373],[-119.21387,40.78395],[-119.21398,40.78417],[-119.21409,40.7844],[-119.21418,40.78462],[-119.21427,40.78484],[-119.21287,40.78512]],[[-119.21284,40.78304],[-119.21269,40.78308],[-119.21254,40.78312],[-119.21239,40.78315],[-119.21223,40.78318],[-119.21207,40.7832],[-119.21191,40.78321],[-119.21175,40.78321],[-119.21159,40.78321],[-119.21143,40.7832],[-119.21127,40.78318],[-119.21112,40.78315],[-119.21096,40.78312],[-119.21081,40.78308],[-119.21066,40.78304],[-119.21052,40.78299],[-119.21037,40.78293],[-119.21024,40.78286],[-119.21011,40.78279],[-119.21066,40.78223],[-119.21077,40.78228],[-119.21088,40.78234],[-119.21099,40.78238],[-119.21111,40.78242],[-119.21124,40.78245],[-119.21136,40.78248],[-119.21149,40.78249],[-119.21162,40.7825],[-119.21175,40.78251],[-119.21188,40.7825],[-119.21201,40.78249],[-119.21214,40.78248],[-119.21227,40.78245],[-119.21239,40.78242],[-119.21251,40.78238],[-119.21263,40.78234],[-119.21269,40.78231],[-119.21284,40.78248],[-119.21301,40.78268],[-119.21318,40.78288],[-119.21319,40.7829],[-119.21313,40.78293],[-119.21299,40.78298],[-119.21284,40.78304]],[[-119.20957,40.78238],[-119.20955,40.78236],[-119.20946,40.78226],[-119.20937,40.78215],[-119.2093,40.78205],[-119.20923,40.78194],[-119.20918,40.78182],[-119.20913,40.78171],[-119.20909,40.78159],[-119.20906,40.78147],[-119.20904,40.78135],[-119.20902,40.78123],[-119.20902,40.7811],[-119.20903,40.78098],[-119.20904,40.78086],[-119.20907,40.78074],[-119.20911,40.78062],[-119.20915,40.7805],[-119.2092,40.78039],[-119.20926,40.78028],[-119.20932,40.78019],[-119.20931,40.78019],[-119.20943,40.78004],[-119.20945,40.78005],[-119.20972,40.78018],[-119.20998,40.78031],[-119.21021,40.78042],[-119.21019,40.78045],[-119.21013,40.78054],[-119.21007,40.78063],[-119.21003,40.78072],[-119.20999,40.78082],[-119.20997,40.78091],[-119.20995,40.78101],[-119.20995,40.78111],[-119.20995,40.78121],[-119.20996,40.78131],[-119.20998,40.78141],[-119.21001,40.7815],[-119.21005,40.7816],[-119.2101,40.78169],[-119.21016,40.78178],[-119.21022,40.78186],[-119.21029,40.78195],[-119.21031,40.78196],[-119.20957,40.78238]],[[-119.20863,40.78088],[-119.20861,40.78089],[-119.2086,40.7809],[-119.20859,40.7809],[-119.20857,40.78091],[-119.20855,40.78091],[-119.20853,40.78091],[-119.20852,40.78091],[-119.2085,40.7809],[-119.2085,40.7809],[-119.20842,40.78087],[-119.20842,40.78087],[-119.20816,40.78077],[-119.20816,40.78077],[-119.2079,40.78067],[-119.20789,40.78067],[-119.20763,40.78058],[-119.20763,40.78058],[-119.20736,40.7805],[-119.20735,40.7805],[-119.20708,40.78042],[-119.20708,40.78042],[-119.2068,40.78035],[-119.2068,40.78035],[-119.20652,40.78029],[-119.20652,40.78029],[-119.2065,40.78028],[-119.20688,40.77922],[-119.20716,40.77929],[-119.20746,40.77936],[-119.20776,40.77944],[-119.20805,40.77952],[-119.20834,40.77962],[-119.20862,40.77972],[-119.2089,40.77982],[-119.20918,40.77993],[-119.2093,40.77999],[-119.20863,40.78088]],[[-119.2064,40.78026],[-119.20624,40.78023],[-119.20623,40.78023],[-119.20595,40.78018],[-119.20595,40.78018],[-119.20566,40.78014],[-119.20566,40.78014],[-119.20537,40.78011],[-119.20537,40.78011],[-119.20508,40.78008],[-119.20508,40.78008],[-119.20479,40.78006],[-119.20479,40.78006],[-119.2045,40.78004],[-119.2045,40.78004],[-119.20443,40.78004],[-119.20442,40.78004],[-119.2044,40.78004],[-119.20439,40.78003],[-119.20437,40.78003],[-119.20436,40.78002],[-119.20435,40.78001],[-119.20434,40.78],[-119.20434,40.77998],[-119.20433,40.77997],[-119.20424,40.77894],[-119.20439,40.77894],[-119.2047,40.77895],[-119.20501,40.77897],[-119.20532,40.77899],[-119.20563,40.77903],[-119.20594,40.77906],[-119.20625,40.77911],[-119.20656,40.77916],[-119.20677,40.7792],[-119.2064,40.78026]],[[-119.20385,40.77997],[-119.20385,40.77998],[-119.20385,40.77999],[-119.20384,40.78001],[-119.20383,40.78002],[-119.20381,40.78003],[-119.2038,40.78003],[-119.20378,40.78004],[-119.20376,40.78004],[-119.20374,40.78004],[-119.20374,40.78004],[-119.20362,40.78005],[-119.20362,40.78005],[-119.20333,40.78006],[-119.20332,40.78006],[-119.20303,40.78008],[-119.20303,40.78009],[-119.20274,40.78011],[-119.20274,40.78011],[-119.20245,40.78015],[-119.20245,40.78015],[-119.20217,40.78019],[-119.20216,40.7802],[-119.20188,40.78025],[-119.20188,40.78025],[-119.20179,40.78026],[-119.20142,40.7792],[-119.20159,40.77917],[-119.2019,40.77912],[-119.20221,40.77907],[-119.20251,40.77903],[-119.20282,40.779],[-119.20314,40.77897],[-119.20345,40.77895],[-119.20376,40.77894],[-119.20395,40.77894],[-119.20385,40.77997]],[[-119.20169,40.78029],[-119.2016,40.7803],[-119.2016,40.7803],[-119.20132,40.78037],[-119.20132,40.78037],[-119.20104,40.78044],[-119.20104,40.78044],[-119.20077,40.78052],[-119.20076,40.78052],[-119.20049,40.7806],[-119.20049,40.7806],[-119.20023,40.78069],[-119.20022,40.78069],[-119.19996,40.78079],[-119.19996,40.78079],[-119.1997,40.7809],[-119.1997,40.7809],[-119.19959,40.78094],[-119.19887,40.77999],[-119.19897,40.77995],[-119.19925,40.77984],[-119.19953,40.77973],[-119.19982,40.77963],[-119.2001,40.77954],[-119.2004,40.77945],[-119.20069,40.77937],[-119.20099,40.7793],[-119.20129,40.77923],[-119.20131,40.77922],[-119.20169,40.78029]],[[-119.1995,40.78099],[-119.19945,40.78101],[-119.19945,40.78101],[-119.1992,40.78112],[-119.1992,40.78112],[-119.19896,40.78125],[-119.19895,40.78125],[-119.19872,40.78137],[-119.19871,40.78138],[-119.19848,40.78151],[-119.19848,40.78151],[-119.19825,40.78165],[-119.19825,40.78165],[-119.19803,40.7818],[-119.19803,40.7818],[-119.19791,40.78188],[-119.19789,40.78189],[-119.19788,40.7819],[-119.19786,40.7819],[-119.19785,40.78191],[-119.19783,40.78191],[-119.19781,40.7819],[-119.1978,40.7819],[-119.19778,40.78189],[-119.19777,40.78189],[-119.19674,40.78121],[-119.19695,40.78106],[-119.19718,40.7809],[-119.19742,40.78075],[-119.19767,40.7806],[-119.19792,40.78046],[-119.19817,40.78032],[-119.19844,40.78019],[-119.1987,40.78007],[-119.19878,40.78003],[-119.1995,40.78099]],[[-119.19646,40.7813],[-119.19642,40.78134],[-119.19642,40.78134],[-119.19621,40.78151],[-119.19621,40.78151],[-119.196,40.78169],[-119.196,40.78169],[-119.1958,40.78188],[-119.19579,40.78188],[-119.1956,40.78207],[-119.1956,40.78207],[-119.19541,40.78226],[-119.19541,40.78226],[-119.19523,40.78246],[-119.19523,40.78246],[-119.19506,40.78266],[-119.19506,40.78266],[-119.1949,40.78286],[-119.19412,40.78252],[-119.19422,40.78239],[-119.1944,40.78218],[-119.19458,40.78197],[-119.19477,40.78176],[-119.19497,40.78156],[-119.19518,40.78137],[-119.19539,40.78118],[-119.19561,40.78099],[-119.19568,40.78094],[-119.19572,40.78096],[-119.19577,40.78098],[-119.19583,40.78099],[-119.19588,40.78099],[-119.19594,40.78099],[-119.196,40.78098],[-119.19605,40.78096],[-119.19606,40.78095],[-119.19646,40.7813]],[[-119.19531,40.78112],[-119.19531,40.78112],[-119.19509,40.78132],[-119.19509,40.78132],[-119.19488,40.78151],[-119.19488,40.78151],[-119.19468,40.78171],[-119.19468,40.78172],[-119.19449,40.78192],[-119.19449,40.78192],[-119.19431,40.78213],[-119.19431,40.78213],[-119.19413,40.78234],[-119.19413,40.78235],[-119.19403,40.78247],[-119.19325,40.78213],[-119.19329,40.78208],[-119.19347,40.78186],[-119.19365,40.78164],[-119.19385,40.78142],[-119.19405,40.78121],[-119.19426,40.781],[-119.19448,40.7808],[-119.19471,40.7806],[-119.19494,40.78041],[-119.19511,40.78028],[-119.19557,40.78058],[-119.19555,40.78062],[-119.19553,40.78066],[-119.19552,40.7807],[-119.19553,40.78075],[-119.19554,40.78079],[-119.19556,40.78083],[-119.19559,40.78087],[-119.1956,40.78088],[-119.19553,40.78094],[-119.19553,40.78094],[-119.19531,40.78112]],[[-119.19486,40.78035],[-119.19486,40.78036],[-119.19463,40.78055],[-119.19462,40.78055],[-119.1944,40.78075],[-119.1944,40.78075],[-119.19418,40.78095],[-119.19418,40.78095],[-119.19397,40.78116],[-119.19397,40.78116],[-119.19376,40.78137],[-119.19376,40.78138],[-119.19356,40.78159],[-119.19356,40.78159],[-119.19337,40.78181],[-119.19337,40.78181],[-119.19319,40.78204],[-119.19319,40.78204],[-119.19315,40.78209],[-119.19237,40.78175],[-119.19253,40.78155],[-119.19272,40.78132],[-119.19292,40.78109],[-119.19313,40.78087],[-119.19334,40.78065],[-119.19356,40.78044],[-119.19379,40.78023],[-119.19403,40.78003],[-119.19427,40.77983],[-119.19444,40.7797],[-119.19508,40.78018],[-119.19486,40.78035]],[[-119.1942,40.77977],[-119.1942,40.77977],[-119.19395,40.77997],[-119.19395,40.77997],[-119.19371,40.78018],[-119.19371,40.78018],[-119.19348,40.78039],[-119.19348,40.78039],[-119.19326,40.7806],[-119.19326,40.7806],[-119.19304,40.78082],[-119.19304,40.78082],[-119.19283,40.78104],[-119.19283,40.78104],[-119.19263,40.78127],[-119.19263,40.78127],[-119.19244,40.7815],[-119.19244,40.7815],[-119.19228,40.78171],[-119.1915,40.78136],[-119.19159,40.78124],[-119.19178,40.781],[-119.19199,40.78077],[-119.1922,40.78054],[-119.19241,40.78031],[-119.19264,40.78009],[-119.19287,40.77987],[-119.19311,40.77965],[-119.19336,40.77944],[-119.19362,40.77924],[-119.19373,40.77915],[-119.19437,40.77964],[-119.1942,40.77977]],[[-119.19354,40.77918],[-119.19354,40.77918],[-119.19328,40.77939],[-119.19328,40.77939],[-119.19303,40.7796],[-119.19303,40.7796],[-119.19279,40.77981],[-119.19279,40.77981],[-119.19256,40.78003],[-119.19256,40.78004],[-119.19233,40.78026],[-119.19233,40.78026],[-119.19211,40.78049],[-119.19211,40.78049],[-119.1919,40.78072],[-119.1919,40.78072],[-119.19169,40.78096],[-119.19169,40.78096],[-119.1915,40.7812],[-119.1915,40.7812],[-119.1914,40.78132],[-119.18999,40.7807],[-119.19017,40.78048],[-119.19038,40.78023],[-119.19059,40.77998],[-119.19082,40.77974],[-119.19105,40.7795],[-119.19129,40.77926],[-119.19153,40.77903],[-119.19179,40.77881],[-119.19205,40.77858],[-119.19231,40.77837],[-119.1925,40.77822],[-119.19365,40.77909],[-119.19354,40.77918]],[[-119.18983,40.78076],[-119.18968,40.78095],[-119.18968,40.78095],[-119.1895,40.78122],[-119.1895,40.78122],[-119.18932,40.78148],[-119.18932,40.78149],[-119.18915,40.78175],[-119.18915,40.78176],[-119.18899,40.78203],[-119.18899,40.78203],[-119.18894,40.78212],[-119.18811,40.78186],[-119.18814,40.78181],[-119.1883,40.78153],[-119.18847,40.78125],[-119.18865,40.78097],[-119.18884,40.7807],[-119.18903,40.78043],[-119.18905,40.78041],[-119.18983,40.78076]],[[-119.18874,40.78066],[-119.18874,40.78066],[-119.18855,40.78093],[-119.18855,40.78094],[-119.18837,40.78121],[-119.18837,40.78121],[-119.1882,40.78149],[-119.1882,40.78149],[-119.18804,40.78177],[-119.18804,40.78177],[-119.18801,40.78183],[-119.18717,40.78157],[-119.18718,40.78155],[-119.18735,40.78126],[-119.18752,40.78098],[-119.1877,40.78069],[-119.18789,40.78041],[-119.18809,40.78014],[-119.18817,40.78003],[-119.18895,40.78037],[-119.18894,40.78039],[-119.18894,40.78039],[-119.18874,40.78066]],[[-119.188,40.7801],[-119.188,40.7801],[-119.1878,40.78037],[-119.1878,40.78038],[-119.18761,40.78066],[-119.1876,40.78066],[-119.18742,40.78094],[-119.18742,40.78094],[-119.18725,40.78123],[-119.18725,40.78123],[-119.18708,40.78152],[-119.18708,40.78152],[-119.18707,40.78154],[-119.18624,40.78127],[-119.18639,40.78101],[-119.18657,40.78071],[-119.18675,40.78042],[-119.18695,40.78013],[-119.18715,40.77984],[-119.1873,40.77965],[-119.18808,40.77999],[-119.188,40.7801]],[[-119.18705,40.7798],[-119.18705,40.77981],[-119.18685,40.78009],[-119.18685,40.78009],[-119.18666,40.78038],[-119.18665,40.78038],[-119.18647,40.78068],[-119.18647,40.78068],[-119.18629,40.78097],[-119.18629,40.78097],[-119.18614,40.78124],[-119.18564,40.78108],[-119.18578,40.78084],[-119.18595,40.78054],[-119.18614,40.78024],[-119.18634,40.77995],[-119.18654,40.77966],[-119.18673,40.7794],[-119.1872,40.7796],[-119.18705,40.7798]],[[-119.18681,40.7793],[-119.18698,40.77908],[-119.1872,40.7788],[-119.18744,40.77853],[-119.18769,40.77825],[-119.18794,40.77799],[-119.18818,40.77774],[-119.18861,40.77799],[-119.18844,40.77816],[-119.18844,40.77816],[-119.18819,40.77842],[-119.18819,40.77842],[-119.18795,40.77869],[-119.18795,40.77869],[-119.18771,40.77896],[-119.18771,40.77896],[-119.18748,40.77924],[-119.18748,40.77924],[-119.18727,40.77951],[-119.18681,40.7793]],[[-119.18827,40.77765],[-119.18847,40.77746],[-119.18874,40.77721],[-119.18902,40.77695],[-119.18931,40.77671],[-119.18961,40.77647],[-119.1899,40.77624],[-119.19028,40.77653],[-119.19011,40.77667],[-119.19011,40.77667],[-119.18981,40.7769],[-119.18981,40.7769],[-119.18952,40.77715],[-119.18952,40.77715],[-119.18924,40.77739],[-119.18924,40.77739],[-119.18897,40.77764],[-119.18897,40.77764],[-119.1887,40.7779],[-119.1887,40.7779],[-119.1887,40.7779],[-119.18827,40.77765]],[[-119.19,40.77616],[-119.19022,40.776],[-119.19054,40.77577],[-119.19086,40.77555],[-119.19119,40.77534],[-119.19152,40.77513],[-119.19186,40.77492],[-119.19219,40.77525],[-119.19201,40.77535],[-119.19201,40.77535],[-119.19168,40.77556],[-119.19168,40.77556],[-119.19135,40.77577],[-119.19135,40.77577],[-119.19103,40.77599],[-119.19103,40.77599],[-119.19072,40.77621],[-119.19072,40.77621],[-119.19041,40.77643],[-119.19041,40.77644],[-119.19038,40.77645],[-119.19,40.77616]],[[-119.19197,40.77486],[-119.19221,40.77472],[-119.19256,40.77453],[-119.19292,40.77434],[-119.19328,40.77416],[-119.19365,40.77399],[-119.19402,40.77382],[-119.19405,40.77381],[-119.19432,40.77416],[-119.19413,40.77424],[-119.19413,40.77424],[-119.19377,40.77441],[-119.19376,40.77441],[-119.1934,40.77459],[-119.1934,40.77459],[-119.19305,40.77477],[-119.19305,40.77477],[-119.1927,40.77496],[-119.1927,40.77496],[-119.19235,40.77515],[-119.19235,40.77516],[-119.1923,40.77518],[-119.19197,40.77486]],[[-119.19414,40.77377],[-119.1944,40.77365],[-119.19478,40.7735],[-119.19517,40.77335],[-119.19556,40.7732],[-119.19595,40.77306],[-119.19635,40.77293],[-119.19641,40.77292],[-119.19661,40.7733],[-119.19642,40.77336],[-119.19642,40.77336],[-119.19603,40.77349],[-119.19603,40.77349],[-119.19564,40.77363],[-119.19564,40.77363],[-119.19526,40.77377],[-119.19526,40.77377],[-119.19488,40.77392],[-119.19488,40.77392],[-119.1945,40.77408],[-119.1945,40.77408],[-119.19441,40.77412],[-119.19414,40.77377]],[[-119.19647,40.7729],[-119.19675,40.77281],[-119.19716,40.77269],[-119.19757,40.77258],[-119.19798,40.77248],[-119.19839,40.77238],[-119.19881,40.77229],[-119.19886,40.77228],[-119.199,40.77268],[-119.19885,40.77271],[-119.19885,40.77271],[-119.19844,40.7728],[-119.19844,40.7728],[-119.19803,40.7729],[-119.19803,40.7729],[-119.19762,40.773],[-119.19762,40.773],[-119.19722,40.77311],[-119.19722,40.77311],[-119.19682,40.77323],[-119.19682,40.77323],[-119.19668,40.77328],[-119.19647,40.7729]],[[-119.19897,40.77226],[-119.19923,40.7722],[-119.19965,40.77213],[-119.20008,40.77206],[-119.2005,40.77199],[-119.20093,40.77194],[-119.20136,40.77189],[-119.20145,40.77188],[-119.20152,40.77229],[-119.20137,40.77231],[-119.20137,40.77231],[-119.20094,40.77235],[-119.20094,40.77235],[-119.20052,40.77241],[-119.20052,40.77241],[-119.2001,40.77247],[-119.2001,40.77247],[-119.19968,40.77254],[-119.19968,40.77255],[-119.19926,40.77262],[-119.19926,40.77262],[-119.19911,40.77265],[-119.19897,40.77226]],[[-119.20152,40.77188],[-119.20179,40.77185],[-119.20222,40.77181],[-119.20266,40.77179],[-119.20309,40.77177],[-119.20352,40.77175],[-119.20396,40.77175],[-119.20402,40.77175],[-119.20402,40.77216],[-119.20393,40.77216],[-119.20393,40.77216],[-119.2035,40.77217],[-119.2035,40.77217],[-119.20308,40.77218],[-119.20307,40.77218],[-119.20265,40.7722],[-119.20265,40.7722],[-119.20222,40.77223],[-119.20222,40.77223],[-119.20179,40.77226],[-119.20179,40.77226],[-119.20159,40.77228],[-119.20152,40.77188]],[[-119.20417,40.77175],[-119.20439,40.77175],[-119.20483,40.77176],[-119.20526,40.77177],[-119.20569,40.7718],[-119.20613,40.77183],[-119.20656,40.77186],[-119.20667,40.77188],[-119.2066,40.77228],[-119.2065,40.77227],[-119.2065,40.77227],[-119.20608,40.77224],[-119.20607,40.77224],[-119.20565,40.77221],[-119.20565,40.77221],[-119.20522,40.77218],[-119.20522,40.77218],[-119.20479,40.77217],[-119.20479,40.77217],[-119.20436,40.77216],[-119.20436,40.77216],[-119.20417,40.77216],[-119.20417,40.77175]],[[-119.20674,40.77188],[-119.20699,40.77191],[-119.20742,40.77196],[-119.20784,40.77202],[-119.20827,40.77208],[-119.20869,40.77216],[-119.20911,40.77223],[-119.20922,40.77226],[-119.20908,40.77265],[-119.20903,40.77264],[-119.20903,40.77264],[-119.20861,40.77256],[-119.20861,40.77256],[-119.20819,40.77249],[-119.20819,40.77249],[-119.20777,40.77243],[-119.20777,40.77243],[-119.20735,40.77237],[-119.20735,40.77237],[-119.20693,40.77232],[-119.20693,40.77232],[-119.20667,40.77229],[-119.20674,40.77188]],[[-119.20932,40.77228],[-119.20953,40.77232],[-119.20995,40.77241],[-119.21036,40.77251],[-119.21077,40.77262],[-119.21118,40.77273],[-119.21159,40.77285],[-119.21172,40.7729],[-119.21151,40.77328],[-119.21147,40.77326],[-119.21147,40.77326],[-119.21107,40.77314],[-119.21107,40.77314],[-119.21067,40.77303],[-119.21067,40.77303],[-119.21026,40.77292],[-119.21026,40.77292],[-119.20985,40.77282],[-119.20985,40.77282],[-119.20944,40.77273],[-119.20944,40.77273],[-119.20918,40.77268],[-119.20932,40.77228]],[[-119.21178,40.77292],[-119.21199,40.77298],[-119.21238,40.77311],[-119.21278,40.77325],[-119.21317,40.7734],[-119.21355,40.77355],[-119.21393,40.77371],[-119.21403,40.77376],[-119.21376,40.77411],[-119.2134,40.77396],[-119.2134,40.77396],[-119.21303,40.77381],[-119.21302,40.77381],[-119.21264,40.77366],[-119.21264,40.77366],[-119.21225,40.77352],[-119.21225,40.77352],[-119.21186,40.77339],[-119.21186,40.77339],[-119.21157,40.7733],[-119.21178,40.77292]],[[-119.21436,40.77381],[-119.21436,40.77381],[-119.21421,40.77374],[-119.21448,40.77338],[-119.21452,40.7734],[-119.21489,40.77357],[-119.21527,40.77375],[-119.21564,40.77393],[-119.216,40.77413],[-119.21636,40.77432],[-119.21661,40.77447],[-119.21628,40.77479],[-119.21618,40.77473],[-119.21617,40.77473],[-119.21582,40.77453],[-119.21582,40.77453],[-119.21547,40.77434],[-119.21546,40.77434],[-119.2151,40.77416],[-119.2151,40.77416],[-119.21474,40.77398],[-119.21473,40.77398],[-119.21436,40.77381]],[[-119.21672,40.77453],[-119.21706,40.77473],[-119.2174,40.77494],[-119.21773,40.77516],[-119.21806,40.77539],[-119.21838,40.77562],[-119.21865,40.77581],[-119.21826,40.7761],[-119.21816,40.77603],[-119.21816,40.77603],[-119.21785,40.7758],[-119.21784,40.7758],[-119.21752,40.77557],[-119.21752,40.77557],[-119.2172,40.77535],[-119.21719,40.77535],[-119.21686,40.77514],[-119.21686,40.77514],[-119.21652,40.77493],[-119.21652,40.77493],[-119.21639,40.77486],[-119.21672,40.77453]],[[-119.22086,40.77582],[-119.22108,40.77779],[-119.22086,40.77755],[-119.22059,40.77728],[-119.22031,40.77701],[-119.22003,40.77675],[-119.22003,40.77675],[-119.21974,40.7765],[-119.21944,40.77624],[-119.21914,40.776],[-119.21907,40.77594],[-119.22086,40.77582]],[[-119.22071,40.77763],[-119.22097,40.7779],[-119.22122,40.77818],[-119.22146,40.77846],[-119.2217,40.77874],[-119.22193,40.77903],[-119.22195,40.77906],[-119.22148,40.77926],[-119.22139,40.77915],[-119.22139,40.77915],[-119.22116,40.77887],[-119.22116,40.77886],[-119.22093,40.77859],[-119.22093,40.77858],[-119.22068,40.77831],[-119.22068,40.77831],[-119.22043,40.77804],[-119.22043,40.77804],[-119.22017,40.77777],[-119.22017,40.77777],[-119.22009,40.77769],[-119.22052,40.77744],[-119.22071,40.77763]],[[-119.22202,40.77915],[-119.22215,40.77932],[-119.22236,40.77962],[-119.22256,40.77992],[-119.22275,40.78022],[-119.22294,40.78052],[-119.22311,40.78083],[-119.22316,40.78092],[-119.22266,40.78108],[-119.22258,40.78092],[-119.22258,40.78092],[-119.2224,40.78062],[-119.2224,40.78062],[-119.22221,40.78032],[-119.22221,40.78032],[-119.22202,40.78002],[-119.22202,40.78002],[-119.22182,40.77973],[-119.22182,40.77973],[-119.22161,40.77944],[-119.22161,40.77943],[-119.22155,40.77936],[-119.22202,40.77915]],[[-119.22319,40.78097],[-119.22328,40.78114],[-119.22344,40.78145],[-119.22359,40.78177],[-119.22373,40.78209],[-119.22386,40.78241],[-119.22399,40.78273],[-119.22403,40.78285],[-119.22351,40.78296],[-119.22345,40.7828],[-119.22345,40.7828],[-119.22333,40.78248],[-119.22333,40.78248],[-119.2232,40.78216],[-119.22319,40.78216],[-119.22305,40.78185],[-119.22305,40.78185],[-119.2229,40.78154],[-119.2229,40.78154],[-119.22274,40.78123],[-119.22274,40.78123],[-119.22269,40.78113],[-119.22319,40.78097]],[[-119.22264,40.78126],[-119.2228,40.78157],[-119.22295,40.78188],[-119.22309,40.78219],[-119.22322,40.7825],[-119.22335,40.78282],[-119.2234,40.78298],[-119.22288,40.78308],[-119.22281,40.78289],[-119.22281,40.78289],[-119.22269,40.78258],[-119.22269,40.78258],[-119.22256,40.78227],[-119.22256,40.78227],[-119.22242,40.78196],[-119.22241,40.78196],[-119.22227,40.78165],[-119.22227,40.78165],[-119.22211,40.78135],[-119.22211,40.78135],[-119.22209,40.78132],[-119.22259,40.78116],[-119.22264,40.78126]],[[-119.22201,40.78138],[-119.22216,40.78168],[-119.22231,40.78199],[-119.22245,40.78229],[-119.22258,40.7826],[-119.22271,40.78291],[-119.22278,40.78311],[-119.2219,40.78328],[-119.22185,40.78313],[-119.22185,40.78313],[-119.22173,40.78283],[-119.22173,40.78283],[-119.2216,40.78253],[-119.2216,40.78252],[-119.22147,40.78223],[-119.22147,40.78222],[-119.22132,40.78193],[-119.22132,40.78193],[-119.22117,40.78163],[-119.22117,40.78163],[-119.22116,40.78161],[-119.22199,40.78135],[-119.22201,40.78138]],[[-119.2228,40.78319],[-119.22282,40.78322],[-119.22292,40.78354],[-119.22302,40.78386],[-119.2231,40.78417],[-119.22318,40.78449],[-119.22324,40.78481],[-119.22328,40.78501],[-119.22238,40.7851],[-119.22237,40.785],[-119.22237,40.78499],[-119.2223,40.78468],[-119.2223,40.78468],[-119.22223,40.78437],[-119.22223,40.78437],[-119.22215,40.78406],[-119.22215,40.78406],[-119.22206,40.78375],[-119.22206,40.78375],[-119.22196,40.78344],[-119.22196,40.78344],[-119.22193,40.78336],[-119.2228,40.78319]],[[-119.22185,40.78346],[-119.22195,40.78377],[-119.22204,40.78407],[-119.22213,40.78438],[-119.2222,40.78469],[-119.22226,40.78501],[-119.22228,40.78511],[-119.22138,40.7852],[-119.22138,40.78519],[-119.22138,40.78518],[-119.22132,40.78488],[-119.22132,40.78488],[-119.22125,40.78458],[-119.22125,40.78458],[-119.22118,40.78427],[-119.22118,40.78427],[-119.22109,40.78397],[-119.22109,40.78397],[-119.22099,40.78367],[-119.22099,40.78367],[-119.22096,40.78356],[-119.22183,40.78338],[-119.22185,40.78346]],[[-119.22089,40.78369],[-119.22098,40.78399],[-119.22107,40.78429],[-119.22115,40.78459],[-119.22122,40.78489],[-119.22127,40.7852],[-119.22128,40.78521],[-119.22038,40.7853],[-119.22034,40.78507],[-119.22034,40.78507],[-119.22027,40.78478],[-119.22027,40.78478],[-119.2202,40.78449],[-119.2202,40.78449],[-119.22012,40.78419],[-119.22012,40.78419],[-119.22003,40.7839],[-119.22003,40.7839],[-119.21998,40.78376],[-119.22085,40.78358],[-119.22089,40.78369]],[[-119.21985,40.7837],[-119.21828,40.78402],[-119.21818,40.78376],[-119.21818,40.78376],[-119.21807,40.78349],[-119.21807,40.78348],[-119.21795,40.78322],[-119.21794,40.78322],[-119.21782,40.78295],[-119.21782,40.78295],[-119.21768,40.78269],[-119.21768,40.78269],[-119.21753,40.78243],[-119.21753,40.78243],[-119.21738,40.78217],[-119.21737,40.78217],[-119.21721,40.78191],[-119.21721,40.78191],[-119.21704,40.78166],[-119.21704,40.78166],[-119.21686,40.78142],[-119.21826,40.7808],[-119.21834,40.7809],[-119.21852,40.78116],[-119.2187,40.78142],[-119.21887,40.78169],[-119.21904,40.78196],[-119.21919,40.78223],[-119.21933,40.78251],[-119.21947,40.78279],[-119.2196,40.78307],[-119.21971,40.78335],[-119.21982,40.78364],[-119.21985,40.7837]],[[-119.21694,40.7817],[-119.21711,40.78195],[-119.21728,40.7822],[-119.21743,40.78246],[-119.21758,40.78272],[-119.21771,40.78298],[-119.21784,40.78324],[-119.21796,40.78351],[-119.21807,40.78378],[-119.21817,40.78404],[-119.2173,40.78422],[-119.21728,40.78416],[-119.21728,40.78416],[-119.21718,40.7839],[-119.21718,40.7839],[-119.21707,40.78364],[-119.21707,40.78364],[-119.21695,40.78338],[-119.21695,40.78338],[-119.21682,40.78312],[-119.21682,40.78312],[-119.21668,40.78287],[-119.21668,40.78287],[-119.21654,40.78262],[-119.21654,40.78262],[-119.21638,40.78237],[-119.21638,40.78237],[-119.21622,40.78213],[-119.21622,40.78213],[-119.21605,40.78189],[-119.21605,40.78189],[-119.21598,40.7818],[-119.21676,40.78146],[-119.21694,40.7817]],[[-119.21595,40.78193],[-119.21612,40.78217],[-119.21628,40.78241],[-119.21644,40.78265],[-119.21658,40.7829],[-119.21672,40.78315],[-119.21685,40.78341],[-119.21696,40.78367],[-119.21707,40.78392],[-119.21717,40.78418],[-119.21719,40.78424],[-119.21632,40.78442],[-119.21628,40.7843],[-119.21628,40.7843],[-119.21618,40.78405],[-119.21618,40.78405],[-119.21607,40.7838],[-119.21607,40.7838],[-119.21595,40.78355],[-119.21595,40.78355],[-119.21583,40.78331],[-119.21583,40.78331],[-119.21569,40.78306],[-119.21569,40.78306],[-119.21555,40.78282],[-119.21554,40.78282],[-119.21539,40.78259],[-119.21539,40.78259],[-119.21523,40.78235],[-119.21523,40.78235],[-119.21511,40.78219],[-119.21589,40.78184],[-119.21595,40.78193]],[[-119.21514,40.78239],[-119.2153,40.78262],[-119.21545,40.78286],[-119.21559,40.7831],[-119.21573,40.78334],[-119.21585,40.78358],[-119.21597,40.78383],[-119.21608,40.78407],[-119.21618,40.78432],[-119.21622,40.78444],[-119.21535,40.78462],[-119.21528,40.78445],[-119.21528,40.78445],[-119.21518,40.78421],[-119.21518,40.78421],[-119.21508,40.78397],[-119.21508,40.78397],[-119.21496,40.78373],[-119.21496,40.78373],[-119.21483,40.7835],[-119.21483,40.7835],[-119.2147,40.78327],[-119.2147,40.78326],[-119.21456,40.78304],[-119.21456,40.78304],[-119.21441,40.78281],[-119.21441,40.78281],[-119.21425,40.78259],[-119.21425,40.78259],[-119.21423,40.78257],[-119.21501,40.78223],[-119.21514,40.78239]],[[-119.21415,40.78263],[-119.21431,40.78285],[-119.21446,40.78307],[-119.2146,40.7833],[-119.21473,40.78353],[-119.21486,40.78376],[-119.21497,40.78399],[-119.21508,40.78423],[-119.21518,40.78447],[-119.21524,40.78464],[-119.21437,40.78482],[-119.21429,40.7846],[-119.21429,40.7846],[-119.21419,40.78437],[-119.21419,40.78437],[-119.21408,40.78414],[-119.21408,40.78414],[-119.21397,40.78392],[-119.21397,40.78392],[-119.21385,40.7837],[-119.21385,40.7837],[-119.21372,40.78348],[-119.21372,40.78348],[-119.21358,40.78326],[-119.21357,40.78326],[-119.21343,40.78305],[-119.21343,40.78305],[-119.21335,40.78295],[-119.21414,40.78261],[-119.21415,40.78263]],[[-119.21328,40.78286],[-119.21327,40.78284],[-119.21327,40.78284],[-119.21311,40.78264],[-119.2131,40.78264],[-119.21293,40.78243],[-119.21293,40.78243],[-119.21278,40.78226],[-119.21351,40.78186],[-119.21363,40.78199],[-119.21381,40.7822],[-119.21399,40.78241],[-119.21406,40.78252],[-119.21328,40.78286]],[[-119.21264,40.78226],[-119.21261,40.78228],[-119.2125,40.78232],[-119.21238,40.78236],[-119.21226,40.78239],[-119.21213,40.78242],[-119.21201,40.78244],[-119.21188,40.78245],[-119.21175,40.78245],[-119.21162,40.78245],[-119.2115,40.78244],[-119.21137,40.78242],[-119.21125,40.78239],[-119.21113,40.78236],[-119.21101,40.78232],[-119.21089,40.78228],[-119.21079,40.78223],[-119.21071,40.78219],[-119.21119,40.7817],[-119.21122,40.78172],[-119.2113,40.78176],[-119.21139,40.78179],[-119.21147,40.78182],[-119.21157,40.78183],[-119.21166,40.78184],[-119.21175,40.78185],[-119.21184,40.78184],[-119.21194,40.78183],[-119.21203,40.78182],[-119.21212,40.78179],[-119.21215,40.78178],[-119.21228,40.78191],[-119.21248,40.78209],[-119.21264,40.78226]],[[-119.21037,40.78193],[-119.21033,40.78189],[-119.21026,40.78181],[-119.2102,40.78172],[-119.21015,40.78163],[-119.2101,40.78154],[-119.21007,40.78145],[-119.21004,40.78135],[-119.21003,40.78126],[-119.21002,40.78116],[-119.21002,40.78106],[-119.21003,40.78096],[-119.21005,40.78087],[-119.21008,40.78077],[-119.21012,40.78068],[-119.21017,40.78059],[-119.21023,40.7805],[-119.21027,40.78046],[-119.21049,40.78058],[-119.21074,40.78073],[-119.2109,40.78083],[-119.2109,40.78084],[-119.21086,40.78091],[-119.21084,40.78098],[-119.21082,40.78105],[-119.21081,40.78112],[-119.21082,40.78119],[-119.21083,40.78126],[-119.21085,40.78133],[-119.21088,40.7814],[-119.21092,40.78146],[-119.21096,40.78152],[-119.211,40.78156],[-119.21037,40.78193]],[[-119.2108,40.78067],[-119.2108,40.78067],[-119.21056,40.78052],[-119.21055,40.78052],[-119.21033,40.78039],[-119.21085,40.77983],[-119.21085,40.77983],[-119.21089,40.77985],[-119.21115,40.78],[-119.21141,40.78016],[-119.21166,40.78032],[-119.21182,40.78042],[-119.2118,40.78042],[-119.2117,40.78042],[-119.21161,40.78043],[-119.21152,40.78044],[-119.21143,40.78046],[-119.21134,40.78049],[-119.21126,40.78053],[-119.21118,40.78057],[-119.21111,40.78061],[-119.21105,40.78066],[-119.21099,40.78072],[-119.21095,40.78076],[-119.2108,40.78067]],[[-119.21027,40.78036],[-119.21004,40.78024],[-119.21004,40.78024],[-119.20978,40.78011],[-119.20978,40.78011],[-119.20951,40.77998],[-119.20951,40.77998],[-119.20948,40.77997],[-119.20993,40.77938],[-119.21007,40.77944],[-119.21035,40.77957],[-119.21062,40.77971],[-119.21079,40.7798],[-119.21027,40.78036]],[[-119.20936,40.77992],[-119.20923,40.77986],[-119.20923,40.77986],[-119.20895,40.77975],[-119.20895,40.77975],[-119.20867,40.77964],[-119.20867,40.77964],[-119.20838,40.77954],[-119.20838,40.77954],[-119.20809,40.77945],[-119.20809,40.77945],[-119.20779,40.77936],[-119.20779,40.77936],[-119.2075,40.77928],[-119.20749,40.77928],[-119.20719,40.77921],[-119.20719,40.77921],[-119.2069,40.77914],[-119.20714,40.77848],[-119.20736,40.77853],[-119.20768,40.7786],[-119.20799,40.77869],[-119.2083,40.77877],[-119.2086,40.77887],[-119.2089,40.77897],[-119.2092,40.77908],[-119.20949,40.77919],[-119.20978,40.77931],[-119.20981,40.77932],[-119.20936,40.77992]],[[-119.2068,40.77912],[-119.20658,40.77908],[-119.20658,40.77908],[-119.20627,40.77903],[-119.20627,40.77903],[-119.20596,40.77898],[-119.20596,40.77898],[-119.20565,40.77894],[-119.20565,40.77894],[-119.20534,40.77891],[-119.20534,40.77891],[-119.20502,40.77889],[-119.20502,40.77889],[-119.20471,40.77887],[-119.20471,40.77887],[-119.20439,40.77886],[-119.20439,40.77886],[-119.20423,40.77886],[-119.20419,40.77839],[-119.20421,40.77839],[-119.20426,40.77837],[-119.20431,40.77835],[-119.20435,40.77832],[-119.20439,40.77829],[-119.20442,40.77825],[-119.20444,40.77821],[-119.20445,40.77818],[-119.20477,40.77819],[-119.2051,40.7782],[-119.20543,40.77823],[-119.20576,40.77826],[-119.20608,40.7783],[-119.2064,40.77835],[-119.20673,40.7784],[-119.20703,40.77846],[-119.2068,40.77912]],[[-119.20375,40.77821],[-119.20377,40.77825],[-119.2038,40.77829],[-119.20383,40.77832],[-119.20388,40.77835],[-119.20393,40.77837],[-119.20398,40.77839],[-119.204,40.77839],[-119.20396,40.77886],[-119.20376,40.77886],[-119.20376,40.77886],[-119.20344,40.77887],[-119.20344,40.77887],[-119.20313,40.77889],[-119.20313,40.77889],[-119.20281,40.77892],[-119.20281,40.77892],[-119.2025,40.77895],[-119.2025,40.77895],[-119.20219,40.77899],[-119.20218,40.77899],[-119.20188,40.77904],[-119.20187,40.77904],[-119.20157,40.77909],[-119.20157,40.77909],[-119.20139,40.77912],[-119.20116,40.77846],[-119.20118,40.77845],[-119.2015,40.7784],[-119.20182,40.77834],[-119.20215,40.7783],[-119.20247,40.77826],[-119.2028,40.77823],[-119.20313,40.7782],[-119.20346,40.77818],[-119.20374,40.77818],[-119.20375,40.77821]],[[-119.20128,40.77914],[-119.20126,40.77915],[-119.20126,40.77915],[-119.20096,40.77922],[-119.20096,40.77922],[-119.20066,40.77929],[-119.20065,40.77929],[-119.20036,40.77937],[-119.20036,40.77937],[-119.20006,40.77946],[-119.20006,40.77946],[-119.19977,40.77955],[-119.19977,40.77955],[-119.19949,40.77965],[-119.19948,40.77966],[-119.1992,40.77976],[-119.1992,40.77976],[-119.19892,40.77988],[-119.19892,40.77988],[-119.19881,40.77992],[-119.19836,40.77933],[-119.19844,40.77929],[-119.19873,40.77917],[-119.19902,40.77906],[-119.19932,40.77895],[-119.19962,40.77885],[-119.19993,40.77876],[-119.20024,40.77867],[-119.20055,40.77859],[-119.20087,40.77852],[-119.20105,40.77848],[-119.20128,40.77914]],[[-119.19872,40.77996],[-119.19865,40.78],[-119.19865,40.78],[-119.19838,40.78012],[-119.19838,40.78012],[-119.19811,40.78025],[-119.19811,40.78025],[-119.19786,40.78039],[-119.19785,40.78039],[-119.1976,40.78053],[-119.1976,40.78054],[-119.19735,40.78068],[-119.19735,40.78069],[-119.19711,40.78084],[-119.19711,40.78084],[-119.19688,40.781],[-119.19687,40.781],[-119.19666,40.78116],[-119.1962,40.78085],[-119.19621,40.78083],[-119.19623,40.78079],[-119.19624,40.78075],[-119.19625,40.7807],[-119.19624,40.78066],[-119.19622,40.78062],[-119.1962,40.78058],[-119.19618,40.78056],[-119.19631,40.78046],[-119.19656,40.7803],[-119.19681,40.78014],[-119.19707,40.77998],[-119.19733,40.77983],[-119.1976,40.77969],[-119.19788,40.77955],[-119.19816,40.77942],[-119.19827,40.77937],[-119.19872,40.77996]],[[-119.19782,40.77948],[-119.19782,40.77948],[-119.19754,40.77962],[-119.19754,40.77962],[-119.19727,40.77977],[-119.19727,40.77977],[-119.197,40.77992],[-119.197,40.77992],[-119.19674,40.78007],[-119.19674,40.78007],[-119.19649,40.78023],[-119.19649,40.78024],[-119.19624,40.7804],[-119.19624,40.7804],[-119.1961,40.7805],[-119.19608,40.78048],[-119.19603,40.78046],[-119.19597,40.78045],[-119.19591,40.78044],[-119.19586,40.78044],[-119.1958,40.78045],[-119.19574,40.78046],[-119.19571,40.78048],[-119.19531,40.78013],[-119.19542,40.78004],[-119.19568,40.77986],[-119.19593,40.77969],[-119.1962,40.77952],[-119.19647,40.77936],[-119.19675,40.77921],[-119.19703,40.77906],[-119.19731,40.77891],[-119.19761,40.77877],[-119.19776,40.7787],[-119.19822,40.7793],[-119.1981,40.77935],[-119.1981,40.77935],[-119.19782,40.77948]],[[-119.19726,40.77884],[-119.19726,40.77884],[-119.19697,40.77899],[-119.19697,40.77899],[-119.19668,40.77914],[-119.19668,40.77914],[-119.1964,40.7793],[-119.1964,40.7793],[-119.19613,40.77946],[-119.19613,40.77946],[-119.19586,40.77963],[-119.19586,40.77963],[-119.1956,40.7798],[-119.1956,40.7798],[-119.19535,40.77998],[-119.19535,40.77998],[-119.19518,40.7801],[-119.19454,40.77962],[-119.19478,40.77944],[-119.19505,40.77926],[-119.19532,40.77908],[-119.19559,40.77891],[-119.19587,40.77874],[-119.19616,40.77858],[-119.19645,40.77842],[-119.19675,40.77827],[-119.19706,40.77813],[-119.19726,40.77804],[-119.19771,40.77863],[-119.19755,40.7787],[-119.19755,40.7787],[-119.19726,40.77884]],[[-119.197,40.77806],[-119.197,40.77806],[-119.19669,40.7782],[-119.19669,40.7782],[-119.19639,40.77835],[-119.19639,40.77836],[-119.1961,40.77851],[-119.1961,40.77851],[-119.19581,40.77868],[-119.19581,40.77868],[-119.19552,40.77884],[-119.19552,40.77884],[-119.19525,40.77902],[-119.19524,40.77902],[-119.19497,40.7792],[-119.19497,40.7792],[-119.19471,40.77938],[-119.19471,40.77938],[-119.19447,40.77956],[-119.19383,40.77907],[-119.19388,40.77904],[-119.19414,40.77884],[-119.19442,40.77865],[-119.1947,40.77847],[-119.19499,40.77829],[-119.19528,40.77812],[-119.19558,40.77795],[-119.19588,40.77779],[-119.19619,40.77764],[-119.1965,40.77749],[-119.19675,40.77737],[-119.1972,40.77797],[-119.197,40.77806]],[[-119.19645,40.77742],[-119.19644,40.77742],[-119.19613,40.77757],[-119.19613,40.77757],[-119.19582,40.77772],[-119.19582,40.77772],[-119.19551,40.77789],[-119.19551,40.77789],[-119.19521,40.77805],[-119.19521,40.77805],[-119.19492,40.77823],[-119.19492,40.77823],[-119.19463,40.77841],[-119.19463,40.77841],[-119.19435,40.77859],[-119.19435,40.77859],[-119.19407,40.77878],[-119.19407,40.77878],[-119.1938,40.77898],[-119.1938,40.77898],[-119.19375,40.77902],[-119.1926,40.77814],[-119.19287,40.77795],[-119.19315,40.77775],[-119.19345,40.77755],[-119.19375,40.77736],[-119.19405,40.77717],[-119.19436,40.77699],[-119.19468,40.77682],[-119.195,40.77665],[-119.19533,40.77649],[-119.19566,40.77633],[-119.19589,40.77623],[-119.1967,40.7773],[-119.19645,40.77742]],[[-119.19243,40.77816],[-119.19224,40.77831],[-119.19223,40.77831],[-119.19197,40.77853],[-119.19197,40.77853],[-119.1917,40.77875],[-119.1917,40.77875],[-119.19145,40.77898],[-119.19145,40.77898],[-119.1912,40.77921],[-119.1912,40.77921],[-119.1911,40.77931],[-119.19039,40.77889],[-119.19062,40.77866],[-119.19088,40.77843],[-119.19115,40.7782],[-119.19142,40.77797],[-119.19159,40.77783],[-119.19163,40.77785],[-119.19169,40.77787],[-119.19174,40.77788],[-119.1918,40.77788],[-119.19186,40.77788],[-119.19191,40.77787],[-119.19197,40.77785],[-119.192,40.77784],[-119.19243,40.77816]],[[-119.19102,40.7794],[-119.19096,40.77945],[-119.19096,40.77945],[-119.19073,40.77969],[-119.19073,40.77969],[-119.1905,40.77993],[-119.1905,40.77993],[-119.19029,40.78018],[-119.19029,40.78018],[-119.19008,40.78044],[-119.19008,40.78044],[-119.1899,40.78066],[-119.18912,40.78032],[-119.18924,40.78017],[-119.18945,40.77991],[-119.18967,40.77965],[-119.1899,40.7794],[-119.19013,40.77915],[-119.1903,40.77898],[-119.19102,40.7794]],[[-119.19004,40.7791],[-119.19004,40.7791],[-119.18981,40.77935],[-119.18981,40.77935],[-119.18958,40.7796],[-119.18958,40.7796],[-119.18936,40.77986],[-119.18936,40.77986],[-119.18914,40.78013],[-119.18914,40.78013],[-119.18903,40.78028],[-119.18824,40.77993],[-119.1883,40.77986],[-119.18851,40.77959],[-119.18874,40.77933],[-119.18897,40.77906],[-119.18921,40.77881],[-119.18945,40.77855],[-119.1895,40.77851],[-119.19021,40.77893],[-119.19004,40.7791]],[[-119.18912,40.77876],[-119.18912,40.77876],[-119.18888,40.77902],[-119.18888,40.77902],[-119.18865,40.77928],[-119.18865,40.77928],[-119.18842,40.77955],[-119.18842,40.77955],[-119.18821,40.77982],[-119.18821,40.77982],[-119.18815,40.77989],[-119.18737,40.77955],[-119.18758,40.77928],[-119.1878,40.77901],[-119.18804,40.77874],[-119.18828,40.77847],[-119.18853,40.77821],[-119.1887,40.77804],[-119.18941,40.77846],[-119.18937,40.7785],[-119.18937,40.7785],[-119.18912,40.77876]],[[-119.18878,40.77795],[-119.18879,40.77795],[-119.18905,40.7777],[-119.18932,40.77745],[-119.1896,40.7772],[-119.18989,40.77696],[-119.19018,40.77672],[-119.19036,40.77659],[-119.191,40.77708],[-119.19072,40.77729],[-119.19072,40.77729],[-119.19043,40.77752],[-119.19043,40.77752],[-119.19016,40.77776],[-119.19016,40.77776],[-119.18989,40.778],[-119.18989,40.778],[-119.18962,40.77825],[-119.18962,40.77825],[-119.1895,40.77837],[-119.18878,40.77795]],[[-119.19046,40.77651],[-119.19048,40.77649],[-119.19079,40.77627],[-119.1911,40.77605],[-119.19142,40.77583],[-119.19175,40.77562],[-119.19208,40.77542],[-119.19226,40.77532],[-119.1928,40.77586],[-119.19256,40.776],[-119.19256,40.776],[-119.19224,40.7762],[-119.19224,40.77621],[-119.19192,40.77641],[-119.19192,40.77641],[-119.19161,40.77662],[-119.19161,40.77662],[-119.19131,40.77684],[-119.19131,40.77684],[-119.1911,40.777],[-119.19046,40.77651]],[[-119.19237,40.77525],[-119.19242,40.77522],[-119.19276,40.77503],[-119.19311,40.77484],[-119.19346,40.77466],[-119.19382,40.77448],[-119.19419,40.77432],[-119.19437,40.77423],[-119.19482,40.77483],[-119.19462,40.77492],[-119.19462,40.77492],[-119.19426,40.77508],[-119.19426,40.77508],[-119.19391,40.77526],[-119.19391,40.77526],[-119.19357,40.77543],[-119.19357,40.77543],[-119.19323,40.77562],[-119.19323,40.77562],[-119.19292,40.77579],[-119.19237,40.77525]],[[-119.19446,40.77419],[-119.19456,40.77415],[-119.19493,40.774],[-119.19531,40.77385],[-119.19569,40.7737],[-119.19608,40.77356],[-119.19647,40.77343],[-119.19665,40.77337],[-119.197,40.77401],[-119.19685,40.77405],[-119.19685,40.77405],[-119.19647,40.77418],[-119.19647,40.77418],[-119.19609,40.77432],[-119.19609,40.77432],[-119.19572,40.77446],[-119.19572,40.77446],[-119.19535,40.7746],[-119.19535,40.7746],[-119.19498,40.77476],[-119.19498,40.77476],[-119.19492,40.77479],[-119.19446,40.77419]],[[-119.19672,40.77335],[-119.19686,40.77331],[-119.19726,40.77319],[-119.19766,40.77308],[-119.19806,40.77297],[-119.19847,40.77288],[-119.19888,40.77279],[-119.19903,40.77275],[-119.19927,40.77342],[-119.19922,40.77343],[-119.19922,40.77343],[-119.19882,40.77351],[-119.19882,40.77351],[-119.19842,40.77361],[-119.19842,40.77361],[-119.19802,40.77371],[-119.19802,40.77371],[-119.19763,40.77382],[-119.19763,40.77382],[-119.19724,40.77393],[-119.19724,40.77393],[-119.19707,40.77399],[-119.19672,40.77335]],[[-119.19914,40.77273],[-119.19929,40.7727],[-119.19971,40.77263],[-119.20012,40.77256],[-119.20054,40.77249],[-119.20096,40.77244],[-119.20138,40.77239],[-119.20153,40.77237],[-119.20165,40.77305],[-119.20126,40.77309],[-119.20126,40.77309],[-119.20085,40.77315],[-119.20085,40.77315],[-119.20044,40.77321],[-119.20044,40.77321],[-119.20003,40.77327],[-119.20003,40.77327],[-119.19962,40.77335],[-119.19962,40.77335],[-119.19937,40.7734],[-119.19914,40.77273]],[[-119.2016,40.77237],[-119.20181,40.77235],[-119.20223,40.77231],[-119.20266,40.77228],[-119.20308,40.77226],[-119.20351,40.77225],[-119.20393,40.77224],[-119.20402,40.77224],[-119.20402,40.77293],[-119.20376,40.77293],[-119.20375,40.77293],[-119.20334,40.77294],[-119.20334,40.77294],[-119.20292,40.77296],[-119.20292,40.77296],[-119.2025,40.77298],[-119.2025,40.77298],[-119.20209,40.77301],[-119.20209,40.77301],[-119.20172,40.77305],[-119.2016,40.77237]],[[-119.20417,40.77224],[-119.20436,40.77224],[-119.20479,40.77225],[-119.20521,40.77227],[-119.20564,40.77229],[-119.20606,40.77232],[-119.20649,40.77236],[-119.20658,40.77237],[-119.20647,40.77305],[-119.20626,40.77303],[-119.20626,40.77302],[-119.20584,40.77299],[-119.20584,40.77299],[-119.20542,40.77296],[-119.20542,40.77296],[-119.20501,40.77295],[-119.20501,40.77295],[-119.20459,40.77293],[-119.20459,40.77293],[-119.20417,40.77293],[-119.20417,40.77293],[-119.20417,40.77293],[-119.20417,40.77224]],[[-119.20666,40.77237],[-119.20691,40.7724],[-119.20733,40.77245],[-119.20775,40.77251],[-119.20817,40.77257],[-119.20859,40.77264],[-119.209,40.77272],[-119.20905,40.77273],[-119.20882,40.7734],[-119.20872,40.77338],[-119.20872,40.77338],[-119.20831,40.7733],[-119.20831,40.7733],[-119.20791,40.77323],[-119.2079,40.77323],[-119.2075,40.77317],[-119.20749,40.77317],[-119.20708,40.77311],[-119.20708,40.77311],[-119.20667,40.77307],[-119.20667,40.77307],[-119.20654,40.77305],[-119.20666,40.77237]],[[-119.20915,40.77275],[-119.20941,40.77281],[-119.20982,40.7729],[-119.21023,40.773],[-119.21063,40.77311],[-119.21103,40.77322],[-119.21143,40.77334],[-119.21147,40.77335],[-119.21112,40.77399],[-119.2111,40.77398],[-119.21109,40.77398],[-119.21071,40.77386],[-119.21071,40.77386],[-119.21031,40.77375],[-119.21031,40.77375],[-119.20992,40.77365],[-119.20992,40.77365],[-119.20952,40.77355],[-119.20952,40.77355],[-119.20912,40.77346],[-119.20912,40.77346],[-119.20892,40.77342],[-119.20915,40.77275]],[[-119.21153,40.77337],[-119.21182,40.77346],[-119.21221,40.7736],[-119.21259,40.77374],[-119.21298,40.77388],[-119.21335,40.77403],[-119.21371,40.77419],[-119.21326,40.77478],[-119.21298,40.77466],[-119.21298,40.77466],[-119.21261,40.77451],[-119.21261,40.77451],[-119.21224,40.77437],[-119.21224,40.77437],[-119.21186,40.77423],[-119.21186,40.77423],[-119.21148,40.7741],[-119.21148,40.7741],[-119.21119,40.77401],[-119.21153,40.77337]],[[-119.21389,40.77417],[-119.21416,40.77381],[-119.21431,40.77388],[-119.21468,40.77405],[-119.21504,40.77423],[-119.2154,40.77441],[-119.21576,40.7746],[-119.21611,40.7748],[-119.21621,40.77486],[-119.21588,40.77518],[-119.21558,40.77501],[-119.21558,40.77501],[-119.21523,40.77482],[-119.21523,40.77482],[-119.21487,40.77464],[-119.21487,40.77464],[-119.21451,40.77446],[-119.21451,40.77446],[-119.21415,40.77429],[-119.21415,40.77429],[-119.21389,40.77417]],[[-119.21633,40.77492],[-119.21645,40.775],[-119.21679,40.7752],[-119.21712,40.77542],[-119.21745,40.77563],[-119.21777,40.77586],[-119.21808,40.77609],[-119.21819,40.77616],[-119.2178,40.77645],[-119.21755,40.77626],[-119.21755,40.77626],[-119.21724,40.77604],[-119.21724,40.77604],[-119.21692,40.77582],[-119.21692,40.77582],[-119.21659,40.77561],[-119.21659,40.77561],[-119.21626,40.77541],[-119.21626,40.7754],[-119.216,40.77525],[-119.21633,40.77492]],[[-119.21837,40.77618],[-119.21875,40.77589],[-119.21901,40.77609],[-119.21931,40.77634],[-119.2196,40.77659],[-119.21989,40.77684],[-119.22017,40.7771],[-119.22044,40.77735],[-119.22001,40.7776],[-119.21991,40.77751],[-119.21991,40.77751],[-119.21964,40.77725],[-119.21963,40.77725],[-119.21935,40.77699],[-119.21935,40.77699],[-119.21907,40.77675],[-119.21907,40.77674],[-119.21877,40.7765],[-119.21877,40.7765],[-119.21847,40.77626],[-119.21847,40.77626],[-119.21837,40.77618]],[[-119.21839,40.77632],[-119.21869,40.77656],[-119.21899,40.7768],[-119.21927,40.77705],[-119.21955,40.7773],[-119.21982,40.77756],[-119.21992,40.77765],[-119.21949,40.7779],[-119.21929,40.77771],[-119.21929,40.77771],[-119.21902,40.77745],[-119.21901,40.77745],[-119.21874,40.77721],[-119.21874,40.77721],[-119.21845,40.77696],[-119.21845,40.77696],[-119.21816,40.77673],[-119.21816,40.77673],[-119.21791,40.77653],[-119.21829,40.77624],[-119.21839,40.77632]],[[-119.22001,40.77774],[-119.22009,40.77782],[-119.22035,40.77809],[-119.22059,40.77836],[-119.22084,40.77863],[-119.22107,40.77891],[-119.2213,40.77919],[-119.22138,40.7793],[-119.22091,40.77951],[-119.22076,40.77931],[-119.22076,40.77931],[-119.22053,40.77903],[-119.22053,40.77903],[-119.2203,40.77876],[-119.2203,40.77876],[-119.22006,40.77849],[-119.22006,40.77849],[-119.21981,40.77823],[-119.21981,40.77822],[-119.21958,40.77799],[-119.22001,40.77774]],[[-119.22145,40.7794],[-119.22151,40.77948],[-119.22172,40.77976],[-119.22192,40.78006],[-119.22212,40.78035],[-119.2223,40.78065],[-119.22248,40.78095],[-119.22256,40.78111],[-119.22206,40.78127],[-119.22194,40.78105],[-119.22194,40.78105],[-119.22176,40.78075],[-119.22176,40.78075],[-119.22158,40.78046],[-119.22158,40.78046],[-119.22139,40.78016],[-119.22139,40.78016],[-119.22119,40.77988],[-119.22119,40.77988],[-119.22099,40.7796],[-119.22145,40.7794]],[[-119.22109,40.77992],[-119.22129,40.7802],[-119.22148,40.78049],[-119.22167,40.78078],[-119.22184,40.78108],[-119.22196,40.7813],[-119.22113,40.78156],[-119.221,40.78134],[-119.221,40.78134],[-119.22083,40.78105],[-119.22083,40.78105],[-119.22065,40.78076],[-119.22065,40.78076],[-119.22046,40.78048],[-119.22046,40.78048],[-119.22027,40.7802],[-119.22027,40.7802],[-119.22011,40.77999],[-119.22089,40.77965],[-119.22109,40.77992]],[[-119.22017,40.78024],[-119.22037,40.78052],[-119.22056,40.7808],[-119.22073,40.78108],[-119.22091,40.78137],[-119.22103,40.78159],[-119.22019,40.78186],[-119.22007,40.78163],[-119.22007,40.78163],[-119.2199,40.78135],[-119.2199,40.78135],[-119.21973,40.78107],[-119.21973,40.78107],[-119.21954,40.7808],[-119.21954,40.7808],[-119.21935,40.78053],[-119.21935,40.78053],[-119.21923,40.78037],[-119.22002,40.78003],[-119.22017,40.78024]],[[-119.22106,40.78164],[-119.22107,40.78166],[-119.22122,40.78196],[-119.22136,40.78225],[-119.2215,40.78255],[-119.22163,40.78285],[-119.22175,40.78315],[-119.2218,40.78331],[-119.22093,40.78348],[-119.22089,40.78337],[-119.22089,40.78337],[-119.22077,40.78308],[-119.22077,40.78308],[-119.22065,40.78278],[-119.22065,40.78278],[-119.22052,40.78249],[-119.22052,40.78249],[-119.22038,40.7822],[-119.22038,40.7822],[-119.22023,40.78192],[-119.22023,40.78192],[-119.22022,40.78191],[-119.22106,40.78164]],[[-119.22013,40.78195],[-119.22028,40.78223],[-119.22042,40.78252],[-119.22055,40.78281],[-119.22067,40.7831],[-119.22078,40.7834],[-119.22082,40.7835],[-119.21995,40.78368],[-119.21993,40.78361],[-119.21993,40.78361],[-119.21982,40.78333],[-119.21982,40.78333],[-119.2197,40.78304],[-119.2197,40.78304],[-119.21957,40.78276],[-119.21957,40.78276],[-119.21943,40.78248],[-119.21943,40.78248],[-119.21929,40.7822],[-119.21929,40.7822],[-119.21929,40.7822],[-119.22012,40.78194],[-119.22013,40.78195]],[[-119.21926,40.78215],[-119.21913,40.78193],[-119.21913,40.78193],[-119.21897,40.78165],[-119.21897,40.78165],[-119.2188,40.78138],[-119.2188,40.78138],[-119.21862,40.78112],[-119.21862,40.78112],[-119.21843,40.78086],[-119.21843,40.78086],[-119.21836,40.78076],[-119.21914,40.78041],[-119.21925,40.78057],[-119.21945,40.78084],[-119.21963,40.78111],[-119.2198,40.78139],[-119.21997,40.78167],[-119.22009,40.78189],[-119.21926,40.78215]],[[-119.21819,40.7807],[-119.21679,40.78132],[-119.21667,40.78117],[-119.21667,40.78117],[-119.21647,40.78093],[-119.21647,40.78093],[-119.21627,40.78069],[-119.21627,40.78069],[-119.21605,40.78046],[-119.21605,40.78046],[-119.21583,40.78023],[-119.21583,40.78023],[-119.2156,40.78001],[-119.2156,40.78001],[-119.21537,40.77979],[-119.21537,40.77979],[-119.21512,40.77957],[-119.21512,40.77957],[-119.21487,40.77936],[-119.21487,40.77936],[-119.21462,40.77916],[-119.21462,40.77916],[-119.21454,40.77909],[-119.21569,40.77822],[-119.21577,40.77829],[-119.21604,40.7785],[-119.2163,40.77872],[-119.21656,40.77895],[-119.21681,40.77918],[-119.21705,40.77941],[-119.21728,40.77965],[-119.21751,40.77989],[-119.21773,40.78013],[-119.21794,40.78038],[-119.21814,40.78064],[-119.21819,40.7807]],[[-119.21454,40.77921],[-119.21479,40.77942],[-119.21504,40.77963],[-119.21528,40.77984],[-119.21552,40.78006],[-119.21575,40.78028],[-119.21596,40.78051],[-119.21618,40.78074],[-119.21638,40.78097],[-119.21658,40.78121],[-119.21669,40.78136],[-119.21591,40.78171],[-119.21587,40.78165],[-119.21587,40.78165],[-119.21568,40.78142],[-119.21568,40.78142],[-119.21548,40.78119],[-119.21548,40.78119],[-119.21528,40.78096],[-119.21528,40.78096],[-119.21507,40.78074],[-119.21507,40.78074],[-119.21485,40.78052],[-119.21485,40.78052],[-119.21462,40.78031],[-119.21462,40.78031],[-119.21439,40.7801],[-119.21439,40.7801],[-119.21415,40.7799],[-119.21415,40.77989],[-119.2139,40.7797],[-119.2139,40.7797],[-119.21382,40.77964],[-119.21446,40.77915],[-119.21454,40.77921]],[[-119.21519,40.78101],[-119.21539,40.78123],[-119.21559,40.78146],[-119.21577,40.78169],[-119.21582,40.78175],[-119.21503,40.78209],[-119.21488,40.7819],[-119.21488,40.7819],[-119.2147,40.78167],[-119.2147,40.78167],[-119.2145,40.78146],[-119.2145,40.78146],[-119.21442,40.78137],[-119.21515,40.78097],[-119.21519,40.78101]],[[-119.21441,40.7815],[-119.21461,40.78172],[-119.21479,40.78194],[-119.21494,40.78213],[-119.21416,40.78247],[-119.21408,40.78237],[-119.21408,40.78237],[-119.2139,40.78216],[-119.2139,40.78216],[-119.21372,40.78195],[-119.21372,40.78195],[-119.2136,40.78182],[-119.2136,40.78181],[-119.21433,40.78142],[-119.21441,40.7815]],[[-119.21344,40.78179],[-119.21347,40.78182],[-119.21347,40.78182],[-119.21273,40.78222],[-119.21256,40.78204],[-119.21256,40.78204],[-119.21237,40.78185],[-119.21237,40.78185],[-119.21224,40.78174],[-119.21228,40.78172],[-119.21235,40.78168],[-119.21242,40.78163],[-119.21249,40.78158],[-119.21254,40.78152],[-119.21259,40.78146],[-119.21263,40.78139],[-119.21266,40.78133],[-119.21268,40.78126],[-119.21269,40.78119],[-119.21269,40.78112],[-119.21269,40.78108],[-119.21283,40.7812],[-119.21304,40.78139],[-119.21324,40.78159],[-119.21344,40.78179]],[[-119.21353,40.78174],[-119.21353,40.78174],[-119.21333,40.78154],[-119.21333,40.78154],[-119.21312,40.78134],[-119.21312,40.78134],[-119.21291,40.78115],[-119.21291,40.78115],[-119.21269,40.78096],[-119.21269,40.78096],[-119.21265,40.78093],[-119.21264,40.78091],[-119.21261,40.78084],[-119.21256,40.78078],[-119.21251,40.78072],[-119.21246,40.78067],[-119.21303,40.78024],[-119.2131,40.78029],[-119.21334,40.78048],[-119.21357,40.78068],[-119.21379,40.78088],[-119.214,40.78108],[-119.21421,40.78129],[-119.21429,40.78137],[-119.21356,40.78177],[-119.21353,40.78174]],[[-119.21236,40.78059],[-119.21232,40.78057],[-119.21224,40.78053],[-119.21216,40.78049],[-119.21207,40.78046],[-119.21202,40.78045],[-119.21198,40.78042],[-119.21198,40.78042],[-119.21173,40.78026],[-119.21173,40.78025],[-119.21148,40.78009],[-119.21148,40.78009],[-119.21122,40.77994],[-119.21122,40.77994],[-119.21095,40.77978],[-119.21095,40.77978],[-119.21092,40.77976],[-119.21144,40.77921],[-119.21155,40.77926],[-119.21182,40.77942],[-119.21209,40.77959],[-119.21235,40.77975],[-119.21261,40.77993],[-119.21286,40.78011],[-119.21293,40.78016],[-119.21236,40.78059]],[[-119.21085,40.77973],[-119.21085,40.77973],[-119.21068,40.77964],[-119.21068,40.77964],[-119.21041,40.7795],[-119.2104,40.7795],[-119.21012,40.77937],[-119.21012,40.77936],[-119.20999,40.77931],[-119.21044,40.77871],[-119.21069,40.77882],[-119.21098,40.77897],[-119.21127,40.77911],[-119.21138,40.77917],[-119.21085,40.77973]],[[-119.20986,40.77925],[-119.20984,40.77924],[-119.20983,40.77924],[-119.20954,40.77912],[-119.20954,40.77912],[-119.20925,40.779],[-119.20925,40.779],[-119.20895,40.77889],[-119.20895,40.77889],[-119.20864,40.77879],[-119.20864,40.77879],[-119.20834,40.7787],[-119.20834,40.7787],[-119.20802,40.77861],[-119.20802,40.77861],[-119.20771,40.77853],[-119.20771,40.77853],[-119.20739,40.77845],[-119.20739,40.77845],[-119.20716,40.7784],[-119.2074,40.77774],[-119.20755,40.77777],[-119.20788,40.77785],[-119.20821,40.77793],[-119.20853,40.77802],[-119.20885,40.77811],[-119.20917,40.77822],[-119.20948,40.77833],[-119.20979,40.77844],[-119.2101,40.77856],[-119.21031,40.77866],[-119.20986,40.77925]],[[-119.20706,40.77838],[-119.20675,40.77832],[-119.20675,40.77832],[-119.20643,40.77827],[-119.20642,40.77827],[-119.2061,40.77822],[-119.2061,40.77822],[-119.20577,40.77818],[-119.20577,40.77818],[-119.20544,40.77815],[-119.20544,40.77815],[-119.20511,40.77812],[-119.20511,40.77812],[-119.20478,40.7781],[-119.20478,40.7781],[-119.20445,40.77809],[-119.20445,40.77808],[-119.20443,40.77803],[-119.20441,40.77799],[-119.20437,40.77796],[-119.20433,40.77792],[-119.20429,40.7779],[-119.20424,40.77788],[-119.20418,40.77786],[-119.20417,40.77786],[-119.20417,40.7774],[-119.2045,40.77741],[-119.20485,40.77742],[-119.20519,40.77744],[-119.20553,40.77747],[-119.20587,40.7775],[-119.20621,40.77754],[-119.20655,40.77759],[-119.20689,40.77764],[-119.20722,40.7777],[-119.20729,40.77772],[-119.20706,40.77838]],[[-119.20402,40.77786],[-119.20401,40.77786],[-119.20395,40.77788],[-119.2039,40.7779],[-119.20385,40.77792],[-119.20381,40.77796],[-119.20378,40.77799],[-119.20376,40.77803],[-119.20374,40.77808],[-119.20374,40.77809],[-119.20345,40.7781],[-119.20345,40.7781],[-119.20312,40.77812],[-119.20312,40.77812],[-119.20279,40.77814],[-119.20279,40.77814],[-119.20246,40.77818],[-119.20246,40.77818],[-119.20213,40.77822],[-119.20213,40.77822],[-119.2018,40.77826],[-119.2018,40.77826],[-119.20148,40.77831],[-119.20148,40.77831],[-119.20116,40.77837],[-119.20115,40.77838],[-119.20113,40.77838],[-119.20089,40.77772],[-119.20109,40.77768],[-119.20143,40.77762],[-119.20176,40.77757],[-119.2021,40.77752],[-119.20244,40.77749],[-119.20278,40.77745],[-119.20313,40.77743],[-119.20347,40.77741],[-119.20381,40.77741],[-119.20402,40.7774],[-119.20402,40.77786]],[[-119.20102,40.7784],[-119.20084,40.77844],[-119.20083,40.77844],[-119.20052,40.77852],[-119.20052,40.77852],[-119.2002,40.7786],[-119.2002,40.7786],[-119.19989,40.77868],[-119.19989,40.77868],[-119.19958,40.77878],[-119.19958,40.77878],[-119.19928,40.77888],[-119.19928,40.77888],[-119.19898,40.77899],[-119.19898,40.77899],[-119.19868,40.7791],[-119.19868,40.7791],[-119.19839,40.77922],[-119.19839,40.77922],[-119.19831,40.77926],[-119.19786,40.77866],[-119.1979,40.77864],[-119.19821,40.77852],[-119.19851,40.7784],[-119.19882,40.77828],[-119.19914,40.77818],[-119.19945,40.77808],[-119.19978,40.77798],[-119.2001,40.7779],[-119.20043,40.77782],[-119.20076,40.77775],[-119.20079,40.77774],[-119.20102,40.7784]],[[-119.2004,40.77774],[-119.2004,40.77774],[-119.20007,40.77782],[-119.20007,40.77782],[-119.19974,40.77791],[-119.19974,40.77791],[-119.19941,40.778],[-119.19941,40.778],[-119.19909,40.7781],[-119.19909,40.7781],[-119.19878,40.77821],[-119.19878,40.77821],[-119.19846,40.77832],[-119.19846,40.77832],[-119.19816,40.77844],[-119.19815,40.77844],[-119.19785,40.77857],[-119.19785,40.77857],[-119.1978,40.77859],[-119.19735,40.778],[-119.19736,40.77799],[-119.19768,40.77786],[-119.19799,40.77773],[-119.19832,40.77762],[-119.19864,40.7775],[-119.19897,40.7774],[-119.1993,40.7773],[-119.19964,40.77721],[-119.19998,40.77712],[-119.20032,40.77704],[-119.20053,40.777],[-119.20076,40.77766],[-119.20073,40.77767],[-119.20073,40.77767],[-119.2004,40.77774]],[[-119.19995,40.77704],[-119.19995,40.77704],[-119.1996,40.77713],[-119.1996,40.77713],[-119.19927,40.77722],[-119.19926,40.77722],[-119.19893,40.77732],[-119.19893,40.77732],[-119.1986,40.77743],[-119.1986,40.77743],[-119.19827,40.77754],[-119.19827,40.77754],[-119.19795,40.77766],[-119.19794,40.77766],[-119.19763,40.77779],[-119.19762,40.77779],[-119.19731,40.77792],[-119.19731,40.77792],[-119.1973,40.77792],[-119.19685,40.77733],[-119.19714,40.77721],[-119.19747,40.77707],[-119.1978,40.77695],[-119.19814,40.77683],[-119.19848,40.77672],[-119.19882,40.77661],[-119.19917,40.77652],[-119.19952,40.77642],[-119.19987,40.77634],[-119.20023,40.77626],[-119.20027,40.77625],[-119.2005,40.77692],[-119.20029,40.77696],[-119.20029,40.77696],[-119.19995,40.77704]],[[-119.19984,40.77626],[-119.19984,40.77626],[-119.19949,40.77635],[-119.19949,40.77635],[-119.19913,40.77644],[-119.19913,40.77644],[-119.19878,40.77654],[-119.19878,40.77654],[-119.19844,40.77664],[-119.19844,40.77664],[-119.1981,40.77676],[-119.19809,40.77676],[-119.19776,40.77687],[-119.19776,40.77688],[-119.19742,40.777],[-119.19742,40.777],[-119.19709,40.77713],[-119.19709,40.77713],[-119.19679,40.77726],[-119.19598,40.77619],[-119.196,40.77618],[-119.19634,40.77604],[-119.19668,40.7759],[-119.19703,40.77577],[-119.19739,40.77564],[-119.19775,40.77552],[-119.19811,40.77541],[-119.19847,40.77531],[-119.19884,40.77521],[-119.19921,40.77512],[-119.19959,40.77503],[-119.19982,40.77498],[-119.20024,40.77617],[-119.2002,40.77618],[-119.2002,40.77618],[-119.19984,40.77626]],[[-119.19583,40.77616],[-119.1956,40.77626],[-119.1956,40.77626],[-119.19527,40.77642],[-119.19527,40.77642],[-119.19494,40.77658],[-119.19494,40.77658],[-119.19462,40.77675],[-119.19462,40.77675],[-119.1943,40.77693],[-119.1943,40.77693],[-119.19415,40.77701],[-119.1936,40.77647],[-119.19382,40.77634],[-119.19415,40.77616],[-119.19449,40.77599],[-119.19482,40.77582],[-119.19517,40.77566],[-119.19538,40.77557],[-119.19583,40.77616]],[[-119.19404,40.77708],[-119.19399,40.77711],[-119.19398,40.77711],[-119.19368,40.7773],[-119.19368,40.7773],[-119.19338,40.77749],[-119.19338,40.77749],[-119.19308,40.77769],[-119.19308,40.77769],[-119.19279,40.77789],[-119.19279,40.77789],[-119.19253,40.77808],[-119.1921,40.77776],[-119.19213,40.77773],[-119.19215,40.77769],[-119.19216,40.77764],[-119.19216,40.7776],[-119.19215,40.77755],[-119.19214,40.77751],[-119.19211,40.77747],[-119.19209,40.77745],[-119.19227,40.77732],[-119.19257,40.77711],[-119.19288,40.77691],[-119.19319,40.77672],[-119.19349,40.77654],[-119.19404,40.77708]],[[-119.1915,40.77746],[-119.19149,40.77747],[-119.19146,40.77751],[-119.19145,40.77755],[-119.19144,40.7776],[-119.19144,40.77764],[-119.19145,40.77769],[-119.19147,40.77773],[-119.1915,40.77776],[-119.19151,40.77777],[-119.19134,40.77791],[-119.19134,40.77791],[-119.19107,40.77814],[-119.19106,40.77814],[-119.1908,40.77837],[-119.1908,40.77837],[-119.19054,40.77861],[-119.19054,40.77861],[-119.1903,40.77884],[-119.18959,40.77842],[-119.18971,40.7783],[-119.18997,40.77806],[-119.19024,40.77782],[-119.19051,40.77758],[-119.1908,40.77735],[-119.19107,40.77713],[-119.1915,40.77746]],[[-119.19117,40.77706],[-119.19138,40.7769],[-119.19169,40.77668],[-119.19199,40.77647],[-119.19231,40.77627],[-119.19263,40.77607],[-119.19287,40.77593],[-119.19342,40.77647],[-119.19312,40.77665],[-119.19312,40.77665],[-119.19281,40.77685],[-119.19281,40.77685],[-119.1925,40.77705],[-119.1925,40.77705],[-119.1922,40.77726],[-119.1922,40.77726],[-119.19202,40.77739],[-119.19199,40.77738],[-119.19194,40.77736],[-119.19189,40.77734],[-119.19183,40.77734],[-119.19177,40.77734],[-119.19171,40.77734],[-119.19166,40.77736],[-119.19161,40.77738],[-119.1916,40.77738],[-119.19117,40.77706]],[[-119.19298,40.77586],[-119.19329,40.77569],[-119.19363,40.7755],[-119.19397,40.77532],[-119.19432,40.77515],[-119.19468,40.77499],[-119.19488,40.7749],[-119.19533,40.77549],[-119.19511,40.77559],[-119.19511,40.77559],[-119.19477,40.77575],[-119.19477,40.77575],[-119.19443,40.77592],[-119.19442,40.77592],[-119.19409,40.77609],[-119.19409,40.77609],[-119.19376,40.77627],[-119.19376,40.77627],[-119.19353,40.7764],[-119.19298,40.77586]],[[-119.19497,40.77486],[-119.19503,40.77483],[-119.1954,40.77468],[-119.19577,40.77453],[-119.19614,40.77439],[-119.19651,40.77426],[-119.19689,40.77413],[-119.19704,40.77408],[-119.19739,40.77472],[-119.19728,40.77475],[-119.19728,40.77475],[-119.19691,40.77487],[-119.19691,40.77487],[-119.19654,40.775],[-119.19654,40.77501],[-119.19618,40.77514],[-119.19618,40.77514],[-119.19582,40.77528],[-119.19582,40.77529],[-119.19546,40.77543],[-119.19546,40.77543],[-119.19542,40.77545],[-119.19497,40.77486]],[[-119.19711,40.77406],[-119.19728,40.77401],[-119.19767,40.77389],[-119.19806,40.77379],[-119.19845,40.77369],[-119.19885,40.77359],[-119.19925,40.77351],[-119.19929,40.7735],[-119.19953,40.77416],[-119.19919,40.77423],[-119.19919,40.77423],[-119.1988,40.77432],[-119.1988,40.77432],[-119.19842,40.77442],[-119.19842,40.77442],[-119.19803,40.77452],[-119.19803,40.77452],[-119.19766,40.77463],[-119.19765,40.77463],[-119.19745,40.7747],[-119.19711,40.77406]],[[-119.1994,40.77348],[-119.19965,40.77343],[-119.20005,40.77335],[-119.20046,40.77329],[-119.20087,40.77323],[-119.20128,40.77318],[-119.20166,40.77313],[-119.20178,40.77381],[-119.20157,40.77384],[-119.20157,40.77384],[-119.20117,40.77389],[-119.20116,40.77389],[-119.20077,40.77394],[-119.20077,40.77394],[-119.20037,40.774],[-119.20037,40.774],[-119.19997,40.77407],[-119.19997,40.77407],[-119.19963,40.77414],[-119.1994,40.77348]],[[-119.20174,40.77313],[-119.2021,40.77309],[-119.20251,40.77306],[-119.20293,40.77304],[-119.20334,40.77302],[-119.20376,40.77301],[-119.20402,40.77301],[-119.20402,40.77347],[-119.20401,40.77347],[-119.20395,40.77349],[-119.2039,40.77351],[-119.20385,40.77353],[-119.20381,40.77356],[-119.20378,40.7736],[-119.20376,40.77364],[-119.20374,40.77368],[-119.20374,40.7737],[-119.20359,40.7737],[-119.20359,40.7737],[-119.20318,40.77372],[-119.20318,40.77372],[-119.20278,40.77373],[-119.20278,40.77373],[-119.20237,40.77376],[-119.20237,40.77376],[-119.20197,40.7738],[-119.20197,40.7738],[-119.20185,40.77381],[-119.20174,40.77313]],[[-119.20602,40.77378],[-119.20602,40.77378],[-119.20561,40.77375],[-119.20561,40.77375],[-119.20521,40.77372],[-119.20521,40.77372],[-119.2048,40.77371],[-119.2048,40.77371],[-119.20445,40.7737],[-119.20445,40.77368],[-119.20443,40.77364],[-119.20441,40.7736],[-119.20437,40.77356],[-119.20433,40.77353],[-119.20429,40.77351],[-119.20424,40.77349],[-119.20418,40.77347],[-119.20417,40.77347],[-119.20417,40.77301],[-119.20417,40.77301],[-119.20459,40.77302],[-119.205,40.77303],[-119.20542,40.77305],[-119.20583,40.77307],[-119.20624,40.77311],[-119.20645,40.77313],[-119.20633,40.77381],[-119.20602,40.77378]],[[-119.20652,40.77313],[-119.20666,40.77315],[-119.20707,40.77319],[-119.20747,40.77325],[-119.20788,40.77331],[-119.20829,40.77338],[-119.20869,40.77346],[-119.20879,40.77348],[-119.20856,40.77414],[-119.20841,40.77411],[-119.20841,40.77411],[-119.20802,40.77404],[-119.20802,40.77404],[-119.20762,40.77397],[-119.20762,40.77397],[-119.20722,40.77391],[-119.20722,40.77391],[-119.20682,40.77386],[-119.20682,40.77386],[-119.20642,40.77382],[-119.20642,40.77382],[-119.20641,40.77381],[-119.20652,40.77313]],[[-119.20889,40.7735],[-119.20909,40.77354],[-119.20949,40.77363],[-119.20989,40.77372],[-119.21028,40.77383],[-119.21067,40.77394],[-119.21105,40.77405],[-119.21108,40.77406],[-119.21073,40.7747],[-119.21072,40.77469],[-119.21072,40.77469],[-119.21034,40.77458],[-119.21034,40.77458],[-119.20996,40.77447],[-119.20996,40.77447],[-119.20958,40.77437],[-119.20958,40.77437],[-119.20919,40.77428],[-119.20919,40.77428],[-119.2088,40.77419],[-119.2088,40.77419],[-119.20866,40.77416],[-119.20889,40.7735]],[[-119.21115,40.77408],[-119.21144,40.77418],[-119.21181,40.77431],[-119.21219,40.77444],[-119.21256,40.77458],[-119.21293,40.77473],[-119.2132,40.77485],[-119.21275,40.77545],[-119.21255,40.77536],[-119.21255,40.77536],[-119.21219,40.77521],[-119.21219,40.77521],[-119.21183,40.77507],[-119.21183,40.77507],[-119.21147,40.77494],[-119.21146,40.77494],[-119.2111,40.77481],[-119.21109,40.77481],[-119.2108,40.77472],[-119.21115,40.77408]],[[-119.21338,40.77484],[-119.21383,40.77424],[-119.21409,40.77436],[-119.21446,40.77453],[-119.21481,40.7747],[-119.21517,40.77489],[-119.21551,40.77508],[-119.21582,40.77525],[-119.21527,40.77579],[-119.21509,40.77569],[-119.21509,40.77569],[-119.21475,40.7755],[-119.21475,40.7755],[-119.21441,40.77532],[-119.2144,40.77532],[-119.21406,40.77515],[-119.21405,40.77515],[-119.2137,40.77498],[-119.2137,40.77498],[-119.21338,40.77484]],[[-119.21593,40.77532],[-119.21619,40.77547],[-119.21652,40.77568],[-119.21685,40.77589],[-119.21716,40.7761],[-119.21747,40.77632],[-119.21773,40.77651],[-119.21709,40.777],[-119.21699,40.77692],[-119.21699,40.77692],[-119.21669,40.77671],[-119.21669,40.7767],[-119.21638,40.77649],[-119.21638,40.77649],[-119.21607,40.77628],[-119.21607,40.77628],[-119.21575,40.77608],[-119.21575,40.77608],[-119.21542,40.77588],[-119.21542,40.77588],[-119.21538,40.77586],[-119.21593,40.77532]],[[-119.21783,40.77659],[-119.21808,40.77678],[-119.21837,40.77702],[-119.21865,40.77726],[-119.21893,40.77751],[-119.2192,40.77776],[-119.2194,40.77795],[-119.21869,40.77837],[-119.21866,40.77835],[-119.21866,40.77834],[-119.2184,40.7781],[-119.2184,40.7781],[-119.21813,40.77785],[-119.21813,40.77785],[-119.21786,40.77761],[-119.21786,40.77761],[-119.21758,40.77738],[-119.21758,40.77738],[-119.21729,40.77715],[-119.21729,40.77715],[-119.21719,40.77708],[-119.21783,40.77659]],[[-119.21949,40.77804],[-119.21972,40.77827],[-119.21997,40.77854],[-119.22021,40.77881],[-119.22044,40.77908],[-119.22067,40.77935],[-119.22082,40.77955],[-119.22004,40.77989],[-119.21985,40.77965],[-119.21985,40.77965],[-119.21963,40.77938],[-119.21963,40.77938],[-119.2194,40.77912],[-119.2194,40.77912],[-119.21916,40.77886],[-119.21916,40.77885],[-119.21891,40.7786],[-119.21891,40.7786],[-119.21878,40.77846],[-119.21949,40.77804]],[[-119.21883,40.77865],[-119.21907,40.7789],[-119.21931,40.77916],[-119.21954,40.77943],[-119.21976,40.77969],[-119.21994,40.77993],[-119.21916,40.78028],[-119.21915,40.78026],[-119.21915,40.78026],[-119.21894,40.77999],[-119.21894,40.77999],[-119.21872,40.77973],[-119.21872,40.77973],[-119.2185,40.77948],[-119.2185,40.77948],[-119.21826,40.77922],[-119.21826,40.77922],[-119.21802,40.77898],[-119.21802,40.77898],[-119.21797,40.77893],[-119.21869,40.77851],[-119.21883,40.77865]],[[-119.21794,40.77902],[-119.21818,40.77927],[-119.21841,40.77952],[-119.21863,40.77978],[-119.21885,40.78004],[-119.21905,40.7803],[-119.21907,40.78032],[-119.21829,40.78066],[-119.21824,40.7806],[-119.21824,40.7806],[-119.21803,40.78034],[-119.21803,40.78034],[-119.21782,40.78009],[-119.21782,40.78009],[-119.2176,40.77984],[-119.2176,40.77984],[-119.21737,40.7796],[-119.21737,40.7796],[-119.21717,40.7794],[-119.21789,40.77898],[-119.21794,40.77902]],[[-119.21708,40.77931],[-119.21689,40.77912],[-119.21689,40.77912],[-119.21664,40.77889],[-119.21664,40.77889],[-119.21639,40.77867],[-119.21639,40.77867],[-119.21612,40.77845],[-119.21612,40.77845],[-119.21585,40.77823],[-119.21585,40.77823],[-119.21576,40.77816],[-119.21619,40.77784],[-119.21622,40.77785],[-119.21627,40.77787],[-119.21633,40.77788],[-119.21639,40.77788],[-119.21645,40.77788],[-119.2165,40.77787],[-119.21656,40.77785],[-119.2166,40.77783],[-119.21663,40.77786],[-119.21691,40.77808],[-119.21718,40.77831],[-119.21744,40.77854],[-119.21769,40.77878],[-119.2178,40.77889],[-119.21708,40.77931]],[[-119.21558,40.77814],[-119.21443,40.77902],[-119.21435,40.77896],[-119.21435,40.77895],[-119.21408,40.77876],[-119.21408,40.77876],[-119.21381,40.77857],[-119.21381,40.77857],[-119.21352,40.77839],[-119.21352,40.77838],[-119.21323,40.77821],[-119.21323,40.77821],[-119.21294,40.77803],[-119.21294,40.77803],[-119.21264,40.77787],[-119.21264,40.77786],[-119.21233,40.7777],[-119.21233,40.7777],[-119.21202,40.77755],[-119.21202,40.77755],[-119.2117,40.7774],[-119.2117,40.7774],[-119.2115,40.77731],[-119.21232,40.77624],[-119.2124,40.77628],[-119.21274,40.77643],[-119.21306,40.77659],[-119.21339,40.77676],[-119.21371,40.77693],[-119.21402,40.77711],[-119.21433,40.77729],[-119.21463,40.77748],[-119.21492,40.77767],[-119.21521,40.77787],[-119.2155,40.77808],[-119.21558,40.77814]],[[-119.21165,40.77747],[-119.21196,40.77762],[-119.21227,40.77777],[-119.21257,40.77793],[-119.21287,40.7781],[-119.21317,40.77827],[-119.21345,40.77845],[-119.21373,40.77863],[-119.21401,40.77882],[-119.21428,40.77901],[-119.21436,40.77908],[-119.21372,40.77956],[-119.21364,40.7795],[-119.21364,40.7795],[-119.21338,40.77931],[-119.21338,40.77931],[-119.21311,40.77913],[-119.21311,40.77913],[-119.21284,40.77895],[-119.21284,40.77895],[-119.21256,40.77878],[-119.21256,40.77878],[-119.21227,40.77861],[-119.21227,40.77861],[-119.21198,40.77845],[-119.21198,40.77845],[-119.21168,40.7783],[-119.21168,40.7783],[-119.21138,40.77815],[-119.21138,40.77815],[-119.21107,40.77801],[-119.21107,40.77801],[-119.211,40.77797],[-119.21145,40.77738],[-119.21165,40.77747]],[[-119.21221,40.77868],[-119.21249,40.77884],[-119.21277,40.77902],[-119.21304,40.77919],[-119.21331,40.77937],[-119.21357,40.77956],[-119.21366,40.77963],[-119.21302,40.78011],[-119.21293,40.78005],[-119.21293,40.78005],[-119.21268,40.77987],[-119.21268,40.77987],[-119.21242,40.77969],[-119.21242,40.77969],[-119.21216,40.77952],[-119.21216,40.77952],[-119.21189,40.77936],[-119.21189,40.77936],[-119.21161,40.7792],[-119.21161,40.7792],[-119.2115,40.77914],[-119.21203,40.77858],[-119.21221,40.77868]],[[-119.21373,40.77969],[-119.21382,40.77975],[-119.21407,40.77995],[-119.21431,40.78015],[-119.21454,40.78036],[-119.21476,40.78057],[-119.21498,40.78079],[-119.21511,40.78092],[-119.21438,40.78132],[-119.2143,40.78124],[-119.2143,40.78124],[-119.21409,40.78103],[-119.21409,40.78103],[-119.21387,40.78083],[-119.21387,40.78082],[-119.21365,40.78062],[-119.21365,40.78062],[-119.21342,40.78043],[-119.21342,40.78043],[-119.21318,40.78024],[-119.21318,40.78024],[-119.21309,40.78017],[-119.21373,40.77969]],[[-119.21144,40.77911],[-119.21133,40.77904],[-119.21133,40.77904],[-119.21104,40.7789],[-119.21104,40.7789],[-119.21075,40.77875],[-119.21075,40.77875],[-119.21049,40.77864],[-119.21094,40.77804],[-119.21102,40.77808],[-119.21132,40.77822],[-119.21162,40.77837],[-119.21192,40.77852],[-119.21197,40.77855],[-119.21144,40.77911]],[[-119.21037,40.77858],[-119.21015,40.77849],[-119.21015,40.77849],[-119.20984,40.77837],[-119.20984,40.77837],[-119.20953,40.77825],[-119.20953,40.77825],[-119.20921,40.77814],[-119.20921,40.77814],[-119.20889,40.77804],[-119.20889,40.77804],[-119.20857,40.77794],[-119.20857,40.77794],[-119.20825,40.77785],[-119.20824,40.77785],[-119.20792,40.77777],[-119.20791,40.77777],[-119.20758,40.77769],[-119.20758,40.77769],[-119.20743,40.77766],[-119.20766,40.777],[-119.20774,40.77701],[-119.20808,40.77709],[-119.20842,40.77717],[-119.20876,40.77726],[-119.20909,40.77736],[-119.20942,40.77746],[-119.20975,40.77757],[-119.21007,40.77769],[-119.21039,40.77781],[-119.21071,40.77794],[-119.21082,40.77799],[-119.21037,40.77858]],[[-119.20732,40.77764],[-119.20725,40.77762],[-119.20725,40.77762],[-119.20691,40.77756],[-119.20691,40.77756],[-119.20657,40.77751],[-119.20657,40.77751],[-119.20623,40.77746],[-119.20623,40.77746],[-119.20589,40.77742],[-119.20589,40.77742],[-119.20554,40.77738],[-119.20554,40.77738],[-119.2052,40.77736],[-119.2052,40.77736],[-119.20485,40.77734],[-119.20485,40.77734],[-119.20451,40.77733],[-119.20451,40.77733],[-119.20417,40.77732],[-119.20417,40.77663],[-119.20421,40.77663],[-119.20456,40.77664],[-119.20492,40.77665],[-119.20528,40.77667],[-119.20563,40.7767],[-119.20599,40.77674],[-119.20634,40.77678],[-119.20669,40.77683],[-119.20704,40.77688],[-119.20739,40.77694],[-119.20756,40.77698],[-119.20732,40.77764]],[[-119.20402,40.77732],[-119.20381,40.77732],[-119.20381,40.77732],[-119.20347,40.77733],[-119.20346,40.77733],[-119.20312,40.77735],[-119.20312,40.77735],[-119.20277,40.77737],[-119.20277,40.77737],[-119.20243,40.7774],[-119.20243,40.7774],[-119.20209,40.77744],[-119.20208,40.77744],[-119.20174,40.77749],[-119.20174,40.77749],[-119.2014,40.77754],[-119.2014,40.77754],[-119.20107,40.7776],[-119.20106,40.7776],[-119.20087,40.77764],[-119.20063,40.77698],[-119.20067,40.77697],[-119.20101,40.7769],[-119.20136,40.77685],[-119.20171,40.77679],[-119.20207,40.77675],[-119.20242,40.77671],[-119.20278,40.77668],[-119.20313,40.77666],[-119.20349,40.77664],[-119.20385,40.77664],[-119.20402,40.77664],[-119.20402,40.77732]],[[-119.20205,40.77667],[-119.20205,40.77667],[-119.2017,40.77671],[-119.20169,40.77671],[-119.20134,40.77676],[-119.20134,40.77676],[-119.20099,40.77682],[-119.20099,40.77682],[-119.20064,40.77689],[-119.20064,40.77689],[-119.2006,40.7769],[-119.20037,40.77623],[-119.20059,40.77619],[-119.20095,40.77613],[-119.20131,40.77607],[-119.20167,40.77602],[-119.20204,40.77598],[-119.20241,40.77594],[-119.20278,40.77591],[-119.20315,40.77589],[-119.20352,40.77587],[-119.20389,40.77587],[-119.20402,40.77587],[-119.20402,40.77655],[-119.20385,40.77655],[-119.20385,40.77655],[-119.20349,40.77656],[-119.20348,40.77656],[-119.20313,40.77658],[-119.20313,40.77658],[-119.20277,40.7766],[-119.20277,40.7766],[-119.20241,40.77663],[-119.20241,40.77663],[-119.20205,40.77667]],[[-119.20203,40.77589],[-119.20202,40.77589],[-119.20166,40.77594],[-119.20166,40.77594],[-119.20129,40.77599],[-119.20129,40.77599],[-119.20093,40.77605],[-119.20092,40.77605],[-119.20056,40.77611],[-119.20056,40.77611],[-119.20034,40.77615],[-119.19992,40.77496],[-119.19996,40.77495],[-119.20034,40.77488],[-119.20072,40.77482],[-119.20111,40.77476],[-119.20149,40.77471],[-119.20188,40.77466],[-119.20227,40.77463],[-119.20266,40.7746],[-119.20304,40.77457],[-119.20343,40.77456],[-119.20383,40.77455],[-119.20402,40.77455],[-119.20402,40.77578],[-119.20388,40.77578],[-119.20388,40.77578],[-119.20351,40.77579],[-119.20351,40.77579],[-119.20314,40.77581],[-119.20314,40.77581],[-119.20277,40.77583],[-119.20277,40.77583],[-119.2024,40.77586],[-119.20239,40.77586],[-119.20203,40.77589]],[[-119.19979,40.7749],[-119.19956,40.77495],[-119.19956,40.77495],[-119.19918,40.77504],[-119.19918,40.77504],[-119.19881,40.77513],[-119.19881,40.77513],[-119.19844,40.77523],[-119.19844,40.77523],[-119.19807,40.77534],[-119.19807,40.77534],[-119.19784,40.77541],[-119.1975,40.77477],[-119.19769,40.77471],[-119.19807,40.7746],[-119.19845,40.7745],[-119.19883,40.7744],[-119.19922,40.77431],[-119.19956,40.77424],[-119.19979,40.7749]],[[-119.19777,40.77543],[-119.19771,40.77545],[-119.1977,40.77545],[-119.19734,40.77557],[-119.19734,40.77557],[-119.19699,40.77569],[-119.19699,40.77569],[-119.19664,40.77583],[-119.19663,40.77583],[-119.19629,40.77597],[-119.19629,40.77597],[-119.19594,40.77611],[-119.19594,40.77611],[-119.19593,40.77612],[-119.19547,40.77552],[-119.19552,40.77551],[-119.19587,40.77536],[-119.19623,40.77522],[-119.19659,40.77508],[-119.19695,40.77495],[-119.19732,40.77483],[-119.19743,40.77479],[-119.19777,40.77543]],[[-119.19966,40.77422],[-119.2,40.77415],[-119.20039,40.77408],[-119.20079,40.77402],[-119.20118,40.77397],[-119.20158,40.77392],[-119.2018,40.7739],[-119.20191,40.77458],[-119.20186,40.77458],[-119.20186,40.77458],[-119.20148,40.77463],[-119.20147,40.77463],[-119.20109,40.77468],[-119.20109,40.77468],[-119.2007,40.77473],[-119.2007,40.77473],[-119.20032,40.7748],[-119.20032,40.7748],[-119.19994,40.77487],[-119.19994,40.77487],[-119.19989,40.77488],[-119.19966,40.77422]],[[-119.20187,40.77389],[-119.20198,40.77388],[-119.20238,40.77384],[-119.20278,40.77382],[-119.20319,40.7738],[-119.20359,40.77378],[-119.20374,40.77378],[-119.20375,40.77381],[-119.20377,40.77386],[-119.2038,40.77389],[-119.20383,40.77393],[-119.20388,40.77396],[-119.20393,40.77398],[-119.20398,40.774],[-119.20402,40.77401],[-119.20402,40.77447],[-119.20382,40.77447],[-119.20382,40.77447],[-119.20343,40.77448],[-119.20343,40.77448],[-119.20304,40.77449],[-119.20304,40.77449],[-119.20265,40.77451],[-119.20264,40.77451],[-119.20226,40.77454],[-119.20225,40.77454],[-119.20199,40.77457],[-119.20187,40.77389]],[[-119.20417,40.77401],[-119.20421,40.774],[-119.20426,40.77398],[-119.20431,40.77396],[-119.20435,40.77393],[-119.20439,40.77389],[-119.20442,40.77386],[-119.20444,40.77381],[-119.20445,40.77378],[-119.2048,40.77379],[-119.2052,40.77381],[-119.2056,40.77383],[-119.20601,40.77386],[-119.20632,40.77389],[-119.2062,40.77457],[-119.20618,40.77457],[-119.20618,40.77457],[-119.20579,40.77453],[-119.20579,40.77453],[-119.2054,40.7745],[-119.20539,40.7745],[-119.205,40.77448],[-119.205,40.77448],[-119.20461,40.77447],[-119.20461,40.77447],[-119.20422,40.77447],[-119.20422,40.77447],[-119.20417,40.77447],[-119.20417,40.77401]],[[-119.20639,40.7739],[-119.20641,40.7739],[-119.20681,40.77394],[-119.2072,40.77399],[-119.2076,40.77405],[-119.20799,40.77412],[-119.20838,40.77419],[-119.20853,40.77422],[-119.20829,40.77488],[-119.20811,40.77484],[-119.20811,40.77484],[-119.20773,40.77477],[-119.20773,40.77477],[-119.20734,40.77471],[-119.20734,40.77471],[-119.20696,40.77466],[-119.20695,40.77466],[-119.20657,40.77461],[-119.20657,40.77461],[-119.20627,40.77458],[-119.20639,40.7739]],[[-119.20863,40.77424],[-119.20877,40.77427],[-119.20916,40.77435],[-119.20955,40.77445],[-119.20993,40.77455],[-119.21031,40.77465],[-119.21068,40.77477],[-119.21069,40.77477],[-119.21035,40.77541],[-119.21035,40.77541],[-119.21035,40.77541],[-119.20998,40.7753],[-119.20998,40.77529],[-119.20961,40.77519],[-119.20961,40.77519],[-119.20924,40.77509],[-119.20924,40.77509],[-119.20887,40.775],[-119.20887,40.775],[-119.20849,40.77492],[-119.20849,40.77492],[-119.2084,40.7749],[-119.20863,40.77424]],[[-119.21076,40.77479],[-119.21105,40.77489],[-119.21142,40.77501],[-119.21178,40.77515],[-119.21214,40.77529],[-119.2125,40.77543],[-119.2127,40.77552],[-119.21225,40.77611],[-119.21212,40.77606],[-119.21212,40.77606],[-119.21177,40.77591],[-119.21177,40.77591],[-119.21142,40.77578],[-119.21142,40.77578],[-119.21107,40.77565],[-119.21107,40.77565],[-119.21071,40.77552],[-119.21071,40.77552],[-119.21041,40.77543],[-119.21076,40.77479]],[[-119.2129,40.77551],[-119.2129,40.77551],[-119.21288,40.7755],[-119.21333,40.77491],[-119.21364,40.77505],[-119.214,40.77522],[-119.21434,40.77539],[-119.21469,40.77557],[-119.21502,40.77576],[-119.2152,40.77586],[-119.21465,40.7764],[-119.21459,40.77637],[-119.21459,40.77637],[-119.21426,40.77618],[-119.21426,40.77618],[-119.21393,40.77601],[-119.21393,40.77601],[-119.21359,40.77584],[-119.21359,40.77584],[-119.21325,40.77567],[-119.21325,40.77567],[-119.2129,40.77551]],[[-119.21532,40.77593],[-119.21535,40.77595],[-119.21568,40.77614],[-119.216,40.77634],[-119.21631,40.77655],[-119.21662,40.77677],[-119.21692,40.77698],[-119.21701,40.77706],[-119.21659,40.77738],[-119.21658,40.77738],[-119.21653,40.77736],[-119.21647,40.77734],[-119.21642,40.77734],[-119.21636,40.77734],[-119.2163,40.77734],[-119.21625,40.77736],[-119.2162,40.77738],[-119.21617,40.77739],[-119.21614,40.77736],[-119.21614,40.77736],[-119.21584,40.77715],[-119.21584,40.77715],[-119.21554,40.77695],[-119.21554,40.77695],[-119.21523,40.77675],[-119.21523,40.77675],[-119.21491,40.77656],[-119.21491,40.77655],[-119.21477,40.77647],[-119.21532,40.77593]],[[-119.21712,40.77713],[-119.21721,40.77721],[-119.2175,40.77743],[-119.21778,40.77767],[-119.21805,40.77791],[-119.21832,40.77815],[-119.21858,40.7784],[-119.2186,40.77842],[-119.21789,40.77884],[-119.21778,40.77873],[-119.21777,40.77873],[-119.21752,40.77849],[-119.21752,40.77849],[-119.21726,40.77826],[-119.21726,40.77826],[-119.21699,40.77803],[-119.21699,40.77803],[-119.21671,40.7778],[-119.21671,40.7778],[-119.21668,40.77777],[-119.21669,40.77776],[-119.21671,40.77773],[-119.21674,40.77769],[-119.21675,40.77764],[-119.21675,40.7776],[-119.21674,40.77755],[-119.21673,40.77751],[-119.2167,40.77747],[-119.21669,40.77746],[-119.21712,40.77713]],[[-119.21606,40.77742],[-119.2161,40.77745],[-119.21608,40.77747],[-119.21605,40.77751],[-119.21603,40.77755],[-119.21603,40.7776],[-119.21603,40.77764],[-119.21604,40.77769],[-119.21606,40.77773],[-119.21609,40.77776],[-119.21566,40.77808],[-119.21557,40.77802],[-119.21557,40.77802],[-119.21529,40.77781],[-119.21529,40.77781],[-119.215,40.77761],[-119.215,40.77761],[-119.2147,40.77742],[-119.2147,40.77742],[-119.2144,40.77723],[-119.21439,40.77722],[-119.21415,40.77708],[-119.2147,40.77654],[-119.21484,40.77662],[-119.21516,40.77681],[-119.21547,40.77701],[-119.21577,40.77721],[-119.21606,40.77742]],[[-119.21404,40.77701],[-119.21377,40.77686],[-119.21377,40.77686],[-119.21345,40.77669],[-119.21345,40.77669],[-119.21312,40.77652],[-119.21312,40.77652],[-119.21279,40.77636],[-119.21279,40.77636],[-119.21246,40.7762],[-119.21246,40.7762],[-119.21237,40.77617],[-119.21282,40.77557],[-119.21285,40.77558],[-119.21319,40.77574],[-119.21353,40.7759],[-119.21387,40.77607],[-119.2142,40.77625],[-119.21452,40.77643],[-119.21459,40.77647],[-119.21404,40.77701]],[[-119.21206,40.77613],[-119.21219,40.77618],[-119.21138,40.77725],[-119.21106,40.77712],[-119.21105,40.77712],[-119.21073,40.77698],[-119.21072,40.77698],[-119.21039,40.77686],[-119.21039,40.77686],[-119.21005,40.77674],[-119.21005,40.77674],[-119.20971,40.77663],[-119.20971,40.77663],[-119.20936,40.77653],[-119.20936,40.77652],[-119.20901,40.77643],[-119.20901,40.77643],[-119.20866,40.77634],[-119.20866,40.77634],[-119.2083,40.77625],[-119.2083,40.77625],[-119.20795,40.77617],[-119.20837,40.77498],[-119.20846,40.775],[-119.20883,40.77508],[-119.20921,40.77517],[-119.20958,40.77527],[-119.20994,40.77537],[-119.21031,40.77548],[-119.21067,40.7756],[-119.21102,40.77572],[-119.21137,40.77585],[-119.21172,40.77599],[-119.21206,40.77613]],[[-119.20827,40.77633],[-119.20862,40.77641],[-119.20897,40.7765],[-119.20932,40.7766],[-119.20967,40.77671],[-119.21001,40.77682],[-119.21034,40.77693],[-119.21068,40.77706],[-119.211,40.77719],[-119.21133,40.77732],[-119.21087,40.77792],[-119.21076,40.77787],[-119.21076,40.77787],[-119.21044,40.77774],[-119.21044,40.77774],[-119.21012,40.77762],[-119.21012,40.77761],[-119.2098,40.7775],[-119.2098,40.7775],[-119.20947,40.77739],[-119.20947,40.77739],[-119.20913,40.77728],[-119.20913,40.77728],[-119.2088,40.77719],[-119.2088,40.77718],[-119.20846,40.77709],[-119.20845,40.77709],[-119.20811,40.77701],[-119.20811,40.77701],[-119.20777,40.77693],[-119.20777,40.77693],[-119.20769,40.77692],[-119.20792,40.77625],[-119.20827,40.77633]],[[-119.20758,40.7769],[-119.20742,40.77686],[-119.20742,40.77686],[-119.20707,40.7768],[-119.20707,40.7768],[-119.20671,40.77674],[-119.20671,40.77674],[-119.20636,40.7767],[-119.20636,40.7767],[-119.206,40.77665],[-119.206,40.77665],[-119.20565,40.77662],[-119.20564,40.77662],[-119.20529,40.77659],[-119.20529,40.77659],[-119.20493,40.77657],[-119.20493,40.77657],[-119.20457,40.77656],[-119.20457,40.77656],[-119.20421,40.77655],[-119.20421,40.77655],[-119.20417,40.77655],[-119.20417,40.77587],[-119.20426,40.77587],[-119.20463,40.77587],[-119.205,40.77589],[-119.20537,40.77591],[-119.20573,40.77594],[-119.2061,40.77597],[-119.20647,40.77601],[-119.20683,40.77606],[-119.20719,40.77612],[-119.20756,40.77618],[-119.20782,40.77623],[-119.20758,40.7769]],[[-119.20758,40.7761],[-119.20758,40.7761],[-119.20722,40.77604],[-119.20722,40.77604],[-119.20685,40.77598],[-119.20685,40.77598],[-119.20649,40.77593],[-119.20648,40.77593],[-119.20612,40.77589],[-119.20612,40.77589],[-119.20575,40.77585],[-119.20575,40.77585],[-119.20538,40.77583],[-119.20537,40.77583],[-119.205,40.7758],[-119.205,40.7758],[-119.20463,40.77579],[-119.20463,40.77579],[-119.20426,40.77578],[-119.20426,40.77578],[-119.20417,40.77578],[-119.20417,40.77455],[-119.20422,40.77455],[-119.20461,40.77455],[-119.205,40.77457],[-119.20539,40.77459],[-119.20578,40.77461],[-119.20616,40.77465],[-119.20655,40.77469],[-119.20694,40.77474],[-119.20732,40.77479],[-119.2077,40.77485],[-119.20808,40.77492],[-119.20827,40.77496],[-119.20784,40.77615],[-119.20758,40.7761]],[[-119.22421,40.78701],[-119.22475,40.78701],[-119.22475,40.78704],[-119.22474,40.78737],[-119.22473,40.78771],[-119.2247,40.78804],[-119.22467,40.78838],[-119.22462,40.78871],[-119.22458,40.78898],[-119.22404,40.78892],[-119.22408,40.78871],[-119.22408,40.78871],[-119.22412,40.78838],[-119.22412,40.78838],[-119.22416,40.78805],[-119.22416,40.78805],[-119.22418,40.78772],[-119.22418,40.78772],[-119.2242,40.78739],[-119.2242,40.78739],[-119.22421,40.78706],[-119.22421,40.78706],[-119.22421,40.78701]],[[-119.22393,40.78897],[-119.22391,40.78903],[-119.22385,40.78936],[-119.22378,40.78968],[-119.2237,40.79001],[-119.2236,40.79033],[-119.2235,40.79065],[-119.22343,40.79085],[-119.22291,40.79074],[-119.22295,40.79063],[-119.22295,40.79062],[-119.22305,40.79031],[-119.22305,40.79031],[-119.22315,40.78999],[-119.22315,40.78999],[-119.22323,40.78967],[-119.22323,40.78967],[-119.2233,40.78935],[-119.2233,40.78935],[-119.22337,40.78903],[-119.22337,40.78903],[-119.22339,40.78891],[-119.22393,40.78897]],[[-119.22361,40.79067],[-119.22361,40.79067],[-119.22371,40.79035],[-119.22371,40.79035],[-119.2238,40.79002],[-119.2238,40.79002],[-119.22388,40.7897],[-119.22388,40.7897],[-119.22396,40.78937],[-119.22396,40.78937],[-119.22402,40.78904],[-119.22402,40.78904],[-119.22403,40.78898],[-119.22457,40.78903],[-119.22457,40.78904],[-119.2245,40.78938],[-119.22443,40.78971],[-119.22435,40.79004],[-119.22426,40.79037],[-119.22416,40.79069],[-119.22406,40.79098],[-119.22354,40.79087],[-119.22361,40.79067]],[[-119.22403,40.79106],[-119.22393,40.79134],[-119.2238,40.79166],[-119.22367,40.79198],[-119.22352,40.7923],[-119.22337,40.79261],[-119.2232,40.79292],[-119.22319,40.79294],[-119.22269,40.79278],[-119.22281,40.79256],[-119.22281,40.79256],[-119.22296,40.79225],[-119.22296,40.79225],[-119.22311,40.79194],[-119.22311,40.79194],[-119.22325,40.79163],[-119.22325,40.79163],[-119.22338,40.79131],[-119.22338,40.79131],[-119.2235,40.79099],[-119.2235,40.79099],[-119.22351,40.79095],[-119.22403,40.79106]],[[-119.22317,40.79299],[-119.22303,40.79323],[-119.22285,40.79354],[-119.22266,40.79384],[-119.22246,40.79414],[-119.22226,40.79444],[-119.22204,40.79473],[-119.22201,40.79477],[-119.22154,40.79456],[-119.22169,40.79436],[-119.22169,40.79436],[-119.2219,40.79407],[-119.2219,40.79407],[-119.2221,40.79378],[-119.2221,40.79378],[-119.22229,40.79348],[-119.22229,40.79348],[-119.22247,40.79318],[-119.22247,40.79318],[-119.22264,40.79287],[-119.22264,40.79287],[-119.22267,40.79283],[-119.22317,40.79299]],[[-119.22196,40.79484],[-119.22182,40.79502],[-119.22159,40.79531],[-119.22135,40.79559],[-119.2211,40.79587],[-119.22085,40.79614],[-119.22059,40.79641],[-119.22053,40.79647],[-119.2201,40.79622],[-119.22028,40.79604],[-119.22028,40.79604],[-119.22053,40.79577],[-119.22053,40.79577],[-119.22078,40.7955],[-119.22078,40.7955],[-119.22102,40.79522],[-119.22102,40.79522],[-119.22125,40.79494],[-119.22125,40.79494],[-119.22148,40.79465],[-119.22148,40.79465],[-119.22149,40.79463],[-119.22196,40.79484]],[[-119.22044,40.79656],[-119.22032,40.79668],[-119.22004,40.79694],[-119.21975,40.7972],[-119.21946,40.79745],[-119.21916,40.7977],[-119.21886,40.79794],[-119.21875,40.79802],[-119.21837,40.79773],[-119.21859,40.79756],[-119.21859,40.79756],[-119.21889,40.79732],[-119.21889,40.79732],[-119.21918,40.79707],[-119.21918,40.79707],[-119.21946,40.79682],[-119.21947,40.79682],[-119.21974,40.79656],[-119.21974,40.79656],[-119.22001,40.79631],[-119.22044,40.79656]],[[-119.21865,40.7981],[-119.21855,40.79817],[-119.21823,40.79841],[-119.2179,40.79863],[-119.21757,40.79886],[-119.21723,40.79907],[-119.21689,40.79928],[-119.21673,40.79938],[-119.2164,40.79905],[-119.21665,40.7989],[-119.21665,40.7989],[-119.21699,40.79869],[-119.21699,40.79869],[-119.21732,40.79847],[-119.21732,40.79847],[-119.21765,40.79825],[-119.21765,40.79825],[-119.21797,40.79803],[-119.21797,40.79803],[-119.21827,40.7978],[-119.21865,40.7981]],[[-119.21661,40.79944],[-119.21654,40.79949],[-119.21618,40.79969],[-119.21582,40.79988],[-119.21546,40.80007],[-119.21509,40.80025],[-119.21471,40.80042],[-119.21449,40.80052],[-119.21422,40.80017],[-119.21451,40.80004],[-119.21451,40.80004],[-119.21488,40.79986],[-119.21488,40.79986],[-119.21524,40.79968],[-119.21524,40.79968],[-119.2156,40.7995],[-119.2156,40.79949],[-119.21596,40.7993],[-119.21596,40.7993],[-119.21628,40.79912],[-119.21661,40.79944]],[[-119.21404,40.80015],[-119.2137,40.8003],[-119.21331,40.80045],[-119.21293,40.8006],[-119.21253,40.80074],[-119.21214,40.80088],[-119.21182,40.80098],[-119.21161,40.8006],[-119.21196,40.80049],[-119.21196,40.80049],[-119.21235,40.80035],[-119.21236,40.80035],[-119.21274,40.80021],[-119.21274,40.80021],[-119.21312,40.80006],[-119.21312,40.80006],[-119.2135,40.79991],[-119.2135,40.79991],[-119.21377,40.79979],[-119.21404,40.80015]],[[-119.21345,40.79984],[-119.21307,40.79999],[-119.21269,40.80014],[-119.21231,40.80028],[-119.21192,40.80041],[-119.21157,40.80053],[-119.21122,40.79989],[-119.21124,40.79989],[-119.21124,40.79989],[-119.21162,40.79976],[-119.21163,40.79976],[-119.212,40.79963],[-119.21201,40.79963],[-119.21238,40.79949],[-119.21238,40.79949],[-119.21275,40.79934],[-119.21275,40.79934],[-119.21312,40.79919],[-119.21312,40.79919],[-119.21326,40.79913],[-119.21371,40.79972],[-119.21345,40.79984]],[[-119.2127,40.79927],[-119.21233,40.79942],[-119.21196,40.79955],[-119.21158,40.79969],[-119.2112,40.79981],[-119.21118,40.79982],[-119.21084,40.79918],[-119.21091,40.79916],[-119.21091,40.79916],[-119.21128,40.79904],[-119.21128,40.79904],[-119.21165,40.79891],[-119.21165,40.7989],[-119.21201,40.79877],[-119.21202,40.79877],[-119.21237,40.79863],[-119.21237,40.79862],[-119.21273,40.79848],[-119.21273,40.79848],[-119.21275,40.79846],[-119.21321,40.79906],[-119.21307,40.79912],[-119.2127,40.79927]],[[-119.21232,40.79855],[-119.21197,40.79869],[-119.2116,40.79883],[-119.21124,40.79896],[-119.21087,40.79908],[-119.2108,40.79911],[-119.21045,40.79847],[-119.21058,40.79843],[-119.21058,40.79843],[-119.21093,40.79831],[-119.21094,40.79831],[-119.21129,40.79818],[-119.21129,40.79818],[-119.21164,40.79805],[-119.21164,40.79805],[-119.21199,40.79791],[-119.21199,40.79791],[-119.21225,40.7978],[-119.2127,40.79839],[-119.21268,40.7984],[-119.21232,40.79855]],[[-119.21237,40.79774],[-119.21267,40.79761],[-119.21267,40.79761],[-119.213,40.79745],[-119.213,40.79745],[-119.21333,40.79729],[-119.21333,40.79728],[-119.21365,40.79711],[-119.21365,40.79711],[-119.21397,40.79694],[-119.21397,40.79694],[-119.21404,40.7969],[-119.21459,40.79744],[-119.21437,40.79757],[-119.21404,40.79775],[-119.21371,40.79792],[-119.21337,40.79809],[-119.21302,40.79825],[-119.21282,40.79834],[-119.21237,40.79774]],[[-119.21359,40.79705],[-119.21327,40.79722],[-119.21294,40.79738],[-119.21261,40.79754],[-119.21232,40.79767],[-119.21151,40.7966],[-119.21166,40.79653],[-119.21167,40.79653],[-119.21198,40.79638],[-119.21198,40.79638],[-119.21229,40.79623],[-119.2123,40.79623],[-119.2126,40.79607],[-119.2126,40.79607],[-119.2129,40.7959],[-119.2129,40.7959],[-119.2132,40.79573],[-119.2132,40.79573],[-119.21349,40.79555],[-119.21349,40.79555],[-119.21377,40.79536],[-119.21377,40.79536],[-119.21405,40.79517],[-119.21405,40.79517],[-119.21432,40.79498],[-119.21432,40.79498],[-119.21444,40.79489],[-119.21559,40.79577],[-119.21539,40.79591],[-119.21511,40.79611],[-119.21482,40.79631],[-119.21452,40.7965],[-119.21422,40.79669],[-119.21391,40.79687],[-119.21359,40.79705]],[[-119.21425,40.79492],[-119.21398,40.79511],[-119.2137,40.7953],[-119.21342,40.79548],[-119.21313,40.79566],[-119.21284,40.79583],[-119.21254,40.796],[-119.21223,40.79616],[-119.21192,40.79631],[-119.21161,40.79646],[-119.21145,40.79653],[-119.211,40.79594],[-119.21127,40.79582],[-119.21127,40.79582],[-119.21157,40.79567],[-119.21157,40.79567],[-119.21187,40.79552],[-119.21187,40.79552],[-119.21217,40.79536],[-119.21217,40.79536],[-119.21245,40.79519],[-119.21245,40.79519],[-119.21274,40.79502],[-119.21274,40.79502],[-119.21301,40.79485],[-119.21301,40.79485],[-119.21328,40.79467],[-119.21328,40.79467],[-119.21355,40.79448],[-119.21355,40.79448],[-119.21372,40.79435],[-119.21436,40.79483],[-119.21425,40.79492]],[[-119.21347,40.79442],[-119.21321,40.7946],[-119.21294,40.79478],[-119.21267,40.79496],[-119.21239,40.79513],[-119.2121,40.79529],[-119.21181,40.79545],[-119.21151,40.7956],[-119.21121,40.79575],[-119.21095,40.79587],[-119.21049,40.79527],[-119.21056,40.79524],[-119.21056,40.79524],[-119.21086,40.7951],[-119.21086,40.7951],[-119.21115,40.79496],[-119.21115,40.79496],[-119.21144,40.79481],[-119.21144,40.79481],[-119.21172,40.79465],[-119.21172,40.79465],[-119.21199,40.79449],[-119.21199,40.79449],[-119.21226,40.79433],[-119.21226,40.79432],[-119.21252,40.79415],[-119.21252,40.79415],[-119.21278,40.79397],[-119.21278,40.79397],[-119.21301,40.79381],[-119.21364,40.79429],[-119.21347,40.79442]],[[-119.2127,40.79391],[-119.21245,40.79409],[-119.21219,40.79426],[-119.21192,40.79443],[-119.21165,40.79459],[-119.21137,40.79474],[-119.21109,40.79489],[-119.2108,40.79503],[-119.21051,40.79517],[-119.21044,40.7952],[-119.20999,40.79461],[-119.21016,40.79453],[-119.21016,40.79453],[-119.21044,40.79439],[-119.21044,40.79439],[-119.21072,40.79425],[-119.21072,40.79425],[-119.21099,40.79411],[-119.21099,40.79411],[-119.21125,40.79396],[-119.21125,40.79396],[-119.21151,40.7938],[-119.21151,40.7938],[-119.21177,40.79363],[-119.21177,40.79363],[-119.21201,40.79347],[-119.21201,40.79346],[-119.21209,40.79341],[-119.21209,40.79341],[-119.21214,40.79344],[-119.21219,40.79346],[-119.21225,40.79347],[-119.2123,40.79347],[-119.21236,40.79347],[-119.21242,40.79346],[-119.21247,40.79344],[-119.21248,40.79343],[-119.21288,40.79378],[-119.2127,40.79391]],[[-119.2117,40.79357],[-119.21144,40.79373],[-119.21119,40.79389],[-119.21092,40.79404],[-119.21066,40.79419],[-119.21038,40.79433],[-119.2101,40.79446],[-119.20993,40.79453],[-119.20948,40.79394],[-119.20974,40.79382],[-119.20974,40.79382],[-119.21001,40.79369],[-119.21001,40.79369],[-119.21027,40.79355],[-119.21027,40.79355],[-119.21052,40.79341],[-119.21053,40.79341],[-119.21077,40.79326],[-119.21078,40.79326],[-119.21102,40.79311],[-119.21102,40.79311],[-119.21126,40.79295],[-119.21126,40.79295],[-119.21149,40.79279],[-119.21149,40.79279],[-119.21153,40.79275],[-119.21199,40.79306],[-119.21197,40.7931],[-119.21195,40.79314],[-119.21194,40.79318],[-119.21195,40.79323],[-119.21196,40.79327],[-119.21198,40.79331],[-119.21201,40.79335],[-119.21201,40.79335],[-119.21194,40.7934],[-119.2117,40.79357]],[[-119.21172,40.79261],[-119.21193,40.79244],[-119.21193,40.79244],[-119.21214,40.79226],[-119.21214,40.79226],[-119.21234,40.79208],[-119.21234,40.79208],[-119.21254,40.79189],[-119.21254,40.79189],[-119.21273,40.7917],[-119.21273,40.7917],[-119.21291,40.7915],[-119.21291,40.7915],[-119.21308,40.7913],[-119.21309,40.7913],[-119.21325,40.7911],[-119.21325,40.79109],[-119.21329,40.79104],[-119.21407,40.79138],[-119.21401,40.79147],[-119.21384,40.79168],[-119.21365,40.79189],[-119.21347,40.7921],[-119.21327,40.7923],[-119.21307,40.79249],[-119.21285,40.79268],[-119.21264,40.79287],[-119.21251,40.79297],[-119.2125,40.79296],[-119.21245,40.79294],[-119.21239,40.79293],[-119.21233,40.79292],[-119.21228,40.79292],[-119.21222,40.79293],[-119.21216,40.79294],[-119.21213,40.79296],[-119.21172,40.79261]],[[-119.21335,40.79097],[-119.21341,40.79089],[-119.21341,40.79089],[-119.21356,40.79067],[-119.21356,40.79067],[-119.2137,40.79046],[-119.2137,40.79046],[-119.21383,40.79024],[-119.21383,40.79024],[-119.21396,40.79002],[-119.21396,40.79002],[-119.21407,40.7898],[-119.21407,40.78979],[-119.21418,40.78957],[-119.21418,40.78957],[-119.21428,40.78934],[-119.21428,40.78934],[-119.21436,40.78911],[-119.21436,40.78911],[-119.21437,40.78909],[-119.21524,40.78927],[-119.21519,40.78941],[-119.21509,40.78965],[-119.21499,40.78989],[-119.21487,40.79012],[-119.21475,40.79035],[-119.21462,40.79058],[-119.21448,40.79081],[-119.21433,40.79103],[-119.21417,40.79125],[-119.21413,40.79131],[-119.21335,40.79097]],[[-119.21417,40.78932],[-119.21408,40.78954],[-119.21397,40.78977],[-119.21386,40.78999],[-119.21373,40.79021],[-119.2136,40.79042],[-119.21346,40.79064],[-119.21331,40.79085],[-119.21325,40.79093],[-119.212,40.79038],[-119.21207,40.79029],[-119.21207,40.79029],[-119.2122,40.7901],[-119.2122,40.79009],[-119.21233,40.7899],[-119.21233,40.78989],[-119.21245,40.78969],[-119.21245,40.78969],[-119.21256,40.78949],[-119.21256,40.78949],[-119.21267,40.78928],[-119.21267,40.78928],[-119.21276,40.78907],[-119.21276,40.78907],[-119.21285,40.78885],[-119.21285,40.78885],[-119.21287,40.78878],[-119.21427,40.78907],[-119.21426,40.78909],[-119.21417,40.78932]],[[-119.2129,40.78871],[-119.21292,40.78864],[-119.21292,40.78864],[-119.21299,40.78842],[-119.21299,40.78842],[-119.21305,40.7882],[-119.21305,40.7882],[-119.21309,40.78798],[-119.21309,40.78798],[-119.21313,40.78776],[-119.21313,40.78776],[-119.21316,40.78754],[-119.21316,40.78754],[-119.21318,40.78732],[-119.21318,40.78732],[-119.21319,40.78721],[-119.21319,40.78721],[-119.21319,40.7872],[-119.21319,40.78719],[-119.2132,40.78718],[-119.21321,40.78717],[-119.21322,40.78716],[-119.21324,40.78715],[-119.21325,40.78714],[-119.21327,40.78714],[-119.21328,40.78714],[-119.21464,40.78707],[-119.21463,40.78721],[-119.21462,40.78745],[-119.2146,40.78768],[-119.21456,40.78792],[-119.21452,40.78816],[-119.21447,40.78839],[-119.21441,40.78862],[-119.21434,40.78886],[-119.21429,40.78899],[-119.2129,40.78871]],[[-119.21444,40.78888],[-119.21444,40.78888],[-119.21451,40.78864],[-119.21451,40.78864],[-119.21458,40.78841],[-119.21458,40.7884],[-119.21463,40.78817],[-119.21463,40.78817],[-119.21467,40.78793],[-119.21467,40.78793],[-119.2147,40.78769],[-119.2147,40.78769],[-119.21473,40.78745],[-119.21473,40.78745],[-119.21474,40.78721],[-119.21474,40.78721],[-119.21475,40.78706],[-119.21536,40.78703],[-119.21536,40.78703],[-119.21538,40.78707],[-119.21541,40.78711],[-119.21544,40.78714],[-119.21549,40.78717],[-119.21554,40.7872],[-119.21559,40.78722],[-119.21564,40.78723],[-119.21563,40.78744],[-119.21561,40.78769],[-119.21558,40.78794],[-119.21554,40.78819],[-119.21549,40.78843],[-119.21543,40.78868],[-119.21536,40.78892],[-119.21528,40.78917],[-119.21527,40.78919],[-119.2144,40.78901],[-119.21444,40.78888]],[[-119.21538,40.78919],[-119.21546,40.78894],[-119.21546,40.78894],[-119.21553,40.7887],[-119.21553,40.7887],[-119.21559,40.78845],[-119.21559,40.78845],[-119.21564,40.7882],[-119.21564,40.7882],[-119.21569,40.78795],[-119.21569,40.78795],[-119.21572,40.7877],[-119.21572,40.7877],[-119.21574,40.78744],[-119.21574,40.78744],[-119.21575,40.78723],[-119.21576,40.78723],[-119.21582,40.78722],[-119.21587,40.7872],[-119.21592,40.78717],[-119.21597,40.78714],[-119.216,40.78711],[-119.21603,40.78707],[-119.21605,40.78703],[-119.21606,40.78701],[-119.21666,40.78701],[-119.21666,40.78717],[-119.21665,40.78743],[-119.21662,40.78769],[-119.21659,40.78795],[-119.21655,40.78821],[-119.2165,40.78847],[-119.21644,40.78873],[-119.21638,40.78898],[-119.2163,40.78924],[-119.21625,40.78939],[-119.21538,40.78921],[-119.21538,40.78919],[-119.21538,40.78919]],[[-119.2164,40.78926],[-119.2164,40.78926],[-119.21648,40.789],[-119.21648,40.789],[-119.21655,40.78874],[-119.21655,40.78874],[-119.21661,40.78848],[-119.21661,40.78848],[-119.21666,40.78822],[-119.21666,40.78822],[-119.2167,40.78796],[-119.2167,40.78796],[-119.21673,40.7877],[-119.21673,40.7877],[-119.21675,40.78743],[-119.21675,40.78743],[-119.21677,40.78717],[-119.21677,40.78717],[-119.21677,40.78701],[-119.21767,40.78701],[-119.21767,40.78714],[-119.21766,40.78741],[-119.21764,40.78768],[-119.21761,40.78796],[-119.21757,40.78823],[-119.21752,40.7885],[-119.21746,40.78876],[-119.2174,40.78903],[-119.21732,40.7893],[-119.21723,40.78956],[-119.21722,40.78959],[-119.21635,40.78941],[-119.2164,40.78926]],[[-119.21734,40.78958],[-119.21734,40.78958],[-119.21742,40.78932],[-119.21743,40.78931],[-119.2175,40.78905],[-119.2175,40.78905],[-119.21757,40.78878],[-119.21757,40.78878],[-119.21763,40.78851],[-119.21763,40.78851],[-119.21768,40.78824],[-119.21768,40.78824],[-119.21772,40.78796],[-119.21772,40.78796],[-119.21775,40.78769],[-119.21775,40.78769],[-119.21777,40.78742],[-119.21777,40.78742],[-119.21778,40.78714],[-119.21778,40.78714],[-119.21778,40.78701],[-119.21868,40.78701],[-119.21868,40.78711],[-119.21867,40.78739],[-119.21865,40.78768],[-119.21862,40.78796],[-119.21859,40.78824],[-119.21854,40.78852],[-119.21848,40.78879],[-119.21842,40.78907],[-119.21834,40.78935],[-119.21826,40.78962],[-119.2182,40.78978],[-119.21733,40.78961],[-119.21734,40.78958]],[[-119.21836,40.78964],[-119.21836,40.78964],[-119.21845,40.78936],[-119.21845,40.78936],[-119.21852,40.78909],[-119.21852,40.78909],[-119.21859,40.78881],[-119.21859,40.78881],[-119.21865,40.78853],[-119.21865,40.78853],[-119.21869,40.78825],[-119.21869,40.78824],[-119.21873,40.78796],[-119.21873,40.78796],[-119.21876,40.78768],[-119.21876,40.78768],[-119.21878,40.7874],[-119.21878,40.7874],[-119.21879,40.78711],[-119.21879,40.78711],[-119.21879,40.78701],[-119.22042,40.78701],[-119.22042,40.78716],[-119.2204,40.78746],[-119.22038,40.78775],[-119.22035,40.78805],[-119.22032,40.78834],[-119.22027,40.78864],[-119.22021,40.78893],[-119.22014,40.78922],[-119.22007,40.78952],[-119.21998,40.78981],[-119.21989,40.79009],[-119.21988,40.79013],[-119.21831,40.78981],[-119.21836,40.78964]],[[-119.22039,40.78856],[-119.22042,40.78835],[-119.22042,40.78835],[-119.22046,40.78806],[-119.22046,40.78805],[-119.22049,40.78776],[-119.22049,40.78776],[-119.22051,40.78746],[-119.22051,40.78746],[-119.22052,40.78716],[-119.22052,40.78716],[-119.22052,40.78701],[-119.22113,40.78701],[-119.22114,40.78703],[-119.22116,40.78707],[-119.22119,40.78711],[-119.22122,40.78714],[-119.22127,40.78717],[-119.22132,40.7872],[-119.22137,40.78721],[-119.22142,40.78722],[-119.22142,40.78734],[-119.22141,40.78764],[-119.22138,40.78795],[-119.22134,40.78826],[-119.2213,40.78856],[-119.22128,40.78865],[-119.22039,40.78856]],[[-119.22141,40.78857],[-119.22141,40.78857],[-119.22145,40.78826],[-119.22145,40.78826],[-119.22149,40.78796],[-119.22149,40.78796],[-119.22151,40.78765],[-119.22151,40.78765],[-119.22153,40.78734],[-119.22153,40.78734],[-119.22153,40.78723],[-119.22154,40.78722],[-119.2216,40.78721],[-119.22165,40.7872],[-119.2217,40.78717],[-119.22174,40.78714],[-119.22178,40.78711],[-119.22181,40.78707],[-119.22183,40.78703],[-119.22184,40.78701],[-119.22244,40.78701],[-119.22244,40.78721],[-119.22242,40.78753],[-119.2224,40.78784],[-119.22237,40.78816],[-119.22233,40.78847],[-119.22229,40.78875],[-119.22139,40.78866],[-119.22141,40.78857]],[[-119.22244,40.78848],[-119.22244,40.78848],[-119.22248,40.78816],[-119.22248,40.78816],[-119.22251,40.78785],[-119.22251,40.78785],[-119.22253,40.78753],[-119.22253,40.78753],[-119.22255,40.78721],[-119.22255,40.78721],[-119.22255,40.78701],[-119.22345,40.78701],[-119.22345,40.78708],[-119.22344,40.7874],[-119.22343,40.78772],[-119.2234,40.78805],[-119.22336,40.78837],[-119.22332,40.78869],[-119.22329,40.78885],[-119.2224,40.78876],[-119.22244,40.78848]],[[-119.22342,40.7887],[-119.22342,40.7887],[-119.22347,40.78838],[-119.22347,40.78838],[-119.22351,40.78805],[-119.22351,40.78805],[-119.22353,40.78773],[-119.22353,40.78773],[-119.22355,40.7874],[-119.22355,40.7874],[-119.22356,40.78708],[-119.22356,40.78708],[-119.22356,40.78701],[-119.2241,40.78701],[-119.2241,40.78706],[-119.22409,40.78739],[-119.22408,40.78772],[-119.22405,40.78805],[-119.22401,40.78837],[-119.22397,40.7887],[-119.22393,40.78891],[-119.2234,40.78886],[-119.22342,40.7887]],[[-119.22328,40.7889],[-119.22326,40.78901],[-119.2232,40.78934],[-119.22312,40.78965],[-119.22304,40.78997],[-119.22295,40.79029],[-119.22285,40.7906],[-119.22281,40.79072],[-119.22193,40.79054],[-119.222,40.79035],[-119.222,40.79035],[-119.2221,40.79005],[-119.2221,40.79004],[-119.22218,40.78973],[-119.22218,40.78973],[-119.22226,40.78942],[-119.22226,40.78942],[-119.22233,40.78911],[-119.22233,40.78911],[-119.22239,40.78881],[-119.22328,40.7889]],[[-119.22278,40.7908],[-119.22274,40.79092],[-119.22262,40.79123],[-119.22249,40.79154],[-119.22235,40.79185],[-119.22221,40.79215],[-119.22205,40.79245],[-119.22199,40.79256],[-119.22116,40.7923],[-119.22123,40.79217],[-119.22123,40.79217],[-119.22138,40.79187],[-119.22138,40.79187],[-119.22152,40.79157],[-119.22152,40.79157],[-119.22165,40.79127],[-119.22165,40.79127],[-119.22178,40.79097],[-119.22178,40.79097],[-119.22189,40.79066],[-119.22189,40.79066],[-119.22191,40.79062],[-119.22278,40.7908]],[[-119.22215,40.79248],[-119.22215,40.79248],[-119.22231,40.79218],[-119.22231,40.79218],[-119.22245,40.79187],[-119.22245,40.79187],[-119.22259,40.79157],[-119.22259,40.79156],[-119.22272,40.79125],[-119.22272,40.79125],[-119.22284,40.79094],[-119.22284,40.79094],[-119.22288,40.79082],[-119.22341,40.79093],[-119.22339,40.79097],[-119.22327,40.79129],[-119.22315,40.7916],[-119.22301,40.79192],[-119.22286,40.79223],[-119.22271,40.79253],[-119.22259,40.79275],[-119.22209,40.79259],[-119.22215,40.79248]],[[-119.22257,40.7928],[-119.22254,40.79284],[-119.22237,40.79314],[-119.22219,40.79344],[-119.222,40.79374],[-119.2218,40.79403],[-119.2216,40.79432],[-119.22145,40.79452],[-119.22098,40.79432],[-119.22103,40.79425],[-119.22103,40.79425],[-119.22124,40.79396],[-119.22124,40.79396],[-119.22144,40.79367],[-119.22144,40.79367],[-119.22163,40.79338],[-119.22163,40.79338],[-119.22181,40.79308],[-119.22181,40.79308],[-119.22199,40.79279],[-119.22199,40.79278],[-119.22206,40.79264],[-119.22257,40.7928]],[[-119.2214,40.79459],[-119.22138,40.79461],[-119.22116,40.79489],[-119.22093,40.79517],[-119.22069,40.79545],[-119.22044,40.79572],[-119.22019,40.79599],[-119.22001,40.79617],[-119.21958,40.79592],[-119.21962,40.79588],[-119.21962,40.79588],[-119.21988,40.79562],[-119.21988,40.79562],[-119.22012,40.79535],[-119.22012,40.79535],[-119.22036,40.79508],[-119.22036,40.79508],[-119.22059,40.79481],[-119.22059,40.79481],[-119.22082,40.79453],[-119.22082,40.79453],[-119.22093,40.79439],[-119.2214,40.79459]],[[-119.21993,40.79626],[-119.21966,40.79651],[-119.21938,40.79677],[-119.2191,40.79702],[-119.21881,40.79726],[-119.21851,40.7975],[-119.21829,40.79767],[-119.21791,40.79738],[-119.21794,40.79736],[-119.21794,40.79736],[-119.21823,40.79712],[-119.21823,40.79712],[-119.21853,40.79689],[-119.21853,40.79688],[-119.21881,40.79664],[-119.21881,40.79664],[-119.21909,40.79639],[-119.21909,40.79639],[-119.21936,40.79614],[-119.21936,40.79614],[-119.21949,40.796],[-119.21993,40.79626]],[[-119.21819,40.79775],[-119.21789,40.79797],[-119.21758,40.79819],[-119.21725,40.79841],[-119.21692,40.79863],[-119.21659,40.79883],[-119.21633,40.79899],[-119.216,40.79866],[-119.21601,40.79866],[-119.21601,40.79866],[-119.21635,40.79845],[-119.21635,40.79845],[-119.21668,40.79825],[-119.21668,40.79824],[-119.217,40.79803],[-119.217,40.79803],[-119.21732,40.79781],[-119.21732,40.79781],[-119.21763,40.79759],[-119.21763,40.79759],[-119.21781,40.79745],[-119.21819,40.79775]],[[-119.21622,40.79905],[-119.2159,40.79924],[-119.21554,40.79943],[-119.21518,40.79961],[-119.21482,40.79979],[-119.21445,40.79997],[-119.21416,40.8001],[-119.21389,40.79974],[-119.21424,40.79958],[-119.21424,40.79958],[-119.21461,40.79941],[-119.21461,40.79941],[-119.21497,40.79923],[-119.21497,40.79923],[-119.21532,40.79904],[-119.21532,40.79904],[-119.21567,40.79885],[-119.21567,40.79885],[-119.21589,40.79873],[-119.21622,40.79905]],[[-119.2156,40.79879],[-119.21526,40.79898],[-119.21491,40.79916],[-119.21455,40.79934],[-119.21419,40.79951],[-119.21384,40.79967],[-119.21338,40.79907],[-119.21348,40.79903],[-119.21348,40.79903],[-119.21384,40.79887],[-119.21384,40.79887],[-119.21419,40.7987],[-119.21419,40.7987],[-119.21454,40.79852],[-119.21454,40.79852],[-119.21488,40.79834],[-119.21488,40.79834],[-119.21522,40.79815],[-119.21522,40.79815],[-119.21527,40.79812],[-119.21582,40.79866],[-119.2156,40.79879]],[[-119.21482,40.79827],[-119.21448,40.79845],[-119.21413,40.79863],[-119.21378,40.7988],[-119.21343,40.79896],[-119.21333,40.799],[-119.21288,40.79841],[-119.21308,40.79832],[-119.21308,40.79832],[-119.21342,40.79816],[-119.21343,40.79816],[-119.21376,40.79799],[-119.21377,40.79799],[-119.2141,40.79782],[-119.2141,40.79782],[-119.21443,40.79764],[-119.21443,40.79764],[-119.21466,40.79751],[-119.21521,40.79805],[-119.21515,40.79808],[-119.21482,40.79827]],[[-119.21477,40.79744],[-119.21507,40.79726],[-119.21507,40.79726],[-119.21539,40.79706],[-119.21539,40.79706],[-119.21569,40.79686],[-119.21569,40.79686],[-119.21599,40.79665],[-119.21599,40.79665],[-119.21617,40.79652],[-119.21622,40.79654],[-119.21628,40.79656],[-119.21633,40.79657],[-119.21639,40.79657],[-119.21644,40.79657],[-119.21649,40.79656],[-119.21654,40.79655],[-119.21659,40.79653],[-119.21671,40.79662],[-119.21673,40.79663],[-119.21702,40.79685],[-119.21673,40.79706],[-119.21668,40.7971],[-119.21667,40.79711],[-119.21643,40.79728],[-119.21612,40.79749],[-119.2158,40.79769],[-119.21548,40.79789],[-119.21532,40.79798],[-119.21477,40.79744]],[[-119.21592,40.79659],[-119.21562,40.7968],[-119.21532,40.797],[-119.215,40.79719],[-119.21471,40.79737],[-119.21416,40.79683],[-119.21428,40.79675],[-119.21428,40.79675],[-119.21459,40.79657],[-119.21459,40.79657],[-119.21489,40.79637],[-119.21489,40.79637],[-119.21518,40.79617],[-119.21518,40.79617],[-119.21547,40.79597],[-119.21547,40.79597],[-119.21566,40.79582],[-119.21609,40.79615],[-119.21606,40.79618],[-119.21604,40.79622],[-119.21603,40.79626],[-119.21603,40.79631],[-119.21603,40.79635],[-119.21605,40.79639],[-119.21607,40.79643],[-119.2161,40.79646],[-119.21592,40.79659]],[[-119.21577,40.79575],[-119.21602,40.79555],[-119.21602,40.79554],[-119.21629,40.79533],[-119.21629,40.79533],[-119.21655,40.7951],[-119.21655,40.7951],[-119.2168,40.79487],[-119.2168,40.79487],[-119.21705,40.79464],[-119.21705,40.79464],[-119.21709,40.7946],[-119.2178,40.79502],[-119.21757,40.79525],[-119.21731,40.79548],[-119.21705,40.79571],[-119.21677,40.79594],[-119.2166,40.79608],[-119.21656,40.79606],[-119.21651,40.79604],[-119.21645,40.79603],[-119.2164,40.79603],[-119.21634,40.79603],[-119.21629,40.79604],[-119.21624,40.79605],[-119.21619,40.79607],[-119.21577,40.79575]],[[-119.21672,40.79482],[-119.21647,40.79505],[-119.21621,40.79527],[-119.21594,40.79549],[-119.21569,40.79569],[-119.21454,40.79482],[-119.21459,40.79478],[-119.21459,40.79478],[-119.21484,40.79457],[-119.21485,40.79457],[-119.2151,40.79436],[-119.2151,40.79436],[-119.21534,40.79415],[-119.21534,40.79415],[-119.21558,40.79393],[-119.21558,40.79393],[-119.21581,40.79371],[-119.21581,40.79371],[-119.21603,40.79348],[-119.21603,40.79348],[-119.21624,40.79325],[-119.21624,40.79325],[-119.21645,40.79301],[-119.21645,40.79301],[-119.21665,40.79277],[-119.21665,40.79277],[-119.2168,40.79258],[-119.2182,40.79319],[-119.21807,40.79337],[-119.21786,40.79362],[-119.21765,40.79387],[-119.21743,40.79411],[-119.2172,40.79435],[-119.21696,40.79459],[-119.21672,40.79482]],[[-119.21655,40.79273],[-119.21636,40.79297],[-119.21615,40.7932],[-119.21594,40.79343],[-119.21572,40.79366],[-119.21549,40.79388],[-119.21526,40.7941],[-119.21501,40.79431],[-119.21477,40.79452],[-119.21451,40.79472],[-119.21446,40.79476],[-119.21382,40.79427],[-119.21406,40.79409],[-119.21406,40.79409],[-119.2143,40.79389],[-119.2143,40.79389],[-119.21454,40.79368],[-119.21454,40.79368],[-119.21477,40.79347],[-119.21477,40.79347],[-119.21499,40.79325],[-119.21499,40.79325],[-119.2152,40.79303],[-119.2152,40.79303],[-119.21541,40.79281],[-119.21541,40.79281],[-119.21561,40.79258],[-119.21561,40.79258],[-119.2158,40.79235],[-119.2158,40.79235],[-119.21592,40.79219],[-119.2167,40.79253],[-119.21655,40.79273]],[[-119.21571,40.79231],[-119.21552,40.79254],[-119.21532,40.79276],[-119.21511,40.79299],[-119.2149,40.7932],[-119.21468,40.79342],[-119.21445,40.79363],[-119.21422,40.79383],[-119.21398,40.79403],[-119.21375,40.79421],[-119.21311,40.79373],[-119.21327,40.7936],[-119.21327,40.7936],[-119.21351,40.79341],[-119.21351,40.79341],[-119.21373,40.79321],[-119.21374,40.79321],[-119.21396,40.79301],[-119.21396,40.79301],[-119.21417,40.7928],[-119.21417,40.7928],[-119.21438,40.79259],[-119.21438,40.79259],[-119.21458,40.79237],[-119.21458,40.79237],[-119.21477,40.79215],[-119.21477,40.79215],[-119.21495,40.79193],[-119.21495,40.79193],[-119.21504,40.79181],[-119.21583,40.79215],[-119.21571,40.79231]],[[-119.21486,40.79189],[-119.21468,40.79211],[-119.21449,40.79233],[-119.21429,40.79254],[-119.21409,40.79275],[-119.21387,40.79296],[-119.21365,40.79316],[-119.21343,40.79335],[-119.21319,40.79355],[-119.21308,40.79363],[-119.21262,40.79333],[-119.21263,40.79331],[-119.21265,40.79327],[-119.21266,40.79323],[-119.21267,40.79318],[-119.21266,40.79314],[-119.21264,40.7931],[-119.21262,40.79306],[-119.21259,40.79303],[-119.21272,40.79293],[-119.21272,40.79293],[-119.21294,40.79274],[-119.21294,40.79274],[-119.21315,40.79254],[-119.21315,40.79254],[-119.21336,40.79235],[-119.21336,40.79235],[-119.21355,40.79214],[-119.21355,40.79214],[-119.21374,40.79194],[-119.21374,40.79194],[-119.21393,40.79173],[-119.21393,40.79172],[-119.2141,40.79151],[-119.2141,40.79151],[-119.21417,40.79142],[-119.21495,40.79177],[-119.21486,40.79189]],[[-119.21422,40.79135],[-119.21427,40.79129],[-119.21427,40.79129],[-119.21443,40.79107],[-119.21443,40.79107],[-119.21458,40.79084],[-119.21458,40.79084],[-119.21472,40.79062],[-119.21472,40.79062],[-119.21485,40.79038],[-119.21485,40.79038],[-119.21498,40.79015],[-119.21498,40.79015],[-119.21509,40.78991],[-119.21509,40.78991],[-119.2152,40.78967],[-119.2152,40.78967],[-119.21529,40.78943],[-119.2153,40.78943],[-119.21535,40.78929],[-119.21622,40.78947],[-119.21621,40.78949],[-119.21612,40.78974],[-119.21601,40.78999],[-119.2159,40.79024],[-119.21577,40.79048],[-119.21564,40.79072],[-119.2155,40.79096],[-119.21535,40.7912],[-119.2152,40.79143],[-119.21503,40.79166],[-119.21501,40.7917],[-119.21422,40.79135]],[[-119.21529,40.79147],[-119.21529,40.79147],[-119.21545,40.79124],[-119.21545,40.79123],[-119.2156,40.791],[-119.2156,40.791],[-119.21574,40.79076],[-119.21574,40.79076],[-119.21587,40.79051],[-119.21588,40.79051],[-119.216,40.79027],[-119.216,40.79027],[-119.21611,40.79002],[-119.21611,40.79002],[-119.21622,40.78977],[-119.21622,40.78976],[-119.21632,40.78951],[-119.21632,40.78951],[-119.21632,40.78949],[-119.2172,40.78967],[-119.21714,40.78982],[-119.21704,40.79008],[-119.21692,40.79034],[-119.2168,40.7906],[-119.21667,40.79085],[-119.21653,40.7911],[-119.21638,40.79135],[-119.21623,40.79159],[-119.21606,40.79183],[-119.21589,40.79207],[-119.21588,40.79208],[-119.2151,40.79174],[-119.21513,40.7917],[-119.21513,40.7917],[-119.21529,40.79147]],[[-119.21616,40.79187],[-119.21616,40.79187],[-119.21632,40.79163],[-119.21632,40.79163],[-119.21648,40.79138],[-119.21648,40.79138],[-119.21663,40.79113],[-119.21663,40.79113],[-119.21677,40.79088],[-119.21677,40.79088],[-119.2169,40.79063],[-119.2169,40.79062],[-119.21702,40.79037],[-119.21702,40.79037],[-119.21714,40.79011],[-119.21714,40.79011],[-119.21724,40.78985],[-119.21724,40.78984],[-119.2173,40.78969],[-119.21817,40.78986],[-119.21816,40.78989],[-119.21806,40.79016],[-119.21795,40.79043],[-119.21783,40.7907],[-119.2177,40.79096],[-119.21756,40.79122],[-119.21741,40.79148],[-119.21726,40.79174],[-119.2171,40.79199],[-119.21692,40.79224],[-119.21676,40.79246],[-119.21598,40.79212],[-119.21598,40.79211],[-119.21598,40.79211],[-119.21616,40.79187]],[[-119.21702,40.79228],[-119.21702,40.79228],[-119.21719,40.79203],[-119.21719,40.79203],[-119.21736,40.79177],[-119.21736,40.79177],[-119.21751,40.79152],[-119.21751,40.79151],[-119.21766,40.79125],[-119.21766,40.79125],[-119.2178,40.79099],[-119.2178,40.79099],[-119.21793,40.79073],[-119.21793,40.79073],[-119.21805,40.79046],[-119.21805,40.79046],[-119.21816,40.79019],[-119.21816,40.79019],[-119.21827,40.78991],[-119.21827,40.78991],[-119.21828,40.78989],[-119.21985,40.79021],[-119.21978,40.79038],[-119.21967,40.79066],[-119.21955,40.79095],[-119.21942,40.79123],[-119.21928,40.7915],[-119.21913,40.79178],[-119.21898,40.79205],[-119.21881,40.79232],[-119.21864,40.79259],[-119.21846,40.79285],[-119.21827,40.79311],[-119.21826,40.79312],[-119.21685,40.7925],[-119.21702,40.79228]],[[-119.21998,40.79015],[-119.21999,40.79011],[-119.21999,40.79011],[-119.22009,40.78982],[-119.22009,40.78982],[-119.22017,40.78953],[-119.22017,40.78953],[-119.22025,40.78924],[-119.22025,40.78924],[-119.22032,40.78895],[-119.22032,40.78894],[-119.22037,40.78865],[-119.22037,40.78865],[-119.22038,40.78861],[-119.22128,40.7887],[-119.22125,40.78886],[-119.22118,40.78917],[-119.22111,40.78947],[-119.22103,40.78977],[-119.22094,40.79007],[-119.22085,40.79032],[-119.21998,40.79015]],[[-119.22104,40.79009],[-119.22104,40.79009],[-119.22114,40.78979],[-119.22114,40.78979],[-119.22122,40.78948],[-119.22122,40.78948],[-119.22129,40.78918],[-119.22129,40.78918],[-119.22135,40.78888],[-119.22135,40.78888],[-119.22138,40.78871],[-119.22228,40.7888],[-119.22222,40.7891],[-119.22215,40.78941],[-119.22208,40.78972],[-119.22199,40.79003],[-119.22189,40.79033],[-119.22183,40.79052],[-119.22096,40.79035],[-119.22104,40.79009]],[[-119.2218,40.7906],[-119.22179,40.79064],[-119.22167,40.79094],[-119.22155,40.79124],[-119.22142,40.79154],[-119.22128,40.79184],[-119.22113,40.79214],[-119.22106,40.79226],[-119.22022,40.792],[-119.22031,40.79185],[-119.22031,40.79185],[-119.22045,40.79156],[-119.22045,40.79156],[-119.22059,40.79127],[-119.22059,40.79127],[-119.22072,40.79098],[-119.22072,40.79098],[-119.22083,40.79068],[-119.22083,40.79068],[-119.22093,40.79043],[-119.2218,40.7906]],[[-119.22103,40.79232],[-119.22097,40.79243],[-119.2208,40.79272],[-119.22063,40.793],[-119.22044,40.79328],[-119.22025,40.79356],[-119.22005,40.79384],[-119.22001,40.79389],[-119.21923,40.79355],[-119.21925,40.79352],[-119.21925,40.79352],[-119.21945,40.79325],[-119.21945,40.79325],[-119.21964,40.79297],[-119.21964,40.79297],[-119.21982,40.7927],[-119.21982,40.7927],[-119.21999,40.79242],[-119.21999,40.79242],[-119.22015,40.79214],[-119.22015,40.79213],[-119.2202,40.79205],[-119.22103,40.79232]],[[-119.22014,40.79388],[-119.22014,40.79388],[-119.22034,40.7936],[-119.22035,40.7936],[-119.22054,40.79332],[-119.22054,40.79332],[-119.22072,40.79304],[-119.22072,40.79304],[-119.2209,40.79275],[-119.2209,40.79275],[-119.22107,40.79246],[-119.22107,40.79246],[-119.22113,40.79235],[-119.22196,40.79261],[-119.22189,40.79275],[-119.22171,40.79305],[-119.22153,40.79334],[-119.22134,40.79363],[-119.22115,40.79392],[-119.22094,40.79421],[-119.22089,40.79427],[-119.2201,40.79393],[-119.22014,40.79388]],[[-119.22083,40.79435],[-119.22072,40.79449],[-119.2205,40.79476],[-119.22027,40.79504],[-119.22003,40.7953],[-119.21979,40.79557],[-119.21953,40.79583],[-119.2195,40.79587],[-119.21878,40.79545],[-119.21901,40.79522],[-119.21901,40.79521],[-119.21925,40.79496],[-119.21925,40.79496],[-119.21949,40.79469],[-119.21949,40.79469],[-119.21971,40.79443],[-119.21971,40.79443],[-119.21993,40.79416],[-119.21993,40.79416],[-119.22005,40.794],[-119.22083,40.79435]],[[-119.21941,40.79595],[-119.21927,40.79609],[-119.219,40.79634],[-119.21873,40.79659],[-119.21845,40.79683],[-119.21816,40.79707],[-119.21786,40.7973],[-119.21783,40.79732],[-119.21755,40.7971],[-119.21751,40.79707],[-119.2172,40.79683],[-119.2174,40.79667],[-119.2174,40.79667],[-119.21756,40.79654],[-119.21763,40.79649],[-119.21769,40.79644],[-119.21769,40.79644],[-119.21797,40.79621],[-119.21797,40.79621],[-119.21824,40.79597],[-119.21824,40.79597],[-119.2185,40.79572],[-119.2185,40.79572],[-119.21869,40.79554],[-119.21941,40.79595]],[[-119.2174,40.79715],[-119.21746,40.79719],[-119.21773,40.7974],[-119.21756,40.79753],[-119.21725,40.79775],[-119.21693,40.79797],[-119.21661,40.79818],[-119.21628,40.79839],[-119.21594,40.79859],[-119.21594,40.79859],[-119.21539,40.79805],[-119.21555,40.79796],[-119.21555,40.79795],[-119.21587,40.79776],[-119.21587,40.79775],[-119.21619,40.79755],[-119.21619,40.79755],[-119.2165,40.79734],[-119.2165,40.79734],[-119.21674,40.79717],[-119.21677,40.79715],[-119.21681,40.79712],[-119.21681,40.79712],[-119.21709,40.79691],[-119.2174,40.79715]],[[-119.21842,40.79567],[-119.21816,40.79591],[-119.21789,40.79615],[-119.21761,40.79639],[-119.21752,40.79646],[-119.21749,40.79648],[-119.21732,40.79662],[-119.21712,40.79678],[-119.21684,40.79656],[-119.21681,40.79654],[-119.21669,40.79645],[-119.21672,40.79641],[-119.21674,40.79637],[-119.21675,40.79633],[-119.21675,40.79629],[-119.21675,40.79625],[-119.21673,40.79621],[-119.21671,40.79617],[-119.21668,40.79613],[-119.21685,40.796],[-119.21685,40.796],[-119.21713,40.79577],[-119.21713,40.79577],[-119.21739,40.79554],[-119.21739,40.79554],[-119.21765,40.7953],[-119.21765,40.7953],[-119.21789,40.79507],[-119.21861,40.79549],[-119.21842,40.79567]],[[-119.21798,40.79498],[-119.21815,40.79481],[-119.21815,40.79481],[-119.21838,40.79456],[-119.21838,40.79456],[-119.21861,40.7943],[-119.21861,40.7943],[-119.21883,40.79405],[-119.21883,40.79405],[-119.21905,40.79378],[-119.21905,40.79378],[-119.21917,40.79362],[-119.21996,40.79396],[-119.21984,40.79411],[-119.21962,40.79438],[-119.2194,40.79465],[-119.21916,40.79491],[-119.21892,40.79517],[-119.21869,40.7954],[-119.21798,40.79498]],[[-119.21895,40.79374],[-119.21874,40.794],[-119.21852,40.79426],[-119.2183,40.79451],[-119.21806,40.79476],[-119.21789,40.79493],[-119.21717,40.79451],[-119.21729,40.7944],[-119.21729,40.7944],[-119.21752,40.79416],[-119.21752,40.79416],[-119.21774,40.79391],[-119.21774,40.79391],[-119.21796,40.79366],[-119.21796,40.79366],[-119.21816,40.79341],[-119.21816,40.79341],[-119.2183,40.79323],[-119.21908,40.79358],[-119.21895,40.79374]],[[-119.21835,40.79316],[-119.21836,40.79315],[-119.21836,40.79315],[-119.21855,40.79289],[-119.21855,40.79289],[-119.21874,40.79263],[-119.21874,40.79262],[-119.21891,40.79236],[-119.21891,40.79236],[-119.21908,40.79209],[-119.21908,40.79209],[-119.21923,40.79181],[-119.21923,40.79181],[-119.21926,40.79176],[-119.2201,40.79202],[-119.22005,40.7921],[-119.21989,40.79238],[-119.21972,40.79266],[-119.21954,40.79294],[-119.21935,40.79321],[-119.21916,40.79348],[-119.21913,40.79351],[-119.21835,40.79316]],[[-119.21929,40.79171],[-119.21938,40.79154],[-119.21938,40.79153],[-119.21952,40.79126],[-119.21952,40.79125],[-119.21965,40.79097],[-119.21965,40.79097],[-119.21977,40.79069],[-119.21978,40.79069],[-119.21989,40.7904],[-119.21989,40.7904],[-119.21995,40.79023],[-119.22082,40.7904],[-119.22073,40.79066],[-119.22061,40.79095],[-119.22049,40.79124],[-119.22035,40.79153],[-119.22021,40.79182],[-119.22012,40.79197],[-119.21929,40.79171]]]},"properties":{"FID":0,"Id":0}}]} \ No newline at end of file diff --git a/Meshtastic/Resources/Toilets.geojson b/Meshtastic/Resources/Toilets.geojson new file mode 100644 index 00000000..1232a328 --- /dev/null +++ b/Meshtastic/Resources/Toilets.geojson @@ -0,0 +1,2984 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "id": 0, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21320575933734, + 40.7990581593531 + ], + [ + -119.21316093593714, + 40.79899917635024 + ], + [ + -119.21311577599103, + 40.79893974846658 + ], + [ + -119.21307061612544, + 40.7988803205646 + ], + [ + -119.21302545515535, + 40.79882089264441 + ], + [ + -119.21298029545105, + 40.79876146560644 + ], + [ + -119.21293513582712, + 40.79870203764956 + ], + [ + -119.21288997509869, + 40.798642609674495 + ], + [ + -119.21284481563588, + 40.79858318168101 + ], + [ + -119.21279965506871, + 40.79852375456995 + ], + [ + -119.21275415440566, + 40.798463877173425 + ], + [ + -119.21266938910365, + 40.798500083422574 + ], + [ + -119.21258462489452, + 40.79853628870858 + ], + [ + -119.21258497336845, + 40.798536760589634 + ], + [ + -119.21262936708565, + 40.79859682005213 + ], + [ + -119.21267359375693, + 40.798656652561824 + ], + [ + -119.21271781932245, + 40.79871648415346 + ], + [ + -119.21276204496739, + 40.798776315727494 + ], + [ + -119.21280627187686, + 40.79883614728388 + ], + [ + -119.21285049768076, + 40.79889597972333 + ], + [ + -119.21289472356396, + 40.79895581124463 + ], + [ + -119.21293894952662, + 40.79901564274834 + ], + [ + -119.21298317675375, + 40.79907547423441 + ], + [ + -119.21302689200826, + 40.799134615894204 + ], + [ + -119.21308732347266, + 40.79910878422354 + ], + [ + -119.21311632572406, + 40.79909638720812 + ], + [ + -119.21320575933734, + 40.7990581593531 + ] + ] + ] + }, + "properties": { + "FID": 0, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 1, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21047092086818, + 40.79575556526773 + ], + [ + -119.21049201126682, + 40.795784336014556 + ], + [ + -119.21051486761431, + 40.795815515726055 + ], + [ + -119.21055881443952, + 40.79587546616701 + ], + [ + -119.21060276015868, + 40.79593541569008 + ], + [ + -119.2106251982363, + 40.79596602353057 + ], + [ + -119.21064629232383, + 40.79599479965143 + ], + [ + -119.21073382249229, + 40.79595754733276 + ], + [ + -119.21082135256289, + 40.79592029494745 + ], + [ + -119.21077657723585, + 40.79586136772022 + ], + [ + -119.2107314203576, + 40.795801938870675 + ], + [ + -119.2106862647449, + 40.795742510002775 + ], + [ + -119.21064110802774, + 40.79568308111665 + ], + [ + -119.21059595139103, + 40.79562365131166 + ], + [ + -119.21055079601993, + 40.79556422238886 + ], + [ + -119.21050563954441, + 40.795504793447876 + ], + [ + -119.2104604831493, + 40.795445363587994 + ], + [ + -119.21041532801989, + 40.79538593461036 + ], + [ + -119.21036978423504, + 40.795325995003395 + ], + [ + -119.21032662025745, + 40.79534434317189 + ], + [ + -119.21028829689155, + 40.79536063322639 + ], + [ + -119.21020681064851, + 40.79539527229217 + ], + [ + -119.21022790437453, + 40.79542404669124 + ], + [ + -119.21025119069365, + 40.79545581361603 + ], + [ + -119.21029513585941, + 40.79551576416125 + ], + [ + -119.21033908228928, + 40.79557571468907 + ], + [ + -119.21038302879822, + 40.79563566519949 + ], + [ + -119.21042697420111, + 40.79569561479202 + ], + [ + -119.2104498221915, + 40.795726783710336 + ], + [ + -119.21047092086818, + 40.79575556526773 + ] + ] + ] + }, + "properties": { + "FID": 1, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 2, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21385001719372, + 40.79444703483277 + ], + [ + -119.21378618440286, + 40.79439853374776 + ], + [ + -119.21378615951494, + 40.79439851483754 + ], + [ + -119.21372176743238, + 40.79434958778626 + ], + [ + -119.21365694021905, + 40.7943975853953 + ], + [ + -119.21359211172738, + 40.79444558296763 + ], + [ + -119.21352728906683, + 40.79449357690031 + ], + [ + -119.21351571747512, + 40.79450214421786 + ], + [ + -119.21351468188222, + 40.794502890888026 + ], + [ + -119.21346112117706, + 40.79454050731331 + ], + [ + -119.21339465335176, + 40.794587190051026 + ], + [ + -119.21332818424845, + 40.79463387365076 + ], + [ + -119.21326171860659, + 40.7946805536092 + ], + [ + -119.21325088152491, + 40.794688164419384 + ], + [ + -119.21324981985292, + 40.79468888947518 + ], + [ + -119.21319392313474, + 40.794726121410186 + ], + [ + -119.21321079020258, + 40.79474043399223 + ], + [ + -119.21325468111574, + 40.794777678751785 + ], + [ + -119.21329805653599, + 40.79481448585073 + ], + [ + -119.21331492483368, + 40.79482879931783 + ], + [ + -119.21332588993857, + 40.794821376714 + ], + [ + -119.21334213615293, + 40.794810345038904 + ], + [ + -119.21335835865887, + 40.794799293550525 + ], + [ + -119.21337455982649, + 40.79478822314928 + ], + [ + -119.21338325226407, + 40.79478226417455 + ], + [ + -119.2133907372857, + 40.794777132934726 + ], + [ + -119.21340689222166, + 40.79476602380741 + ], + [ + -119.21342302344915, + 40.79475489486686 + ], + [ + -119.21343913215337, + 40.79474374701353 + ], + [ + -119.2134511742765, + 40.79473538770124 + ], + [ + -119.21345521714925, + 40.79473258024754 + ], + [ + -119.2134712796217, + 40.794721393668226 + ], + [ + -119.213487319571, + 40.79471018907675 + ], + [ + -119.21350333581168, + 40.79469896377153 + ], + [ + -119.21351869324042, + 40.79468816719666 + ], + [ + -119.21351932834416, + 40.79468772045424 + ], + [ + -119.21353529835338, + 40.794676458224245 + ], + [ + -119.21355124465413, + 40.794665176181105 + ], + [ + -119.21356716724648, + 40.79465387522537 + ], + [ + -119.21358579493612, + 40.79464060716558 + ], + [ + -119.21359894367635, + 40.79463121657597 + ], + [ + -119.21361479632878, + 40.79461985888243 + ], + [ + -119.21363062527287, + 40.79460848227636 + ], + [ + -119.21365246988341, + 40.79459270760953 + ], + [ + -119.21366221322107, + 40.79458567232648 + ], + [ + -119.21367797222516, + 40.79457423898269 + ], + [ + -119.21369370633602, + 40.79456278762712 + ], + [ + -119.21370941792343, + 40.79455131645833 + ], + [ + -119.21371874297014, + 40.794544487439474 + ], + [ + -119.21372510461761, + 40.79453982727778 + ], + [ + -119.21374076878848, + 40.79452831918461 + ], + [ + -119.21375640806599, + 40.79451679217908 + ], + [ + -119.21377202482014, + 40.794505246261 + ], + [ + -119.21378459404778, + 40.79449592414308 + ], + [ + -119.2137876166811, + 40.79449368233113 + ], + [ + -119.21380318483368, + 40.794482099488846 + ], + [ + -119.21381916531358, + 40.79447017078473 + ], + [ + -119.21383424882897, + 40.79445887796767 + ], + [ + -119.21385001719372, + 40.79444703483277 + ] + ] + ] + }, + "properties": { + "FID": 2, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 3, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21721171740113, + 40.7972087991963 + ], + [ + -119.21724203581684, + 40.79723234065531 + ], + [ + -119.21727488000113, + 40.79725784329317 + ], + [ + -119.2173077242108, + 40.797283346822155 + ], + [ + -119.21733804269428, + 40.79730688825561 + ], + [ + -119.21736836119919, + 40.79733042968105 + ], + [ + -119.21740120548021, + 40.797355932282485 + ], + [ + -119.2174643683591, + 40.79740497627434 + ], + [ + -119.21752753014613, + 40.79745402113192 + ], + [ + -119.21755961480463, + 40.79747893299204 + ], + [ + -119.21758993346613, + 40.7975024743585 + ], + [ + -119.21766110350161, + 40.797449552121314 + ], + [ + -119.21773227342406, + 40.797396629839774 + ], + [ + -119.21766887944887, + 40.7973484685954 + ], + [ + -119.21760501620962, + 40.7972999507389 + ], + [ + -119.21754115306331, + 40.7972514328466 + ], + [ + -119.21747729000985, + 40.79720291401793 + ], + [ + -119.21741342704955, + 40.79715439605411 + ], + [ + -119.21734956418224, + 40.79710587805451 + ], + [ + -119.21728570140792, + 40.797057360019124 + ], + [ + -119.21722183872659, + 40.797008841948006 + ], + [ + -119.21715797613828, + 40.796960323841084 + ], + [ + -119.21709363955175, + 40.796911445517566 + ], + [ + -119.21702596977725, + 40.796961735506876 + ], + [ + -119.21695829990043, + 40.79701202455551 + ], + [ + -119.21698861695185, + 40.79703556518151 + ], + [ + -119.21702223134385, + 40.79706166579492 + ], + [ + -119.21708539366495, + 40.79711070999682 + ], + [ + -119.21714855607918, + 40.79715975506428 + ], + [ + -119.21718140019196, + 40.79718525772909 + ], + [ + -119.21721171740113, + 40.7972087991963 + ] + ] + ] + }, + "properties": { + "FID": 3, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 4, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21917379598577, + 40.79361865457066 + ], + [ + -119.21911517355844, + 40.79369409890048 + ], + [ + -119.21906573443805, + 40.793757723618846 + ], + [ + -119.21908748013841, + 40.79376752547737 + ], + [ + -119.21914450441346, + 40.79379322978992 + ], + [ + -119.21922216875679, + 40.79382823622663 + ], + [ + -119.21929983436684, + 40.79386324351128 + ], + [ + -119.2193775000585, + 40.79389825074344 + ], + [ + -119.21945516464673, + 40.793933257923236 + ], + [ + -119.21953283879422, + 40.79396825514282 + ], + [ + -119.2196104952529, + 40.794003272125174 + ], + [ + -119.21968816008564, + 40.79403827824691 + ], + [ + -119.21976582618515, + 40.794073285216534 + ], + [ + -119.21984238545613, + 40.79410779336001 + ], + [ + -119.21984259166848, + 40.794107886092256 + ], + [ + -119.21989487941399, + 40.79404079520031 + ], + [ + -119.21995582890966, + 40.79396165595559 + ], + [ + -119.21987862526129, + 40.79392779459533 + ], + [ + -119.21987180843793, + 40.793924804680906 + ], + [ + -119.21984991093768, + 40.79391520021947 + ], + [ + -119.2198004475217, + 40.79389350553736 + ], + [ + -119.21980041789378, + 40.79389349293318 + ], + [ + -119.21972223904969, + 40.79385920382218 + ], + [ + -119.21972220942178, + 40.793859191217976 + ], + [ + -119.21964403184313, + 40.7938249020536 + ], + [ + -119.21964400221502, + 40.7938248885488 + ], + [ + -119.21956582353206, + 40.793790600231965 + ], + [ + -119.219565793904, + 40.793790586727155 + ], + [ + -119.21948761648629, + 40.79375629745636 + ], + [ + -119.21948758685846, + 40.793756284852094 + ], + [ + -119.21940940833622, + 40.79372199552825 + ], + [ + -119.21940937870843, + 40.793721982924 + ], + [ + -119.21933120145182, + 40.79368769444738 + ], + [ + -119.21933117182382, + 40.793687680942504 + ], + [ + -119.21925299346252, + 40.793653391512244 + ], + [ + -119.21925296383458, + 40.793653378007335 + ], + [ + -119.21917379598577, + 40.79361865457066 + ] + ] + ] + }, + "properties": { + "FID": 4, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 5, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21571494737744, + 40.79229337450262 + ], + [ + -119.21571533252319, + 40.79229354917759 + ], + [ + -119.21576651176535, + 40.79222797773445 + ], + [ + -119.21582741508674, + 40.79215082554209 + ], + [ + -119.21574935409568, + 40.792116583249125 + ], + [ + -119.21567114979315, + 40.79208227877708 + ], + [ + -119.21559294675603, + 40.7920479742517 + ], + [ + -119.21551474142932, + 40.792013668772746 + ], + [ + -119.21543653855318, + 40.79197936414095 + ], + [ + -119.21535833457257, + 40.79194505945604 + ], + [ + -119.21528013185727, + 40.791910753817234 + ], + [ + -119.21520192803763, + 40.79187644902589 + ], + [ + -119.2151237242985, + 40.79184214418136 + ], + [ + -119.21504498499849, + 40.79180760338077 + ], + [ + -119.21498818035438, + 40.791880453578045 + ], + [ + -119.2149401968823, + 40.791941325120504 + ], + [ + -119.2149409541302, + 40.79194166907339 + ], + [ + -119.21497739447432, + 40.791958227427784 + ], + [ + -119.2150184612826, + 40.79197688820218 + ], + [ + -119.21509596022165, + 40.792012104577736 + ], + [ + -119.2151734604276, + 40.792047320900906 + ], + [ + -119.21525095834546, + 40.792082537172014 + ], + [ + -119.21532845990012, + 40.79211775339053 + ], + [ + -119.21540595798193, + 40.79215297045766 + ], + [ + -119.21548345970037, + 40.79218818657159 + ], + [ + -119.21552375176226, + 40.792206496013186 + ], + [ + -119.21556095794581, + 40.79222340263362 + ], + [ + -119.21563845864287, + 40.792258617742526 + ], + [ + -119.21571494737744, + 40.79229337450262 + ] + ] + ] + }, + "properties": { + "FID": 5, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 6, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21679029554303, + 40.789750555405746 + ], + [ + -119.21683197581672, + 40.789759563887365 + ], + [ + -119.21687714348134, + 40.78976932575896 + ], + [ + -119.2169639926537, + 40.789788096947206 + ], + [ + -119.21705084187477, + 40.78980686716944 + ], + [ + -119.21709530335764, + 40.789816475935055 + ], + [ + -119.21713687114098, + 40.78982546000325 + ], + [ + -119.21716409348235, + 40.78975208072795 + ], + [ + -119.21719664297312, + 40.78966557659157 + ], + [ + -119.21710958436879, + 40.78964785748685 + ], + [ + -119.21702236583984, + 40.789630105913176 + ], + [ + -119.21693514617242, + 40.78961235427368 + ], + [ + -119.21684792773634, + 40.78959460256802 + ], + [ + -119.21676070934652, + 40.78957684989582 + ], + [ + -119.21667349100333, + 40.78955909805823 + ], + [ + -119.21658627152166, + 40.78954134615478 + ], + [ + -119.21649905327135, + 40.7895235941852 + ], + [ + -119.21641183506748, + 40.78950584214966 + ], + [ + -119.21632401850282, + 40.78948796763168 + ], + [ + -119.21630566483016, + 40.789537347841424 + ], + [ + -119.21629372788107, + 40.789569461322365 + ], + [ + -119.2162683439118, + 40.78963774468154 + ], + [ + -119.2163100299694, + 40.78964675515243 + ], + [ + -119.21635605065998, + 40.789656701758226 + ], + [ + -119.21644289953876, + 40.78967547243849 + ], + [ + -119.21652974846646, + 40.789694243053304 + ], + [ + -119.21661659744302, + 40.789713013602686 + ], + [ + -119.21670344646866, + 40.78973178498723 + ], + [ + -119.21674859987606, + 40.789741544209 + ], + [ + -119.21679029554303, + 40.789750555405746 + ] + ] + ] + }, + "properties": { + "FID": 6, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 7, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.22092933792445, + 40.790425222943064 + ], + [ + -119.22089817044981, + 40.7905095800207 + ], + [ + -119.22087194788512, + 40.7905807355731 + ], + [ + -119.22095988700913, + 40.79059948558106 + ], + [ + -119.22104682366856, + 40.79061802132951 + ], + [ + -119.22113376037655, + 40.790636557913004 + ], + [ + -119.22122069713285, + 40.790655094430925 + ], + [ + -119.22130763393723, + 40.7906736299827 + ], + [ + -119.22139457079024, + 40.79069216636949 + ], + [ + -119.2214815076913, + 40.79071070179011 + ], + [ + -119.22156844464091, + 40.79072923804576 + ], + [ + -119.22165538163864, + 40.790747773335276 + ], + [ + -119.22174125454603, + 40.790766082674644 + ], + [ + -119.22176886277701, + 40.79069098214608 + ], + [ + -119.22180133161706, + 40.79060266385688 + ], + [ + -119.22171478485738, + 40.790585052619086 + ], + [ + -119.22162756387684, + 40.79056730452955 + ], + [ + -119.22154034294275, + 40.790549556374025 + ], + [ + -119.22145312323998, + 40.79053180815234 + ], + [ + -119.22136590239869, + 40.79051405986483 + ], + [ + -119.22127868160389, + 40.79049631151132 + ], + [ + -119.2211914608555, + 40.790478563091824 + ], + [ + -119.22110424015325, + 40.79046081370578 + ], + [ + -119.22101701949771, + 40.79044306515429 + ], + [ + -119.22092933792445, + 40.790425222943064 + ] + ] + ] + }, + "properties": { + "FID": 7, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 8, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21676672304201, + 40.787151394980775 + ], + [ + -119.21766954360965, + 40.787161860773196 + ], + [ + -119.21767084923582, + 40.78708562592472 + ], + [ + -119.21767215485924, + 40.78700939197582 + ], + [ + -119.21676925186783, + 40.78700949460194 + ], + [ + -119.2167679868638, + 40.78708044479188 + ], + [ + -119.21676672304201, + 40.787151394980775 + ] + ] + ] + }, + "properties": { + "FID": 8, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 9, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.22254782594494, + 40.787008715718244 + ], + [ + -119.22254677471386, + 40.78708063947169 + ], + [ + -119.22254572229546, + 40.787152562323826 + ], + [ + -119.2234485653877, + 40.78715990109053 + ], + [ + -119.2234496406282, + 40.78708423448604 + ], + [ + -119.22345071586633, + 40.78700856788055 + ], + [ + -119.22254782594494, + 40.787008715718244 + ] + ] + ] + }, + "properties": { + "FID": 9, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 10, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.2218829922685, + 40.78354908316953 + ], + [ + -119.22185754365873, + 40.78347354309549 + ], + [ + -119.22182745541112, + 40.7833847398726 + ], + [ + -119.2209556458216, + 40.78356244113754 + ], + [ + -119.22098414671561, + 40.78364734167054 + ], + [ + -119.22100824744685, + 40.783718928552894 + ], + [ + -119.2218829922685, + 40.78354908316953 + ] + ] + ] + }, + "properties": { + "FID": 10, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 11, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21640231451448, + 40.78465156267149 + ], + [ + -119.21727716792408, + 40.78448421172071 + ], + [ + -119.21725235009494, + 40.78441034116092 + ], + [ + -119.21722363396417, + 40.78432305678725 + ], + [ + -119.21635114582351, + 40.78450085750285 + ], + [ + -119.21637875565848, + 40.78458289718729 + ], + [ + -119.21640231451448, + 40.78465156267149 + ] + ] + ] + }, + "properties": { + "FID": 11, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 12, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.2151975382086, + 40.782309077116544 + ], + [ + -119.21598623671463, + 40.781975048924906 + ], + [ + -119.21593722331049, + 40.78190853113694 + ], + [ + -119.21588821000412, + 40.78184201332739 + ], + [ + -119.2151063894347, + 40.78218522529658 + ], + [ + -119.21515196318701, + 40.78224715166624 + ], + [ + -119.2151975382086, + 40.782309077116544 + ] + ] + ] + }, + "properties": { + "FID": 12, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 13, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.2193295832776, + 40.78050183376417 + ], + [ + -119.2201166729552, + 40.780165692590515 + ], + [ + -119.22006637451267, + 40.78009773217038 + ], + [ + -119.2200160773574, + 40.78002977172738 + ], + [ + -119.21923430995108, + 40.78037300725894 + ], + [ + -119.21928194716081, + 40.780437420971985 + ], + [ + -119.2193295832776, + 40.78050183376417 + ] + ] + ] + }, + "properties": { + "FID": 13, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 14, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21708944144868, + 40.7769978974874 + ], + [ + -119.21772788050963, + 40.77651241738916 + ], + [ + -119.21765680730987, + 40.77645943601728 + ], + [ + -119.21758573422323, + 40.77640645550172 + ], + [ + -119.2169547608597, + 40.77689684039848 + ], + [ + -119.21702210051073, + 40.77694736851259 + ], + [ + -119.21708944144868, + 40.7769978974874 + ] + ] + ] + }, + "properties": { + "FID": 14, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 15, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.2132216108523, + 40.78007471931362 + ], + [ + -119.21315778175973, + 40.78012324892972 + ], + [ + -119.21309395849744, + 40.78017177400672 + ], + [ + -119.21314135245652, + 40.7802083071664 + ], + [ + -119.2131572523761, + 40.78022072593136 + ], + [ + -119.21322021938654, + 40.78026990929782 + ], + [ + -119.21328319596883, + 40.780319098932864 + ], + [ + -119.21329798807355, + 40.7803306523011 + ], + [ + -119.21329901063201, + 40.780331469053095 + ], + [ + -119.21334482571022, + 40.78036927298379 + ], + [ + -119.21340600774849, + 40.7804197559392 + ], + [ + -119.21346718987927, + 40.78047023796111 + ], + [ + -119.2135283744727, + 40.780520723552286 + ], + [ + -119.2135331199942, + 40.780524638921705 + ], + [ + -119.21353410938843, + 40.780525478188984 + ], + [ + -119.21358788169937, + 40.78057235839886 + ], + [ + -119.21364722316586, + 40.78062409409382 + ], + [ + -119.2137065659092, + 40.78067582975771 + ], + [ + -119.21372571699102, + 40.780663290175404 + ], + [ + -119.21377413012641, + 40.7806315926332 + ], + [ + -119.2138233760243, + 40.780599350144584 + ], + [ + -119.2138425294316, + 40.78058680964197 + ], + [ + -119.21378238801414, + 40.78053425547957 + ], + [ + -119.21372224669156, + 40.780481702185966 + ], + [ + -119.21368215410898, + 40.78044666723947 + ], + [ + -119.21366150129336, + 40.780429545169326 + ], + [ + -119.21359957253237, + 40.78037820234927 + ], + [ + -119.21353764623656, + 40.7803268612965 + ], + [ + -119.21347571648133, + 40.78027551660797 + ], + [ + -119.21345507799042, + 40.78025840620683 + ], + [ + -119.21341261995272, + 40.780225000520936 + ], + [ + -119.21334895134179, + 40.78017490772123 + ], + [ + -119.21328528875092, + 40.78012481938843 + ], + [ + -119.2132216108523, + 40.78007471931362 + ] + ] + ] + }, + "properties": { + "FID": 15, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 16, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21300041996254, + 40.78123025232274 + ], + [ + -119.2131383345187, + 40.78114131034533 + ], + [ + -119.21307862437591, + 40.78108848290931 + ], + [ + -119.21301898779195, + 40.781035718477426 + ], + [ + -119.21288232231299, + 40.78112670095125 + ], + [ + -119.21294137109192, + 40.78117847665234 + ], + [ + -119.21300041996254, + 40.78123025232274 + ] + ] + ] + }, + "properties": { + "FID": 16, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 17, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21176305362536, + 40.78027593476868 + ], + [ + -119.21183157681881, + 40.78032047148881 + ], + [ + -119.21189748418074, + 40.780365206473924 + ], + [ + -119.21189880884677, + 40.78036611597847 + ], + [ + -119.21194969864037, + 40.78032317428929 + ], + [ + -119.21195916865051, + 40.7803151827266 + ], + [ + -119.21197565409197, + 40.78030127201963 + ], + [ + -119.21197645135408, + 40.780300599225924 + ], + [ + -119.2120195686397, + 40.78026421521763 + ], + [ + -119.21195260558652, + 40.78021869956332 + ], + [ + -119.21195126433693, + 40.78021779726521 + ], + [ + -119.21188275760795, + 40.780171994387324 + ], + [ + -119.21188245902674, + 40.78017179717863 + ], + [ + -119.21188236544067, + 40.78017187913848 + ], + [ + -119.21182314197179, + 40.78022353004417 + ], + [ + -119.21176305362536, + 40.78027593476868 + ] + ] + ] + }, + "properties": { + "FID": 17, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 18, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21020536873128, + 40.778514851606324 + ], + [ + -119.21028680404447, + 40.77854952082683 + ], + [ + -119.21036803451047, + 40.77858446468027 + ], + [ + -119.21081933655222, + 40.777990154493125 + ], + [ + -119.2107320334661, + 40.777952632017175 + ], + [ + -119.21064460136105, + 40.777915279693495 + ], + [ + -119.21020536873128, + 40.778514851606324 + ] + ] + ] + }, + "properties": { + "FID": 18, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 19, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.21275135554313, + 40.775445784485875 + ], + [ + -119.21320225029969, + 40.774851947402766 + ], + [ + -119.21311305202414, + 40.77481344431436 + ], + [ + -119.21302385740572, + 40.77477494205707 + ], + [ + -119.21258213146425, + 40.77537303666288 + ], + [ + -119.21266679971923, + 40.77540933134951 + ], + [ + -119.21275135554313, + 40.775445784485875 + ] + ] + ] + }, + "properties": { + "FID": 19, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 20, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.20834962042393, + 40.77409780628778 + ], + [ + -119.20844361982616, + 40.77411660979402 + ], + [ + -119.20855523756354, + 40.77413845923842 + ], + [ + -119.20878883905819, + 40.77347554973287 + ], + [ + -119.20867197791121, + 40.77345280553384 + ], + [ + -119.20857275862824, + 40.77343303337966 + ], + [ + -119.20834962042393, + 40.77409780628778 + ] + ] + ] + }, + "properties": { + "FID": 20, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 21, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.207123361391, + 40.77760015740201 + ], + [ + -119.2072139959848, + 40.77761712388506 + ], + [ + -119.20732163381176, + 40.77763891877992 + ], + [ + -119.20734529986585, + 40.77757176663249 + ], + [ + -119.2073686614448, + 40.777505479053076 + ], + [ + -119.20739202416196, + 40.77743919056755 + ], + [ + -119.207415385648, + 40.777372902977135 + ], + [ + -119.20743874708769, + 40.777306616281834 + ], + [ + -119.20746210848085, + 40.77724032868044 + ], + [ + -119.20748546982762, + 40.77717404107356 + ], + [ + -119.20750883112792, + 40.777107753461195 + ], + [ + -119.2075321923818, + 40.77704146584335 + ], + [ + -119.2075552799642, + 40.77697595543618 + ], + [ + -119.20744068536774, + 40.776953483715346 + ], + [ + -119.20734351673474, + 40.776934603841056 + ], + [ + -119.2073435025205, + 40.776934647069716 + ], + [ + -119.2073346967702, + 40.77696126871736 + ], + [ + -119.2073216681793, + 40.77700065452499 + ], + [ + -119.20729965374674, + 40.777067208637646 + ], + [ + -119.20727763808553, + 40.77713376274538 + ], + [ + -119.2072556235651, + 40.77720031594753 + ], + [ + -119.20723360900074, + 40.77726687004529 + ], + [ + -119.2072203990563, + 40.7773068025016 + ], + [ + -119.20721159320773, + 40.77733342413815 + ], + [ + -119.2072027873521, + 40.77736004577387 + ], + [ + -119.20718957855549, + 40.77739997822595 + ], + [ + -119.20716756267458, + 40.77746653230884 + ], + [ + -119.20714554793443, + 40.77753308548616 + ], + [ + -119.20713216731, + 40.77757353487286 + ], + [ + -119.207123361391, + 40.77760015740201 + ] + ] + ] + }, + "properties": { + "FID": 21, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 22, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.2040216470444, + 40.77292931041174 + ], + [ + -119.20402164789714, + 40.77224281637116 + ], + [ + -119.20392211662923, + 40.772243598868975 + ], + [ + -119.20382258535919, + 40.772244328146165 + ], + [ + -119.2038324243343, + 40.772930248534806 + ], + [ + -119.20392703568997, + 40.77292978401501 + ], + [ + -119.2040216470444, + 40.77292931041174 + ] + ] + ] + }, + "properties": { + "FID": 22, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 23, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.20402164158783, + 40.77732138544076 + ], + [ + -119.20402164244045, + 40.77663516480276 + ], + [ + -119.20392135707702, + 40.77663584553226 + ], + [ + -119.20382107171072, + 40.77663672340352 + ], + [ + -119.20383497840776, + 40.77732259824864 + ], + [ + -119.20392830703825, + 40.77732147719606 + ], + [ + -119.20402164158783, + 40.77732138544076 + ] + ] + ] + }, + "properties": { + "FID": 23, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 24, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.20076124764562, + 40.77765965755061 + ], + [ + -119.20052782299456, + 40.77699732167107 + ], + [ + -119.2004137790404, + 40.777021352990054 + ], + [ + -119.20031720832984, + 40.777041930112965 + ], + [ + -119.2005642411247, + 40.777702009956734 + ], + [ + -119.20065412494814, + 40.777682893184384 + ], + [ + -119.20076124764562, + 40.77765965755061 + ] + ] + ] + }, + "properties": { + "FID": 24, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 25, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.1995278514809, + 40.77415976855591 + ], + [ + -119.19929425116318, + 40.7734968578974 + ], + [ + -119.19917808390781, + 40.77352157146861 + ], + [ + -119.1990791770348, + 40.773542228521364 + ], + [ + -119.19932303816117, + 40.7742027021409 + ], + [ + -119.19941681395557, + 40.77418326317026 + ], + [ + -119.1995278514809, + 40.77415976855591 + ] + ] + ] + }, + "properties": { + "FID": 25, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 26, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.19532728004116, + 40.77549429657251 + ], + [ + -119.19487602486184, + 40.77489998254467 + ], + [ + -119.19477189259176, + 40.774946269847455 + ], + [ + -119.19468338803483, + 40.774985685938326 + ], + [ + -119.1951437681951, + 40.77557568399637 + ], + [ + -119.19522773449108, + 40.77553845924082 + ], + [ + -119.19532728004116, + 40.77549429657251 + ] + ] + ] + }, + "properties": { + "FID": 26, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 27, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.19771020694508, + 40.77863246607556 + ], + [ + -119.19725882400937, + 40.77803804910777 + ], + [ + -119.19715688265121, + 40.77808374788119 + ], + [ + -119.1970706050369, + 40.778122621959916 + ], + [ + -119.19753393776243, + 40.77871161879406 + ], + [ + -119.1976142528664, + 40.77867547101938 + ], + [ + -119.19771020694508, + 40.77863246607556 + ] + ] + ] + }, + "properties": { + "FID": 27, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 28, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.19086315485652, + 40.77717787530686 + ], + [ + -119.19092964331372, + 40.777126699763315 + ], + [ + -119.19099613285378, + 40.777075523280516 + ], + [ + -119.19035769394851, + 40.77659004250601 + ], + [ + -119.19028797671389, + 40.77664405509332 + ], + [ + -119.19021826055098, + 40.776698067638094 + ], + [ + -119.19086315485652, + 40.77717787530686 + ] + ] + ] + }, + "properties": { + "FID": 28, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 29, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.19423774539449, + 40.77954034227019 + ], + [ + -119.19417343010704, + 40.77959006273348 + ], + [ + -119.1941095447375, + 40.779640108310126 + ], + [ + -119.19404610113503, + 40.77969046819472 + ], + [ + -119.19398309456017, + 40.77974114599001 + ], + [ + -119.19392052856739, + 40.77979214079633 + ], + [ + -119.19385840789568, + 40.77984345351549 + ], + [ + -119.19379673965548, + 40.779895072441136 + ], + [ + -119.19373546816874, + 40.779946965147815 + ], + [ + -119.19367474980655, + 40.77999923611851 + ], + [ + -119.19361443412241, + 40.78005177817046 + ], + [ + -119.19375120094296, + 40.780142343761256 + ], + [ + -119.19381095489082, + 40.780090691369644 + ], + [ + -119.19387070756136, + 40.780039038946555 + ], + [ + -119.19393046369373, + 40.779987385591774 + ], + [ + -119.19399184622608, + 40.779936853580395 + ], + [ + -119.19405336845158, + 40.77988641610985 + ], + [ + -119.19411489176878, + 40.77983597860616 + ], + [ + -119.1941764173628, + 40.779785538367655 + ], + [ + -119.19423955513058, + 40.77973627350137 + ], + [ + -119.19430280415997, + 40.77968708515957 + ], + [ + -119.19436605309605, + 40.77963789678266 + ], + [ + -119.19423774539449, + 40.77954034227019 + ] + ] + ] + }, + "properties": { + "FID": 29, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 30, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.19299002376005, + 40.78230899670278 + ], + [ + -119.19303580849362, + 40.782247167643966 + ], + [ + -119.19308159432708, + 40.782185338566414 + ], + [ + -119.19229964710226, + 40.78184207150602 + ], + [ + -119.19225048924183, + 40.78190852805178 + ], + [ + -119.19220133246836, + 40.781974983675376 + ], + [ + -119.19299002376005, + 40.78230899670278 + ] + ] + ] + }, + "properties": { + "FID": 30, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 31, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.18885733838226, + 40.78050148682467 + ], + [ + -119.18890545074669, + 40.780437279438374 + ], + [ + -119.18895382482424, + 40.78037318553977 + ], + [ + -119.1881720302765, + 40.78002993905606 + ], + [ + -119.18812129123252, + 40.78009770850407 + ], + [ + -119.18807055090043, + 40.78016547882942 + ], + [ + -119.18885733838226, + 40.78050148682467 + ] + ] + ] + }, + "properties": { + "FID": 31, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 32, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.20807701015322, + 40.799556578877315 + ], + [ + -119.20805761240287, + 40.79950369521236 + ], + [ + -119.2077096584774, + 40.799577398672284 + ], + [ + -119.20772905595561, + 40.79963028239871 + ], + [ + -119.20807701015322, + 40.799556578877315 + ] + ] + ] + }, + "properties": { + "FID": 32, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 33, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.20647352034797, + 40.79514409401405 + ], + [ + -119.2061255860784, + 40.79521778906046 + ], + [ + -119.20614498001456, + 40.79527067330854 + ], + [ + -119.20649291458307, + 40.79519697819492 + ], + [ + -119.20647352034797, + 40.79514409401405 + ] + ] + ] + }, + "properties": { + "FID": 33, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 34, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.20759256623303, + 40.78969202603579 + ], + [ + -119.20733719487723, + 40.789886134459444 + ], + [ + -119.20738827362703, + 40.789924952807304 + ], + [ + -119.20764364498281, + 40.78973084427192 + ], + [ + -119.20759256623303, + 40.78969202603579 + ] + ] + ] + }, + "properties": { + "FID": 34, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 35, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.20228810888008, + 40.78698272541642 + ], + [ + -119.2022881103759, + 40.78692782562718 + ], + [ + -119.2019269605131, + 40.78692781937738 + ], + [ + -119.20192695871988, + 40.78698271916661 + ], + [ + -119.20228810888008, + 40.78698272541642 + ] + ] + ] + }, + "properties": { + "FID": 35, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 36, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.20044219316563, + 40.78425724047879 + ], + [ + -119.20018682180992, + 40.78445133326208 + ], + [ + -119.20023789223208, + 40.784490154811365 + ], + [ + -119.20049326358783, + 40.784296061916386 + ], + [ + -119.20044219316563, + 40.78425724047879 + ] + ] + ] + }, + "properties": { + "FID": 36, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 37, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.18740374995261, + 40.784028722138835 + ], + [ + -119.18733417812913, + 40.784013973886296 + ], + [ + -119.18723716269027, + 40.78427838251221 + ], + [ + -119.18730673476344, + 40.784293130835266 + ], + [ + -119.18740374995261, + 40.784028722138835 + ] + ] + ] + }, + "properties": { + "FID": 37, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 38, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.1932088670016, + 40.78507884824537 + ], + [ + -119.1931392925312, + 40.78506410422078 + ], + [ + -119.19304230344187, + 40.785328518711125 + ], + [ + -119.19311187816962, + 40.78534326278575 + ], + [ + -119.1932088670016, + 40.78507884824537 + ] + ] + ] + }, + "properties": { + "FID": 38, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 39, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.19538823841754, + 40.79139782940088 + ], + [ + -119.19502706434051, + 40.79139780155435 + ], + [ + -119.19502705686388, + 40.79145270130027 + ], + [ + -119.19538823123841, + 40.79145272914685 + ], + [ + -119.19538823841754, + 40.79139782940088 + ] + ] + ] + }, + "properties": { + "FID": 39, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 40, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.1977993927962, + 40.80150107981738 + ], + [ + -119.1976283678516, + 40.80145695305287 + ], + [ + -119.19760514015168, + 40.80150893787917 + ], + [ + -119.1977761652143, + 40.801553064677705 + ], + [ + -119.1977993927962, + 40.80150107981738 + ] + ] + ] + }, + "properties": { + "FID": 40, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 41, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.19988262699445, + 40.80388068539161 + ], + [ + -119.19970547847284, + 40.80385390280192 + ], + [ + -119.1996913799548, + 40.80390774700976 + ], + [ + -119.19986852861389, + 40.80393452962084 + ], + [ + -119.19988262699445, + 40.80388068539161 + ] + ] + ] + }, + "properties": { + "FID": 41, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 42, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.20298750014379, + 40.80223839013915 + ], + [ + -119.20280727061372, + 40.80222941172552 + ], + [ + -119.2028025443886, + 40.80228419377095 + ], + [ + -119.20298277406624, + 40.802293172191874 + ], + [ + -119.20298750014379, + 40.80223839013915 + ] + ] + ] + }, + "properties": { + "FID": 42, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 43, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.1925071048293, + 40.80145374515956 + ], + [ + -119.19235327782975, + 40.80138181993947 + ], + [ + -119.1923154175198, + 40.801428577299696 + ], + [ + -119.19246924458639, + 40.80150050256967 + ], + [ + -119.1925071048293, + 40.80145374515956 + ] + ] + ] + }, + "properties": { + "FID": 43, + "ref": "toilet" + } + }, + { + "type": "Feature", + "id": 44, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.18498512322356, + 40.79577252557828 + ], + [ + -119.1849235459306, + 40.795801231749074 + ], + [ + -119.18501797833379, + 40.79591822353866 + ], + [ + -119.18507955569419, + 40.79588951731807 + ], + [ + -119.18498512322356, + 40.79577252557828 + ] + ] + ] + }, + "properties": { + "FID": 44, + "ref": "toilet" + } + } + ] +} \ No newline at end of file diff --git a/Meshtastic/Resources/Trash_Fence.geojson b/Meshtastic/Resources/Trash_Fence.geojson new file mode 100644 index 00000000..10c08f06 --- /dev/null +++ b/Meshtastic/Resources/Trash_Fence.geojson @@ -0,0 +1,44 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "id": 0, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -119.18279831290056, + 40.80313545483217 + ], + [ + -119.21776730133423, + 40.80734514946494 + ], + [ + -119.23383070469475, + 40.783371453674185 + ], + [ + -119.20880237381652, + 40.76435187944433 + ], + [ + -119.17727060534106, + 40.776562577639574 + ], + [ + -119.18279831290056, + 40.80313545483217 + ] + ] + ] + }, + "properties": { + "FID": 0, + "Id": 0 + } + } + ] +} \ No newline at end of file diff --git a/Meshtastic/Views/Nodes/Helpers/Map/MapContent/MeshMapContent.swift b/Meshtastic/Views/Nodes/Helpers/Map/MapContent/MeshMapContent.swift index 832ae9c6..34f03f15 100644 --- a/Meshtastic/Views/Nodes/Helpers/Map/MapContent/MeshMapContent.swift +++ b/Meshtastic/Views/Nodes/Helpers/Map/MapContent/MeshMapContent.swift @@ -8,6 +8,11 @@ import SwiftUI import MapKit +struct IdentifiableOverlay: Identifiable { + let overlay: MKOverlay + var id: ObjectIdentifier { ObjectIdentifier(overlay as AnyObject) } +} + struct MeshMapContent: MapContent { /// Parameters @@ -24,6 +29,11 @@ struct MeshMapContent: MapContent { @AppStorage("enableMapWaypoints") private var showWaypoints = true @Binding var selectedWaypoint: WaypointEntity? + // Burning Man GeoJSON overlays + @AppStorage("burningManShowStreets") private var showStreets = false + @AppStorage("burningManShowToilets") private var showToilets = false + @AppStorage("burningManShowTrashFence") private var showTrashFence = false + @FetchRequest(fetchRequest: PositionEntity.allPositionsFetchRequest(), animation: .easeIn) var positions: FetchedResults @@ -222,6 +232,53 @@ struct MeshMapContent: MapContent { .foregroundStyle(.indigo.opacity(0.4)) } } + + /// Burning Man GeoJSON Overlays + if showStreets { + let overlays = GeoJSONOverlayManager.shared.loadOverlays(for: StaticGeoJSONOverlay.streetOutlines) + let identifiableOverlays = overlays.map { IdentifiableOverlay(overlay: $0) } + ForEach(identifiableOverlays) { identifiable in + let overlay = identifiable.overlay + if let polygon = overlay as? MKPolygon { + MapPolygon(polygon) + .stroke(.yellow.opacity(0.8), lineWidth: 0.5) + .foregroundStyle(.clear) + } else if let polyline = overlay as? MKPolyline { + MapPolyline(polyline) + .stroke(.yellow.opacity(0.9), lineWidth: 0.8) + } + } + } + + if showToilets { + let overlays = GeoJSONOverlayManager.shared.loadOverlays(for: StaticGeoJSONOverlay.toilets) + let identifiableOverlays = overlays.map { IdentifiableOverlay(overlay: $0) } + ForEach(identifiableOverlays) { identifiable in + let overlay = identifiable.overlay + if let polygon = overlay as? MKPolygon { + MapPolygon(polygon) + .stroke(.brown, lineWidth: 1) + .foregroundStyle(.brown.opacity(0.3)) + } + } + } + + if showTrashFence { + let overlays = GeoJSONOverlayManager.shared.loadOverlays(for: StaticGeoJSONOverlay.trashFence) + let identifiableOverlays = overlays.map { IdentifiableOverlay(overlay: $0) } + ForEach(identifiableOverlays) { identifiable in + let overlay = identifiable.overlay + if let polyline = overlay as? MKPolyline { + MapPolyline(polyline) + .stroke(.red, lineWidth: 3) + } else if let polygon = overlay as? MKPolygon { + MapPolygon(polygon) + .stroke(.red, lineWidth: 3) + .foregroundStyle(.red.opacity(0.2)) + } + } + } + positionAnnotations routeAnnotations waypointAnnotations diff --git a/Meshtastic/Views/Nodes/Helpers/Map/MapSettingsForm.swift b/Meshtastic/Views/Nodes/Helpers/Map/MapSettingsForm.swift index 8a2ba6bc..b24c4927 100644 --- a/Meshtastic/Views/Nodes/Helpers/Map/MapSettingsForm.swift +++ b/Meshtastic/Views/Nodes/Helpers/Map/MapSettingsForm.swift @@ -115,6 +115,47 @@ struct MapSettingsForm: View { UserDefaults.enableMapPointsOfInterest = self.pointsOfInterest } } + + Section(header: Text("Burning Man Overlays")) { + Toggle(isOn: Binding( + get: { UserDefaults.standard.bool(forKey: "burningManShowStreets") }, + set: { UserDefaults.standard.set($0, forKey: "burningManShowStreets") } + )) { + Label { + Text("Street Outlines") + } icon: { + Image(systemName: "road.lanes") + .foregroundColor(.yellow) + } + } + .tint(.accentColor) + + Toggle(isOn: Binding( + get: { UserDefaults.standard.bool(forKey: "burningManShowToilets") }, + set: { UserDefaults.standard.set($0, forKey: "burningManShowToilets") } + )) { + Label { + Text("Toilets") + } icon: { + Image(systemName: "toilet") + .foregroundColor(.brown) + } + } + .tint(.accentColor) + + Toggle(isOn: Binding( + get: { UserDefaults.standard.bool(forKey: "burningManShowTrashFence") }, + set: { UserDefaults.standard.set($0, forKey: "burningManShowTrashFence") } + )) { + Label { + Text("Trash Fence") + } icon: { + Image(systemName: "fence") + .foregroundColor(.red) + } + } + .tint(.accentColor) + } } #if targetEnvironment(macCatalyst)